Bug 36358 - Cannot override proxy settings from the command line
Summary: Cannot override proxy settings from the command line
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 04:00 PDT by Martin Häcker
Modified: 2010-03-19 16:36 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Häcker 2010-03-19 04:00:38 PDT
This is crucial for browser automation tools like  windmill <http://getwindmill.com/> (but many other too) which need to route all browser output through their proxy to be able to automate it reliably.

Google Chrome apparently allows this - but I haven't yet found a way to do this with Safari. One can set the proxy via the System Proxy settings, this however affects all applications on the machine so it is very undesireable (especially if you want to have browser automation tests running in the background while you develop on the machine.

So please allow this to be overriden from the command-line.
Comment 1 Alexey Proskuryakov 2010-03-19 16:36:11 PDT
We need this to improve regression tests, as well.