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

Issue 2603553002: Ports VRService to be hosted in the device service.

Created:
3 years, 12 months ago by ke.he
Modified:
3 years, 7 months ago
Reviewers:
mthiesse, bajones, blundell
CC:
chromium-reviews, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, haraken, Aaron Boodman, feature-vr-reviews_chromium.org, darin-cc_chromium.org, blink-reviews, darin (slow to review)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Ports VRService to be hosted in the device service. Ports the VRService to be hosted by te Device Service instead of by //content/browser. BUG=612342 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Patch Set 1 #

Patch Set 2 : Ports VRService to be hosted in the device service. #

Patch Set 3 : Ports VRService to be hosted in the device service. #

Total comments: 1

Patch Set 4 : Ports VRService to be hosted in the device service. #

Patch Set 5 : Ports VRService to be hosted in the device service. #

Patch Set 6 : make changes after code rebase. #

Patch Set 7 : mock-vr-service.js #

Patch Set 8 : Ports VRService to be hosted in the device service. #

Total comments: 2

Patch Set 9 : code rebase #

Patch Set 10 : Ports VRService to be hosted in the device service. #

Patch Set 11 : Ports VRService to be hosted in the device service. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -33 lines) Patch
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/DEPS View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 8 4 chunks +0 lines, -20 lines 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/public/app/mojo/content_renderer_manifest.json View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M services/device/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -0 lines 0 comments Download
M services/device/device_service.h View 1 2 3 4 5 6 7 8 9 4 chunks +12 lines, -0 lines 0 comments Download
M services/device/device_service.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M services/device/manifest.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/vr/resources/mock-vr-service.js View 1 2 3 4 5 6 7 8 9 6 chunks +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/DEPS View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.cpp View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 83 (64 generated)
ke.he
Hi,Colin, This patch is very similar as the porting of time_zone_monitor. PTAL. Thanks. By the ...
3 years, 12 months ago (2016-12-26 03:39:52 UTC) #31
blundell
This looks great, but it also re-raises the question in my mind of whether there ...
3 years, 11 months ago (2016-12-29 16:44:04 UTC) #32
bajones
On 2016/12/29 16:44:04, blundell wrote: > This looks great, but it also re-raises the question ...
3 years, 11 months ago (2016-12-31 05:27:06 UTC) #33
blundell
On 2016/12/31 05:27:06, bajones (OOO till January) wrote: > On 2016/12/29 16:44:04, blundell wrote: > ...
3 years, 11 months ago (2017-01-03 15:34:40 UTC) #34
bajones
On 2017/01/03 15:34:40, blundell wrote: > Hi Brandon, > > This is one of the ...
3 years, 11 months ago (2017-01-04 19:16:07 UTC) #35
mthiesse
On 2017/01/04 19:16:07, bajones (OOO till January) wrote: > On 2017/01/03 15:34:40, blundell wrote: > ...
3 years, 11 months ago (2017-01-04 19:40:20 UTC) #36
blundell
On 2017/01/04 19:40:20, mthiesse wrote: > On 2017/01/04 19:16:07, bajones (OOO till January) wrote: > ...
3 years, 11 months ago (2017-01-05 16:36:10 UTC) #37
mthiesse
On 2017/01/05 16:36:10, blundell wrote: > On 2017/01/04 19:40:20, mthiesse wrote: > > On 2017/01/04 ...
3 years, 11 months ago (2017-01-05 16:44:45 UTC) #38
blundell
Apologies, it took a little while for me to analyze this code and process the ...
3 years, 11 months ago (2017-01-12 09:59:56 UTC) #40
bajones
On 2017/01/12 09:59:56, blundell wrote: > https://codereview.chromium.org/2603553002/diff/100001/third_party/WebKit/Source/modules/vr/VRController.cpp#oldcode24 > third_party/WebKit/Source/modules/vr/VRController.cpp:24: > navigatorVR->document()->frame()->interfaceProvider()->getInterface( > Brandon, do you ...
3 years, 11 months ago (2017-01-17 21:33:27 UTC) #50
ke.he
Hi, Colin and Brandon, My understanding is Per-frame level or Per-process level has no difference ...
3 years, 11 months ago (2017-01-18 09:53:45 UTC) #55
blundell
On 2017/01/18 09:53:45, ke.he wrote: > Hi, Colin and Brandon, > My understanding is Per-frame ...
3 years, 11 months ago (2017-01-18 18:43:35 UTC) #56
ke.he
Hi, Colin, PTAL, thanks! https://codereview.chromium.org/2603553002/diff/220001/services/device/manifest.json File services/device/manifest.json (right): https://codereview.chromium.org/2603553002/diff/220001/services/device/manifest.json#newcode11 services/device/manifest.json:11: "device::mojom::VRDisplay" only VRService is enough. ...
3 years, 8 months ago (2017-04-17 05:38:44 UTC) #71
ke.he
On 2017/04/17 05:38:44, ke.he wrote: > Hi, Colin, PTAL, thanks! > > https://codereview.chromium.org/2603553002/diff/220001/services/device/manifest.json > File ...
3 years, 8 months ago (2017-04-17 09:21:49 UTC) #77
mthiesse
What process/thread does the device service run in? The VRService still has to run in ...
3 years, 8 months ago (2017-04-17 14:41:44 UTC) #78
mthiesse
What process/thread does the device service run in? The VRService still has to run in ...
3 years, 8 months ago (2017-04-17 14:41:45 UTC) #79
ke.he
On 2017/04/17 14:41:45, mthiesse wrote: > What process/thread does the device service run in? The ...
3 years, 8 months ago (2017-04-18 02:40:34 UTC) #80
blundell
Hi, Ke He, thanks for following up here! Michael, I, and others are in the ...
3 years, 8 months ago (2017-04-18 13:53:41 UTC) #81
ke.he
3 years, 8 months ago (2017-04-19 05:23:50 UTC) #82
On 2017/04/18 13:53:41, blundell wrote:
> Hi,
> 
> Ke He, thanks for following up here! Michael, I, and others are in the middle
of
> a discussion about servicification of VR, and it looks like there are more
> wide-ranging design issues here than I had been aware of. Let's hold off on
this
> for now pending some followup design discussions. I apologize for the churn
> here.

There is nothing to apologize for, totally understand:)

Powered by Google App Engine
This is Rietveld 408576698