Comment #61 on issue 74 by [email protected]: Need to support using
file:// URLs to specify PAC files.
http://code.google.com/p/chromium/issues/detail?id=74
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=10827
------------------------------------------------------------------------
r10827 | [email protected] | 2009-03-03 13:37:09 -0800 (Tue, 03 Mar
2009) | 13 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/debugger/debugger_shell.cc?r1=10827&r2=10826
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/chrome_url_request_context.cc?r1=10827&r2=10826
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/chrome_switches.cc?r1=10827&r2=10826
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/chrome_switches.h?r1=10827&r2=10826
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/proxy/proxy_service.cc?r1=10827&r2=10826
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/proxy/proxy_service.h?r1=10827&r2=10826
Add a command line flag --v8-proxy-resolver, to select the new PAC
implementation.
When running in single process mode, this flag has no effect (since we
can't run side by side with the renderer's V8).
In regular mode, the v8 resolver is currently running in the browser
process.
This means it has to share with the v8 debugger shell.
Added locking around the debugger shell so they can peacefully co-exist.
When this flag is enabled, PAC scripts are downloaded through the browser.
BUG=74,2764
Review URL: http://codereview.chromium.org/27365
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---