|
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
As a side effect, requests going through URLFetcher now also have to pass cookie checks. Requests from the URLFetcher can be optionally annotated with a render view, so the user can be notified about blocked cookies. This plumbing is done for the alternate nav url fetcher, and the template url fetcher.
BUG= 116322
TEST=manual/pyauto
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=125831
Total comments: 21
Total comments: 26
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+600 lines, -243 lines) |
Patch |
 |
M |
chrome/browser/alternate_nav_url_fetcher.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/imageburner/burn_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/webrequest/webrequest_api_unittest.cc
|
View
|
|
4 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_warning_set.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.h
|
View
|
1
2
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.cc
|
View
|
1
2
3
4
|
4 chunks |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_fetcher.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_fetcher.cc
|
View
|
1
2
3
4
|
6 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_fetcher_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/render_view_context_menu.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search_engines/search_engine_tab_helper.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/resource_dispatcher_host.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/resource_request_info_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher_impl.cc
|
View
|
1
2
3
4
|
8 chunks |
+33 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher_impl_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
content/common/net/url_request_user_data.h
|
View
|
1
2
3
4
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/net/url_request_user_data.cc
|
View
|
1
2
3
4
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_request_info.h
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/url_fetcher.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/test_url_fetcher_factory.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/test_url_fetcher_factory.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate.h
|
View
|
1
2
|
4 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/network_delegate_error_observer_unittest.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.h
|
View
|
1
2
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.h
|
View
|
1
2
3
4
|
8 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.cc
|
View
|
1
2
3
4
|
4 chunks |
+41 lines, -42 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_unittest.cc
|
View
|
1
2
|
23 chunks |
+113 lines, -54 lines |
0 comments
|
Download
|
 |
M |
webkit/appcache/appcache_update_job.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
View
|
1
2
3
|
7 chunks |
+87 lines, -27 lines |
0 comments
|
Download
|
Total messages: 31 (0 generated)
|