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

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed)

Created:
5 years, 10 months ago by Ivan Podogov
Modified:
5 years, 9 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, dzhioev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

New OOBE implementation skeleton using WUG toolkit. BUG=459596 Committed: https://crrev.com/a7934fefa79ac08d3e6d8ca11814ff5d9af85381 Cr-Commit-Position: refs/heads/master@{#319245}

Patch Set 1 #

Patch Set 2 : "Back to old OOBE" button. #

Patch Set 3 : Almost build with gn. #

Patch Set 4 : Builds with gn using is_component_build=false. #

Total comments: 10

Patch Set 5 : Nits. #

Total comments: 1

Patch Set 6 : Reiterated from the latest WUG. #

Patch Set 7 : New iteration. #

Patch Set 8 : Remove overcommit. #

Patch Set 9 : Fix owners. #

Total comments: 2

Patch Set 10 : Rebase, repatch. #

Total comments: 1

Patch Set 11 : No explicit, gn format. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -43 lines) Patch
M chrome/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 4 chunks +7 lines, -3 lines 0 comments Download
A chrome/browser/chromeos/oobe/oobe.h View 1 2 3 4 5 6 7 8 9 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/oobe/oobe.cc View 1 2 3 4 5 6 7 8 9 1 chunk +34 lines, -0 lines 0 comments Download
D chrome/browser/resources/chromeos/login/new/oobe.html View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/browser/resources/chromeos/login/new/oobe.js View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 7 8 9 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 4 chunks +2 lines, -18 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/chrome_repack_resources.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A ui/oobe/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +48 lines, -0 lines 0 comments Download
A ui/oobe/DEPS View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A + ui/oobe/OWNERS View 1 2 3 4 5 7 8 9 1 chunk +2 lines, -3 lines 0 comments Download
A ui/oobe/declarations/oobe.json View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A ui/oobe/oobe.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +64 lines, -0 lines 0 comments Download
A ui/oobe/oobe_export.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A ui/oobe/oobe_md_ui.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +32 lines, -0 lines 0 comments Download
A ui/oobe/oobe_md_ui.cc View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
A ui/oobe/oobe_resources.grd View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A ui/oobe/resources/oobe-element.html View 1 1 chunk +25 lines, -0 lines 0 comments Download
A + ui/oobe/resources/oobe-element.js View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -2 lines 0 comments Download
A ui/oobe/resources/oobe_ui.html View 1 chunk +11 lines, -0 lines 0 comments Download
A + ui/oobe/resources/oobe_ui.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 31 (10 generated)
Nikita (slow)
ui/oobe/resources/oobe_ui.js: empty file? https://codereview.chromium.org/941973003/diff/60001/chrome/browser/chromeos/oobe/oobe.cc File chrome/browser/chromeos/oobe/oobe.cc (right): https://codereview.chromium.org/941973003/diff/60001/chrome/browser/chromeos/oobe/oobe.cc#newcode12 chrome/browser/chromeos/oobe/oobe.cc:12: void Oobe::Register() { nit: Add // ...
5 years, 10 months ago (2015-02-24 15:32:42 UTC) #2
Ivan Podogov
https://codereview.chromium.org/941973003/diff/60001/chrome/browser/chromeos/oobe/oobe.cc File chrome/browser/chromeos/oobe/oobe.cc (right): https://codereview.chromium.org/941973003/diff/60001/chrome/browser/chromeos/oobe/oobe.cc#newcode12 chrome/browser/chromeos/oobe/oobe.cc:12: void Oobe::Register() { On 2015/02/24 15:32:41, Nikita wrote: > ...
5 years, 10 months ago (2015-02-24 16:33:20 UTC) #3
blundell
What in this CL were you looking for me to review?
5 years, 10 months ago (2015-02-25 09:46:07 UTC) #4
Nikita (slow)
lgtm https://codereview.chromium.org/941973003/diff/80001/chrome/browser/chromeos/oobe/oobe.h File chrome/browser/chromeos/oobe/oobe.h (right): https://codereview.chromium.org/941973003/diff/80001/chrome/browser/chromeos/oobe/oobe.h#newcode11 chrome/browser/chromeos/oobe/oobe.h:11: class Oobe : public gen::OobeViewModel { nit: Class ...
5 years, 10 months ago (2015-02-25 11:51:19 UTC) #5
Nikita (slow)
https://codereview.chromium.org/941973003/diff/160001/chrome/browser/chromeos/oobe/oobe.h File chrome/browser/chromeos/oobe/oobe.h (right): https://codereview.chromium.org/941973003/diff/160001/chrome/browser/chromeos/oobe/oobe.h#newcode11 chrome/browser/chromeos/oobe/oobe.h:11: class Oobe : public gen::OobeViewModel { nit: namespace is ...
5 years, 9 months ago (2015-03-03 12:55:04 UTC) #7
Ivan Podogov
jhawkins@, need your review for chrome/BUILD.gn and chrome/browser/browser_resources.grd
5 years, 9 months ago (2015-03-03 16:48:32 UTC) #9
dzhioev (left Google)
https://codereview.chromium.org/941973003/diff/160001/chrome/browser/chromeos/oobe/oobe.h File chrome/browser/chromeos/oobe/oobe.h (right): https://codereview.chromium.org/941973003/diff/160001/chrome/browser/chromeos/oobe/oobe.h#newcode11 chrome/browser/chromeos/oobe/oobe.h:11: class Oobe : public gen::OobeViewModel { On 2015/03/03 12:55:04, ...
5 years, 9 months ago (2015-03-03 16:48:54 UTC) #10
dzhioev (left Google)
LGTM
5 years, 9 months ago (2015-03-03 16:49:13 UTC) #11
James Hawkins
lgtm
5 years, 9 months ago (2015-03-03 16:53:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941973003/180001
5 years, 9 months ago (2015-03-03 17:06:42 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/46942)
5 years, 9 months ago (2015-03-03 17:28:54 UTC) #17
Ivan Podogov
Added DEPS needs review from: thakis@ for +base/strings avi@ for +content/public/browser
5 years, 9 months ago (2015-03-04 07:55:18 UTC) #19
Ivan Podogov
sadrul@, please review /ui.
5 years, 9 months ago (2015-03-04 14:46:40 UTC) #21
Avi (use Gerrit)
On 2015/03/04 07:55:18, Ivan Podogov wrote: > Added DEPS needs review from: > thakis@ for ...
5 years, 9 months ago (2015-03-04 16:20:30 UTC) #22
Nico
rs-lgtm
5 years, 9 months ago (2015-03-04 18:22:29 UTC) #23
sadrul
lgtm https://codereview.chromium.org/941973003/diff/180001/ui/oobe/oobe_md_ui.h File ui/oobe/oobe_md_ui.h (right): https://codereview.chromium.org/941973003/diff/180001/ui/oobe/oobe_md_ui.h#newcode23 ui/oobe/oobe_md_ui.h:23: explicit OobeMdUI(content::WebUI* web_ui, const std::string& host); no explicit
5 years, 9 months ago (2015-03-05 10:03:25 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941973003/200001
5 years, 9 months ago (2015-03-05 10:12:53 UTC) #27
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 9 months ago (2015-03-05 11:17:34 UTC) #28
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/a7934fefa79ac08d3e6d8ca11814ff5d9af85381 Cr-Commit-Position: refs/heads/master@{#319245}
5 years, 9 months ago (2015-03-05 11:18:18 UTC) #29
Lei Zhang
On 2015/03/05 11:18:18, I haz the power (commit-bot) wrote: > Patchset 11 (id:??) landed as ...
5 years, 9 months ago (2015-03-05 19:05:38 UTC) #30
Lei Zhang
5 years, 9 months ago (2015-03-05 19:09:58 UTC) #31
Message was sent while issue was closed.
On 2015/03/05 19:05:38, Lei Zhang wrote:
> On 2015/03/05 11:18:18, I haz the power (commit-bot) wrote:
> > Patchset 11 (id:??) landed as
> > https://crrev.com/a7934fefa79ac08d3e6d8ca11814ff5d9af85381
> > Cr-Commit-Position: refs/heads/master@{#319245}
> 
> Unfortunately we have CroS Builder valgrind failing after this CL, so I'm
going
> to manually revert this.
> 
>
http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20Buil...
> 
> gyp: Key 'export_h' repeated at level 2 with key path 'variables' while
reading
>
/b/build/slave/chromium-rel-chromeos-valgrind-builder/build/src/components/webui_generator/generator/wug.gypi
> while reading includes of
>
/b/build/slave/chromium-rel-chromeos-valgrind-builder/build/src/ui/oobe/oobe.gyp
> 
> The bot sets GYP_DEFINES=build_for_tool=memcheck chromeos=1

But it may just be a typo in wug.gypi. Let me see if I can just do a 1 line
fix...

Powered by Google App Engine
This is Rietveld 408576698