"${WEBCORE_DIR}/Modules/gamepad"
"${WEBCORE_DIR}/Modules/geolocation"
"${WEBCORE_DIR}/Modules/indexeddb"
- "${WEBCORE_DIR}/Modules/intents"
"${WEBCORE_DIR}/Modules/mediasource"
"${WEBCORE_DIR}/Modules/mediastream"
"${WEBCORE_DIR}/Modules/navigatorcontentutils"
Modules/gamepad
Modules/geolocation
Modules/indexeddb
- Modules/intents
Modules/mediastream
Modules/networkinfo
Modules/notifications
Modules/indexeddb/IDBVersionChangeEvent.idl
Modules/indexeddb/WorkerContextIndexedDatabase.idl
- Modules/intents/DeliveredIntent.idl
- Modules/intents/DOMWindowIntents.idl
- Modules/intents/Intent.idl
- Modules/intents/IntentResultCallback.idl
- Modules/intents/NavigatorIntents.idl
-
Modules/mediasource/MediaSource.idl
Modules/mediasource/SourceBuffer.idl
Modules/mediasource/SourceBufferList.idl
html/HTMLHtmlElement.idl
html/HTMLIFrameElement.idl
html/HTMLImageElement.idl
- html/HTMLIntentElement.idl
html/HTMLInputElement.idl
html/HTMLKeygenElement.idl
html/HTMLLabelElement.idl
Modules/indexeddb/PageGroupIndexedDatabase.cpp
Modules/indexeddb/WorkerContextIndexedDatabase.cpp
- Modules/intents/DOMWindowIntents.cpp
- Modules/intents/DeliveredIntent.cpp
- Modules/intents/Intent.cpp
- Modules/intents/IntentRequest.cpp
- Modules/intents/NavigatorIntents.cpp
-
Modules/mediasource/MediaSource.cpp
Modules/mediasource/SourceBuffer.cpp
Modules/mediasource/SourceBufferList.cpp
html/HTMLIFrameElement.cpp
html/HTMLImageElement.cpp
html/HTMLImageLoader.cpp
- html/HTMLIntentElement.cpp
html/HTMLInputElement.cpp
html/HTMLKeygenElement.cpp
html/HTMLLIElement.cpp
+2013-02-11 Adenilson Cavalcanti <cavalcantii@gmail.com>
+
+ Build fix: r142549 broke EFL build
+ https://bugs.webkit.org/show_bug.cgi?id=109527
+
+ Reviewed by Kentaro Hara.
+
+ No new tests, no change on behavior.
+
+ * CMakeLists.txt:
+
2013-02-11 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r142520?): Space no longer scrolls the page