|
Change ManifestHandler interface to always (implicitly) pass the entire manifest to handlers.
This makes it possible to support multi-key handlers using the same interface.
Fixes a bug with default behavior for manifest handlers; previously, HasNoKey would be called even for inappropriate extension types.
BUG= 159265
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179470
Total comments: 6
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -227 lines) |
Patch |
 |
M |
chrome/browser/chromeos/extensions/file_browser_handler.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_browser_handler.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/commands/commands_handler.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/commands/commands_handler.cc
|
View
|
|
4 chunks |
+22 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_action/browser_action_handler.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_action/browser_action_handler.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_action/script_badge_handler.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_action/script_badge_handler.cc
|
View
|
1
2
|
4 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_action/script_badge_manifest_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_handlers/file_handlers_parser.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_handlers/file_handlers_parser.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/input_ime/input_components_handler.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/input_ime/input_components_handler.cc
|
View
|
|
6 chunks |
+31 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/omnibox/omnibox_handler.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/omnibox/omnibox_handler.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/speech/tts_engine_manifest_handler.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest_handler.h
|
View
|
1
2
3
4
|
1 chunk |
+22 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest_handler.cc
|
View
|
1
|
5 chunks |
+23 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest_tests/extension_manifests_web_accessible_resources_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest_url_handler.h
|
View
|
|
5 chunks |
+5 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest_url_handler.cc
|
View
|
|
6 chunks |
+13 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/web_accessible_resources_handler.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/web_accessible_resources_handler.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/web_intents_handler.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/web_intents_handler.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|