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

Issue 21004005: Made small refactoring of OobeUI. (Closed)

Created:
7 years, 4 months ago by dzhioev (left Google)
Modified:
7 years, 4 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

Made small refactoring of OobeUI. Each type of UI has its own path chrome://oobe/*. Path is known during construction of OobeUI, so we can configure OobeUI using path value. Also changed location of .oobe_completed file on Linux. BUG=252434 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217623

Patch Set 1 #

Total comments: 6

Patch Set 2 : Nit fixes. #

Total comments: 2

Patch Set 3 : Comment added. #

Patch Set 4 : Merge conflicts resolved. #

Patch Set 5 : Android compilation fixed. #

Patch Set 6 : "Fixed." #

Patch Set 7 : Notificatio about UI visibility added. #

Patch Set 8 : Changed location of .oobe_completed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -78 lines) Patch
M chrome/browser/chromeos/login/login_display_host_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/startup_utils.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/webui_screen_locker.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/display_manager.js View 1 2 3 4 5 6 6 chunks +39 lines, -29 lines 0 comments Download
M chrome/browser/resources/chromeos/login/header_bar.js View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/login_common.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_container.css View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.h View 1 2 3 4 5 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 1 2 3 4 5 8 chunks +48 lines, -29 lines 0 comments Download
M chrome/test/data/chromeos/oobe_webui_browsertest.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
dzhioev (left Google)
7 years, 4 months ago (2013-07-30 14:07:40 UTC) #1
ygorshenin1
lgtm https://codereview.chromium.org/21004005/diff/1/chrome/browser/resources/chromeos/login/display_manager.js File chrome/browser/resources/chromeos/login/display_manager.js (right): https://codereview.chromium.org/21004005/diff/1/chrome/browser/resources/chromeos/login/display_manager.js#newcode113 chrome/browser/resources/chromeos/login/display_manager.js:113: * @type {boolean} nit: maybe string instead of ...
7 years, 4 months ago (2013-07-30 15:06:34 UTC) #2
dzhioev (left Google)
https://codereview.chromium.org/21004005/diff/1/chrome/browser/resources/chromeos/login/display_manager.js File chrome/browser/resources/chromeos/login/display_manager.js (right): https://codereview.chromium.org/21004005/diff/1/chrome/browser/resources/chromeos/login/display_manager.js#newcode113 chrome/browser/resources/chromeos/login/display_manager.js:113: * @type {boolean} On 2013/07/30 15:06:34, ygorshenin1 wrote: > ...
7 years, 4 months ago (2013-07-30 16:18:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/21004005/1012
7 years, 4 months ago (2013-07-30 21:06:33 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=17861
7 years, 4 months ago (2013-07-31 00:02:23 UTC) #5
dzhioev (left Google)
7 years, 4 months ago (2013-07-31 10:08:14 UTC) #6
Nikita (slow)
lgtm https://codereview.chromium.org/21004005/diff/1012/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc File chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (right): https://codereview.chromium.org/21004005/diff/1012/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc#newcode55 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc:55: const char kOobeDisplay[] = "oobe"; nit: I think ...
7 years, 4 months ago (2013-07-31 13:27:51 UTC) #7
dzhioev (left Google)
https://codereview.chromium.org/21004005/diff/1012/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc File chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (right): https://codereview.chromium.org/21004005/diff/1012/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc#newcode55 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc:55: const char kOobeDisplay[] = "oobe"; On 2013/07/31 13:27:51, Nikita ...
7 years, 4 months ago (2013-08-01 13:38:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/21004005/17001
7 years, 4 months ago (2013-08-01 13:38:25 UTC) #9
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/webui/chromeos/login/oobe_ui.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-01 13:38:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/21004005/22001
7 years, 4 months ago (2013-08-01 14:04:47 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-01 14:29:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/21004005/45001
7 years, 4 months ago (2013-08-01 14:33:34 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=141342
7 years, 4 months ago (2013-08-01 15:52:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/21004005/45001
7 years, 4 months ago (2013-08-05 13:44:15 UTC) #15
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/webui/chromeos/login/oobe_ui.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-05 13:44:26 UTC) #16
Nikita (slow)
I think LoginSigninTest.WebUIVisible failing is related to this CL.
7 years, 4 months ago (2013-08-05 13:45:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/21004005/80001
7 years, 4 months ago (2013-08-14 16:35:17 UTC) #18
commit-bot: I haz the power
7 years, 4 months ago (2013-08-14 20:03:23 UTC) #19
Message was sent while issue was closed.
Change committed as 217623

Powered by Google App Engine
This is Rietveld 408576698