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

Issue 1996563002: Add ImeMenuTray element. (Closed)

Created:
4 years, 7 months ago by Azure Wei
Modified:
4 years, 5 months ago
Reviewers:
Shu Chen, sadrul, sky, James Cook
CC:
chromium-reviews, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds ImeMenuTray element on status area widget for IME menu. It has the following behaviors: - Lays on the status tray, which has a consistent spacing between other shelf items. - Unmoveable by users, but automatically moving when status tray show/hide other items, like VK/web notification tray element. - Show/Hide the icon according to activation of new menu feature. - Show the short name of the current selected IME. - Change background color when clicked. BUG=570761, 624186 TEST=Verified on local build. Committed: https://crrev.com/c0b0a4f3a8397cb257d975d947bf035e2b0d9a9e Cr-Commit-Position: refs/heads/master@{#405728}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Check the valid of |last_item_index|. #

Total comments: 4

Patch Set 3 : Addressed sky@'s comments. #

Patch Set 4 : Add ImeMenuTray. #

Patch Set 5 : Revert error change. #

Patch Set 6 : #

Patch Set 7 : Add tests for ImeMenuTray. #

Patch Set 8 : Fix patch confict. #

Patch Set 9 #

Patch Set 10 #

Patch Set 11 : Fix build failure. #

Patch Set 12 #

Patch Set 13 #

Patch Set 14 #

Total comments: 15

Patch Set 15 : Add kShowIconOnTrayKey property for window. #

Total comments: 2

Patch Set 16 : Remove kStatusTrayShelfID. #

Total comments: 17

Patch Set 17 : Addressed Sadrul's comments. #

Patch Set 18 : Rename property kShelfItemOnTrayForImeMenu. #

Patch Set 19 : Activates window when clicked. #

Total comments: 12

Patch Set 20 : Addressed comments. #

Patch Set 21 : sync code. #

Total comments: 2

Patch Set 22 : Change SetWindowState() with SetImeWindow(). #

Total comments: 12

Patch Set 23 : Move to ash/common/ and use WmWindow. #

Total comments: 32

Patch Set 24 : Add test file. #

Patch Set 25 : Remove window related changes. #

Total comments: 21

Patch Set 26 : Addressed comments. #

Total comments: 11

Patch Set 27 : Addressed nits. #

