|
Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.
ProtocolHandlers are intended to handle all requests for a particular
scheme, while UrlRequestInterceptors are intended to sit in front of
ProtocolHandlers, and optionally take over handling of any request,
regardless of scheme.
Separating the classes removes some ambiguity and weirdness,
particularly when passing a bunch of interceptors all over the place
from content/ to chrome/ during initialization.
BUG= 373800
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273874
Total comments: 4
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+368 lines, -420 lines) |
Patch |
 |
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_request_interceptor.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_request_interceptor.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/browser/net/aw_url_request_context_getter.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/net/init_native_callback.h
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/android_protocol_handler.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/android_protocol_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+33 lines, -31 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/net_init_native_callback.cc
|
View
|
1
|
1 chunk |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
apps/shell/browser/shell_content_browser_client.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apps/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shell/content_client/shell_content_browser_client.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/shell/content_client/shell_content_browser_client.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.cc
|
View
|
|
7 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_io_data.h
|
View
|
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_io_data.cc
|
View
|
1
2
3
|
11 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile.h
|
View
|
1
2
3
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.h
|
View
|
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
1
2
3
|
10 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.h
|
View
|
1
2
3
|
6 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/test/fake_profile.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/test/fake_profile.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_request_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_request_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/storage_partition_impl_map.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_browser_context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_browser_context.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_url_request_context_getter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_url_request_context_getter.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
D |
net/url_request/protocol_intercept_job_factory.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
net/url_request/protocol_intercept_job_factory.cc
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
A + |
net/url_request/url_request_intercepting_job_factory.h
|
View
|
1
2
3
|
1 chunk |
+58 lines, -53 lines |
0 comments
|
Download
|
 |
A + |
net/url_request/url_request_intercepting_job_factory.cc
|
View
|
|
1 chunk |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
A |
net/url_request/url_request_interceptor.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
net/url_request/url_request_interceptor.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/views_content_client/views_content_browser_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views_content_client/views_content_browser_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|