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

Issue 2946523002: VR: Support security chip text on URL bar. (Closed)

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

Description

VR: Support security chip text on URL bar. - Add rendering of "Secure", "Not secure" or "Dangerous" next to the security icon in the URL bar. - If present, include the text in the PageInfo clickable region. - Plumb malware status through to the URL bar to properly differentiate "Not secure" from "Dangerous", as is done by ToolbarModel. - Fix the broken HTTPS strike through from diagonal to horizontal, as a UX study determined is ideal. BUG=734206 Review-Url: https://codereview.chromium.org/2946523002 Cr-Commit-Position: refs/heads/master@{#480635} Committed: https://chromium.googlesource.com/chromium/src/+/b5ae18a01a48b511ca116d9edfb0edf1b037aa8f

Patch Set 1 #

Total comments: 15

Patch Set 2 : Address comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -72 lines) Patch
M chrome/browser/android/vr_shell/textures/url_bar_texture.h View 1 4 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/url_bar_texture.cc View 1 10 chunks +107 lines, -40 lines 2 comments Download
M chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/url_bar.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/url_bar.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_interface.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_thread.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_thread.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_web_contents_observer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_web_contents_observer.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
cjgrant
3 years, 6 months ago (2017-06-16 21:28:30 UTC) #2
ymalik
https://codereview.chromium.org/2946523002/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/2946523002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode285 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:285: if (!gurl_.is_empty() && chip_string_id != 0) { I'm not ...
3 years, 6 months ago (2017-06-19 14:33:05 UTC) #3
cjgrant
https://codereview.chromium.org/2946523002/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/2946523002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode285 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:285: if (!gurl_.is_empty() && chip_string_id != 0) { On 2017/06/19 ...
3 years, 6 months ago (2017-06-19 15:39:39 UTC) #4
ymalik
lgtm https://codereview.chromium.org/2946523002/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/2946523002/diff/1/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode333 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:333: float url_width = kWidth - url_x - kUrlRightMargin; ...
3 years, 6 months ago (2017-06-19 15:54:20 UTC) #5
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/2946523002/20001
3 years, 6 months ago (2017-06-19 21:32:04 UTC) #7
commit-bot: I haz the power
3 years, 6 months ago (2017-06-19 23:33:57 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/b5ae18a01a48b511ca116d9edfb0...

Powered by Google App Engine
This is Rietveld 408576698