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

Issue 2834543006: Hook up insecure content warnings for http webVR presentation. (Closed)

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

Description

Hook up insecure content warnings for http webVR presentation. This CL was partially written by cjgrant@ BUG=713938 Review-Url: https://codereview.chromium.org/2834543006 Cr-Commit-Position: refs/heads/master@{#466658} Committed: https://chromium.googlesource.com/chromium/src/+/7c6a3e3baf6ad88f8a28ac4ef7d46664d95c9e74

Patch Set 1 #

Patch Set 2 : Add missing files #

Total comments: 42

Patch Set 3 : Address comments #

Patch Set 4 : add todo #

Total comments: 2

Patch Set 5 : Address comments #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+536 lines, -735 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 3 4 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc View 1 2 3 4 5 1 chunk +37 lines, -30 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc View 1 2 3 4 5 1 chunk +30 lines, -27 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/ui_texture.h View 1 2 3 4 2 chunks +11 lines, -14 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/ui_texture.cc View 1 2 1 chunk +9 lines, -29 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_element.h View 1 2 3 4 1 chunk +0 lines, -171 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_element.cc View 1 2 3 4 1 chunk +0 lines, -202 lines 0 comments Download
D chrome/browser/android/vr_shell/ui_element_unittest.cc View 1 2 3 4 1 chunk +0 lines, -163 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/permanent_security_warning.h View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/permanent_security_warning.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/textured_element.h View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/textured_element.cc View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/transient_security_warning.h View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/transient_security_warning.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A + chrome/browser/android/vr_shell/ui_elements/ui_element.h View 1 2 3 4 6 chunks +17 lines, -9 lines 0 comments Download
A + chrome/browser/android/vr_shell/ui_elements/ui_element.cc View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
A + chrome/browser/android/vr_shell/ui_elements/ui_element_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_scene.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene.cc View 1 2 3 4 8 chunks +17 lines, -7 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 3 4 5 6 3 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_thread.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 1 2 3 4 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_renderer.h View 1 2 3 4 6 chunks +37 lines, -27 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_renderer.cc View 1 2 3 4 5 6 8 chunks +111 lines, -16 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
mthiesse
PTAL
3 years, 8 months ago (2017-04-21 00:12:52 UTC) #2
mthiesse
Note that this diff is based on https://codereview.chromium.org/2817663003/
3 years, 8 months ago (2017-04-21 00:13:18 UTC) #3
cjgrant
https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/textured_element.cc File chrome/browser/android/vr_shell/textured_element.cc (right): https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/textured_element.cc#newcode30 chrome/browser/android/vr_shell/textured_element.cc:30: size = {size.x(), y, 1}; This is a little ...
3 years, 8 months ago (2017-04-21 14:30:14 UTC) #5
acondor_
2 general comments: - textures folder contains all classes related to textures, but ui_elements folder ...
3 years, 8 months ago (2017-04-21 15:04:24 UTC) #6
mthiesse
https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/textured_element.cc File chrome/browser/android/vr_shell/textured_element.cc (right): https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/textured_element.cc#newcode30 chrome/browser/android/vr_shell/textured_element.cc:30: size = {size.x(), y, 1}; On 2017/04/21 14:30:13, cjgrant ...
3 years, 8 months ago (2017-04-21 15:05:12 UTC) #7
cjgrant
https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/ui_scene.cc File chrome/browser/android/vr_shell/ui_scene.cc (right): https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/ui_scene.cc#newcode210 chrome/browser/android/vr_shell/ui_scene.cc:210: for (const auto& element : ui_elements_) { On 2017/04/21 ...
3 years, 8 months ago (2017-04-21 15:19:33 UTC) #8
mthiesse
https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/textured_element.cc File chrome/browser/android/vr_shell/textured_element.cc (right): https://codereview.chromium.org/2834543006/diff/20001/chrome/browser/android/vr_shell/textured_element.cc#newcode22 chrome/browser/android/vr_shell/textured_element.cc:22: size_ = GetTexture()->GetPreferredTextureSize(preferred_width_); On 2017/04/21 15:04:23, acondor wrote: > ...
3 years, 8 months ago (2017-04-21 17:17:30 UTC) #9
acondor_
lgtm LGTM
3 years, 8 months ago (2017-04-21 19:01:56 UTC) #10
cjgrant
lgtm
3 years, 8 months ago (2017-04-21 19:02:22 UTC) #11
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/2834543006/100001
3 years, 8 months ago (2017-04-22 15:19:24 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/163154)
3 years, 8 months ago (2017-04-22 16:57:57 UTC) #16
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/2834543006/120001
3 years, 8 months ago (2017-04-24 15:36:38 UTC) #19
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 16:40:56 UTC) #23
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/7c6a3e3baf6ad88f8a28ac4ef7d4...

Powered by Google App Engine
This is Rietveld 408576698