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

Issue 2920001: EULA screen implemented.... (Closed)

Created:
10 years, 5 months ago by glotov
Modified:
9 years, 7 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, nkostylev+cc_chromium.org, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

EULA screen implemented. BUG=crosbug.com/3178, crosbug.com/2884 TEST=out/Debug/browser_tests --gtest_filter=WizardControllerFlowTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52311

Patch Set 1 #

Total comments: 39

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -12 lines) Patch
A chrome/browser/chromeos/login/eula_view.h View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/eula_view.cc View 1 2 3 1 chunk +208 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screen_observer.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 6 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 12 chunks +31 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 2 7 chunks +18 lines, -5 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
glotov
10 years, 5 months ago (2010-07-08 14:21:43 UTC) #1
glotov
Hi! This is a preliminary version. I'm polishing the layout and will update wizard controller ...
10 years, 5 months ago (2010-07-08 14:27:36 UTC) #2
Nikita (slow)
Please submit changes in grd files in a separate CL in advance. http://codereview.chromium.org/2920001/diff/1/2 File chrome/app/generated_resources.grd ...
10 years, 5 months ago (2010-07-08 14:38:56 UTC) #3
Nikita (slow)
I'll review EulaView::Init() code again once it's updated. http://codereview.chromium.org/2920001/diff/1/4 File chrome/browser/chromeos/login/eula_view.cc (right): http://codereview.chromium.org/2920001/diff/1/4#newcode30 chrome/browser/chromeos/login/eula_view.cc:30: const ...
10 years, 5 months ago (2010-07-08 15:25:35 UTC) #4
glotov
http://codereview.chromium.org/2920001/diff/1/2 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/2920001/diff/1/2#newcode7791 chrome/app/generated_resources.grd:7791: Optional: On 2010/07/08 14:27:37, glotov wrote: > Removed. Done. ...
10 years, 5 months ago (2010-07-12 15:48:20 UTC) #5
Nikita (slow)
http://codereview.chromium.org/2920001/diff/1/4 File chrome/browser/chromeos/login/eula_view.cc (right): http://codereview.chromium.org/2920001/diff/1/4#newcode80 chrome/browser/chromeos/login/eula_view.cc:80: column_set->AddColumn(views::GridLayout::FILL, views::GridLayout::FILL, 1, On 2010/07/08 15:25:35, Nikita Kostylev wrote: ...
10 years, 5 months ago (2010-07-12 16:53:26 UTC) #6
glotov
http://codereview.chromium.org/2920001/diff/13001/14001 File chrome/browser/chromeos/login/eula_view.cc (right): http://codereview.chromium.org/2920001/diff/13001/14001#newcode30 chrome/browser/chromeos/login/eula_view.cc:30: const int kBorderSize = 10; On 2010/07/12 16:53:27, Nikita ...
10 years, 5 months ago (2010-07-13 13:56:39 UTC) #7
Nikita (slow)
10 years, 5 months ago (2010-07-13 14:23:04 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698