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

Issue 2906403002: Disable back button when stack is empty (Closed)

Created:
3 years, 6 months ago by ymalik
Modified:
3 years, 6 months ago
Reviewers:
cjgrant
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable back button when stack is empty If the back stack is empty - The back button icon's color is that of the foreground with an alpha of 0x33 - Hovering over the back button doesn't change its color Note: - tested manually due to time constraints, but we should add a tests BUG=726889 Review-Url: https://codereview.chromium.org/2906403002 Cr-Commit-Position: refs/heads/master@{#475375} Committed: https://chromium.googlesource.com/chromium/src/+/ed4df89fed450d8f2741bba7cd2651ad28c6a779

Patch Set 1 #

Total comments: 11

Patch Set 2 : review comments #

Total comments: 2

Patch Set 3 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -6 lines) Patch
M chrome/browser/android/vr_shell/color_scheme.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/color_scheme.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/url_bar_texture.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/url_bar_texture.cc View 1 2 3 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/url_bar.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/url_bar.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_thread.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (10 generated)
ymalik
3 years, 6 months ago (2017-05-29 16:01:03 UTC) #2
cjgrant
https://codereview.chromium.org/2906403002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2906403002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode111 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:111: // Note: We don't have a forward button in ...
3 years, 6 months ago (2017-05-29 16:12:25 UTC) #3
ymalik
@cjgrant, PTAL :) https://codereview.chromium.org/2906403002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2906403002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode111 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:111: // Note: We don't have a ...
3 years, 6 months ago (2017-05-29 17:34:10 UTC) #5
cjgrant
lgtm https://codereview.chromium.org/2906403002/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2906403002/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode187 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:187: if (hovered_) nit: Why override one if with ...
3 years, 6 months ago (2017-05-29 17:42:13 UTC) #6
ymalik
https://codereview.chromium.org/2906403002/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2906403002/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode187 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:187: if (hovered_) On 2017/05/29 17:42:13, cjgrant wrote: > nit: ...
3 years, 6 months ago (2017-05-29 17:55:36 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/2906403002/40001
3 years, 6 months ago (2017-05-29 19:33:23 UTC) #14
commit-bot: I haz the power
3 years, 6 months ago (2017-05-29 19:37:25 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/ed4df89fed450d8f2741bba7cd26...

Powered by Google App Engine
This is Rietveld 408576698