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

Issue 2841333003: VR: Make webVR insecure content warning look more like M58 warning. (Closed)

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

Description

VR: Make webVR insecure content warning look more like M58 warning. This removes the info icon from the transient warning, and adjusts the element sizes and font sizes to more closely align with M58. BUG= Review-Url: https://codereview.chromium.org/2841333003 Cr-Commit-Position: refs/heads/master@{#468130} Committed: https://chromium.googlesource.com/chromium/src/+/df3332994e58f25503cf5974b50faf9625ab7435

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Total comments: 3

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : Remove debugging code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -24 lines) Patch
M chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc View 1 3 chunks +5 lines, -19 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
mthiesse
PTAL
3 years, 7 months ago (2017-04-27 14:35:26 UTC) #2
acondor_
https://codereview.chromium.org/2841333003/diff/1/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc File chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc (right): https://codereview.chromium.org/2841333003/diff/1/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc#newcode59 chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc:59: canvas->Translate(gfx::Vector2d(IsRTL() ? kBorderFactor * size_.width() There's no need to ...
3 years, 7 months ago (2017-04-27 16:09:50 UTC) #3
mthiesse
https://codereview.chromium.org/2841333003/diff/1/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc File chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc (right): https://codereview.chromium.org/2841333003/diff/1/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc#newcode59 chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc:59: canvas->Translate(gfx::Vector2d(IsRTL() ? kBorderFactor * size_.width() On 2017/04/27 16:09:50, acondor ...
3 years, 7 months ago (2017-04-27 16:58:07 UTC) #4
cjgrant
lgtm lgtm after one tweak. https://codereview.chromium.org/2841333003/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2841333003/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode39 chrome/browser/android/vr_shell/ui_scene_manager.cc:39: element->size = {0.224f, 0.070f, ...
3 years, 7 months ago (2017-04-28 17:35:13 UTC) #5
amp
https://codereview.chromium.org/2841333003/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2841333003/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode39 chrome/browser/android/vr_shell/ui_scene_manager.cc:39: element->size = {0.224f, 0.070f, 1}; On 2017/04/28 17:35:13, cjgrant ...
3 years, 7 months ago (2017-04-28 18:01:35 UTC) #7
mthiesse
https://codereview.chromium.org/2841333003/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2841333003/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode39 chrome/browser/android/vr_shell/ui_scene_manager.cc:39: element->size = {0.224f, 0.070f, 1}; On 2017/04/28 17:35:13, cjgrant ...
3 years, 7 months ago (2017-04-28 18:30:23 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/2841333003/40001
3 years, 7 months ago (2017-04-28 18:32:52 UTC) #11
amp
https://codereview.chromium.org/2841333003/diff/40001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2841333003/diff/40001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode188 chrome/browser/android/vr_shell/ui_scene_manager.cc:188: bool enabled = web_vr_mode_ && secure_origin_; Wait, why are ...
3 years, 7 months ago (2017-04-28 19:36:50 UTC) #12
mthiesse
https://codereview.chromium.org/2841333003/diff/40001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2841333003/diff/40001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode188 chrome/browser/android/vr_shell/ui_scene_manager.cc:188: bool enabled = web_vr_mode_ && secure_origin_; On 2017/04/28 19:36:50, ...
3 years, 7 months ago (2017-04-28 19:42:15 UTC) #14
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/2841333003/60001
3 years, 7 months ago (2017-04-28 19:47:56 UTC) #17
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 21:23:24 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/df3332994e58f25503cf5974b50f...

Powered by Google App Engine
This is Rietveld 408576698