Title: [164586] trunk/Source/WebCore
- Revision
- 164586
- Author
- [email protected]
- Date
- 2014-02-24 07:47:16 -0800 (Mon, 24 Feb 2014)
Log Message
[CMake] Get rid of "FIXME: The Blackberry port ..." from WebCore/CmakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=129152
Patch by Tibor Meszaros <[email protected]> on 2014-02-24
Reviewed by Gyuyoung Kim.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (164585 => 164586)
--- trunk/Source/WebCore/CMakeLists.txt 2014-02-24 15:45:27 UTC (rev 164585)
+++ trunk/Source/WebCore/CMakeLists.txt 2014-02-24 15:47:16 UTC (rev 164586)
@@ -575,32 +575,6 @@
storage/Storage.idl
storage/StorageEvent.idl
- workers/AbstractWorker.idl
- workers/DedicatedWorkerGlobalScope.idl
- workers/SharedWorker.idl
- workers/SharedWorkerGlobalScope.idl
- workers/Worker.idl
- workers/WorkerGlobalScope.idl
- workers/WorkerLocation.idl
-
- xml/DOMParser.idl
- xml/XMLHttpRequest.idl
- xml/XMLHttpRequestException.idl
- xml/XMLHttpRequestProgressEvent.idl
- xml/XMLHttpRequestUpload.idl
- xml/XMLSerializer.idl
- xml/XPathEvaluator.idl
- xml/XPathException.idl
- xml/XPathExpression.idl
- xml/XPathNSResolver.idl
- xml/XPathResult.idl
- xml/XSLTProcessor.idl
-)
-
-# FIXME: The BlackBerry port doesn't support generating DOM bindings from the SVG IDL files.
-# For now, we explicitly demarcate the SVG IDL files so that the BlackBerry port can skip them
-# during DOM binding generation. See <https://bugs.webkit.org/show_bug.cgi?id=72773>.
-set(WebCore_SVG_IDL_FILES
svg/SVGAElement.idl
svg/SVGAltGlyphDefElement.idl
svg/SVGAltGlyphElement.idl
@@ -750,10 +724,27 @@
svg/SVGViewSpec.idl
svg/SVGZoomAndPan.idl
svg/SVGZoomEvent.idl
-)
-list(APPEND WebCore_IDL_FILES
- ${WebCore_SVG_IDL_FILES}
+ workers/AbstractWorker.idl
+ workers/DedicatedWorkerGlobalScope.idl
+ workers/SharedWorker.idl
+ workers/SharedWorkerGlobalScope.idl
+ workers/Worker.idl
+ workers/WorkerGlobalScope.idl
+ workers/WorkerLocation.idl
+
+ xml/DOMParser.idl
+ xml/XMLHttpRequest.idl
+ xml/XMLHttpRequestException.idl
+ xml/XMLHttpRequestProgressEvent.idl
+ xml/XMLHttpRequestUpload.idl
+ xml/XMLSerializer.idl
+ xml/XPathEvaluator.idl
+ xml/XPathException.idl
+ xml/XPathExpression.idl
+ xml/XPathNSResolver.idl
+ xml/XPathResult.idl
+ xml/XSLTProcessor.idl
)
set(WebCore_INSPECTOR_SCRIPTS_DIR "${_javascript_CORE_DIR}/inspector/scripts")
@@ -3270,4 +3261,4 @@
if (SHARED_CORE)
set_target_properties(WebCore PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
install(TARGETS WebCore DESTINATION "${LIB_INSTALL_DIR}")
-endif ()
\ No newline at end of file
+endif ()
Modified: trunk/Source/WebCore/ChangeLog (164585 => 164586)
--- trunk/Source/WebCore/ChangeLog 2014-02-24 15:45:27 UTC (rev 164585)
+++ trunk/Source/WebCore/ChangeLog 2014-02-24 15:47:16 UTC (rev 164586)
@@ -1,3 +1,12 @@
+2014-02-24 Tibor Meszaros <[email protected]>
+
+ [CMake] Get rid of "FIXME: The Blackberry port ..." from WebCore/CmakeLists.txt
+ https://bugs.webkit.org/show_bug.cgi?id=129152
+
+ Reviewed by Gyuyoung Kim.
+
+ * CMakeLists.txt:
+
2014-02-24 David Kilzer <[email protected]>
Remove redundant setting in FeatureDefines.xcconfig
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes