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

Issue 136693012: [IME] Supports options page for each IME instead of single options page for each IME extension. (Closed)

Created:
6 years, 11 months ago by Shu Chen
Modified:
6 years, 11 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nona+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, zhangchi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[IME] Supports options page for each IME instead of single options page for each IME extension. BUG=334527 TEST=Verified on sandbox. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245761

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Patch Set 5 : Fixed unit tests compiling errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -11 lines) Patch
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc View 1 2 3 2 chunks +20 lines, -9 lines 0 comments Download
M chrome/common/extensions/api/input_ime/input_components_handler.cc View 1 2 3 chunks +18 lines, -2 lines 0 comments Download
M chromeos/ime/input_method_manager.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/common/manifest_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/manifest_constants.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Shu Chen
Guys, can you please review this cl? This is to support options page for each ...
6 years, 11 months ago (2014-01-14 03:26:00 UTC) #1
not at google - send to devlin
Could you file a bug for this? It's a bit fishy to me that we ...
6 years, 11 months ago (2014-01-14 17:28:06 UTC) #2
kevers
https://codereview.chromium.org/136693012/diff/1/chrome/common/extensions/api/input_ime/input_components_handler.cc File chrome/common/extensions/api/input_ime/input_components_handler.cc (right): https://codereview.chromium.org/136693012/diff/1/chrome/common/extensions/api/input_ime/input_components_handler.cc#newcode208 chrome/common/extensions/api/input_ime/input_components_handler.cc:208: } Missing else block? options_page_url does not appear to ...
6 years, 11 months ago (2014-01-14 19:33:08 UTC) #3
Shu Chen
Thanks for your reviews. I've updated the code per comments. kalman@, I've created the bug: ...
6 years, 11 months ago (2014-01-15 05:24:54 UTC) #4
kevers
lgtm
6 years, 11 months ago (2014-01-15 19:51:35 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/136693012/diff/90001/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc File chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc (right): https://codereview.chromium.org/136693012/diff/90001/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc#newcode360 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc:360: base::string16 options_page_str16; I'd feel more comfortable if we didn't ...
6 years, 11 months ago (2014-01-16 01:04:25 UTC) #6
Shu Chen
https://codereview.chromium.org/136693012/diff/90001/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc File chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc (right): https://codereview.chromium.org/136693012/diff/90001/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc#newcode360 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc:360: base::string16 options_page_str16; On 2014/01/16 01:04:26, kalman wrote: > I'd ...
6 years, 11 months ago (2014-01-16 05:52:14 UTC) #7
not at google - send to devlin
extensions lgtm https://codereview.chromium.org/136693012/diff/90001/chrome/common/extensions/api/input_ime/input_components_handler.cc File chrome/common/extensions/api/input_ime/input_components_handler.cc (right): https://codereview.chromium.org/136693012/diff/90001/chrome/common/extensions/api/input_ime/input_components_handler.cc#newcode202 chrome/common/extensions/api/input_ime/input_components_handler.cc:202: options_page_url = extension->GetResourceURL(options_page_str); On 2014/01/16 05:52:15, Shu ...
6 years, 11 months ago (2014-01-16 17:51:13 UTC) #8
Shu Chen
https://codereview.chromium.org/136693012/diff/170001/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc File chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc (right): https://codereview.chromium.org/136693012/diff/170001/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc#newcode377 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc:377: browser->tab_strip_model()->GetActiveWebContents(); On 2014/01/16 17:51:14, kalman wrote: > indent += ...
6 years, 11 months ago (2014-01-17 02:52:36 UTC) #9
Shu Chen
Jun/Hiro, can you please take a look at the cl? Thanks
6 years, 11 months ago (2014-01-17 02:58:39 UTC) #10
Hiro Komatsu
lgtm
6 years, 11 months ago (2014-01-17 04:48:21 UTC) #11
Jun Mukai
lgtm
6 years, 11 months ago (2014-01-17 06:51:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/136693012/240001
6 years, 11 months ago (2014-01-17 09:24:57 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) app_list_unittests, ash_unittests, aura_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, ...
6 years, 11 months ago (2014-01-17 10:33:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/136693012/490001
6 years, 11 months ago (2014-01-17 14:27:57 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=248002
6 years, 11 months ago (2014-01-17 15:59:38 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/136693012/490001
6 years, 11 months ago (2014-01-18 00:24:10 UTC) #17
commit-bot: I haz the power
6 years, 11 months ago (2014-01-18 08:57:52 UTC) #18
Message was sent while issue was closed.
Change committed as 245761

Powered by Google App Engine
This is Rietveld 408576698