Title: [107820] trunk/Source
- Revision
- 107820
- Author
- [email protected]
- Date
- 2012-02-15 08:01:36 -0800 (Wed, 15 Feb 2012)
Log Message
[CMake] Move RunLoop to WebCore/platform
https://bugs.webkit.org/show_bug.cgi?id=78504
Reviewed by Adam Roben.
Source/WebCore:
r105475 moved RunLoop.cpp from WebKit2 to WebCore, but missed the CMake based ports.
* CMakeLists.txt:
* PlatformWinCE.cmake:
Source/WebKit2:
* CMakeLists.txt: Remove RunLoop.cpp from list of souces.
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (107819 => 107820)
--- trunk/Source/WebCore/CMakeLists.txt 2012-02-15 15:56:59 UTC (rev 107819)
+++ trunk/Source/WebCore/CMakeLists.txt 2012-02-15 16:01:36 UTC (rev 107820)
@@ -1075,6 +1075,7 @@
platform/MIMETypeRegistry.cpp
platform/MemoryPressureHandler.cpp
platform/PlatformEvent.cpp
+ platform/RunLoop.cpp
platform/RuntimeApplicationChecks.cpp
platform/ScrollAnimator.cpp
platform/ScrollableArea.cpp
Modified: trunk/Source/WebCore/ChangeLog (107819 => 107820)
--- trunk/Source/WebCore/ChangeLog 2012-02-15 15:56:59 UTC (rev 107819)
+++ trunk/Source/WebCore/ChangeLog 2012-02-15 16:01:36 UTC (rev 107820)
@@ -1,3 +1,15 @@
+2012-02-15 Patrick Gansterer <[email protected]>
+
+ [CMake] Move RunLoop to WebCore/platform
+ https://bugs.webkit.org/show_bug.cgi?id=78504
+
+ Reviewed by Adam Roben.
+
+ r105475 moved RunLoop.cpp from WebKit2 to WebCore, but missed the CMake based ports.
+
+ * CMakeLists.txt:
+ * PlatformWinCE.cmake:
+
2012-02-15 Zoltan Herczeg <[email protected]>
Remove clipToImageBuffer from SourceAlpha and feComposite
Modified: trunk/Source/WebCore/PlatformWinCE.cmake (107819 => 107820)
--- trunk/Source/WebCore/PlatformWinCE.cmake 2012-02-15 15:56:59 UTC (rev 107819)
+++ trunk/Source/WebCore/PlatformWinCE.cmake 2012-02-15 16:01:36 UTC (rev 107820)
@@ -61,6 +61,7 @@
platform/win/PopupMenuWin.cpp
platform/win/PlatformMouseEventWin.cpp
platform/win/PlatformScreenWin.cpp
+ platform/win/RunLoopWin.cpp
platform/win/SSLKeyGeneratorWin.cpp
platform/win/ScrollbarThemeWin.cpp
platform/win/SearchPopupMenuWin.cpp
Modified: trunk/Source/WebKit2/CMakeLists.txt (107819 => 107820)
--- trunk/Source/WebKit2/CMakeLists.txt 2012-02-15 15:56:59 UTC (rev 107819)
+++ trunk/Source/WebKit2/CMakeLists.txt 2012-02-15 16:01:36 UTC (rev 107820)
@@ -101,7 +101,6 @@
Platform/Logging.cpp
Platform/Module.cpp
- Platform/RunLoop.cpp
Platform/WorkQueue.cpp
PluginProcess/PluginControllerProxy.cpp
Modified: trunk/Source/WebKit2/ChangeLog (107819 => 107820)
--- trunk/Source/WebKit2/ChangeLog 2012-02-15 15:56:59 UTC (rev 107819)
+++ trunk/Source/WebKit2/ChangeLog 2012-02-15 16:01:36 UTC (rev 107820)
@@ -1,3 +1,12 @@
+2012-02-15 Patrick Gansterer <[email protected]>
+
+ [CMake] Move RunLoop to WebCore/platform
+ https://bugs.webkit.org/show_bug.cgi?id=78504
+
+ Reviewed by Adam Roben.
+
+ * CMakeLists.txt: Remove RunLoop.cpp from list of souces.
+
2012-02-14 Simon Hausmann <[email protected]>
[Qt] Eliminate first set of QtWidgets dependencies from WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes