Bug 96456 - Add user defaults to override http and https system proxy settings on mac
Summary: Add user defaults to override http and https system proxy settings on mac
Status: CLOSED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Kiran Muppala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 18:02 PDT by Kiran Muppala
Modified: 2012-09-16 21:32 PDT (History)
2 users (show)

See Also:


Attachments
Patch (20.11 KB, patch)
2012-09-11 20:12 PDT, Kiran Muppala
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kiran Muppala 2012-09-11 18:02:01 PDT
For internal testing and debugging, it is useful to have a defaults write to set the HTTP and HTTPS proxy specific to Safari and not affect the system proxy settings on mac.
Comment 1 Kiran Muppala 2012-09-11 18:02:19 PDT
<rdar://problem/12052742>
Comment 2 Kiran Muppala 2012-09-11 20:12:01 PDT
Created attachment 163504 [details]
Patch
Comment 3 Build Bot 2012-09-11 20:37:04 PDT
Comment on attachment 163504 [details]
Patch

Attachment 163504 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/13810886
Comment 4 Ryosuke Niwa 2012-09-13 13:17:47 PDT
Comment on attachment 163504 [details]
Patch

Nice! This will be useful for perf. tests.
Comment 5 Kiran Muppala 2012-09-16 21:30:42 PDT
Dan Bernstein reviewed the patch and suggested an alternative approach using InjectedBundle within Safari and not touching WebKit2.  Hence, closing this bug as wontfix.