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

Issue 169033003: try 3 of: Split out InputMethodMenuManager from InputMethodManager. (Closed)

Created:
6 years, 10 months ago by Junichi Uekawa
Modified:
6 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, plundblad+watch_chromium.org, yukishiino+watch_chromium.org, aboxhall+watch_chromium.org, dmazzoni+watch_chromium.org, yuzo+watch_chromium.org, dtseng+watch_chromium.org, nona+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Visibility:
Public.

Description

try 3 of: Split out InputMethodMenuManager from InputMethodManager. (I was missing RemoveObserver in one of the tests and as a result ASAN tests were catching use-after-free.) Rename input_method_property to input_method_menu_item, and move to ash/ime. BUG=342336, 343044 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251996

Patch Set 1 #

Patch Set 2 : revert the unit test change to make it easier to see #

Patch Set 3 : re-uploaded with the fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -321 lines) Patch
M ash/ash.gyp View 2 chunks +6 lines, -0 lines 0 comments Download
A + ash/ime/input_method_menu_item.h View 2 chunks +16 lines, -16 lines 0 comments Download
A + ash/ime/input_method_menu_item.cc View 3 chunks +12 lines, -12 lines 0 comments Download
A ash/ime/input_method_menu_item_unittest.cc View 1 chunk +32 lines, -0 lines 0 comments Download
A ash/ime/input_method_menu_manager.h View 1 chunk +65 lines, -0 lines 0 comments Download
A ash/ime/input_method_menu_manager.cc View 1 chunk +57 lines, -0 lines 0 comments Download
A ash/ime/input_method_menu_manager_unittest.cc View 1 chunk +76 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_event_router.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/accessibility.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/accessibility.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine.h View 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 4 chunks +1 line, -11 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 5 chunks +16 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc View 1 2 10 chunks +52 lines, -44 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_engine.h View 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.cc View 1 2 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 6 chunks +15 lines, -11 lines 0 comments Download
M chromeos/chromeos.gyp View 2 chunks +0 lines, -3 lines 0 comments Download
M chromeos/ime/input_method_manager.h View 1 4 chunks +1 line, -11 lines 0 comments Download
D chromeos/ime/input_method_property.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chromeos/ime/input_method_property.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D chromeos/ime/input_method_property_unittest.cc View 1 chunk +0 lines, -31 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Junichi Uekawa
Hi, I was missing a DeleteObserver, caught by ASAN tests. Here's a fixed and updated ...
6 years, 10 months ago (2014-02-19 00:16:46 UTC) #1
Daniel Erat
still lgtm for system_tray_delegate_chromeos.cc
6 years, 10 months ago (2014-02-19 00:47:45 UTC) #2
Seigo Nonaka
lgtm
6 years, 10 months ago (2014-02-19 03:31:08 UTC) #3
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 10 months ago (2014-02-19 03:35:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/169033003/1
6 years, 10 months ago (2014-02-19 03:35:17 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 03:35:25 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-19 03:35:26 UTC) #7
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 10 months ago (2014-02-19 03:51:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/169033003/380001
6 years, 10 months ago (2014-02-19 03:51:54 UTC) #9
commit-bot: I haz the power
6 years, 10 months ago (2014-02-19 08:20:30 UTC) #10
Message was sent while issue was closed.
Change committed as 251996

Powered by Google App Engine
This is Rietveld 408576698