[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 12:48:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit af2cff3ea95ace5afad02b218f6c4f809c4f4e3f
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 22:31:53 2010 +0000

    2010-08-30  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Unreviewed. Build fix when ENABLE_WEB_SOCKETS=ON.
    
            EFL port does not yet support automated tests.
    
            * CMakeLists.txt: Add missing files.
            * CMakeListsEfl.txt: Ditto.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66417 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 8c6fe98..b8b8b8e 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -556,6 +556,7 @@ SET(WebCore_SOURCES
     ${DERIVED_SOURCES_DIR}/XMLNames.cpp
     ${DERIVED_SOURCES_DIR}/XMLNSNames.cpp
     ${DERIVED_SOURCES_DIR}/InspectorBackendDispatcher.cpp
+    ${DERIVED_SOURCES_DIR}/JSWebSocket.cpp
 
     accessibility/AXObjectCache.cpp
     accessibility/AccessibilityARIAGrid.cpp
@@ -683,6 +684,7 @@ SET(WebCore_SOURCES
     bindings/js/JSTreeWalkerCustom.cpp
     bindings/js/JSWebKitCSSMatrixCustom.cpp
     bindings/js/JSWebKitPointCustom.cpp
+    bindings/js/JSWebSocketCustom.cpp
     bindings/js/JSWorkerContextBase.cpp
     bindings/js/JSWorkerContextCustom.cpp
     bindings/js/JSWorkerContextErrorHandler.cpp
@@ -1317,8 +1319,8 @@ SET(WebCore_SOURCES
     platform/network/BlobRegistryImpl.cpp
     platform/network/BlobResourceHandle.cpp
     platform/network/Credential.cpp
-    platform/network/FormData.cpp
     platform/network/FormDataBuilder.cpp
+    platform/network/FormData.cpp
     platform/network/HTTPHeaderMap.cpp
     platform/network/HTTPParsers.cpp
     platform/network/NetworkStateNotifier.cpp
@@ -1327,6 +1329,7 @@ SET(WebCore_SOURCES
     platform/network/ResourceHandle.cpp
     platform/network/ResourceRequestBase.cpp
     platform/network/ResourceResponseBase.cpp
+    platform/network/SocketStreamHandleBase.cpp
 
     platform/text/Base64.cpp
     platform/text/BidiContext.cpp
@@ -1517,6 +1520,7 @@ SET(WebCore_SOURCES
     websockets/WebSocketChannel.cpp
     websockets/WebSocketHandshake.cpp
     websockets/WebSocketHandshakeRequest.cpp
+    websockets/WebSocketHandshakeResponse.cpp
     websockets/WorkerThreadableWebSocketChannel.cpp
 
     workers/AbstractWorker.cpp
diff --git a/WebCore/CMakeListsEfl.txt b/WebCore/CMakeListsEfl.txt
index b58982d..1741baa 100644
--- a/WebCore/CMakeListsEfl.txt
+++ b/WebCore/CMakeListsEfl.txt
@@ -95,6 +95,7 @@ IF (WTF_USE_SOUP)
     platform/network/soup/ResourceHandleSoup.cpp
     platform/network/soup/ResourceRequestSoup.cpp
     platform/network/soup/ResourceResponseSoup.cpp
+    platform/network/soup/SocketStreamHandleSoup.cpp
   )
 ENDIF ()
 
@@ -108,6 +109,7 @@ IF (WTF_USE_CURL)
     platform/network/curl/FormDataStreamCurl.cpp
     platform/network/curl/ResourceHandleCurl.cpp
     platform/network/curl/ResourceHandleManager.cpp
+    platform/network/curl/SocketStreamHandleCurl.cpp
   )
 ENDIF ()
 
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 95fb56c..18e7452 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-30  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Unreviewed. Build fix when ENABLE_WEB_SOCKETS=ON.
+
+        EFL port does not yet support automated tests.
+
+        * CMakeLists.txt: Add missing files.
+        * CMakeListsEfl.txt: Ditto.
+
 2010-08-30  Kenneth Russell  <kbr at google.com>
 
         Reviewed by Chris Marrin.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list