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

Issue 2879033002: Keyboard Lock Host implementation

Created:
3 years, 7 months ago by Hzj_jie
Modified:
3 years, 4 months ago
Reviewers:
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

BUG=680809 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Patch Set 1 #

Patch Set 2 : dependency #

Patch Set 3 : Warning in MSVC #

Patch Set 4 : Copy from 2877323002 #

Patch Set 5 : Partially #

Patch Set 6 : Use latest API #

Patch Set 7 : Buildable #

Patch Set 8 : Integrate with content/browser/keyboard_lock #

Patch Set 9 : Done #

Patch Set 10 : Workable #

Patch Set 11 : Minor improvements #

Patch Set 12 : Build break #

Patch Set 13 : Build break #

Patch Set 14 : Build break #

Patch Set 15 : Build break on Mac #

Patch Set 16 : Build break #

Patch Set 17 : sync latest changes #

Patch Set 18 : Analysis failure in component build #

Patch Set 19 : Build break #

Patch Set 20 : RegisterOnceKeyHook #

Patch Set 21 : build break #

Patch Set 22 : platform_key_hook_win.cc #

Patch Set 23 : More logs #

Patch Set 24 : Work on Windows #

Patch Set 25 : DEPS #

Patch Set 26 : Remove changes to ui/base/ime/ #

Patch Set 27 : Missing change to rename CodeToUsbKeycode to CodeStringToUsbKeycode #

Patch Set 28 : Merge latest changes #

Patch Set 29 : Merge with latest changes #

Patch Set 30 : Remove useless files #

Patch Set 31 : Sync latest change #

Patch Set 32 : sync latest changes #

