[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

leandro at webkit.org leandro at webkit.org
Wed Dec 22 11:17:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5f70ee8954f3e7eb7271aef9767868f9525c3cfe
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 21:11:57 2010 +0000

    2010-07-16  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Unreviewed build system cleanup.
    
            Move ExecutableAllocator{FixedVMPool,Posix,Symbian,Win}.cpp from
            root CMakeLists.txt to the platform CMakeLists.txt.
    
            * CMakeLists.txt:
            * CMakeListsEfl.txt: Add ExecutableAllocatorPosix.cpp.
    2010-07-16  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Unreviewed build system cleanup.
    
            Remove reference to "mediaControlsGtk.css".
    
            * cmake/WebKitGenerators.cmake:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63581 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 79c3a7b..6e9f5bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-16  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Unreviewed build system cleanup.
+
+        Remove reference to "mediaControlsGtk.css".
+
+        * cmake/WebKitGenerators.cmake:
+
 2010-07-16  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
 
         Reviewed by Antonio Gomes.
diff --git a/JavaScriptCore/CMakeLists.txt b/JavaScriptCore/CMakeLists.txt
index bdb1467..efcc05d 100644
--- a/JavaScriptCore/CMakeLists.txt
+++ b/JavaScriptCore/CMakeLists.txt
@@ -50,10 +50,6 @@ SET(JavaScriptCore_SOURCES
     interpreter/RegisterFile.cpp
 
     jit/ExecutableAllocator.cpp
-    jit/ExecutableAllocatorFixedVMPool.cpp
-    jit/ExecutableAllocatorPosix.cpp
-    jit/ExecutableAllocatorSymbian.cpp
-    jit/ExecutableAllocatorWin.cpp
     jit/JITArithmetic32_64.cpp
     jit/JITArithmetic.cpp
     jit/JITCall32_64.cpp
diff --git a/JavaScriptCore/CMakeListsEfl.txt b/JavaScriptCore/CMakeListsEfl.txt
index aca73a8..3f58658 100644
--- a/JavaScriptCore/CMakeListsEfl.txt
+++ b/JavaScriptCore/CMakeListsEfl.txt
@@ -1,4 +1,5 @@
 LIST(APPEND JavaScriptCore_SOURCES
+    jit/ExecutableAllocatorPosix.cpp
     runtime/MarkStackPosix.cpp
 )
 
@@ -8,4 +9,4 @@ LIST(APPEND JavaScriptCore_LIBRARIES
 
 LIST(APPEND JavaScriptCore_LINK_FLAGS
     ${ECORE_LDFLAGS}
-)
\ No newline at end of file
+)
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 8c6d414..340d24d 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-16  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Unreviewed build system cleanup.
+
+        Move ExecutableAllocator{FixedVMPool,Posix,Symbian,Win}.cpp from
+        root CMakeLists.txt to the platform CMakeLists.txt.
+
+        * CMakeLists.txt:
+        * CMakeListsEfl.txt: Add ExecutableAllocatorPosix.cpp.
+
 2010-07-16  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Geoffrey Garen.
diff --git a/cmake/WebKitGenerators.cmake b/cmake/WebKitGenerators.cmake
index a158633..975b9a0 100644
--- a/cmake/WebKitGenerators.cmake
+++ b/cmake/WebKitGenerators.cmake
@@ -238,8 +238,7 @@ SET(USER_AGENT_STYLE_SHEETS
   ${WEBCORE_DIR}/css/view-source.css
   ${WEBCORE_DIR}/css/svg.css
   ${WEBCORE_DIR}/css/wml.css
-  ${WEBCORE_DIR}/css/mediaControls.css
-  ${WEBCORE_DIR}/css/mediaControlsGtk.css)
+  ${WEBCORE_DIR}/css/mediaControls.css)
 SET(USER_AGENT_STYLE_SHEETS_GENERATOR ${WEBCORE_DIR}/css/make-css-file-arrays.pl)
 # - Create ${DERIVED_SOURCES_DIR}/UserAgentStyleSheetsData.cpp and
 #   ${DERIVED_SOURCES_DIR}/UserAgentStyleSheets.h

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list