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

Issue 2461503002: Provide URL-related info to the VR HTML UI. (Closed)

Created:
4 years, 1 month ago by cjgrant
Modified:
4 years, 1 month ago
Reviewers:
mthiesse, bshe
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Provide URL-related info to the VR HTML UI. This lets UI render a basic URL bar. BUG=641508 Committed: https://crrev.com/f0cecd7df4cb20f9c5302d44da3547de4895a521 Cr-Commit-Position: refs/heads/master@{#428621}

Patch Set 1 #

Total comments: 15

Patch Set 2 : Improvements + nits. #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase further ahead to resolve conflict. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -4 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_interface.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_interface.cc View 4 chunks +19 lines, -4 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/vr_web_contents_observer.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/vr_web_contents_observer.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
cjgrant
4 years, 1 month ago (2016-10-27 18:32:50 UTC) #2
bshe
https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc File chrome/browser/android/vr_shell/ui_interface.cc (right): https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc#newcode51 chrome/browser/android/vr_shell/ui_interface.cc:51: handler_ = handler; Is the diff suppose to be ...
4 years, 1 month ago (2016-10-27 20:27:44 UTC) #3
mthiesse
lgtm
4 years, 1 month ago (2016-10-27 20:32:25 UTC) #4
mthiesse
https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.h File chrome/browser/android/vr_shell/vr_web_contents_observer.h (right): https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.h#newcode23 chrome/browser/android/vr_shell/vr_web_contents_observer.h:23: UiInterface *ui_interface); nit: * on type https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.h#newcode26 chrome/browser/android/vr_shell/vr_web_contents_observer.h:26: void ...
4 years, 1 month ago (2016-10-27 21:21:07 UTC) #5
mthiesse
https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.h File chrome/browser/android/vr_shell/vr_web_contents_observer.h (right): https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.h#newcode23 chrome/browser/android/vr_shell/vr_web_contents_observer.h:23: UiInterface *ui_interface); nit: * on type https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.h#newcode26 chrome/browser/android/vr_shell/vr_web_contents_observer.h:26: void ...
4 years, 1 month ago (2016-10-27 21:21:08 UTC) #6
mthiesse
https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.cc File chrome/browser/android/vr_shell/vr_web_contents_observer.cc (right): https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/vr_web_contents_observer.cc#newcode26 chrome/browser/android/vr_shell/vr_web_contents_observer.cc:26: void VrWebContentsObserver::DidStopLoading() { nit: newline here and below.
4 years, 1 month ago (2016-10-27 21:31:18 UTC) #7
cjgrant
https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc File chrome/browser/android/vr_shell/ui_interface.cc (right): https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc#newcode51 chrome/browser/android/vr_shell/ui_interface.cc:51: handler_ = handler; On 2016/10/27 20:27:44, bshe wrote: > ...
4 years, 1 month ago (2016-10-28 14:16:59 UTC) #8
cjgrant
Also, for the record, I hope much of this code ends up being temporary. I ...
4 years, 1 month ago (2016-10-28 14:18:44 UTC) #9
bshe
lgtm https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc File chrome/browser/android/vr_shell/ui_interface.cc (right): https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc#newcode51 chrome/browser/android/vr_shell/ui_interface.cc:51: handler_ = handler; On 2016/10/28 14:16:58, cjgrant wrote: ...
4 years, 1 month ago (2016-10-28 14:33:14 UTC) #10
cjgrant
On 2016/10/28 14:33:14, bshe wrote: > lgtm > > https://codereview.chromium.org/2461503002/diff/1/chrome/browser/android/vr_shell/ui_interface.cc > File chrome/browser/android/vr_shell/ui_interface.cc (right): > ...
4 years, 1 month ago (2016-10-28 18:02:51 UTC) #11
bshe
On 2016/10/28 18:02:51, cjgrant wrote: > On 2016/10/28 14:33:14, bshe wrote: > > lgtm > ...
4 years, 1 month ago (2016-10-28 18:04:22 UTC) #12
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/2461503002/20001
4 years, 1 month ago (2016-10-28 20:02:27 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/96012) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-10-28 20:05:32 UTC) #17
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/2461503002/40001
4 years, 1 month ago (2016-10-29 00:03:23 UTC) #20
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/296129) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-10-29 00:06:25 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/2461503002/60001
4 years, 1 month ago (2016-10-30 02:08:58 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-10-30 03:25:16 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-10-30 03:27:46 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f0cecd7df4cb20f9c5302d44da3547de4895a521
Cr-Commit-Position: refs/heads/master@{#428621}

Powered by Google App Engine
This is Rietveld 408576698