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

Issue 2921383002: [vr] Close exit prompt when clicking on background (Closed)

Created:
3 years, 6 months ago by ymalik
Modified:
3 years, 6 months ago
Reviewers:
cjgrant, amp
CC:
chromium-reviews, creis+watch_chromium.org, posciak+watch_chromium.org, nasko+codewatch_chromium.org, jam, feature-media-reviews_chromium.org, feature-vr-reviews_chromium.org, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[vr] Close exit prompt when clicking on background This is a follow-up patch to https://codereview.chromium.org/2913633002/ BUG=726744 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2921383002 Cr-Commit-Position: refs/heads/master@{#478057} Committed: https://chromium.googlesource.com/chromium/src/+/ee13d1180e1625c5d5f6b1ef4b4b90192be20cb9

Patch Set 1 #

Patch Set 2 : fix diff #

Total comments: 6

Patch Set 3 : address comments #

Patch Set 4 : addressed comments #

Total comments: 16

Patch Set 5 : . #

Patch Set 6 : Remove friend test #

Patch Set 7 : fix: loading bar when cancelled #

Total comments: 2

Patch Set 8 : fix bot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -86 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.h View 1 2 3 4 5 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 3 4 9 chunks +61 lines, -21 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc View 1 2 3 4 5 6 7 6 chunks +45 lines, -61 lines 0 comments Download

Messages

Total messages: 35 (19 generated)
ymalik
@cjgrant, PTAL :)
3 years, 6 months ago (2017-06-06 03:52:54 UTC) #3
cjgrant
https://codereview.chromium.org/2921383002/diff/20001/chrome/browser/android/vr_shell/ui_elements/content_backplane.cc File chrome/browser/android/vr_shell/ui_elements/content_backplane.cc (right): https://codereview.chromium.org/2921383002/diff/20001/chrome/browser/android/vr_shell/ui_elements/content_backplane.cc#newcode11 chrome/browser/android/vr_shell/ui_elements/content_backplane.cc:11: ContentBackplane::ContentBackplane(const base::Callback<void()>& click_callback) Documenting an offline conversation, I think ...
3 years, 6 months ago (2017-06-06 19:42:14 UTC) #4
ymalik
PTAL :) https://codereview.chromium.org/2921383002/diff/20001/chrome/browser/android/vr_shell/ui_elements/content_backplane.cc File chrome/browser/android/vr_shell/ui_elements/content_backplane.cc (right): https://codereview.chromium.org/2921383002/diff/20001/chrome/browser/android/vr_shell/ui_elements/content_backplane.cc#newcode11 chrome/browser/android/vr_shell/ui_elements/content_backplane.cc:11: ContentBackplane::ContentBackplane(const base::Callback<void()>& click_callback) On 2017/06/06 19:42:13, cjgrant ...
3 years, 6 months ago (2017-06-06 21:11:58 UTC) #5
cjgrant
lgtm https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h File chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h (right): https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h#newcode13 chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h:13: // An invisible but hittable plane behind the ...
3 years, 6 months ago (2017-06-06 21:21:56 UTC) #6
amp
lgtm Nice cleanup! https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc File chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc (right): https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc#newcode97 chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc:97: SCOPED_TRACE(element->debug_id()); On 2017/06/06 21:21:56, cjgrant wrote: ...
3 years, 6 months ago (2017-06-06 21:42:43 UTC) #8
amp
https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc File chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc (right): https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc#newcode97 chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc:97: SCOPED_TRACE(element->debug_id()); On 2017/06/06 21:42:43, amp wrote: > On 2017/06/06 ...
3 years, 6 months ago (2017-06-06 21:46:22 UTC) #9
ymalik
folks, ptal :). Few small changes - Removed friend class and added fooForTesting as per ...
3 years, 6 months ago (2017-06-07 14:55:59 UTC) #10
cjgrant
lgtm https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc File chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc (right): https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc#newcode97 chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc:97: SCOPED_TRACE(element->debug_id()); On 2017/06/07 14:55:58, ymalik wrote: > On ...
3 years, 6 months ago (2017-06-07 16:03:07 UTC) #11
amp
https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc File chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc (right): https://codereview.chromium.org/2921383002/diff/60001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc#newcode97 chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc:97: SCOPED_TRACE(element->debug_id()); On 2017/06/07 16:03:06, cjgrant wrote: > On 2017/06/07 ...
3 years, 6 months ago (2017-06-07 17:18:42 UTC) #14
amp
lgtm https://codereview.chromium.org/2921383002/diff/120001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc File chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc (right): https://codereview.chromium.org/2921383002/diff/120001/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc#newcode254 chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc:254: VerifyElementsVisible("Restore initial", kElementsVisibleInBrowsing); On 2017/06/07 17:18:41, amp wrote: ...
3 years, 6 months ago (2017-06-07 17:36:45 UTC) #15
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/2921383002/120001
3 years, 6 months ago (2017-06-07 18:43:48 UTC) #19
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/195166)
3 years, 6 months ago (2017-06-07 21:03:39 UTC) #21
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/2921383002/120001
3 years, 6 months ago (2017-06-08 13:51:05 UTC) #23
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/195883)
3 years, 6 months ago (2017-06-08 15:32:30 UTC) #25
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/2921383002/140001
3 years, 6 months ago (2017-06-08 19:33:54 UTC) #32
commit-bot: I haz the power
3 years, 6 months ago (2017-06-08 19:39:28 UTC) #35
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/ee13d1180e1625c5d5f6b1ef4b4b...

Powered by Google App Engine
This is Rietveld 408576698