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

Issue 11611004: Move the InputComponents out of extensions entirely. (Closed)

Created:
7 years, 12 months ago by SanjoyPal
Modified:
7 years, 11 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Move the InputComponents out of extensions entirely. BUG=159265 TEST=ExtensionApiTest.InputImeApiBasic TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175192

Patch Set 1 : #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -276 lines) Patch
M chrome/browser/extensions/api/input_ime/input_ime_api.h View 1 2 3 4 4 chunks +15 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 2 3 4 5 6 7 6 chunks +41 lines, -7 lines 0 comments Download
D chrome/browser/extensions/api/input_ime/input_ime_api_factory.h View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/extensions/api/input_ime/input_ime_api_factory.cc View 1 2 3 4 1 chunk +0 lines, -40 lines 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 4 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/common/extensions/api/input_ime/input_components_handler.h View 1 2 3 4 5 6 7 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/common/extensions/api/input_ime/input_components_handler.cc View 1 2 3 4 5 6 7 1 chunk +192 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 2 3 4 4 chunks +0 lines, -31 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 3 chunks +0 lines, -143 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
SanjoyPal
Please review.
7 years, 12 months ago (2012-12-27 03:10:14 UTC) #1
Joe Thomas
Hi Sanjoy, Some of the changes that you made in this CL are already landed ...
7 years, 12 months ago (2012-12-27 16:04:37 UTC) #2
SanjoyPal
On 2012/12/27 16:04:37, Joe Thomas wrote: > Hi Sanjoy, > > Some of the changes ...
7 years, 12 months ago (2012-12-27 19:58:25 UTC) #3
Yoyo Zhou
https://chromiumcodereview.appspot.com/11611004/diff/5003/chrome/browser/extensions/api/input_ime/input_ime_api.cc File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right): https://chromiumcodereview.appspot.com/11611004/diff/5003/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode873 chrome/browser/extensions/api/input_ime/input_ime_api.cc:873: if (extensions::InputComponents::GetInputComponents(extension) == NULL) You should assign the InputComponents ...
7 years, 12 months ago (2012-12-28 21:04:28 UTC) #4
SanjoyPal
Fixed the comments. Please review. https://codereview.chromium.org/11611004/diff/5003/chrome/browser/extensions/api/input_ime/input_ime_api.cc File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right): https://codereview.chromium.org/11611004/diff/5003/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode873 chrome/browser/extensions/api/input_ime/input_ime_api.cc:873: if (extensions::InputComponents::GetInputComponents(extension) == NULL) ...
7 years, 12 months ago (2012-12-28 22:38:25 UTC) #5
Yoyo Zhou
https://codereview.chromium.org/11611004/diff/5003/chrome/common/extensions/api/input_ime/input_components_handler.h File chrome/common/extensions/api/input_ime/input_components_handler.h (right): https://codereview.chromium.org/11611004/diff/5003/chrome/common/extensions/api/input_ime/input_components_handler.h#newcode45 chrome/common/extensions/api/input_ime/input_components_handler.h:45: // Returns list of input components. On 2012/12/28 22:38:30, ...
7 years, 11 months ago (2013-01-03 01:21:59 UTC) #6
SanjoyPal
Updated the patch. Please review. https://codereview.chromium.org/11611004/diff/21001/chrome/browser/extensions/api/input_ime/input_ime_api.cc File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right): https://codereview.chromium.org/11611004/diff/21001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode878 chrome/browser/extensions/api/input_ime/input_ime_api.cc:878: components->input_components.begin(); component != components-> ...
7 years, 11 months ago (2013-01-03 01:33:01 UTC) #7
Yoyo Zhou
LGTM, thanks.
7 years, 11 months ago (2013-01-03 01:36:43 UTC) #8
SanjoyPal
Hi Miranda, please review the profile changes. Thanks.
7 years, 11 months ago (2013-01-03 01:50:42 UTC) #9
Miranda Callahan
On 2013/01/03 01:50:42, SanjoyPal wrote: > Hi Miranda, please review the profile changes. Thanks. Hi, ...
7 years, 11 months ago (2013-01-03 13:52:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11611004/42001
7 years, 11 months ago (2013-01-03 15:59:36 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/browser/profiles/profile_dependency_manager.cc: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-03 15:59:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11611004/39005
7 years, 11 months ago (2013-01-03 18:07:33 UTC) #13
SanjoyPal
Solved the conflict. On 2013/01/03 15:59:40, I haz the power (commit-bot) wrote: > Failed to ...
7 years, 11 months ago (2013-01-03 18:08:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11611004/42006
7 years, 11 months ago (2013-01-03 18:35:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11611004/40007
7 years, 11 months ago (2013-01-03 18:49:55 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests
7 years, 11 months ago (2013-01-03 19:46:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11611004/45021
7 years, 11 months ago (2013-01-03 22:28:58 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests
7 years, 11 months ago (2013-01-04 01:49:40 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11611004/45021
7 years, 11 months ago (2013-01-04 18:59:08 UTC) #20
commit-bot: I haz the power
7 years, 11 months ago (2013-01-04 21:06:23 UTC) #21
Message was sent while issue was closed.
Change committed as 175192

Powered by Google App Engine
This is Rietveld 408576698