|
|
Enable (optional) blocking of webrequests in case a PAC script cannot be fetched or is invalid.
The optional blocking is currently only exposed to the Proxy Settings API, not to command-line parameters or policies.
BUG= 79344
TEST=Install the sample proxy extension and enter a non-existing url and a URL that does not point to a valid JavaScript file. In either case, the request should fail.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83882
Total comments: 4
Total comments: 12
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+240 lines, -50 lines) |
Patch |
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_preference_api.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_proxy_api.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_proxy_api_constants.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_proxy_api_constants.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_proxy_api_helpers.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_proxy_api_helpers.cc
|
View
|
1
|
5 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_proxy_api_helpers_unittest.cc
|
View
|
1
2
|
3 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/pref_proxy_config_service.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/pref_proxy_config_service_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_pref_store.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/command_line_pref_store.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/proxy_config_dictionary.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/proxy_config_dictionary.cc
|
View
|
|
5 chunks |
+24 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/proxy_config_dictionary_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/automation_constants.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/automation_constants.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.json
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/experimental.proxy.html
|
View
|
1
2
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/samples.json
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/proxy/pacdata/test.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/net_error_list.h
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config.h
|
View
|
1
2
3
|
4 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config.cc
|
View
|
1
2
3
|
6 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
1
2
|
4 chunks |
+32 lines, -13 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|