Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Issue 12042096: Move page action manifest parsing out of Extension; the first multi-key manifest handler. (Closed)

Created:
7 years, 11 months ago by Yoyo Zhou
Modified:
7 years, 10 months ago
Reviewers:
Matt Perry, sky
CC:
chromium-reviews, Aaron Boodman, darin-cc_chromium.org, tfarina, sail+watch_chromium.org, chromium-apps-reviews_chromium.org, Devlin, mhx348_motorola.com
Visibility:
Public.

Description

Move page action manifest parsing out of Extension; the first multi-key manifest handler. Clean up some manifest unit tests. BUG=159265 TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182170

Patch Set 1 : #

Total comments: 4

Patch Set 2 : rebase (only registered 1 key) #

Patch Set 3 : compile #

Patch Set 4 : compile #

Patch Set 5 : rebase #

Patch Set 6 : fileutiltest #

Patch Set 7 : rebase #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -314 lines) Patch
M chrome/browser/extensions/api/extension_action/extension_action_api.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_action_manager.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm View 1 2 3 4 5 6 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/extension_action/action_info.h View 1 2 3 4 5 6 2 chunks +11 lines, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/action_info.cc View 1 2 3 4 5 6 4 chunks +19 lines, -0 lines 0 comments Download
A + chrome/common/extensions/api/extension_action/page_action_handler.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
A chrome/common/extensions/api/extension_action/page_action_handler.cc View 1 1 chunk +70 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_action/page_action_manifest_unittest.cc View 1 2 3 4 1 chunk +154 lines, -10 lines 0 comments Download
M chrome/common/extensions/api/omnibox/omnibox_handler.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/common/extensions/api/omnibox/omnibox_handler.cc View 1 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 2 3 4 5 6 4 chunks +0 lines, -6 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 5 6 7 5 chunks +6 lines, -47 lines 0 comments Download
M chrome/common/extensions/extension_file_util.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_file_util_unittest.cc View 1 2 3 4 5 6 2 chunks +8 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 1 2 3 4 5 6 3 chunks +1 line, -131 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifest_test.h View 1 2 3 4 5 6 4 chunks +11 lines, -7 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifest_test.cc View 1 2 3 4 5 6 3 chunks +43 lines, -27 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_initvalue_unittest.cc View 1 2 3 4 5 6 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc View 1 2 3 4 5 6 4 chunks +6 lines, -17 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_ui_unittest.cc View 1 2 3 4 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_validapp_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/page_actions_custom_bindings.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2.json View 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2b.json View 1 chunk +0 lines, -10 lines 0 comments Download
A + chrome/test/data/extensions/page_action/page_action_manifest_version_2.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/page_action/page_action_manifest_version_2b.json View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Yoyo Zhou
https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/manifest_handler.h File chrome/common/extensions/manifest_handler.h (right): https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/manifest_handler.h#newcode84 chrome/common/extensions/manifest_handler.h:84: static void Register(ManifestMultiKeyHandler* handler); Notice this is different from ...
7 years, 11 months ago (2013-01-25 00:28:23 UTC) #1
Matt Perry
https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/api/extension_action/page_action_handler.cc File chrome/common/extensions/api/extension_action/page_action_handler.cc (right): https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/api/extension_action/page_action_handler.cc#newcode28 chrome/common/extensions/api/extension_action/page_action_handler.cc:28: scoped_ptr<ActionInfo> page_action_info; nit: move this down where it's first ...
7 years, 11 months ago (2013-01-25 20:56:40 UTC) #2
Devlin
https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/manifest_handler.h File chrome/common/extensions/manifest_handler.h (right): https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/manifest_handler.h#newcode61 chrome/common/extensions/manifest_handler.h:61: class ManifestMultiKeyHandler { On 2013/01/25 20:56:40, Matt Perry wrote: ...
7 years, 11 months ago (2013-01-25 21:50:55 UTC) #3
Joe Thomas
7 years, 11 months ago (2013-01-26 00:01:11 UTC) #4
Joe Thomas
7 years, 11 months ago (2013-01-26 00:02:10 UTC) #5
Joe Thomas
Sorry, tried adding myself to the CC list, but I think it's going to the ...
7 years, 11 months ago (2013-01-26 00:03:38 UTC) #6
Yoyo Zhou
On 2013/01/25 20:56:40, Matt Perry wrote: > https://codereview.chromium.org/12042096/diff/2001/chrome/common/extensions/api/extension_action/page_action_handler.cc > File chrome/common/extensions/api/extension_action/page_action_handler.cc > (right): > > ...
7 years, 11 months ago (2013-01-26 01:29:32 UTC) #7
Yoyo Zhou
Followed up in https://codereview.chromium.org/12084034/
7 years, 10 months ago (2013-01-29 00:20:21 UTC) #8
Yoyo Zhou
Rebased on top of changes to support multi-key registration. Please have another look.
7 years, 10 months ago (2013-02-05 02:12:17 UTC) #9
Yoyo Zhou
On 2013/02/05 02:12:17, Yoyo Zhou wrote: > Rebased on top of changes to support multi-key ...
7 years, 10 months ago (2013-02-12 21:13:30 UTC) #10
Matt Perry
Sorry, lost track of this one. LGTM
7 years, 10 months ago (2013-02-12 21:24:03 UTC) #11
Yoyo Zhou
TBR=sky for some refactoring to UI code.
7 years, 10 months ago (2013-02-13 00:54:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/12042096/45042
7 years, 10 months ago (2013-02-13 00:58:08 UTC) #13
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 09:22:54 UTC) #14
Message was sent while issue was closed.
Change committed as 182170

Powered by Google App Engine
This is Rietveld 408576698