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

Issue 1801133002: Restructure login (Closed)

Created:
4 years, 9 months ago by Ben Goodger (Google)
Modified:
4 years, 9 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, kalyank, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Restructure login BUG= Committed: https://crrev.com/f1e8fe46d99e15abe6f2b3270fe65ade9269997d Cr-Commit-Position: refs/heads/master@{#381494}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 4

Patch Set 8 : . #

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -219 lines) Patch
M mash/example/window_type_launcher/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M mash/init/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mash/init/init.h View 1 3 chunks +13 lines, -22 lines 0 comments Download
M mash/init/init.cc View 1 3 4 5 2 chunks +21 lines, -54 lines 0 comments Download
M mash/init/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A mash/init/public/interfaces/init.mojom View 1 chunk +10 lines, -0 lines 0 comments Download
D mash/init/public/interfaces/login.mojom View 1 chunk +0 lines, -13 lines 0 comments Download
M mash/login/BUILD.gn View 1 2 chunks +4 lines, -2 lines 0 comments Download
M mash/login/login.h View 1 3 chunks +16 lines, -7 lines 0 comments Download
M mash/login/login.cc View 1 2 3 4 5 6 7 1 chunk +42 lines, -97 lines 0 comments Download
M mash/login/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M mash/login/manifest.json View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download
A mash/login/public/interfaces/BUILD.gn View 1 chunk +11 lines, -0 lines 0 comments Download
A + mash/login/public/interfaces/login.mojom View 1 1 chunk +2 lines, -4 lines 0 comments Download
A mash/login/ui.h View 1 5 6 1 chunk +69 lines, -0 lines 0 comments Download
A mash/login/ui.cc View 1 2 3 4 5 6 7 8 1 chunk +135 lines, -0 lines 0 comments Download
M mojo/shell/shell.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/shell/shell.cc View 1 2 3 4 5 6 7 9 chunks +28 lines, -10 lines 0 comments Download
M ui/views/mus/window_manager_connection.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/window_manager_connection.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Ben Goodger (Google)
4 years, 9 months ago (2016-03-15 20:16:17 UTC) #2
sky
https://codereview.chromium.org/1801133002/diff/40001/mash/login/login.cc File mash/login/login.cc (right): https://codereview.chromium.org/1801133002/diff/40001/mash/login/login.cc#newcode74 mash/login/login.cc:74: new Login(connector_, this, connection->GetRemoteIdentity().user_id(), Doesn't this leak?
4 years, 9 months ago (2016-03-15 20:33:51 UTC) #3
Ben Goodger (Google)
OK I updated this and it works marvellously. I can sign in as Timothy, return ...
4 years, 9 months ago (2016-03-16 04:56:53 UTC) #4
sky
This seems fine to me. Please document all_users some where, and especially what that means ...
4 years, 9 months ago (2016-03-16 15:24:02 UTC) #5
Ben Goodger (Google)
Updated. https://codereview.chromium.org/1801133002/diff/120001/mash/login/login.cc File mash/login/login.cc (right): https://codereview.chromium.org/1801133002/diff/120001/mash/login/login.cc#newcode74 mash/login/login.cc:74: new Login(connector_, this, connection->GetRemoteIdentity().user_id(), On 2016/03/16 15:24:01, sky ...
4 years, 9 months ago (2016-03-16 16:25:53 UTC) #6
sky
LGTM
4 years, 9 months ago (2016-03-16 16:47:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1801133002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1801133002/160001
4 years, 9 months ago (2016-03-16 17:03:09 UTC) #10
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 9 months ago (2016-03-16 18:03:07 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-16 18:04:54 UTC) #13
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/f1e8fe46d99e15abe6f2b3270fe65ade9269997d
Cr-Commit-Position: refs/heads/master@{#381494}

Powered by Google App Engine
This is Rietveld 408576698