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

Issue 2622593003: Move the omnibox natively when showing or hiding. (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

Move the omnibox natively when showing or hiding. The omnibox drops slightly when fading. Previously, the omnibox was moved by adjusting its CSS margins. This is an inefficient way to handle movement (it wastes space and doesn't always appear smooth). BUG=641508 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2622593003 Cr-Commit-Position: refs/heads/master@{#442923} Committed: https://chromium.googlesource.com/chromium/src/+/48a22a1c2870a87e9e6ee10af358717480f72589

Patch Set 1 #

Patch Set 2 : Move the omnibox natively when showing or hiding. #

Patch Set 3 : Drop useless omnibox constructor argument. #

Total comments: 6

Patch Set 4 : Add comment; rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -16 lines) Patch
M chrome/browser/resources/vr_shell/vr_shell_ui.css View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/vr_shell/vr_shell_ui.js View 1 2 3 6 chunks +30 lines, -16 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
cjgrant
3 years, 11 months ago (2017-01-09 16:45:19 UTC) #3
mthiesse
lgtm https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js File chrome/browser/resources/vr_shell/vr_shell_ui.js (right): https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js#newcode430 chrome/browser/resources/vr_shell/vr_shell_ui.js:430: // Make the box fade away if it's ...
3 years, 11 months ago (2017-01-09 16:55:59 UTC) #4
bshe
lgtm https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js File chrome/browser/resources/vr_shell/vr_shell_ui.js (right): https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js#newcode436 chrome/browser/resources/vr_shell/vr_shell_ui.js:436: let yOffset = this.hidden ? this.fadeYOffset : 0; ...
3 years, 11 months ago (2017-01-09 22:40:51 UTC) #5
cjgrant
https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js File chrome/browser/resources/vr_shell/vr_shell_ui.js (right): https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js#newcode436 chrome/browser/resources/vr_shell/vr_shell_ui.js:436: let yOffset = this.hidden ? this.fadeYOffset : 0; On ...
3 years, 11 months ago (2017-01-10 14:30:44 UTC) #6
bshe
https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js File chrome/browser/resources/vr_shell/vr_shell_ui.js (right): https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js#newcode436 chrome/browser/resources/vr_shell/vr_shell_ui.js:436: let yOffset = this.hidden ? this.fadeYOffset : 0; On ...
3 years, 11 months ago (2017-01-10 15:32:08 UTC) #7
cjgrant
https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js File chrome/browser/resources/vr_shell/vr_shell_ui.js (right): https://codereview.chromium.org/2622593003/diff/40001/chrome/browser/resources/vr_shell/vr_shell_ui.js#newcode430 chrome/browser/resources/vr_shell/vr_shell_ui.js:430: // Make the box fade away if it's disappearing. ...
3 years, 11 months ago (2017-01-10 16:13:06 UTC) #8
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/2622593003/60001
3 years, 11 months ago (2017-01-11 15:46:56 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 16:44:16 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/48a22a1c2870a87e9e6ee10af358...

Powered by Google App Engine
This is Rietveld 408576698