Patch Set 28 : Fix patch failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -0 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -0 lines 0 comments Download
M ash/ash_chromeos_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +3 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/ime_menu/ime_menu_tray.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +58 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/ime_menu/ime_menu_tray.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +96 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +122 lines, -0 lines 0 comments Download
M ash/common/system/status_area_widget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +3 lines, -0 lines 0 comments Download
M ash/common/system/status_area_widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 8 chunks +14 lines, -0 lines 0 comments Download
M ash/common/system/tray/tray_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M ash/common/system/tray/tray_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -0 lines 0 comments Download
M ash/test/test_system_tray_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +6 lines, -0 lines 0 comments Download
M ash/test/test_system_tray_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 98 (30 generated)
Azure Wei
Hi Shu and sky@, please review this cl. Thanks!
4 years, 7 months ago (2016-05-19 11:39:59 UTC) #3
sky
Can you add screenshots to the bug as to what you are after. Did you ...
4 years, 7 months ago (2016-05-19 16:32:48 UTC) #4
Azure Wei
I added the comment in the bug with screenshots: Before this cl: https://drive.google.com/open?id=0Bw82WB1eNjSBZFlTanZGMzFfcE0 After this ...
4 years, 7 months ago (2016-05-20 01:08:58 UTC) #5
sky
+sadrul for his thoughts. Seems to me this icon is better served from the tray ...
4 years, 7 months ago (2016-05-20 16:23:39 UTC) #7
sadrul
On 2016/05/20 16:23:39, sky wrote: > +sadrul for his thoughts. Seems to me this icon ...
4 years, 7 months ago (2016-05-20 17:32:40 UTC) #8
Shu Chen
On 2016/05/20 17:32:40, sadrul wrote: > On 2016/05/20 16:23:39, sky wrote: > > +sadrul for ...
4 years, 7 months ago (2016-05-21 03:34:31 UTC) #9
sky
On Fri, May 20, 2016 at 8:34 PM, <shuchen@chromium.org> wrote: > On 2016/05/20 17:32:40, sadrul ...
4 years, 7 months ago (2016-05-21 16:12:36 UTC) #10
Azure Wei
To make it clearer, I made a screenshot: https://drive.google.com/a/chromium.org/file/d/0Bw82WB1eNjSBWkktM1UxMU85VHc/view?usp=sharing I think Shu means, the IME ...
4 years, 7 months ago (2016-05-24 07:21:16 UTC) #11
sky
On Tue, May 24, 2016 at 12:21 AM, <azurewei@chromium.org> wrote: > To make it clearer, ...
4 years, 7 months ago (2016-05-24 16:26:34 UTC) #12
Azure Wei
On 2016/05/24 16:26:34, sky wrote: > On Tue, May 24, 2016 at 12:21 AM, <mailto:azurewei@chromium.org> ...
4 years, 7 months ago (2016-05-25 01:41:25 UTC) #13
sky
All of these say to me the item should be part of the tray, or ...
4 years, 7 months ago (2016-05-25 15:49:10 UTC) #14
Azure Wei
On 2016/05/25 15:49:10, sky wrote: > All of these say to me the item should ...
4 years, 7 months ago (2016-05-26 02:48:03 UTC) #15
Azure Wei
On 2016/05/26 02:48:03, Azure Wei wrote: > On 2016/05/25 15:49:10, sky wrote: > > All ...
4 years, 6 months ago (2016-06-07 03:07:51 UTC) #16
Azure Wei
On 2016/06/07 03:07:51, Azure Wei wrote: > On 2016/05/26 02:48:03, Azure Wei wrote: > > ...
4 years, 6 months ago (2016-06-07 14:59:03 UTC) #18
Azure Wei
On 2016/06/07 14:59:03, Azure Wei wrote: > On 2016/06/07 03:07:51, Azure Wei wrote: > > ...
4 years, 6 months ago (2016-06-12 02:59:09 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/120001
4 years, 6 months ago (2016-06-15 00:30:21 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/21180) ios-simulator-gn on ...
4 years, 6 months ago (2016-06-15 00:32:53 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/140001
4 years, 6 months ago (2016-06-15 00:46:53 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/81664) cast_shell_android on ...
4 years, 6 months ago (2016-06-15 00:55:24 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/160001
4 years, 6 months ago (2016-06-15 03:06:31 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/177662)
4 years, 6 months ago (2016-06-15 03:17:46 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/180001
4 years, 6 months ago (2016-06-15 04:15:49 UTC) #33
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/176218)
4 years, 6 months ago (2016-06-15 04:27:17 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/200001
4 years, 6 months ago (2016-06-16 04:54:31 UTC) #37
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/176876) linux_chromium_compile_dbg_ng on ...
4 years, 6 months ago (2016-06-16 04:58:06 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/220001
4 years, 6 months ago (2016-06-16 07:20:59 UTC) #41
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/229345)
4 years, 6 months ago (2016-06-16 07:49:50 UTC) #43
sky
Sadrul should be the main reviewer at this point.
4 years, 6 months ago (2016-06-16 15:14:58 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/240001
4 years, 6 months ago (2016-06-16 16:04:51 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/207100)
4 years, 6 months ago (2016-06-16 16:41:10 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996563002/260001
4 years, 6 months ago (2016-06-16 16:54:06 UTC) #50
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-16 18:04:37 UTC) #52
Azure Wei
On 2016/06/16 15:14:58, sky wrote: > Sadrul should be the main reviewer at this point. ...
4 years, 6 months ago (2016-06-16 22:22:16 UTC) #53
sadrul
https://codereview.chromium.org/1996563002/diff/260001/ash/shelf/shelf.cc File ash/shelf/shelf.cc (right): https://codereview.chromium.org/1996563002/diff/260001/ash/shelf/shelf.cc#newcode140 ash/shelf/shelf.cc:140: if (id == -1) { How can you tell ...
4 years, 6 months ago (2016-06-20 16:18:12 UTC) #54
Azure Wei
https://codereview.chromium.org/1996563002/diff/260001/ash/shelf/shelf.cc File ash/shelf/shelf.cc (right): https://codereview.chromium.org/1996563002/diff/260001/ash/shelf/shelf.cc#newcode140 ash/shelf/shelf.cc:140: if (id == -1) { On 2016/06/20 16:18:12, sadrul ...
4 years, 6 months ago (2016-06-22 01:47:10 UTC) #55
Shu Chen
https://codereview.chromium.org/1996563002/diff/280001/ash/shelf/shelf.cc File ash/shelf/shelf.cc (right): https://codereview.chromium.org/1996563002/diff/280001/ash/shelf/shelf.cc#newcode137 ash/shelf/shelf.cc:137: if (id != -1) { s/-1/kStatusTrayShelfID
4 years, 5 months ago (2016-06-27 01:11:10 UTC) #56
Azure Wei
https://codereview.chromium.org/1996563002/diff/260001/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc File chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc (right): https://codereview.chromium.org/1996563002/diff/260001/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc#newcode133 chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc:133: ash::SetShelfIDForWindow(-1, window); On 2016/06/22 01:47:10, Azure Wei wrote: > ...
4 years, 5 months ago (2016-06-27 05:10:31 UTC) #57
Shu Chen
lgtm
4 years, 5 months ago (2016-06-27 05:21:36 UTC) #58
sadrul
https://codereview.chromium.org/1996563002/diff/300001/ash/shelf/shelf.cc File ash/shelf/shelf.cc (right): https://codereview.chromium.org/1996563002/diff/300001/ash/shelf/shelf.cc#newcode125 ash/shelf/shelf.cc:125: int offset_y = 0; Use a gfx::Vector2d offset here ...
4 years, 5 months ago (2016-06-27 15:08:05 UTC) #59
Azure Wei
https://codereview.chromium.org/1996563002/diff/300001/ash/shelf/shelf.cc File ash/shelf/shelf.cc (right): https://codereview.chromium.org/1996563002/diff/300001/ash/shelf/shelf.cc#newcode125 ash/shelf/shelf.cc:125: int offset_y = 0; On 2016/06/27 15:08:05, sadrul wrote: ...
4 years, 5 months ago (2016-06-27 18:33:49 UTC) #60
Azure Wei
Pinging...
4 years, 5 months ago (2016-06-28 20:15:35 UTC) #61
sadrul
Mostly nits. lgtm with those addressed. https://codereview.chromium.org/1996563002/diff/300001/ash/system/chromeos/ime_menu/ime_menu_tray.cc File ash/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/1996563002/diff/300001/ash/system/chromeos/ime_menu/ime_menu_tray.cc#newcode35 ash/system/chromeos/ime_menu/ime_menu_tray.cc:35: DISALLOW_COPY_AND_ASSIGN(ImeMenuLabel); On 2016/06/27 ...
4 years, 5 months ago (2016-06-29 15:14:10 UTC) #63
Azure Wei
Thanks for the review. https://codereview.chromium.org/1996563002/diff/360001/ash/system/chromeos/ime_menu/ime_menu_tray.cc File ash/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/1996563002/diff/360001/ash/system/chromeos/ime_menu/ime_menu_tray.cc#newcode115 ash/system/chromeos/ime_menu/ime_menu_tray.cc:115: // Updates the tray label ...
4 years, 5 months ago (2016-06-30 00:36:30 UTC) #64
Azure Wei
sky@, can you help review this cl? It still needs your approval for the following ...
4 years, 5 months ago (2016-06-30 00:38:41 UTC) #65
sky
Sorry to keep passing the buck. James has been doing refactoring of shelf code and ...
4 years, 5 months ago (2016-06-30 16:17:48 UTC) #67
sky
https://codereview.chromium.org/1996563002/diff/400001/ash/system/chromeos/ime_menu/ime_menu_tray.h File ash/system/chromeos/ime_menu/ime_menu_tray.h (right): https://codereview.chromium.org/1996563002/diff/400001/ash/system/chromeos/ime_menu/ime_menu_tray.h#newcode30 ash/system/chromeos/ime_menu/ime_menu_tray.h:30: void SetWindowState(wm::WindowState* window_state); WindowState is owned by the corresponding ...
4 years, 5 months ago (2016-06-30 16:21:39 UTC) #68
Azure Wei
https://codereview.chromium.org/1996563002/diff/400001/ash/system/chromeos/ime_menu/ime_menu_tray.h File ash/system/chromeos/ime_menu/ime_menu_tray.h (right): https://codereview.chromium.org/1996563002/diff/400001/ash/system/chromeos/ime_menu/ime_menu_tray.h#newcode30 ash/system/chromeos/ime_menu/ime_menu_tray.h:30: void SetWindowState(wm::WindowState* window_state); On 2016/06/30 16:21:39, sky wrote: > ...
4 years, 5 months ago (2016-06-30 17:45:02 UTC) #69
James Cook
On 2016/06/30 16:21:39, sky wrote: > https://codereview.chromium.org/1996563002/diff/400001/ash/system/chromeos/ime_menu/ime_menu_tray.h > File ash/system/chromeos/ime_menu/ime_menu_tray.h (right): > > https://codereview.chromium.org/1996563002/diff/400001/ash/system/chromeos/ime_menu/ime_menu_tray.h#newcode30 > ...
4 years, 5 months ago (2016-06-30 17:45:42 UTC) #70
James Cook
On 2016/06/30 17:45:42, James Cook wrote: > On 2016/06/30 16:21:39, sky wrote: > > > ...
4 years, 5 months ago (2016-06-30 17:48:20 UTC) #71
Azure Wei
On 2016/06/30 17:48:20, James Cook wrote: > On 2016/06/30 17:45:42, James Cook wrote: > > ...
4 years, 5 months ago (2016-06-30 17:57:47 UTC) #72
James Cook
On 2016/06/30 17:57:47, Azure Wei wrote: > On 2016/06/30 17:48:20, James Cook wrote: > > ...
4 years, 5 months ago (2016-06-30 18:18:53 UTC) #73
James Cook
A few related comments. https://codereview.chromium.org/1996563002/diff/420001/ash/ash_chromeos_strings.grdp File ash/ash_chromeos_strings.grdp (right): https://codereview.chromium.org/1996563002/diff/420001/ash/ash_chromeos_strings.grdp#newcode502 ash/ash_chromeos_strings.grdp:502: IME menu button nit: Should ...
4 years, 5 months ago (2016-06-30 18:20:58 UTC) #74
Azure Wei
On 2016/06/30 18:18:53, James Cook wrote: > On 2016/06/30 17:57:47, Azure Wei wrote: > > ...
4 years, 5 months ago (2016-06-30 19:21:21 UTC) #75
Azure Wei
https://codereview.chromium.org/1996563002/diff/420001/ash/ash_chromeos_strings.grdp File ash/ash_chromeos_strings.grdp (right): https://codereview.chromium.org/1996563002/diff/420001/ash/ash_chromeos_strings.grdp#newcode502 ash/ash_chromeos_strings.grdp:502: IME menu button On 2016/06/30 18:20:57, James Cook wrote: ...
4 years, 5 months ago (2016-06-30 19:21:38 UTC) #76
James Cook
BTW, I like this feature overall. Putting the IME menu outside the system menu feels ...
4 years, 5 months ago (2016-06-30 21:15:48 UTC) #77
Azure Wei
https://codereview.chromium.org/1996563002/diff/440001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/1996563002/diff/440001/ash/ash.gyp#newcode905 ash/ash.gyp:905: 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', On 2016/06/30 21:15:46, James Cook wrote: > Did ...
4 years, 5 months ago (2016-07-01 03:48:05 UTC) #78
James Cook
On 2016/07/01 03:48:05, Azure Wei wrote: > https://codereview.chromium.org/1996563002/diff/440001/ash/ash.gyp > File ash/ash.gyp (right): > > https://codereview.chromium.org/1996563002/diff/440001/ash/ash.gyp#newcode905 ...
4 years, 5 months ago (2016-07-01 07:12:59 UTC) #79
Azure Wei
> > Let's discuss more on email before we proceed. This cl has been updated. ...
4 years, 5 months ago (2016-07-12 12:31:21 UTC) #81
James Cook
https://codereview.chromium.org/1996563002/diff/480001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/1996563002/diff/480001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode24 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:24: nit: ~ImeMenuLabel() override {} https://codereview.chromium.org/1996563002/diff/480001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode77 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:77: if (is_activated) Do ...
4 years, 5 months ago (2016-07-12 17:53:37 UTC) #82
Azure Wei
https://codereview.chromium.org/1996563002/diff/480001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/1996563002/diff/480001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode24 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:24: On 2016/07/12 17:53:37, James Cook wrote: > nit: ~ImeMenuLabel() ...
4 years, 5 months ago (2016-07-14 02:57:03 UTC) #83
James Cook
LGTM with nits. https://codereview.chromium.org/1996563002/diff/500001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/1996563002/diff/500001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode31 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:31: return GetPreferredSize().height(); nit: just return kTrayImeIconSize ...
4 years, 5 months ago (2016-07-14 15:47:35 UTC) #84
Azure Wei
https://codereview.chromium.org/1996563002/diff/500001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/1996563002/diff/500001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode31 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:31: return GetPreferredSize().height(); On 2016/07/14 15:47:35, James Cook wrote: > ...
4 years, 5 months ago (2016-07-15 01:58:12 UTC) #85
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1996563002/520001
4 years, 5 months ago (2016-07-15 02:35:46 UTC) #88
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/36241) ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 5 months ago (2016-07-15 02:37:50 UTC) #90
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1996563002/540001
4 years, 5 months ago (2016-07-15 08:18:19 UTC) #93
commit-bot: I haz the power
Committed patchset #28 (id:540001)
4 years, 5 months ago (2016-07-15 08:56:28 UTC) #95
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-15 08:56:35 UTC) #96
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 08:58:08 UTC) #98
Message was sent while issue was closed.
Patchset 28 (id:??) landed as
https://crrev.com/c0b0a4f3a8397cb257d975d947bf035e2b0d9a9e
Cr-Commit-Position: refs/heads/master@{#405728}

Powered by Google App Engine
This is Rietveld 408576698