|
Handler settings page.
This change implements a settings page that allows users to manage protocol
handlers registered via navigator.registerProtocolHandler.
tony: could you review the ProtocolHandlerRegistry stuff?
estade: could you review the webui stuff?
Thanks!
TEST=Unit tests provided.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86762
Total comments: 40
Total comments: 28
Total comments: 35
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+871 lines, -52 lines) |
Patch |
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
build/features_override.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+37 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/custom_handlers/protocol_handler_registry.h
|
View
|
1
2
3
4
5
6
8
|
8 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/browser/custom_handlers/protocol_handler_registry.cc
|
View
|
1
2
3
4
5
6
7
8
|
10 chunks |
+87 lines, -29 lines |
0 comments
|
Download
|
|
M |
chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+97 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/content_settings.html
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/content_settings.js
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/content_settings_ui.js
|
View
|
|
1 chunk |
+25 lines, -1 line |
0 comments
|
Download
|
|
A |
chrome/browser/resources/options/handler_options.css
|
View
|
1
2
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/resources/options/handler_options.html
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/resources/options/handler_options.js
|
View
|
1
2
3
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/resources/options/handler_options_list.js
|
View
|
1
2
3
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/options.html
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/options.js
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/options_bundle.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/options/content_settings_handler.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/options/content_settings_handler.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/webui/options/handler_options_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/webui/options/handler_options_handler.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+155 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/options/options_ui.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/notification_type.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|