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

Issue 2685333005: ash: fix regression where ctrl+n put new window on wrong desktop (Closed)

Created:
3 years, 10 months ago by Elliot Glaysher
Modified:
3 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, kalyank, joenotcharles+watch_chromium.org, tfarina, grt+watch_chromium.org, alito+watch_chromium.org, chromium-apps-reviews_chromium.org, ftirelo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ash: fix regression where ctrl+n put new window on wrong desktop In multi-user mode on chromeos, we check whether a new window was created by a user gesture by looking at the state of the MessageLoop and the EventDispatcher. This doesn't work in an asynchronous world. This patch replaces this check by manually annotating windows which were created by user gesture. BUG=690160 TBR=stevenjb@chromium.org Review-Url: https://codereview.chromium.org/2685333005 Cr-Commit-Position: refs/heads/master@{#452222} Committed: https://chromium.googlesource.com/chromium/src/+/7b01d69adba07ea22bc68412c023f9d27fa397e0

Patch Set 1 #

Patch Set 2 : mac fix + rerun invalid tests #

Patch Set 3 : Switch aura window defaults to created by user gesture when we have no information. #

Patch Set 4 : Remove stale change. #

Patch Set 5 : Switching the default broke everything. #

Patch Set 6 : rebase to tot #

Total comments: 9

Patch Set 7 : Don't provide a default to CreateParams::user_gesture. #

Patch Set 8 : browser tests #

Patch Set 9 : More borwser test usage. #

Patch Set 10 : Mac browser tests compile. #

Patch Set 11 : more mac #

Patch Set 12 : linux fix which isn't compiling locally? #

Patch Set 13 : more #

Patch Set 14 : more mac #

Patch Set 15 : Fix unit tests #

Patch Set 16 : more mac #

Patch Set 17 : And interactive ui tests #

Patch Set 18 : even more #

Patch Set 19 : more mac failures #

Patch Set 20 : We have both kinds of compile fixes: mac and windows #

Total comments: 3

Patch Set 21 : fixes #

Patch Set 22 : Rebase to ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -292 lines) Patch
M chrome/browser/app_controller_mac.mm View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/goodies_displayer_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/download/download_crx_util.cc View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/browser/browser_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/debugger/debugger_apitest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/extension_action/browser_action_apitest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/management/management_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/permissions/permissions_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_apitest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_test.cc View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_context_menu_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_tab_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +15 lines, -8 lines 0 comments Download
M chrome/browser/media/webrtc/tab_desktop_media_list_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/sdch_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefetch/prefetch_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/avatar_menu_actions_desktop.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/safe_browsing/srt_fetcher_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/better_session_restore_browsertest.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sessions/session_restore.cc View 1 2 3 4 5 6 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/sessions/session_restore_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_restore_browsertest_chromeos.cc View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ssl/security_state_tab_helper_browser_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/accelerator_commands_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.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 +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc View 2 chunks +1 line, -42 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/window_positioner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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 2 chunks +10 lines, -3 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 5 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 10 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/ui/browser_close_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_command_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 2 3 4 5 6 6 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/browser_finder_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_focus_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_instant_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_live_tab_context.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_mac.cc View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -10 lines 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 2 3 4 5 6 5 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/ui/browser_navigator_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_tab_strip_model_delegate.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_window.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/chrome_pages.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/applescript/window_applescript.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_factory_cocoa.mm View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/test/cocoa_profile_test.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/application_launch.cc View 1 2 3 4 5 6 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/extension_message_bubble_bridge_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/extension_message_bubble_browsertest.cc View 1 2 3 4 5 6 7 8 10 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/ui/find_bar/find_bar_host_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/scoped_tabbed_browser_displayer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 2 3 4 5 6 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_ash_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_focus_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_window_factory.cc View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_contents_handler.cc View 1 2 3 4 5 6 2 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +15 lines, -15 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/test/base/in_process_browser_test_mac.cc View 1 2 3 4 5 6 7 4 chunks +5 lines, -5 lines 0 comments Download
M ui/aura/client/aura_constants.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 +3 lines, -0 lines 0 comments Download
M ui/aura/client/aura_constants.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 +1 line, -0 lines 0 comments Download

Messages

