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

Issue 1440583002: This CL replaces e-mail with AccountId on user selection screen. (Closed)

Created:
5 years, 1 month ago by Alexander Alekseev
Modified:
5 years, 1 month ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, sadrul, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, kalyank, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL replaces e-mail with AccountId on user selection screen. This CL replaces e-mail with serialized AccountId on user selection screen. It also adds simple AccountId Serialize/Deserialize methods suitable for passing AccountId to JS code. This is part of transition to AccountId. BUG=462823, 552034 TEST=manual Committed: https://crrev.com/1e24fe57a4ca921355bb1506f5a79627647a8c16 Cr-Commit-Position: refs/heads/master@{#360319}

Patch Set 1 #

Patch Set 2 : Fix tests. #

Patch Set 3 : Fix tests. #

Total comments: 22

Patch Set 4 : Update after review. #

Patch Set 5 : Fix build. #

Patch Set 6 : Fixed tests. #

Total comments: 2

Patch Set 7 : Fix tests. #

Total comments: 2

Patch Set 8 : Fix build. #

Total comments: 8

Patch Set 9 : Update after review. #

Total comments: 20

Patch Set 10 : Update after review. #

Patch Set 11 : Update after review. #

Patch Set 12 : Fix build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -246 lines) Patch
M ash/test/test_session_state_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.h View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/screens/chrome_user_selection_screen.h View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +17 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.h View 1 2 3 4 5 6 6 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.cc View 1 2 3 4 5 6 7 8 9 12 chunks +60 lines, -36 lines 0 comments Download
M chrome/browser/chromeos/login/signin_screen_controller.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin_screen_controller.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_test_base.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/models/user_board_model.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/ui/views/user_board_view.h View 1 2 3 4 5 6 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 2 3 4 5 21 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 4 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 9 chunks +34 lines, -35 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_userlist_unittest.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc View 1 2 3 4 5 6 7 8 3 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.h View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc View 1 2 3 4 5 6 2 chunks +18 lines, -17 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/user_image_source.cc View 1 2 3 1 chunk +14 lines, -4 lines 0 comments Download
M components/login.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/login/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/login/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/login/base_screen_handler_utils.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +17 lines, -3 lines 0 comments Download
M components/login/base_screen_handler_utils.cc View 1 2 3 4 5 6 7 8 9 3 chunks +23 lines, -0 lines 0 comments Download
M components/signin/core/account_id/account_id.h View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download
M components/signin/core/account_id/account_id.cc View 1 2 3 3 chunks +48 lines, -0 lines 0 comments Download
M components/user_manager/empty_user_info.h View 1 chunk +1 line, -1 line 0 comments Download
M components/user_manager/empty_user_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/user_manager/user.h View 1 chunk +1 line, -1 line 0 comments Download
M components/user_manager/user.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M components/user_manager/user_info.h View 1 chunk +1 line, -1 line 0 comments Download
M components/user_manager/user_info_impl.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/user_manager/user_info_impl.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M components/user_manager/user_manager_base.h View 1 chunk +5 lines, -5 lines 0 comments Download
M components/user_manager/user_manager_base.cc View 1 2 3 4 5 6 7 8 9 5 chunks +38 lines, -14 lines 0 comments Download

Messages

