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

Issue 402403005: Move common account picker/user pod js/css/html out of src/chrome (Closed)

Created:
6 years, 5 months ago by Nikita (slow)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, arv+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move common account picker/user pod js/css/html out of src/chrome. This CL only moves account picker related resources that are used on Chrome OS (login UI) and Chrome Win/Mac/Linux (user_manager UI). The rest of Chrome OS out-of-box/login WebUI resources will be moved later as well. BUG=387608, 370175 R=dzhioev@chromium.org, sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285523

Patch Set 1 #

Patch Set 2 : disable test for now #

Patch Set 3 : fix html include on win #

Total comments: 1

Patch Set 4 : merge + move #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -6054 lines) Patch
M chrome/browser/browser_resources.grd View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/resource_loader_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/login_common.js View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_resources.html View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_screens.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screens.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_container.html View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/resources/login/OWNERS View 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/browser/resources/login/bubble.css View 1 chunk +0 lines, -128 lines 0 comments Download
D chrome/browser/resources/login/bubble.js View 1 chunk +0 lines, -359 lines 0 comments Download
D chrome/browser/resources/login/display_manager.js View 1 chunk +0 lines, -1040 lines 0 comments Download
D chrome/browser/resources/login/oobe.css View 1 chunk +0 lines, -245 lines 0 comments Download
D chrome/browser/resources/login/resource_loader.js View 1 chunk +0 lines, -188 lines 0 comments Download
D chrome/browser/resources/login/screen.js View 1 chunk +0 lines, -335 lines 0 comments Download
D chrome/browser/resources/login/screen_account_picker.css View 1 chunk +0 lines, -61 lines 0 comments Download
D chrome/browser/resources/login/screen_account_picker.html View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/browser/resources/login/screen_account_picker.js View 1 2 3 1 chunk +0 lines, -322 lines 0 comments Download
D chrome/browser/resources/login/screen_container.css View 1 chunk +0 lines, -212 lines 0 comments Download
D chrome/browser/resources/login/user_pod_row.css View 1 2 3 1 chunk +0 lines, -579 lines 0 comments Download
D chrome/browser/resources/login/user_pod_row.js View 1 2 3 1 chunk +0 lines, -2399 lines 0 comments Download
D chrome/browser/resources/login/user_pod_template.html View 1 2 3 1 chunk +0 lines, -125 lines 0 comments Download
M chrome/browser/resources/user_manager/user_manager.html View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/user_manager/user_manager.js View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A + ui/login/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
A + ui/login/account_picker/screen_account_picker.css View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/account_picker/screen_account_picker.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/account_picker/screen_account_picker.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/account_picker/user_pod_row.css View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/account_picker/user_pod_row.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/account_picker/user_pod_template.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/bubble.css View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/bubble.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/display_manager.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/login.gyp View 1 chunk +14 lines, -12 lines 0 comments Download
A ui/login/login_resources.grd View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A + ui/login/oobe.css View 1 2 3 4 chunks +16 lines, -16 lines 0 comments Download
A + ui/login/resource_loader.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/screen.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/login/screen_container.css View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Nikita (slow)
6 years, 5 months ago (2014-07-22 14:32:36 UTC) #1
Nikita (slow)
+sky for OWNERS review of chrome/browser/browser_resources.grd and general idea of moving common login UI code ...
6 years, 5 months ago (2014-07-22 14:34:59 UTC) #2
Nikita (slow)
+Monica, should not break user_manager.
6 years, 5 months ago (2014-07-22 14:37:42 UTC) #3
sky
+ben for his thoughts on whether this should live in ui or something like components/ ...
6 years, 5 months ago (2014-07-22 18:02:48 UTC) #4
Nikita (slow)
On 2014/07/22 18:02:48, sky wrote: > +ben for his thoughts on whether this should live ...
6 years, 5 months ago (2014-07-23 08:38:36 UTC) #5
Nikita (slow)
On 2014/07/22 18:02:48, sky wrote: > Also, don't forget to add DEPS for your new ...
6 years, 5 months ago (2014-07-23 08:39:23 UTC) #6
Ben Goodger (Google)
ui is probably fine for now since we have ui/keyboard also. i agree at some ...
6 years, 5 months ago (2014-07-23 16:26:56 UTC) #7
sky
On Wed, Jul 23, 2014 at 1:39 AM, <nkostylev@chromium.org> wrote: > On 2014/07/22 18:02:48, sky ...
6 years, 5 months ago (2014-07-23 17:05:50 UTC) #8
sky
https://codereview.chromium.org/402403005/diff/20042/chrome/browser/resources/chromeos/login/login_screens.html File chrome/browser/resources/chromeos/login/login_screens.html (right): https://codereview.chromium.org/402403005/diff/20042/chrome/browser/resources/chromeos/login/login_screens.html#newcode6 chrome/browser/resources/chromeos/login/login_screens.html:6: <include src="../../../../../ui/login/account_picker/screen_account_picker.html"> Relative paths like this are awful. Is ...
6 years, 5 months ago (2014-07-23 17:07:55 UTC) #9
Nikita (slow)
On 2014/07/23 17:07:55, sky wrote: > https://codereview.chromium.org/402403005/diff/20042/chrome/browser/resources/chromeos/login/login_screens.html > File chrome/browser/resources/chromeos/login/login_screens.html (right): > > https://codereview.chromium.org/402403005/diff/20042/chrome/browser/resources/chromeos/login/login_screens.html#newcode6 > ...
6 years, 4 months ago (2014-07-24 08:27:53 UTC) #10
sky
Ok, LGTM
6 years, 4 months ago (2014-07-24 16:58:36 UTC) #11
dzhioev (left Google)
I can't see any advantages in putting files into separate directories based on their extension. ...
6 years, 4 months ago (2014-07-24 17:12:47 UTC) #12
Nikita (slow)
On 2014/07/24 17:12:47, dzhioev wrote: > I can't see any advantages in putting files into ...
6 years, 4 months ago (2014-07-24 17:49:53 UTC) #13
dzhioev (left Google)
On 2014/07/24 17:49:53, Nikita Kostylev wrote: > On 2014/07/24 17:12:47, dzhioev wrote: > > I ...
6 years, 4 months ago (2014-07-24 19:36:17 UTC) #14
Nikita (slow)
The CQ bit was checked by nkostylev@chromium.org
6 years, 4 months ago (2014-07-24 20:39:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/402403005/40001
6 years, 4 months ago (2014-07-24 20:41:33 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 4 months ago (2014-07-25 01:45:40 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-25 02:29:50 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/82273)
6 years, 4 months ago (2014-07-25 02:29:52 UTC) #19
Nikita (slow)
6 years, 4 months ago (2014-07-25 07:42:56 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 manually as r285523.

Powered by Google App Engine
This is Rietveld 408576698