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

Issue 2615003004: Support showing loading progress in the VR omnibox. (Closed)

Created:
3 years, 11 months ago by cjgrant
Modified:
3 years, 11 months ago
Reviewers:
mthiesse, bshe
CC:
chromium-reviews, feature-vr-reviews_chromium.org, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support showing loading progress in the VR omnibox. - This change renders a partial blue border around the omnibox, according to page load state. When loading completes, the blue disappears. - Remove CSS-based movement of the box; this will move to native animation. - This change depends on a change to WebContentsObserver to pull the load status. BUG=641508 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2615003004 Cr-Commit-Position: refs/heads/master@{#442631} Committed: https://chromium.googlesource.com/chromium/src/+/7a3be238572ce97fd3de4cdc93b9f2df16ff32ba

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -62 lines) Patch
M chrome/browser/resources/vr_shell/vr_shell_ui.css View 1 2 chunks +24 lines, -35 lines 0 comments Download
M chrome/browser/resources/vr_shell/vr_shell_ui.html View 1 chunk +10 lines, -8 lines 0 comments Download
M chrome/browser/resources/vr_shell/vr_shell_ui.js View 1 8 chunks +55 lines, -19 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
cjgrant
3 years, 11 months ago (2017-01-06 17:36:03 UTC) #3
mthiesse
lgtm % comments https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.css File chrome/browser/resources/vr_shell/vr_shell_ui.css (left): https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.css#oldcode126 chrome/browser/resources/vr_shell/vr_shell_ui.css:126: height: 164px; these were added when ...
3 years, 11 months ago (2017-01-06 21:11:18 UTC) #4
cjgrant
https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.css File chrome/browser/resources/vr_shell/vr_shell_ui.css (left): https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.css#oldcode126 chrome/browser/resources/vr_shell/vr_shell_ui.css:126: height: 164px; On 2017/01/06 21:11:18, mthiesse wrote: > these ...
3 years, 11 months ago (2017-01-09 15:44:14 UTC) #5
bshe
lgtm https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.js File chrome/browser/resources/vr_shell/vr_shell_ui.js (right): https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.js#newcode414 chrome/browser/resources/vr_shell/vr_shell_ui.js:414: let gradient = '-webkit-linear-gradient(left, ' + this.statusBarColor + ...
3 years, 11 months ago (2017-01-09 22:14:28 UTC) #6
cjgrant
https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.css File chrome/browser/resources/vr_shell/vr_shell_ui.css (right): https://codereview.chromium.org/2615003004/diff/1/chrome/browser/resources/vr_shell/vr_shell_ui.css#newcode147 chrome/browser/resources/vr_shell/vr_shell_ui.css:147: height: 104x; On 2017/01/09 15:44:14, cjgrant wrote: > On ...
3 years, 11 months ago (2017-01-10 15:42:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2615003004/20001
3 years, 11 months ago (2017-01-10 15:44:43 UTC) #10
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 18:14:02 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/7a3be238572ce97fd3de4cdc93b9...

Powered by Google App Engine
This is Rietveld 408576698