Patch Set 33 : Remove useless files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2743 lines, -13 lines) Patch
M ash/BUILD.gn 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 28 29 30 31 32 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/BUILD.gn 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 28 29 30 31 32 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn 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 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser.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 28 29 30 31 32 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.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 28 29 30 31 32 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_watcher/BUILD.gn 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 28 29 30 1 chunk +1 line, -0 lines 0 comments Download
M components/BUILD.gn 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 28 29 30 31 32 2 chunks +2 lines, -0 lines 0 comments Download
A components/keyboard_lock/BUILD.gn 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 +124 lines, -0 lines 0 comments Download
A components/keyboard_lock/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
A components/keyboard_lock/OWNERS View 1 chunk +3 lines, -0 lines 0 comments Download
A components/keyboard_lock/active_key_event_filter.h View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
A components/keyboard_lock/active_key_event_filter.cc View 1 2 3 4 5 6 7 8 1 chunk +38 lines, -0 lines 0 comments Download
A components/keyboard_lock/active_key_event_filter_registrar.h View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
A components/keyboard_lock/active_key_event_filter_registrar.cc View 1 2 3 4 5 6 1 chunk +53 lines, -0 lines 0 comments Download
A components/keyboard_lock/active_key_event_filter_tracker.h View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
A components/keyboard_lock/active_key_event_filter_tracker.cc View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_event_filter.h View 1 2 3 4 5 6 7 8 1 chunk +30 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_event_filter_share_wrapper.h View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_event_filter_share_wrapper.cc View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_event_filter_thread_proxy.h View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_event_filter_thread_proxy.cc View 1 2 3 4 5 6 7 8 1 chunk +52 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook.h View 1 chunk +35 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_activator.h View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_activator_collection.h View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_activator_collection.cc View 1 2 3 4 5 6 1 chunk +38 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_activator_thread_proxy.h View 5 6 1 chunk +38 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_activator_thread_proxy.cc View 5 6 1 chunk +75 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_share_wrapper.h View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_share_wrapper.cc View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_state_keeper.h View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_state_keeper.cc View 1 2 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +157 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_state_keeper_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +438 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_thread_wrapper.h View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A components/keyboard_lock/key_hook_thread_wrapper.cc View 1 2 3 4 5 6 7 8 1 chunk +71 lines, -0 lines 0 comments Download
A components/keyboard_lock/keyboard_lock_host.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 +76 lines, -0 lines 0 comments Download
A components/keyboard_lock/keyboard_lock_host.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 +143 lines, -0 lines 0 comments Download
A components/keyboard_lock/keyboard_lock_host_null.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 +15 lines, -0 lines 0 comments Download
A components/keyboard_lock/keyboard_lock_host_unittest.cc View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A components/keyboard_lock/keyboard_lock_host_win.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 +17 lines, -0 lines 0 comments Download
A components/keyboard_lock/keyboard_lock_host_x11.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 +20 lines, -0 lines 0 comments Download
A components/keyboard_lock/page_observer.h View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
A components/keyboard_lock/page_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +108 lines, -0 lines 0 comments Download
A components/keyboard_lock/platform_key_event_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +27 lines, -0 lines 0 comments Download
A components/keyboard_lock/platform_key_event_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +33 lines, -0 lines 0 comments Download
A components/keyboard_lock/platform_key_hook.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +35 lines, -0 lines 0 comments Download
A components/keyboard_lock/platform_key_hook_null.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 +24 lines, -0 lines 0 comments Download
A components/keyboard_lock/platform_key_hook_win.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 1 chunk +111 lines, -0 lines 0 comments Download
A components/keyboard_lock/platform_key_hook_x11.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +107 lines, -0 lines 0 comments Download
A components/keyboard_lock/register_once_key_hook.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +29 lines, -0 lines 0 comments Download
A components/keyboard_lock/register_once_key_hook.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +37 lines, -0 lines 0 comments Download
A components/keyboard_lock/sync_key_hook.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +31 lines, -0 lines 0 comments Download
A components/keyboard_lock/sync_key_hook.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +28 lines, -0 lines 0 comments Download
A components/keyboard_lock/widget_key_event_filter.h View 1 2 3 4 5 6 7 8 1 chunk +34 lines, -0 lines 0 comments Download
A components/keyboard_lock/widget_key_event_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +49 lines, -0 lines 0 comments Download
M content/browser/BUILD.gn 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 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/DEPS 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 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.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 28 29 30 31 32 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/keyboard_lock/keyboard_lock_service_impl.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 28 29 30 31 1 chunk +12 lines, -3 lines 0 comments Download
M content/browser/keyboard_lock/keyboard_lock_service_impl.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 28 29 30 31 1 chunk +33 lines, -5 lines 0 comments Download
M content/public/browser/web_contents_observer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.idl View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/ime/BUILD.gn 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 28 29 30 31 32 1 chunk +4 lines, -0 lines 0 comments Download
M ui/events/BUILD.gn 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 +5 lines, -1 line 0 comments Download
M ui/events/keycodes/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/platform/x11/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/platform/x11/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/platform/x11/x11_event_source.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -0 lines 0 comments Download
M ui/events/platform/x11/x11_event_source.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 +10 lines, -1 line 0 comments Download

Messages

