Title: [139158] trunk/WebKitLibraries
Revision
139158
Author
commit-qu...@webkit.org
Date
2013-01-08 21:21:19 -0800 (Tue, 08 Jan 2013)

Log Message

Add WebKitSystemInterface needed for overriding system proxies on Mac
https://bugs.webkit.org/show_bug.cgi?id=106410

Patch by Kiran Muppala <cmupp...@apple.com> on 2013-01-08
Reviewed by Stephanie Lewis.

This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
Add user defaults to override system proxy settings for NetworkProcess on Mac, which
is awaiting the approval of a WebKit2 committer.  Commiting the WKSI portion separately,
so that the internal repository commit for generating the WKSI libraries does not have to
be rolled back every time the rest of the patch changes.

Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
custom proxies during initialization.

* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceMountainLion.a:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (139157 => 139158)


--- trunk/WebKitLibraries/ChangeLog	2013-01-09 05:21:11 UTC (rev 139157)
+++ trunk/WebKitLibraries/ChangeLog	2013-01-09 05:21:19 UTC (rev 139158)
@@ -1,3 +1,23 @@
+2013-01-08  Kiran Muppala  <cmupp...@apple.com>
+
+        Add WebKitSystemInterface needed for overriding system proxies on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=106410
+
+        Reviewed by Stephanie Lewis.
+
+        This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
+        Add user defaults to override system proxy settings for NetworkProcess on Mac, which
+        is awaiting the approval of a WebKit2 committer.  Commiting the WKSI portion separately,
+        so that the internal repository commit for generating the WKSI libraries does not have to
+        be rolled back every time the rest of the patch changes.
+
+        Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
+        custom proxies during initialization.
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceLion.a:
+        * libWebKitSystemInterfaceMountainLion.a:
+
 2013-01-04  Adam Klein  <ad...@chromium.org>
 
         Remove ENABLE_MUTATION_OBSERVERS #define

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (139157 => 139158)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2013-01-09 05:21:11 UTC (rev 139157)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2013-01-09 05:21:19 UTC (rev 139158)
@@ -541,6 +541,8 @@
 bool WKIsJavaPlugInActive(void);
 void WKActivateJavaPlugIn(void);
 
+void WKCFNetworkSetOverrideSystemProxySettings(CFDictionaryRef);
+
 #ifdef __cplusplus
 }
 #endif

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMountainLion.a


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

Reply via email to