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

Issue 599273004: Polished UI for the host side of pairing flow. (Closed)

Created:
6 years, 2 months ago by dzhioev (left Google)
Modified:
6 years, 2 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@merge_point
Project:
chromium
Visibility:
Public.

Description

Polished UI for the host side of pairing flow. * Polymer framework was used in the implementation * Created custom element <oobe-screen>. * HostPairingScreen was converted to <host-paring-screen> which extends <oobe-screen>. * Several <core-*> Polymer elements were used. * Roboto font used. Polymer elements and fonts are imported to the page in a runtime, in contrast with a current implementation, where almost all resources are unlined. Can't say how runtime imports affect a performance. BUG=375191 TEST=manually Committed: https://crrev.com/71ce1027469ab6214158a7eca515afffccdb8017 Cr-Commit-Position: refs/heads/master@{#297244}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed TODO. #

Total comments: 37

Patch Set 3 : Comments addressed." #

Patch Set 4 : misprint in comment fixed. #

Patch Set 5 : Fixed mistake. #

Patch Set 6 : Fixed error in Oobe initialization. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+638 lines, -129 lines) Patch
A chrome/browser/resources/chromeos/login/html-echo.html View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A + chrome/browser/resources/chromeos/login/html-echo.js View 1 chunk +5 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_common.js View 1 2 3 4 5 1 chunk +24 lines, -13 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_resources.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.html View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.js View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe-screen.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe-screen.js View 1 2 1 chunk +219 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css View 1 2 1 chunk +41 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html View 1 2 1 chunk +78 lines, -28 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js View 1 2 1 chunk +22 lines, -73 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css View 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/roboto_font.css View 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 1 2 3 4 5 4 chunks +14 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/chromeos/login/polymer_resources_map.h View 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/chromeos/login/polymer_resources_map.cc View 1 2 1 chunk +141 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
dzhioev (left Google)
https://codereview.chromium.org/599273004/diff/1/chrome/browser/resources/chromeos/login/oobe-screen.js File chrome/browser/resources/chromeos/login/oobe-screen.js (right): https://codereview.chromium.org/599273004/diff/1/chrome/browser/resources/chromeos/login/oobe-screen.js#newcode4 chrome/browser/resources/chromeos/login/oobe-screen.js:4: This file is mostly a copy of ui/login/screen.js. Code ...
6 years, 2 months ago (2014-09-25 19:28:22 UTC) #2
Nikita (slow)
Can you please make screenshots available via Drive link?
6 years, 2 months ago (2014-09-25 19:58:16 UTC) #3
Nikita (slow)
Please expand description and mention major things that are now used like custom embedded fonts, ...
6 years, 2 months ago (2014-09-25 19:59:57 UTC) #4
Nikita (slow)
first round of comments https://codereview.chromium.org/599273004/diff/20001/chrome/browser/resources/chromeos/login/login_common.js File chrome/browser/resources/chromeos/login/login_common.js (right): https://codereview.chromium.org/599273004/diff/20001/chrome/browser/resources/chromeos/login/login_common.js#newcode378 chrome/browser/resources/chromeos/login/login_common.js:378: window.addEventListener('polymer-ready', function() { Who generates ...
6 years, 2 months ago (2014-09-25 20:20:00 UTC) #5
Nikita (slow)
https://codereview.chromium.org/599273004/diff/20001/chrome/browser/resources/chromeos/login/oobe-screen.js File chrome/browser/resources/chromeos/login/oobe-screen.js (right): https://codereview.chromium.org/599273004/diff/20001/chrome/browser/resources/chromeos/login/oobe-screen.js#newcode24 chrome/browser/resources/chromeos/login/oobe-screen.js:24: C: null, nit: Add comment. Maybe use more descriptive ...
6 years, 2 months ago (2014-09-26 09:10:08 UTC) #6
Nikita (slow)
overall lgtm with these comments addressed.
6 years, 2 months ago (2014-09-26 12:22:02 UTC) #7
dzhioev (left Google)
https://codereview.chromium.org/599273004/diff/20001/chrome/browser/resources/chromeos/login/login_common.js File chrome/browser/resources/chromeos/login/login_common.js (right): https://codereview.chromium.org/599273004/diff/20001/chrome/browser/resources/chromeos/login/login_common.js#newcode378 chrome/browser/resources/chromeos/login/login_common.js:378: window.addEventListener('polymer-ready', function() { On 2014/09/25 20:19:59, Nikita Kostylev wrote: ...
6 years, 2 months ago (2014-09-26 22:56:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599273004/60001
6 years, 2 months ago (2014-09-26 23:03:39 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/18518)
6 years, 2 months ago (2014-09-27 00:51:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599273004/80001
6 years, 2 months ago (2014-09-27 03:21:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/18559)
6 years, 2 months ago (2014-09-27 04:46:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599273004/100001
6 years, 2 months ago (2014-09-29 14:20:02 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001) as f592f541804869c1d75275d07680e37134e0b6b5
6 years, 2 months ago (2014-09-29 20:27:29 UTC) #19
commit-bot: I haz the power
6 years, 2 months ago (2014-09-29 20:28:11 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/71ce1027469ab6214158a7eca515afffccdb8017
Cr-Commit-Position: refs/heads/master@{#297244}

Powered by Google App Engine
This is Rietveld 408576698