Total messages: 128 (128 generated)
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-13 01:01:15 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/1
3 years, 7 months ago (2017-05-13 01:02:09 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-13 01:07:35 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/177582)
3 years, 7 months ago (2017-05-13 01:07:36 UTC) #4
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-14 18:47:37 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/20001
3 years, 7 months ago (2017-05-14 18:47:45 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-14 20:02:36 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/410729)
3 years, 7 months ago (2017-05-14 20:02:37 UTC) #8
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-15 23:00:27 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/40001
3 years, 7 months ago (2017-05-15 23:01:28 UTC) #10
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-15 23:37:06 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/60001
3 years, 7 months ago (2017-05-15 23:38:06 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-16 01:30:55 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/454200)
3 years, 7 months ago (2017-05-16 01:30:56 UTC) #14
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-17 01:17:55 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/60001
3 years, 7 months ago (2017-05-17 01:19:02 UTC) #16
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-17 23:18:33 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/100001
3 years, 7 months ago (2017-05-17 23:20:43 UTC) #18
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-17 23:25:50 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/120001
3 years, 7 months ago (2017-05-17 23:27:44 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-17 23:36:13 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/271538) android_compile_dbg on ...
3 years, 7 months ago (2017-05-17 23:36:14 UTC) #22
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-18 01:26:25 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/120001
3 years, 7 months ago (2017-05-18 01:28:18 UTC) #24
Hzj_jie
Description was changed from ========== Typo More KeyHookStateKeeper test cases A typo KeyHookStateKeeper and its ...
3 years, 7 months ago (2017-05-18 01:31:37 UTC) #25
Hzj_jie
Description was changed from ========== Typo More KeyHookStateKeeper test cases A typo KeyHookStateKeeper and its ...
3 years, 7 months ago (2017-05-18 01:32:13 UTC) #26
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-18 19:30:35 UTC) #27
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-18 19:32:00 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/160001
3 years, 7 months ago (2017-05-18 19:33:09 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-18 19:41:48 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/271364) android_clang_dbg_recipe on ...
3 years, 7 months ago (2017-05-18 19:41:49 UTC) #31
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-18 22:39:01 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/180001
3 years, 7 months ago (2017-05-18 22:40:37 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-18 22:49:24 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/272416) android_n5x_swarming_rel on ...
3 years, 7 months ago (2017-05-18 22:49:25 UTC) #35
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 00:23:03 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/200001
3 years, 7 months ago (2017-05-23 00:23:36 UTC) #37
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 00:28:37 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/273607) android_cronet on ...
3 years, 7 months ago (2017-05-23 00:28:38 UTC) #39
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 00:31:16 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/220001
3 years, 7 months ago (2017-05-23 00:31:55 UTC) #41
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 00:37:38 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/273614) android_compile_dbg on ...
3 years, 7 months ago (2017-05-23 00:37:40 UTC) #43
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 01:11:19 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/240001
3 years, 7 months ago (2017-05-23 01:11:37 UTC) #45
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 01:16:26 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/273540) linux_chromium_asan_rel_ng on ...
3 years, 7 months ago (2017-05-23 01:16:27 UTC) #47
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 01:26:36 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/260001
3 years, 7 months ago (2017-05-23 01:27:11 UTC) #49
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 01:36:34 UTC) #50
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/220986) ios-simulator-xcode-clang on ...
3 years, 7 months ago (2017-05-23 01:36:36 UTC) #51
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 02:58:09 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/280001
3 years, 7 months ago (2017-05-23 02:58:26 UTC) #53
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 03:06:44 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/300001
3 years, 7 months ago (2017-05-23 03:07:03 UTC) #55
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 03:10:14 UTC) #56
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/425062) mac_chromium_rel_ng on ...
3 years, 7 months ago (2017-05-23 03:10:15 UTC) #57
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 18:32:48 UTC) #58
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/310001
3 years, 7 months ago (2017-05-23 18:34:14 UTC) #59
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 18:39:49 UTC) #60
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/274206) android_compile_dbg on ...
3 years, 7 months ago (2017-05-23 18:39:50 UTC) #61
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 18:58:02 UTC) #62
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/330001
3 years, 7 months ago (2017-05-23 18:58:43 UTC) #63
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 19:06:54 UTC) #64
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/274236) android_clang_dbg_recipe on ...
3 years, 7 months ago (2017-05-23 19:06:56 UTC) #65
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 19:53:34 UTC) #66
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/330001
3 years, 7 months ago (2017-05-23 19:54:12 UTC) #67
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 20:04:10 UTC) #68
commit-bot: I haz the power
Dry run: 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/217191) ios-device-xcode-clang on ...
3 years, 7 months ago (2017-05-23 20:04:11 UTC) #69
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-23 20:36:56 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/350001
3 years, 7 months ago (2017-05-23 20:38:31 UTC) #71
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-23 20:51:05 UTC) #72
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/221704) ios-simulator-xcode-clang on ...
3 years, 7 months ago (2017-05-23 20:51:06 UTC) #73
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-24 19:18:16 UTC) #74
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/370001
3 years, 7 months ago (2017-05-24 19:18:53 UTC) #75
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-24 19:29:07 UTC) #76
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/375330) ios-simulator on ...
3 years, 7 months ago (2017-05-24 19:29:08 UTC) #77
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-24 20:40:10 UTC) #78
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/390001
3 years, 7 months ago (2017-05-24 20:41:03 UTC) #79
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-24 20:51:43 UTC) #80
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/222804) ios-simulator-xcode-clang on ...
3 years, 7 months ago (2017-05-24 20:51:44 UTC) #81
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-24 21:36:21 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/410001
3 years, 7 months ago (2017-05-24 21:37:28 UTC) #83
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-24 21:49:47 UTC) #84
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/426977) mac_chromium_rel_ng on ...
3 years, 7 months ago (2017-05-24 21:49:48 UTC) #85
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 7 months ago (2017-05-24 23:15:37 UTC) #86
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/430001
3 years, 7 months ago (2017-05-24 23:16:09 UTC) #87
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 7 months ago (2017-05-24 23:26:34 UTC) #88
commit-bot: I haz the power
Dry run: 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/218487) ios-device-xcode-clang on ...
3 years, 7 months ago (2017-05-24 23:26:35 UTC) #89
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-05-25 22:27:32 UTC) #90
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/450001
3 years, 6 months ago (2017-05-25 22:28:10 UTC) #91
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-05-25 22:38:22 UTC) #92
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/104402) ios-simulator on ...
3 years, 6 months ago (2017-05-25 22:38:24 UTC) #93
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-05-27 00:40:35 UTC) #94
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/450001
3 years, 6 months ago (2017-05-27 00:40:52 UTC) #95
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-05-27 00:48:10 UTC) #96
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/105462) ios-simulator-xcode-clang on ...
3 years, 6 months ago (2017-05-27 00:48:11 UTC) #97
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-05-28 19:43:19 UTC) #98
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/470001
3 years, 6 months ago (2017-05-28 19:43:26 UTC) #99
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-05-28 19:46:13 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/490001
3 years, 6 months ago (2017-05-28 19:46:26 UTC) #101
Hzj_jie
Description was changed from ========== Typo More KeyHookStateKeeper test cases A typo KeyHookStateKeeper and its ...
3 years, 6 months ago (2017-05-28 19:46:47 UTC) #102
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-05-28 19:50:29 UTC) #103
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/510001
3 years, 6 months ago (2017-05-28 19:50:36 UTC) #104
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-05-28 19:57:45 UTC) #105
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/105619)
3 years, 6 months ago (2017-05-28 19:57:47 UTC) #106
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-21 00:15:11 UTC) #107
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/530001
3 years, 6 months ago (2017-06-21 00:15:29 UTC) #108
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-21 00:26:14 UTC) #109
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/469321)
3 years, 6 months ago (2017-06-21 00:26:15 UTC) #110
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-21 01:01:13 UTC) #111
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/550001
3 years, 6 months ago (2017-06-21 01:01:33 UTC) #112
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-21 01:12:43 UTC) #113
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/469381)
3 years, 6 months ago (2017-06-21 01:12:45 UTC) #114
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-22 17:43:37 UTC) #115
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/570001
3 years, 6 months ago (2017-06-22 17:43:54 UTC) #116
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-22 17:52:40 UTC) #117
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/123487)
3 years, 6 months ago (2017-06-22 17:52:41 UTC) #118
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 5 months ago (2017-07-16 22:32:36 UTC) #119
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/590001
3 years, 5 months ago (2017-07-16 22:32:45 UTC) #120
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 5 months ago (2017-07-16 22:41:15 UTC) #121
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/490920)
3 years, 5 months ago (2017-07-16 22:41:19 UTC) #122
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 4 months ago (2017-08-03 01:27:02 UTC) #123
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/590001
3 years, 4 months ago (2017-08-03 01:27:10 UTC) #124
Hzj_jie
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
3 years, 4 months ago (2017-08-11 18:35:00 UTC) #125
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2879033002/630001
3 years, 4 months ago (2017-08-11 18:35:06 UTC) #126
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 4 months ago (2017-08-11 18:43:26 UTC) #127
commit-bot: I haz the power
3 years, 4 months ago (2017-08-11 18:43:28 UTC) #128
Dry run: Try jobs failed on following builders:
  chromeos_amd64-generic_chromium_compile_only_ng on
master.tryserver.chromium.linux (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-...)
  chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux
(JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_...)

Powered by Google App Engine
This is Rietveld 408576698