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

Issue 6579003: Add in chrome://login-container (Closed)

Created:
9 years, 10 months ago by rharrison
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews), davemoore+watch_chromium.org
Visibility:
Public.

Description

This is the first CL for a sequence of CLs that will add in the display infrastructure that I have built for the DOM Login and touch keyboard. If have created a reference CL for what the end product of this sequence is intended to be, so that I can give context for the CL under review.This can be found at: http://codereview.chromium.org/6577003/ This CL adds in chrome://login-container to touchui==1 and chromeos==1 builds. This page is hooked into the WebUI to enable testing and development of a Browser based container for the DOM Login screens. In this CL all it does it create a Browser with chrome://login in it. This functionality will be extended in following CLs. Patch from Ryan Harrison <rharrison@chromium.org>; BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76894

Patch Set 1 #

Total comments: 8

Patch Set 2 : Changes in response to rjkroege's comments #

Total comments: 26

Patch Set 3 : changes made in response to Oshima's and Nikita's comments #

Total comments: 4

Patch Set 4 : Made changes that Oshima requested on his LGTM #

Patch Set 5 : Fix for build failure caused by header files moving #

Total comments: 2

Patch Set 6 : Fixed comment line length issue #

Patch Set 7 : Removed some garbage that ended up in the CL and fixed a couple of headers that moved #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -17 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/chromeos/webui/login/login_container_ui.h View 1 2 3 4 5 6 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/webui/login/login_container_ui.cc View 1 2 3 4 5 6 1 chunk +89 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/webui/login/login_ui.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/webui/login/login_ui_helpers.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/webui/login/login_ui_helpers.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/webui/login/mock_login_ui_helpers.h View 1 2 3 chunks +6 lines, -10 lines 0 comments Download
A chrome/browser/resources/login_container.html View 1 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 2 chunks +5 lines, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/webui/web_ui_factory.cc View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
rharrison
9 years, 10 months ago (2011-02-23 18:50:18 UTC) #1
rjkroege
LGTM. Please expand the description? http://codereview.chromium.org/6579003/diff/1/chrome/browser/chromeos/webui/login/login_container_ui.cc File chrome/browser/chromeos/webui/login/login_container_ui.cc (right): http://codereview.chromium.org/6579003/diff/1/chrome/browser/chromeos/webui/login/login_container_ui.cc#newcode29 chrome/browser/chromeos/webui/login/login_container_ui.cc:29: MessageLoop* message_loop) is this ...
9 years, 10 months ago (2011-02-23 20:05:30 UTC) #2
rharrison
I also expanded the description. If there is somewhere you want me to go into ...
9 years, 10 months ago (2011-02-23 20:24:50 UTC) #3
Nikita (slow)
I don't fully get the idea of "login-container" that navigates to "chrome://login" URL. Could you ...
9 years, 9 months ago (2011-02-28 14:26:17 UTC) #4
oshima
Have two questions. 1) I too don't fully understand the concept of container. 2) Isn't ...
9 years, 9 months ago (2011-02-28 18:38:07 UTC) #5
rharrison
On 2011/02/28 14:26:17, Nikita Kostylev wrote: > I don't fully get the idea of "login-container" ...
9 years, 9 months ago (2011-02-28 19:23:21 UTC) #6
rharrison
On 2011/02/28 18:38:07, oshima wrote: > Have two questions. > 1) I too don't fully ...
9 years, 9 months ago (2011-02-28 19:25:54 UTC) #7
rharrison
Made changes as requested to the CL by Nikita and Oshima. I have also written ...
9 years, 9 months ago (2011-02-28 19:28:24 UTC) #8
oshima
LGTM http://codereview.chromium.org/6579003/diff/9002/chrome/browser/chromeos/webui/login/login_container_ui.cc File chrome/browser/chromeos/webui/login/login_container_ui.cc (right): http://codereview.chromium.org/6579003/diff/9002/chrome/browser/chromeos/webui/login/login_container_ui.cc#newcode20 chrome/browser/chromeos/webui/login/login_container_ui.cc:20: static const char* kLoginURL = "chrome://login"; put this ...
9 years, 9 months ago (2011-02-28 20:33:09 UTC) #9
rharrison
http://codereview.chromium.org/6579003/diff/9002/chrome/browser/chromeos/webui/login/login_container_ui.cc File chrome/browser/chromeos/webui/login/login_container_ui.cc (right): http://codereview.chromium.org/6579003/diff/9002/chrome/browser/chromeos/webui/login/login_container_ui.cc#newcode20 chrome/browser/chromeos/webui/login/login_container_ui.cc:20: static const char* kLoginURL = "chrome://login"; On 2011/02/28 20:33:09, ...
9 years, 9 months ago (2011-02-28 20:38:14 UTC) #10
Nikita (slow)
LGTM
9 years, 9 months ago (2011-03-01 18:10:12 UTC) #11
Nikita (slow)
http://codereview.chromium.org/6579003/diff/11009/chrome/browser/chromeos/webui/login/login_container_ui.cc File chrome/browser/chromeos/webui/login/login_container_ui.cc (right): http://codereview.chromium.org/6579003/diff/11009/chrome/browser/chromeos/webui/login/login_container_ui.cc#newcode25 chrome/browser/chromeos/webui/login/login_container_ui.cc:25: // LoginContainerUIHTMLSource ------------------- nit: "-" should be filled till ...
9 years, 9 months ago (2011-03-02 12:13:18 UTC) #12
rharrison
Fixed the comment line length issue that Nikita noticed. The CL has passed all of ...
9 years, 9 months ago (2011-03-02 20:05:40 UTC) #13
commit-bot: I haz the power
Failed to apply the patch. svn: Commit failed (details follow): svn: '/mnt/data/b/commit-queue/workdir/chromium/remoting/host/user_authenticator_mac.h' is scheduled for ...
9 years, 9 months ago (2011-03-03 17:51:03 UTC) #14
commit-bot: I haz the power
9 years, 9 months ago (2011-03-04 07:58:35 UTC) #15
Change committed as 76894

Powered by Google App Engine
This is Rietveld 408576698