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

Issue 11662013: Move Commands from Extension to CommandsHandler (Closed)

Created:
8 years ago by Devlin
Modified:
7 years, 11 months ago
CC:
chromium-reviews, Aaron Boodman, sail+watch_chromium.org, chromium-apps-reviews_chromium.org, mhx348_motorola.com, SanjoyPal
Base URL:
http://git.chromium.org/chromium/src.git@dc_unref_script_badge
Visibility:
Public.

Description

Move Commands from Extension to CommandsHandler TBR=thakis@chromium.org for c/b/ui/cocoa BUG=159265 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178485

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : Latest Master #

Patch Set 4 : Gypi changes for android #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -245 lines) Patch
M chrome/browser/extensions/api/commands/command_service.cc View 1 2 8 chunks +27 lines, -13 lines 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 3 chunks +2 lines, -1 line 0 comments Download
A chrome/common/extensions/api/commands/commands_handler.h View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/common/extensions/api/commands/commands_handler.cc View 1 2 3 1 chunk +138 lines, -0 lines 0 comments Download
A + chrome/common/extensions/api/commands/commands_manifest_unittest.cc View 4 chunks +29 lines, -15 lines 0 comments Download
M chrome/common/extensions/api/omnibox/omnibox_handler.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/extensions/extension.h View 1 2 4 chunks +0 lines, -32 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 2 chunks +0 lines, -60 lines 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 34 chunks +42 lines, -34 lines 0 comments Download
D chrome/common/extensions/manifest_tests/extension_manifests_command_unittest.cc View 1 chunk +0 lines, -83 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Devlin
https://codereview.chromium.org/11662013/diff/2001/chrome/browser/extensions/api/commands/command_service.cc File chrome/browser/extensions/api/commands/command_service.cc (right): https://codereview.chromium.org/11662013/diff/2001/chrome/browser/extensions/api/commands/command_service.cc#newcode47 chrome/browser/extensions/api/commands/command_service.cc:47: ManifestHandler::Register(extension_manifest_keys::kCommands, I don't think we want to create an ...
8 years ago (2012-12-21 20:36:21 UTC) #1
Yoyo Zhou
LGTM https://codereview.chromium.org/11662013/diff/2001/chrome/browser/extensions/api/commands/command_service.cc File chrome/browser/extensions/api/commands/command_service.cc (right): https://codereview.chromium.org/11662013/diff/2001/chrome/browser/extensions/api/commands/command_service.cc#newcode47 chrome/browser/extensions/api/commands/command_service.cc:47: ManifestHandler::Register(extension_manifest_keys::kCommands, On 2012/12/21 20:36:21, D Cronin wrote: > ...
8 years ago (2012-12-22 00:38:32 UTC) #2
Devlin
https://codereview.chromium.org/11662013/diff/2001/chrome/common/extensions/api/commands/commands_handler.cc File chrome/common/extensions/api/commands/commands_handler.cc (right): https://codereview.chromium.org/11662013/diff/2001/chrome/common/extensions/api/commands/commands_handler.cc#newcode14 chrome/common/extensions/api/commands/commands_handler.cc:14: namespace extensions { On 2012/12/22 00:38:33, Yoyo Zhou wrote: ...
7 years, 12 months ago (2012-12-27 20:39:12 UTC) #3
Devlin
+ben@ and nileshagrawal@ for added exceptions to gypis. This doesn't add much new code to ...
7 years, 11 months ago (2013-01-23 00:14:57 UTC) #4
nilesh
On 2013/01/23 00:14:57, D Cronin wrote: > +ben@ and nileshagrawal@ for added exceptions to gypis. ...
7 years, 11 months ago (2013-01-23 00:45:28 UTC) #5
Devlin
On 2013/01/23 00:45:28, nileshagrawal1 wrote: > On 2013/01/23 00:14:57, D Cronin wrote: > > +ben@ ...
7 years, 11 months ago (2013-01-23 18:15:50 UTC) #6
nilesh
https://chromiumcodereview.appspot.com/11662013/diff/31015/chrome/chrome_tests_unit.gypi File chrome/chrome_tests_unit.gypi (right): https://chromiumcodereview.appspot.com/11662013/diff/31015/chrome/chrome_tests_unit.gypi#newcode1769 chrome/chrome_tests_unit.gypi:1769: 'browser/extensions/permissions_updater_unittest.cc', Please exclude the test here (in enable_extentions==0) https://chromiumcodereview.appspot.com/11662013/diff/31015/chrome/chrome_tests_unit.gypi#newcode2194 ...
7 years, 11 months ago (2013-01-23 18:27:54 UTC) #7
Devlin
https://chromiumcodereview.appspot.com/11662013/diff/31015/chrome/chrome_tests_unit.gypi File chrome/chrome_tests_unit.gypi (right): https://chromiumcodereview.appspot.com/11662013/diff/31015/chrome/chrome_tests_unit.gypi#newcode1769 chrome/chrome_tests_unit.gypi:1769: 'browser/extensions/permissions_updater_unittest.cc', On 2013/01/23 18:27:54, nileshagrawal1 wrote: > Please exclude ...
7 years, 11 months ago (2013-01-23 20:21:17 UTC) #8
nilesh
On 2013/01/23 00:14:57, D Cronin wrote: > +ben@ and nileshagrawal@ for added exceptions to gypis. ...
7 years, 11 months ago (2013-01-23 20:52:12 UTC) #9
Ben Goodger (Google)
lgtm
7 years, 11 months ago (2013-01-23 22:34:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/11662013/30014
7 years, 11 months ago (2013-01-23 23:30:22 UTC) #11
commit-bot: I haz the power
7 years, 11 months ago (2013-01-24 02:30:36 UTC) #12
Message was sent while issue was closed.
Change committed as 178485

Powered by Google App Engine
This is Rietveld 408576698