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

Issue 10907196: Add the ability to filter out extension IMEs from the language settings page. (Closed)

Created:
8 years, 3 months ago by Zachary Kuznia
Modified:
8 years, 3 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, arv (Not doing code reviews), oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Visibility:
Public.

Description

Add the ability to filter out extension IMEs from the language settings page. BUG=137640 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157737

Patch Set 1 #

Total comments: 34

Patch Set 2 : Code review fixes #

Total comments: 6

Patch Set 3 : Code review fixes #

Patch Set 4 : Fix mock input manager #

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -21 lines) Patch
M chrome/browser/chromeos/input_method/input_method_manager.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 4 chunks +65 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/preferences.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/language_list.js View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/language_options.html View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/resources/options/language_options.js View 1 10 chunks +143 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc View 1 4 chunks +28 lines, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Zachary Kuznia
8 years, 3 months ago (2012-09-12 09:06:44 UTC) #1
Zachary Kuznia
nona@: Could you review the changes to Input Method Manager? jhawkins@: Could you review the ...
8 years, 3 months ago (2012-09-12 09:07:53 UTC) #2
James Hawkins
https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/resources/options/language_list.js File chrome/browser/resources/options/language_list.js (right): https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/resources/options/language_list.js#newcode178 chrome/browser/resources/options/language_list.js:178: * Clear the selection nit: s/Clear/Clears/ https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/resources/options/language_options.html File chrome/browser/resources/options/language_options.html ...
8 years, 3 months ago (2012-09-12 16:11:57 UTC) #3
Seigo Nonaka
https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/chromeos/input_method/input_method_manager.h File chrome/browser/chromeos/input_method/input_method_manager.h (right): https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/chromeos/input_method/input_method_manager.h#newcode132 chrome/browser/chromeos/input_method/input_method_manager.h:132: virtual InputMethodDescriptors* GetInputMethodExtensions() = 0; Please add function comments. ...
8 years, 3 months ago (2012-09-12 16:50:36 UTC) #4
Zachary Kuznia
https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/chromeos/input_method/input_method_manager.h File chrome/browser/chromeos/input_method/input_method_manager.h (right): https://chromiumcodereview.appspot.com/10907196/diff/1/chrome/browser/chromeos/input_method/input_method_manager.h#newcode132 chrome/browser/chromeos/input_method/input_method_manager.h:132: virtual InputMethodDescriptors* GetInputMethodExtensions() = 0; On 2012/09/12 16:50:37, Seigo ...
8 years, 3 months ago (2012-09-13 09:28:32 UTC) #5
Seigo Nonaka
lgtm input_method/* lgtm http://codereview.chromium.org/10907196/diff/8002/chrome/browser/chromeos/input_method/input_method_manager.h File chrome/browser/chromeos/input_method/input_method_manager.h (right): http://codereview.chromium.org/10907196/diff/8002/chrome/browser/chromeos/input_method/input_method_manager.h#newcode132 chrome/browser/chromeos/input_method/input_method_manager.h:132: // Return a list of descriptors ...
8 years, 3 months ago (2012-09-13 18:25:20 UTC) #6
Zachary Kuznia
jhawkins: Ping
8 years, 3 months ago (2012-09-18 06:25:08 UTC) #7
James Hawkins
LGTM with nits. http://codereview.chromium.org/10907196/diff/8002/chrome/browser/chromeos/input_method/input_method_manager_impl.h File chrome/browser/chromeos/input_method/input_method_manager_impl.h (right): http://codereview.chromium.org/10907196/diff/8002/chrome/browser/chromeos/input_method/input_method_manager_impl.h#newcode149 chrome/browser/chromeos/input_method/input_method_manager_impl.h:149: // These IMEs are not added ...
8 years, 3 months ago (2012-09-18 15:47:31 UTC) #8
Zachary Kuznia
https://chromiumcodereview.appspot.com/10907196/diff/8002/chrome/browser/chromeos/input_method/input_method_manager.h File chrome/browser/chromeos/input_method/input_method_manager.h (right): https://chromiumcodereview.appspot.com/10907196/diff/8002/chrome/browser/chromeos/input_method/input_method_manager.h#newcode132 chrome/browser/chromeos/input_method/input_method_manager.h:132: // Return a list of descriptors for all Input ...
8 years, 3 months ago (2012-09-19 10:15:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/10907196/15001
8 years, 3 months ago (2012-09-19 10:15:58 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-19 10:50:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/10907196/15001
8 years, 3 months ago (2012-09-20 04:41:30 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-20 05:00:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/10907196/15001
8 years, 3 months ago (2012-09-20 08:08:41 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-20 08:30:46 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/10907196/33003
8 years, 3 months ago (2012-09-20 08:45:46 UTC) #16
commit-bot: I haz the power
8 years, 3 months ago (2012-09-20 10:36:15 UTC) #17
Change committed as 157737

Powered by Google App Engine
This is Rietveld 408576698