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

Issue 2361533003: Expose secure origin state to WebVR renderer (Closed)

Created:
4 years, 3 months ago by bajones
Modified:
4 years, 1 month ago
Reviewers:
kenrb, klausw, clamy, dcheng
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, haraken, Aaron Boodman, blink-reviews, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose secure origin state to WebVR renderer Will enable display of warnings in WebVR for insecure origins BUG=389343

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -14 lines) Patch
M chrome/browser/android/vr_shell/vr_shell.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M device/vr/android/gvr/gvr_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/android/gvr/gvr_device.h View 2 chunks +2 lines, -1 line 0 comments Download
M device/vr/android/gvr/gvr_device.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M device/vr/android/gvr/gvr_device_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/vr_device.h View 1 chunk +1 line, -1 line 0 comments Download
M device/vr/vr_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M device/vr/vr_device_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M device/vr/vr_device_manager.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M device/vr/vr_service.mojom View 1 chunk +1 line, -1 line 0 comments Download
M device/vr/vr_service_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/vr_service_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDisplay.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (7 generated)
bajones
dcheng@ or kenrb@: Could you approve the .mojom change?
4 years, 3 months ago (2016-09-22 17:38:36 UTC) #3
dcheng
So my understanding is that clamy@ is currently working on making it possible to determine ...
4 years, 3 months ago (2016-09-22 18:02:24 UTC) #4
bajones
On 2016/09/22 18:02:24, dcheng wrote: > So my understanding is that clamy@ is currently working ...
4 years, 3 months ago (2016-09-22 18:51:59 UTC) #5
clamy
Unfortunately no it won't be today or tomorrow. In particular, changes I make there would ...
4 years, 3 months ago (2016-09-23 09:58:09 UTC) #7
dcheng
On 2016/09/23 09:58:09, clamy wrote: > Unfortunately no it won't be today or tomorrow. In ...
4 years, 3 months ago (2016-09-23 17:39:00 UTC) #8
clamy
On 2016/09/23 17:39:00, dcheng wrote: > On 2016/09/23 09:58:09, clamy wrote: > > Unfortunately no ...
4 years, 2 months ago (2016-09-26 09:40:38 UTC) #9
klausw
On 2016/09/26 09:40:38, clamy wrote: > On 2016/09/23 17:39:00, dcheng wrote: > > On 2016/09/23 ...
4 years, 2 months ago (2016-09-27 20:24:15 UTC) #10
klausw
On 2016/09/27 20:24:15, klausw wrote: > On 2016/09/26 09:40:38, clamy wrote: > > On 2016/09/23 ...
4 years, 2 months ago (2016-09-28 18:43:59 UTC) #11
klausw
On 2016/09/28 18:43:59, klausw wrote: > On 2016/09/27 20:24:15, klausw wrote: > > On 2016/09/26 ...
4 years, 2 months ago (2016-09-28 19:02:12 UTC) #12
dcheng
On 2016/09/28 18:43:59, klausw wrote: > On 2016/09/27 20:24:15, klausw wrote: > > On 2016/09/26 ...
4 years, 2 months ago (2016-09-28 19:04:04 UTC) #15
klausw
4 years, 2 months ago (2016-09-28 20:40:31 UTC) #18
On 2016/09/28 19:04:04, dcheng wrote:
> On 2016/09/28 18:43:59, klausw wrote:
> > On 2016/09/27 20:24:15, klausw wrote:
> > > On 2016/09/26 09:40:38, clamy wrote:
> > > > On 2016/09/23 17:39:00, dcheng wrote:
> > > > > On 2016/09/23 09:58:09, clamy wrote:
> > > > > > Unfortunately no it won't be today or tomorrow. In particular,
changes
> I
> > > > make
> > > > > > there would need to be reviewed by mkwst@, who is ooo until next
week.
> > > > > 
> > > > > OK, is there a bug to we can track, so we won't lose track of this
> > cleanup?
> > > > 
> > > > I have filed crbug.com/650203.
> > > 
> > > Since the suggested new approach isn't ready yet, is it ok to proceed with
> > this
> > > CL as-is and simplify it later once crbug.com/650203 is complete?
> > > 
> > > My CL https://codereview.chromium.org/2363553003/ depends on this CL, it
> > > implements displaying the security warnings.
> > 
> > dcheng@ or kenrb@, friendly ping for approval of the .mojom changes?
> 
> I'll write a more detailed reply, but if we have all the bits we need in the
> browser already, we should just add the glue to expose it.

Everyone, please continue the review in the cloned change
https://codereview.chromium.org/2374153002/ . The CQ dry run had an error due to
an inconsistency in vr_service_impl_unittest, I uploaded a fix for it there. As
noted, bajones@ is out on leave.

Powered by Google App Engine
This is Rietveld 408576698