|
|
Implement WebVR presentation pausing for VR Shell Menu Mode
This CL also passes VRDeviceProvider around as a WeakPtr, removes unsafe thread hopping, and fixes some races in VR Shell init/teardown.
BUG= 644565
Committed: https://crrev.com/6b438bcc55da335795a7aa4b53ae590cd8c71eee
Cr-Commit-Position: refs/heads/master@{#431939}
Total comments: 12
Total comments: 2
Total comments: 8
Total comments: 6
Total comments: 4
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+260 lines, -131 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellImpl.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/ui_interface.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/ui_interface.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
13 chunks |
+66 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/vr_shell/vr_shell_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
9 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_device.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_device.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_device_provider.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_device_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+18 lines, -19 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_gamepad_data_fetcher.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/vr/android/gvr/gvr_gamepad_data_fetcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/vr/test/fake_vr_device.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/vr/test/fake_vr_device.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/vr/vr_device.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/vr/vr_device.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
 |
M |
device/vr/vr_device_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/vr/vr_device_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/vr/vr_device_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
device/vr/vr_service.mojom
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/vr/vr_service_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/EventTypeNames.in
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/NavigatorVR.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRDisplay.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
Total messages: 37 (11 generated)
|