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

Issue 2862283002: VR: Add initial URL bar element and texture. (Closed)

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

Description

VR: Add initial URL bar element and texture. This bar is incomplete, but has most fundamentals present. It needs proper icons, proper hit testing, and refinements to color and sizing. BUG=715713 Review-Url: https://codereview.chromium.org/2862283002 Cr-Commit-Position: refs/heads/master@{#470012} Committed: https://chromium.googlesource.com/chromium/src/+/5e8e7d315d4e63e12c823dd7c3fd26a8b8d1995c

Patch Set 1 #

Total comments: 8

Patch Set 2 : Remove vector icon file change; add default font list getter; rename a function. #

Patch Set 3 : Drop anti-aliasing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -18 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/textures/ui_texture.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/ui_texture.cc View 1 2 chunks +9 lines, -5 lines 0 comments Download
A chrome/browser/android/vr_shell/textures/url_bar_texture.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/textures/url_bar_texture.cc View 1 2 1 chunk +135 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/textured_element.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/textured_element.cc View 1 chunk +8 lines, -4 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/url_bar.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/url_bar.cc View 1 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.h View 1 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 4 chunks +18 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (5 generated)
cjgrant
3 years, 7 months ago (2017-05-05 16:31:12 UTC) #2
cjgrant
https://codereview.chromium.org/2862283002/diff/1/ui/vector_icons/BUILD.gn File ui/vector_icons/BUILD.gn (right): https://codereview.chromium.org/2862283002/diff/1/ui/vector_icons/BUILD.gn#newcode11 ui/vector_icons/BUILD.gn:11: icons = [ I may split this out, as ...
3 years, 7 months ago (2017-05-05 16:32:23 UTC) #3
mthiesse
https://codereview.chromium.org/2862283002/diff/1/ui/vector_icons/BUILD.gn File ui/vector_icons/BUILD.gn (right): https://codereview.chromium.org/2862283002/diff/1/ui/vector_icons/BUILD.gn#newcode11 ui/vector_icons/BUILD.gn:11: icons = [ On 2017/05/05 16:32:22, cjgrant wrote: > ...
3 years, 7 months ago (2017-05-05 18:45:51 UTC) #4
acondor_
https://codereview.chromium.org/2862283002/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/2862283002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode21 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:21: static constexpr char kDefaultFontFamily[] = "sans-serif"; In order to ...
3 years, 7 months ago (2017-05-05 19:06:41 UTC) #5
tiborg
On 2017/05/05 19:06:41, acondor wrote: > https://codereview.chromium.org/2862283002/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/2862283002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode21 > ...
3 years, 7 months ago (2017-05-05 19:19:25 UTC) #6
cjgrant
https://codereview.chromium.org/2862283002/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/2862283002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode21 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:21: static constexpr char kDefaultFontFamily[] = "sans-serif"; On 2017/05/05 19:06:41, ...
3 years, 7 months ago (2017-05-08 14:17:41 UTC) #7
cjgrant
https://codereview.chromium.org/2862283002/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/2862283002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode21 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:21: static constexpr char kDefaultFontFamily[] = "sans-serif"; On 2017/05/08 14:17:41, ...
3 years, 7 months ago (2017-05-08 15:10:24 UTC) #8
acondor_
lgtm
3 years, 7 months ago (2017-05-08 15:28:16 UTC) #9
mthiesse
lgtm
3 years, 7 months ago (2017-05-08 15:29:12 UTC) #10
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/2862283002/40001
3 years, 7 months ago (2017-05-08 15:30:26 UTC) #13
commit-bot: I haz the power
3 years, 7 months ago (2017-05-08 16:42:11 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/5e8e7d315d4e63e12c823dd7c3fd...

Powered by Google App Engine
This is Rietveld 408576698