Total messages: 107 (85 generated)
Elliot Glaysher
The current code in multi_user_window_manager_chromeos.cc tries to intuit whether it is currently processing a user ...
3 years, 10 months ago (2017-02-13 20:49:16 UTC) #23
Mr4D (OOO till 08-26)
Only a few nits. https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/safe_browsing/srt_fetcher_win.cc File chrome/browser/safe_browsing/srt_fetcher_win.cc (right): https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/safe_browsing/srt_fetcher_win.cc#newcode532 chrome/browser/safe_browsing/srt_fetcher_win.cc:532: params.user_gesture = false; A default ...
3 years, 10 months ago (2017-02-13 23:57:39 UTC) #24
joenotcharles
https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/safe_browsing/srt_fetcher_win.cc File chrome/browser/safe_browsing/srt_fetcher_win.cc (right): https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/safe_browsing/srt_fetcher_win.cc#newcode532 chrome/browser/safe_browsing/srt_fetcher_win.cc:532: params.user_gesture = false; On 2017/02/13 23:57:39, Mr4D wrote: > ...
3 years, 10 months ago (2017-02-14 00:09:16 UTC) #26
joenotcharles
https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/safe_browsing/srt_fetcher_win.cc File chrome/browser/safe_browsing/srt_fetcher_win.cc (right): https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/safe_browsing/srt_fetcher_win.cc#newcode532 chrome/browser/safe_browsing/srt_fetcher_win.cc:532: params.user_gesture = false; On 2017/02/14 00:09:16, joenotcharles wrote: > ...
3 years, 10 months ago (2017-02-14 00:10:39 UTC) #27
Mr4D (OOO till 08-26)
Yepp - me neither. I was looking into this some years back and back then ...
3 years, 10 months ago (2017-02-14 00:35:57 UTC) #28
Elliot Glaysher
I've gone through and added a user_gesture boolean to Browser::CreateParams constructor. https://codereview.chromium.org/2685333005/diff/100001/chrome/browser/ui/browser.h File chrome/browser/ui/browser.h (right): ...
3 years, 10 months ago (2017-02-15 22:15:02 UTC) #75
Elliot Glaysher
ping
3 years, 10 months ago (2017-02-21 18:39:44 UTC) #76
Mr4D (OOO till 08-26)
Woahhhh! Speaking of exploding CL... lgtm. You might consider to add a unit test for ...
3 years, 10 months ago (2017-02-21 20:04:26 UTC) #77
Elliot Glaysher
+sky for toplevel owners stamp for changing basically every file which touches creates a Browser. ...
3 years, 10 months ago (2017-02-21 21:19:47 UTC) #79
sky
LGTM https://codereview.chromium.org/2685333005/diff/380001/chrome/browser/ui/browser.h File chrome/browser/ui/browser.h (right): https://codereview.chromium.org/2685333005/diff/380001/chrome/browser/ui/browser.h#newcode190 chrome/browser/ui/browser.h:190: // Whether this browser was created by a ...
3 years, 10 months ago (2017-02-21 21:42:08 UTC) #80
Elliot Glaysher
https://codereview.chromium.org/2685333005/diff/380001/chrome/browser/ui/browser.h File chrome/browser/ui/browser.h (right): https://codereview.chromium.org/2685333005/diff/380001/chrome/browser/ui/browser.h#newcode190 chrome/browser/ui/browser.h:190: // Whether this browser was created by a user ...
3 years, 10 months ago (2017-02-21 21:53:50 UTC) #81
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/2685333005/400001
3 years, 10 months ago (2017-02-21 21:55:35 UTC) #84
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_daisy_chromium_compile_only_ng on ...
3 years, 10 months ago (2017-02-22 00:00:46 UTC) #86
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/2685333005/400001
3 years, 10 months ago (2017-02-22 00:16:22 UTC) #88
Elliot Glaysher
TBR stevenjb for minor interface change.
3 years, 10 months ago (2017-02-22 01:01:45 UTC) #91
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/2685333005/400001
3 years, 10 months ago (2017-02-22 01:05:19 UTC) #94
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-22 02:19:46 UTC) #96
stevenjb
RS LGTM
3 years, 10 months ago (2017-02-22 16:30:00 UTC) #97
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/2685333005/400001
3 years, 10 months ago (2017-02-22 18:24:09 UTC) #99
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/browser_browsertest.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-22 20:13:30 UTC) #101
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/2685333005/420001
3 years, 10 months ago (2017-02-22 20:42:01 UTC) #104
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 21:58:19 UTC) #107
Message was sent while issue was closed.
Committed patchset #22 (id:420001) as
https://chromium.googlesource.com/chromium/src/+/7b01d69adba07ea22bc68412c023...

Powered by Google App Engine
This is Rietveld 408576698