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

Issue 2874623004: [vr] Introduce VrTabHelper (Closed)

Created:
3 years, 7 months ago by Ian Vollick
Modified:
3 years, 7 months ago
Reviewers:
Ted C, asimjour1, sky, cjgrant
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[vr] Introduce VrTabHelper This is currently a boolean holder, but will eventually be responsible for both setting per-dialog suppression flags on the WebContents and informing VrShell when suppression notifications need to shown to the user. BUG=688122 Review-Url: https://codereview.chromium.org/2874623004 Cr-Commit-Position: refs/heads/master@{#471456} Committed: https://chromium.googlesource.com/chromium/src/+/1bcc560114c81e6c9caea8f1fc27939734c81c1f

Patch Set 1 #

Patch Set 2 : now with more code. #

Patch Set 3 : fix typo #

Patch Set 4 : fix a whole slew of errors (facepalm) #

Patch Set 5 : BUILD updates #

Patch Set 6 : more BUILD fixes #

Patch Set 7 : another tilt at the windmill #

Patch Set 8 : and another #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : device #

Patch Set 12 : unconditional dependency on device/vr #

Patch Set 13 : . #

Total comments: 9

Patch Set 14 : . #

Patch Set 15 : remove unused header #

Patch Set 16 : . #

Total comments: 1

Patch Set 17 : nogncheck (thanks sadrul@, sky@)! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -1 line) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/tab_web_contents_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -1 line 0 comments Download
A chrome/browser/android/vr_shell/vr_tab_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/vr_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (38 generated)
Ian Vollick
Hey Ted. Is this heading in the direction you'd suggested?
3 years, 7 months ago (2017-05-10 16:45:54 UTC) #5
Ian Vollick
On 2017/05/10 16:45:54, Ian Vollick wrote: > Hey Ted. Is this heading in the direction ...
3 years, 7 months ago (2017-05-10 16:51:53 UTC) #8
Ian Vollick
On 2017/05/10 16:51:53, Ian Vollick wrote: > On 2017/05/10 16:45:54, Ian Vollick wrote: > > ...
3 years, 7 months ago (2017-05-10 17:05:34 UTC) #10
chromium-reviews
Yes On Wed, May 10, 2017, 11:05 AM <vollick@chromium.org> wrote: > On 2017/05/10 16:51:53, Ian ...
3 years, 7 months ago (2017-05-10 17:16:11 UTC) #15
Ian Vollick
On 2017/05/10 17:16:11, chromium-reviews wrote: > Yes > > > On Wed, May 10, 2017, ...
3 years, 7 months ago (2017-05-10 17:33:24 UTC) #16
Ian Vollick
On 2017/05/10 17:33:24, Ian Vollick wrote: > On 2017/05/10 17:16:11, chromium-reviews wrote: > > Yes ...
3 years, 7 months ago (2017-05-11 17:28:48 UTC) #27
Ted C
Are there any initial examples of where we would use this? It would be nice ...
3 years, 7 months ago (2017-05-11 18:32:23 UTC) #28
Ian Vollick
https://codereview.chromium.org/2874623004/diff/240001/chrome/browser/android/vr_shell/vr_tab_helper.h File chrome/browser/android/vr_shell/vr_tab_helper.h (right): https://codereview.chromium.org/2874623004/diff/240001/chrome/browser/android/vr_shell/vr_tab_helper.h#newcode14 chrome/browser/android/vr_shell/vr_tab_helper.h:14: class VrTabHelper : public content::WebContentsObserver, On 2017/05/11 18:32:23, Ted ...
3 years, 7 months ago (2017-05-11 19:30:10 UTC) #31
Ted C
https://codereview.chromium.org/2874623004/diff/240001/chrome/browser/android/vr_shell/vr_tab_helper.h File chrome/browser/android/vr_shell/vr_tab_helper.h (right): https://codereview.chromium.org/2874623004/diff/240001/chrome/browser/android/vr_shell/vr_tab_helper.h#newcode17 chrome/browser/android/vr_shell/vr_tab_helper.h:17: ~VrTabHelper() override; On 2017/05/11 19:30:10, Ian Vollick wrote: > ...
3 years, 7 months ago (2017-05-11 20:25:36 UTC) #34
Ian Vollick
On 2017/05/11 20:25:36, Ted C wrote: > https://codereview.chromium.org/2874623004/diff/240001/chrome/browser/android/vr_shell/vr_tab_helper.h > File chrome/browser/android/vr_shell/vr_tab_helper.h (right): > > https://codereview.chromium.org/2874623004/diff/240001/chrome/browser/android/vr_shell/vr_tab_helper.h#newcode17 ...
3 years, 7 months ago (2017-05-11 21:10:16 UTC) #35
Ted C
lgtm https://codereview.chromium.org/2874623004/diff/300001/chrome/browser/android/tab_web_contents_delegate_android.cc File chrome/browser/android/tab_web_contents_delegate_android.cc (right): https://codereview.chromium.org/2874623004/diff/300001/chrome/browser/android/tab_web_contents_delegate_android.cc#newcode128 chrome/browser/android/tab_web_contents_delegate_android.cc:128: #if BUILDFLAG(ENABLE_VR) probably out of scope, but I ...
3 years, 7 months ago (2017-05-11 22:35:05 UTC) #36
Ian Vollick
On 2017/05/11 22:35:05, Ted C wrote: > lgtm > > https://codereview.chromium.org/2874623004/diff/300001/chrome/browser/android/tab_web_contents_delegate_android.cc > File chrome/browser/android/tab_web_contents_delegate_android.cc (right): ...
3 years, 7 months ago (2017-05-12 12:31:47 UTC) #39
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/2874623004/300001
3 years, 7 months ago (2017-05-12 12:32:17 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/435262)
3 years, 7 months ago (2017-05-12 12:41:03 UTC) #44
Ian Vollick
sky@chromium.org: Please review changes in chrome/browser/ui/ cjgrant@chromium.org: Please review changes in vr_shell/
3 years, 7 months ago (2017-05-12 13:30:00 UTC) #46
cjgrant
lgtm
3 years, 7 months ago (2017-05-12 13:33:50 UTC) #47
sky
On 2017/05/12 13:30:00, Ian Vollick wrote: > mailto:sky@chromium.org: Please review changes in chrome/browser/ui/ > > ...
3 years, 7 months ago (2017-05-12 17:08:25 UTC) #48
Ian Vollick
On 2017/05/12 17:08:25, sky wrote: > On 2017/05/12 13:30:00, Ian Vollick wrote: > > mailto:sky@chromium.org: ...
3 years, 7 months ago (2017-05-12 19:29:24 UTC) #51
sky
Yes, LGTM
3 years, 7 months ago (2017-05-12 19:49:10 UTC) #52
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/2874623004/320001
3 years, 7 months ago (2017-05-12 21:45:56 UTC) #56
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 22:01:37 UTC) #59
Message was sent while issue was closed.
Committed patchset #17 (id:320001) as
https://chromium.googlesource.com/chromium/src/+/1bcc560114c81e6c9caea8f1fc27...

Powered by Google App Engine
This is Rietveld 408576698