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

Issue 2867783002: App button click exits WebVR presentation. (Closed)

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

Description

App button click exits WebVR presentation. BUG=715730 Review-Url: https://codereview.chromium.org/2867783002 Cr-Commit-Position: refs/heads/master@{#470605} Committed: https://chromium.googlesource.com/chromium/src/+/ea6cba18fb2e07477a7992cc027677f37a9b772e

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixed race condition between render and browser process #

Patch Set 3 : Rebased on ToT #

Patch Set 4 : Rebased on ToT #

Patch Set 5 : Rebased on ToT, fixed unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -23 lines) Patch
M chrome/browser/android/vr_shell/ui_scene_manager.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 3 4 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc View 1 2 3 4 2 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_browser_interface.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_thread.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_thread.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_delegate.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 30 (15 generated)
tiborg
Hi Chris, Please take a look. Thanks, Tibor
3 years, 7 months ago (2017-05-08 15:20:35 UTC) #2
cjgrant
lgtm https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode189 chrome/browser/android/vr_shell/ui_scene_manager.cc:189: browser_->ExitPresent(); The UI should know it's presenting WebVR. ...
3 years, 7 months ago (2017-05-08 15:29:41 UTC) #3
amp
https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode189 chrome/browser/android/vr_shell/ui_scene_manager.cc:189: browser_->ExitPresent(); On 2017/05/08 15:29:40, cjgrant wrote: > The UI ...
3 years, 7 months ago (2017-05-08 17:48:13 UTC) #4
tiborg
https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode189 chrome/browser/android/vr_shell/ui_scene_manager.cc:189: browser_->ExitPresent(); On 2017/05/08 17:48:13, amp wrote: > On 2017/05/08 ...
3 years, 7 months ago (2017-05-08 18:59:37 UTC) #5
amp
https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode189 chrome/browser/android/vr_shell/ui_scene_manager.cc:189: browser_->ExitPresent(); On 2017/05/08 18:59:37, tiborg wrote: > On 2017/05/08 ...
3 years, 7 months ago (2017-05-08 19:55:23 UTC) #6
tiborg
https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode189 chrome/browser/android/vr_shell/ui_scene_manager.cc:189: browser_->ExitPresent(); On 2017/05/08 19:55:22, amp wrote: > On 2017/05/08 ...
3 years, 7 months ago (2017-05-08 20:14:02 UTC) #7
amp
lgtm https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2867783002/diff/1/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode189 chrome/browser/android/vr_shell/ui_scene_manager.cc:189: browser_->ExitPresent(); On 2017/05/08 20:14:01, tiborg wrote: > On ...
3 years, 7 months ago (2017-05-08 20:37:02 UTC) #9
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/2867783002/1
3 years, 7 months ago (2017-05-08 20:44:56 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/413470) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 7 months ago (2017-05-08 20:48:47 UTC) #13
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/2867783002/60001
3 years, 7 months ago (2017-05-09 18:02:49 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/264911)
3 years, 7 months ago (2017-05-09 18:41:41 UTC) #22
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/2867783002/80001
3 years, 7 months ago (2017-05-10 15:18:00 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/ea6cba18fb2e07477a7992cc027677f37a9b772e
3 years, 7 months ago (2017-05-10 16:41:12 UTC) #28
yhirano
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2874103003/ by yhirano@chromium.org. ...
3 years, 7 months ago (2017-05-11 03:10:22 UTC) #29
yhirano
3 years, 7 months ago (2017-05-11 03:17:22 UTC) #30
Message was sent while issue was closed.
On 2017/05/11 03:10:22, yhirano wrote:
> A revert of this CL (patchset #5 id:80001) has been created in
> https://codereview.chromium.org/2874103003/ by mailto:yhirano@chromium.org.
> 
> The reason for reverting is: Causes failures on a MSAN bot.
>
https://uberchromegw.corp.google.com/i/chromium.memory/builders/Linux%20Chrom....

Oops, I chose a wrong CL. Relanding.

Powered by Google App Engine
This is Rietveld 408576698