Changeset 139158 in webkit


Ignore:
Timestamp:
Jan 8, 2013 9:21:19 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Kiran Muppala <cmuppala@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:
Location:
trunk/WebKitLibraries
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r138811 r139158  
     12013-01-08  Kiran Muppala  <cmuppala@apple.com>
     2
     3        Add WebKitSystemInterface needed for overriding system proxies on Mac
     4        https://bugs.webkit.org/show_bug.cgi?id=106410
     5
     6        Reviewed by Stephanie Lewis.
     7
     8        This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
     9        Add user defaults to override system proxy settings for NetworkProcess on Mac, which
     10        is awaiting the approval of a WebKit2 committer.  Commiting the WKSI portion separately,
     11        so that the internal repository commit for generating the WKSI libraries does not have to
     12        be rolled back every time the rest of the patch changes.
     13
     14        Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
     15        custom proxies during initialization.
     16
     17        * WebKitSystemInterface.h:
     18        * libWebKitSystemInterfaceLion.a:
     19        * libWebKitSystemInterfaceMountainLion.a:
     20
    1212013-01-04  Adam Klein  <adamk@chromium.org>
    222
  • trunk/WebKitLibraries/WebKitSystemInterface.h

    r138553 r139158  
    542542void WKActivateJavaPlugIn(void);
    543543
     544void WKCFNetworkSetOverrideSystemProxySettings(CFDictionaryRef);
     545
    544546#ifdef __cplusplus
    545547}
Note: See TracChangeset for help on using the changeset viewer.