Total messages: 75 (28 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/1
5 years, 1 month ago (2015-11-11 13:42:38 UTC) #2
Alexander Alekseev
Please review: dzhioev@: c/b/c/login/screens/user_selection_screen.cc c/b/ui/webui/chromeos/login/gaia_screen_handler.cc c/b/ui/webui/chromeos/login/signin_screen_handler.cc c/b/ui/webui/chromeos/login/signin_screen_handler.h components/user_manager/* rogerta@: components/signin/core/account_id/* oshima@: ash/test/test_session_state_delegate.cc stevenjb@: c/b/ui/webui/options/chromeos/user_image_source.cc
5 years, 1 month ago (2015-11-11 13:59:17 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/86867)
5 years, 1 month ago (2015-11-11 14:07:38 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/20001
5 years, 1 month ago (2015-11-11 14:39:32 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/40001
5 years, 1 month ago (2015-11-11 15:11:49 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/139022)
5 years, 1 month ago (2015-11-11 15:19:43 UTC) #13
stevenjb
https://codereview.chromium.org/1440583002/diff/40001/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/40001/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc#newcode840 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc:840: context.gaia_id = gaia_id; nit: Add {} while you're in ...
5 years, 1 month ago (2015-11-11 20:39:23 UTC) #14
dzhioev (left Google)
I have an idea on how to make passing AccountId to and from JS easy ...
5 years, 1 month ago (2015-11-12 00:30:11 UTC) #15
dzhioev (left Google)
https://codereview.chromium.org/1440583002/diff/40001/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/40001/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc#newcode996 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc:996: AccountId account_id(EmptyAccountId()); Why default constructor of AccountId doesn't produse ...
5 years, 1 month ago (2015-11-12 00:46:24 UTC) #16
Alexander Alekseev
https://codereview.chromium.org/1440583002/diff/40001/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/40001/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc#newcode840 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc:840: context.gaia_id = gaia_id; On 2015/11/11 20:39:23, stevenjb wrote: > ...
5 years, 1 month ago (2015-11-12 06:53:04 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/60001
5 years, 1 month ago (2015-11-12 06:53:10 UTC) #19
Alexander Alekseev
On 2015/11/12 00:30:11, dzhioev wrote: > I have an idea on how to make passing ...
5 years, 1 month ago (2015-11-12 06:56:33 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/117858)
5 years, 1 month ago (2015-11-12 07:04:12 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/100001
5 years, 1 month ago (2015-11-12 12:29:16 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/117898)
5 years, 1 month ago (2015-11-12 12:36:59 UTC) #26
stevenjb
c/b/ui/webui lgtm
5 years, 1 month ago (2015-11-12 22:39:55 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/1440583002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/120001
5 years, 1 month ago (2015-11-13 15:10:53 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/118330)
5 years, 1 month ago (2015-11-13 15:23:59 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/1440583002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/140001
5 years, 1 month ago (2015-11-13 15:36:51 UTC) #33
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/118334)
5 years, 1 month ago (2015-11-13 15:43:45 UTC) #35
oshima
https://codereview.chromium.org/1440583002/diff/120001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/120001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc#newcode401 chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc:401: ; remove this https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/user_selection_screen.cc File chrome/browser/chromeos/login/screens/user_selection_screen.cc (right): https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/user_selection_screen.cc#newcode253 chrome/browser/chromeos/login/screens/user_selection_screen.cc:253: ...
5 years, 1 month ago (2015-11-13 15:45:10 UTC) #36
Alexander Alekseev
https://codereview.chromium.org/1440583002/diff/120001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/120001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc#newcode401 chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc:401: ; On 2015/11/13 15:45:10, oshima wrote: > remove this ...
5 years, 1 month ago (2015-11-13 16:04:11 UTC) #37
Alexander Alekseev
https://codereview.chromium.org/1440583002/diff/120001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/120001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc#newcode401 chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc:401: ; On 2015/11/13 15:45:10, oshima wrote: > remove this ...
5 years, 1 month ago (2015-11-13 16:04:11 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/160001
5 years, 1 month ago (2015-11-13 16:08:10 UTC) #40
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/118344)
5 years, 1 month ago (2015-11-13 16:16:10 UTC) #42
dzhioev (left Google)
https://codereview.chromium.org/1440583002/diff/100001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/100001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc#newcode401 chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc:401: ; nit: remove ; https://codereview.chromium.org/1440583002/diff/160001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc File chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc (right): https://codereview.chromium.org/1440583002/diff/160001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc#newcode80 ...
5 years, 1 month ago (2015-11-13 23:17:37 UTC) #43
oshima
https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc File chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc (right): https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc#newcode80 chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc:80: const AccountId& account_id(GetAccountIdOfKnownUser(broker->user_id())); don't you have to check if ...
5 years, 1 month ago (2015-11-13 23:56:47 UTC) #44
Alexander Alekseev
https://codereview.chromium.org/1440583002/diff/100001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc (right): https://codereview.chromium.org/1440583002/diff/100001/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc#newcode401 chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc:401: ; On 2015/11/13 23:17:37, dzhioev wrote: > nit: remove ...
5 years, 1 month ago (2015-11-14 00:27:42 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/180001
5 years, 1 month ago (2015-11-14 00:29:59 UTC) #48
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, no build URL)
5 years, 1 month ago (2015-11-14 01:02:06 UTC) #50
dzhioev (left Google)
LGTM https://codereview.chromium.org/1440583002/diff/160001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc File chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc (right): https://codereview.chromium.org/1440583002/diff/160001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc#newcode109 chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc:109: const AccountId account_id(GetAccountIdOfKnownUser(broker->user_id())); On 2015/11/14 00:27:42, Alexander Alekseev ...
5 years, 1 month ago (2015-11-14 01:21:15 UTC) #51
oshima
https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc File chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc (right): https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc#newcode80 chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc:80: const AccountId& account_id(GetAccountIdOfKnownUser(broker->user_id())); On 2015/11/14 00:27:42, Alexander Alekseev wrote: ...
5 years, 1 month ago (2015-11-14 01:46:38 UTC) #52
Alexander Alekseev
https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc File chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc (right): https://codereview.chromium.org/1440583002/diff/140001/chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc#newcode80 chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc:80: const AccountId& account_id(GetAccountIdOfKnownUser(broker->user_id())); On 2015/11/14 01:46:38, oshima wrote: > ...
5 years, 1 month ago (2015-11-14 07:10:33 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/200001
5 years, 1 month ago (2015-11-14 07:11:58 UTC) #55
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/118691)
5 years, 1 month ago (2015-11-14 07:22:00 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/220001
5 years, 1 month ago (2015-11-16 10:32:22 UTC) #59
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/118823)
5 years, 1 month ago (2015-11-16 10:41:19 UTC) #61
oshima
lgtm, thanks!
5 years, 1 month ago (2015-11-16 17:48:23 UTC) #62
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/220001
5 years, 1 month ago (2015-11-17 00:39:18 UTC) #64
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, no build URL)
5 years, 1 month ago (2015-11-17 01:09:36 UTC) #66
Alexander Alekseev
rogerta@, friendly ping.
5 years, 1 month ago (2015-11-17 01:10:50 UTC) #67
Roger Tawa OOO till Jul 10th
lgtm components/signin Sorry for delay.
5 years, 1 month ago (2015-11-18 09:30:26 UTC) #68
Alexander Alekseev
On 2015/11/18 09:30:26, Roger Tawa wrote: > lgtm components/signin > > Sorry for delay. Thank ...
5 years, 1 month ago (2015-11-18 09:31:35 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1440583002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1440583002/220001
5 years, 1 month ago (2015-11-18 09:32:25 UTC) #72
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 1 month ago (2015-11-18 10:46:27 UTC) #73
commit-bot: I haz the power
Patchset 12 (id:??) landed as https://crrev.com/1e24fe57a4ca921355bb1506f5a79627647a8c16 Cr-Commit-Position: refs/heads/master@{#360319}
5 years, 1 month ago (2015-11-18 10:47:46 UTC) #74
hcarmona
5 years, 1 month ago (2015-11-18 18:36:59 UTC) #75
Message was sent while issue was closed.
A revert of this CL (patchset #12 id:220001) has been created in
https://codereview.chromium.org/1454153002/ by hcarmona@chromium.org.

The reason for reverting is: Suspecting this CL for introducing failures on Mac
10.10 Release (ATI)

First failure:
https://build.chromium.org/p/chromium.gpu/builders/Mac%2010.10%20Release%20%2...

Failing tests:
CastStreamingApiTestWithPixelOutput.EndToEnd
TabCaptureApiPixelTest.EndToEndThroughWebRTC
TabCaptureApiPixelTest.EndToEndWithoutRemoting

Please update tests..

Powered by Google App Engine
This is Rietveld 408576698