Title: [161803] trunk/WebKitLibraries
Revision
161803
Author
a...@apple.com
Date
2014-01-11 23:15:34 -0800 (Sat, 11 Jan 2014)

Log Message

[Mac] [Windows] Stop scheduling network requests in WebCore
https://bugs.webkit.org/show_bug.cgi?id=126789
<rdar://problem/15114727>

Update Windows WKSI.

* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib32/WebKitSystemInterface.lib:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (161802 => 161803)


--- trunk/WebKitLibraries/ChangeLog	2014-01-12 07:15:28 UTC (rev 161802)
+++ trunk/WebKitLibraries/ChangeLog	2014-01-12 07:15:34 UTC (rev 161803)
@@ -4,6 +4,17 @@
         https://bugs.webkit.org/show_bug.cgi?id=126789
         <rdar://problem/15114727>
 
+        Update Windows WKSI.
+
+        * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+        * win/lib32/WebKitSystemInterface.lib:
+
+2014-01-11  Alexey Proskuryakov  <a...@apple.com>
+
+        [Mac] [Windows] Stop scheduling network requests in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=126789
+        <rdar://problem/15114727>
+
         Update WKSI.
 
         * WebKitSystemInterface.h:

Modified: trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h (161802 => 161803)


--- trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2014-01-12 07:15:28 UTC (rev 161802)
+++ trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2014-01-12 07:15:34 UTC (rev 161803)
@@ -113,9 +113,10 @@
 void wkCFURLCacheDeleteHostNamesInPersistentStore(CFArrayRef hostNames);
 
 unsigned wkInitializeMaximumHTTPConnectionCountPerHost(unsigned preferredConnectionCount);
-int wkGetHTTPPipeliningPriority(CFURLRequestRef);
-void wkSetHTTPPipeliningMaximumPriority(int maximumPriority);
-void wkSetHTTPPipeliningPriority(CFURLRequestRef, int priority);
+int wkGetHTTPRequestPriority(CFURLRequestRef);
+void wkSetHTTPRequestMaximumPriority(int maximumPriority);
+void wkSetHTTPRequestPriority(CFURLRequestRef, int priority);
+void wkHTTPRequestEnablePipelining(CFURLRequestRef);
 
 void wkSetCONNECTProxyForStream(CFReadStreamRef, CFStringRef proxyHost, CFNumberRef proxyPort);
 void wkSetCONNECTProxyAuthorizationForStream(CFReadStreamRef, CFStringRef proxyAuthorizationString);

Modified: trunk/WebKitLibraries/win/lib32/WebKitSystemInterface.lib


(Binary files differ)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to