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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 16:15:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit df0f944447559612e5be33e892db01f166a402b0
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 20 04:40:32 2010 +0000

    2010-11-19  William Chan  <willchan at chromium.org>
    
            Reviewed by David Levin.
    
            Add USE(CHROMIUM_NET)
    
            Indicates the use of Chromium's network stack.  Chromium's network
            stack performs better when it has full view of all resource requests,
            so USE(CHROMIUM_NET) can be used to bypass throttles.
    
            https://bugs.webkit.org/show_bug.cgi?id=49778
    
            * wtf/Platform.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72464 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index dc0649e..1022d35 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-11-19  William Chan  <willchan at chromium.org>
+
+        Reviewed by David Levin.
+
+        Add USE(CHROMIUM_NET)
+
+        Indicates the use of Chromium's network stack.  Chromium's network
+        stack performs better when it has full view of all resource requests,
+        so USE(CHROMIUM_NET) can be used to bypass throttles.
+
+        https://bugs.webkit.org/show_bug.cgi?id=49778
+
+        * wtf/Platform.h:
+
 2010-11-19  Steve Falkenburg  <sfalken at apple.com>
 
         Reviewed by Adam Roben.
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 29691b6..e65729f 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -541,6 +541,7 @@
 #define WTF_USE_ICCJPEG 1
 #else
 #define WTF_PLATFORM_SKIA 1
+#define WTF_USE_CHROMIUM_NET 1
 #endif
 #endif
 
@@ -1124,4 +1125,3 @@
 #endif
 
 #endif /* WTF_Platform_h */
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list