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

Issue 2868067: Implement new mock for user options page per chromium-os:5028 (Closed)

Created:
10 years, 5 months ago by xiyuan
Modified:
9 years, 7 months ago
CC:
chromium-reviews, dhg, arv (Not doing code reviews), davemoore+watch_chromium.org, ben+cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Implement new mock for user options page per chromium-os:5028 BUG=chromium-os:5028 TEST=Verify the user options page matches mock per chromium-os:5028. Note the underlying libcros is still missing and UI shows up mock data only. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53989

Patch Set 1 #

Total comments: 22

Patch Set 2 : address arv's comments #

Patch Set 3 : minor css style fix and remove unnecessary cr.bind #

Total comments: 8

Patch Set 4 : per arv's comments #2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -152 lines) Patch
M chrome/app/generated_resources.grd View 2 3 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/cros_settings_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/cros_settings_names.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/accounts_options_handler.cc View 2 3 1 chunk +8 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/mock_cros_settings.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/options_ui.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/options.html View 4 chunks +2 lines, -5 lines 0 comments Download
D chrome/browser/resources/options/chromeos_accounts_add_user_overlay.html View 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/browser/resources/options/chromeos_accounts_add_user_overlay.js View 1 chunk +0 lines, -60 lines 0 comments Download
M chrome/browser/resources/options/chromeos_accounts_options.html View 1 2 3 2 chunks +18 lines, -10 lines 0 comments Download
M chrome/browser/resources/options/chromeos_accounts_options.js View 1 2 3 1 chunk +15 lines, -12 lines 0 comments Download
M chrome/browser/resources/options/chromeos_accounts_options_page.css View 1 2 3 1 chunk +65 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/chromeos_accounts_user_list.js View 1 2 3 3 chunks +81 lines, -24 lines 0 comments Download
A chrome/browser/resources/options/chromeos_accounts_user_name_edit.js View 1 2 3 1 chunk +121 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
xiyuan
10 years, 5 months ago (2010-07-26 20:34:13 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/2868067/diff/1/13 File chrome/browser/resources/options/chromeos_accounts_options_page.css (right): http://codereview.chromium.org/2868067/diff/1/13#newcode26 chrome/browser/resources/options/chromeos_accounts_options_page.css:26: margin-left: 10px; -webkit-margin-start http://codereview.chromium.org/2868067/diff/1/13#newcode37 chrome/browser/resources/options/chromeos_accounts_options_page.css:37: border-style: none; border: 0; ...
10 years, 5 months ago (2010-07-26 23:16:27 UTC) #2
xiyuan
CL updated, major changes: - Use HTML5 input placeholder attribute instead of using onfocus/onblur event ...
10 years, 4 months ago (2010-07-27 19:12:47 UTC) #3
arv (Not doing code reviews)
http://codereview.chromium.org/2868067/diff/15001/16012 File chrome/browser/resources/options/chromeos_accounts_options_page.css (right): http://codereview.chromium.org/2868067/diff/15001/16012#newcode61 chrome/browser/resources/options/chromeos_accounts_options_page.css:61: display: block; I'm afraid this will make the UI ...
10 years, 4 months ago (2010-07-27 21:38:46 UTC) #4
xiyuan
http://codereview.chromium.org/2868067/diff/15001/16012 File chrome/browser/resources/options/chromeos_accounts_options_page.css (right): http://codereview.chromium.org/2868067/diff/15001/16012#newcode61 chrome/browser/resources/options/chromeos_accounts_options_page.css:61: display: block; On 2010/07/27 21:38:46, arv wrote: > I'm ...
10 years, 4 months ago (2010-07-27 22:23:56 UTC) #5
arv (Not doing code reviews)
10 years, 4 months ago (2010-07-28 06:13:25 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698