|
Support chrome-extension:// scheme in URLPattern.
This CL is mostly motivated to allow users of the web request API to filter network traffic to the extension. The URLParser was configured to broadly before in that is allowed parsing URLPattern::SCHEME_ALL.
BUG= 105656
TEST=no
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113907
Total comments: 3
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -16 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_tabs_module.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_webrequest_api.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/match_patterns.html
|
View
|
1
2
|
4 chunks |
+22 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/static/match_patterns.html
|
View
|
1
2
|
4 chunks |
+22 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/static/webRequest.html
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/webRequest.html
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/url_pattern.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/url_pattern.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/url_pattern_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|