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

Issue 2534543002: VRDisplay inherits from EventTarget (Closed)

Created:
4 years ago by xing.xu
Modified:
4 years ago
CC:
blink-reviews, chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

VRDisplay inherits from EventTarget Spec is here: https://w3c.github.io/webvr/#interface-vrdisplay BUG= Committed: https://crrev.com/b4d018d41f2bc8d8528d4ca2408116585a6a22f0 Cr-Commit-Position: refs/heads/master@{#436957}

Patch Set 1 #

Total comments: 5

Patch Set 2 : rebase, and replace ActiveDOMObject with ContextLifecycleObserver #

Total comments: 2

Patch Set 3 : Fix destroy #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -11 lines) Patch
M third_party/WebKit/Source/modules/EventTargetModulesFactory.in View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDisplay.h View 1 3 chunks +16 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDisplay.cpp View 1 2 8 chunks +29 lines, -6 lines 1 comment Download
M third_party/WebKit/Source/modules/vr/VRDisplay.idl View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 35 (23 generated)
shaobo.yan
lgtm Sorry for late reply.
4 years ago (2016-11-28 01:17:47 UTC) #10
bajones
https://codereview.chromium.org/2534543002/diff/1/third_party/WebKit/Source/modules/vr/VRDisplay.cpp File third_party/WebKit/Source/modules/vr/VRDisplay.cpp (right): https://codereview.chromium.org/2534543002/diff/1/third_party/WebKit/Source/modules/vr/VRDisplay.cpp#newcode673 third_party/WebKit/Source/modules/vr/VRDisplay.cpp:673: return ContextLifecycleObserver::getExecutionContext(); Seems more common in objects that derive ...
4 years ago (2016-11-29 00:15:44 UTC) #11
haraken
https://codereview.chromium.org/2534543002/diff/1/third_party/WebKit/Source/modules/vr/VRDisplay.cpp File third_party/WebKit/Source/modules/vr/VRDisplay.cpp (right): https://codereview.chromium.org/2534543002/diff/1/third_party/WebKit/Source/modules/vr/VRDisplay.cpp#newcode689 third_party/WebKit/Source/modules/vr/VRDisplay.cpp:689: // TODO(xing.xu): Implement destory. Such as forceExitPresent(). If you're ...
4 years ago (2016-11-29 01:43:29 UTC) #13
mlamouri (slow - plz ping)
https://codereview.chromium.org/2534543002/diff/1/third_party/WebKit/Source/modules/vr/VRDisplay.cpp File third_party/WebKit/Source/modules/vr/VRDisplay.cpp (right): https://codereview.chromium.org/2534543002/diff/1/third_party/WebKit/Source/modules/vr/VRDisplay.cpp#newcode689 third_party/WebKit/Source/modules/vr/VRDisplay.cpp:689: // TODO(xing.xu): Implement destory. Such as forceExitPresent(). On 2016/11/29 ...
4 years ago (2016-12-01 10:10:06 UTC) #14
xing.xu
PTAL, Updated, thanks.
4 years ago (2016-12-07 08:48:16 UTC) #17
haraken
LGTM https://codereview.chromium.org/2534543002/diff/20001/third_party/WebKit/Source/modules/vr/VRDisplay.cpp File third_party/WebKit/Source/modules/vr/VRDisplay.cpp (right): https://codereview.chromium.org/2534543002/diff/20001/third_party/WebKit/Source/modules/vr/VRDisplay.cpp#newcode757 third_party/WebKit/Source/modules/vr/VRDisplay.cpp:757: ContextLifecycleObserver::clearContext(); This won't be needed. ContextLifecycleObserver clears the ...
4 years ago (2016-12-07 09:01:23 UTC) #18
xing.xu
On 2016/12/07 09:01:23, haraken wrote: > LGTM > > https://codereview.chromium.org/2534543002/diff/20001/third_party/WebKit/Source/modules/vr/VRDisplay.cpp > File third_party/WebKit/Source/modules/vr/VRDisplay.cpp (right): > ...
4 years ago (2016-12-07 12:35:26 UTC) #21
haraken
LGTM
4 years ago (2016-12-07 12:45:58 UTC) #24
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/2534543002/40001
4 years ago (2016-12-07 14:38:57 UTC) #29
mlamouri (slow - plz ping)
lgtm https://codereview.chromium.org/2534543002/diff/40001/third_party/WebKit/Source/modules/vr/VRDisplay.cpp File third_party/WebKit/Source/modules/vr/VRDisplay.cpp (right): https://codereview.chromium.org/2534543002/diff/40001/third_party/WebKit/Source/modules/vr/VRDisplay.cpp#newcode212 third_party/WebKit/Source/modules/vr/VRDisplay.cpp:212: Document* doc = this->document(); Here and below, it ...
4 years ago (2016-12-07 14:43:31 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-07 15:14:53 UTC) #33
commit-bot: I haz the power
4 years ago (2016-12-07 15:19:01 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b4d018d41f2bc8d8528d4ca2408116585a6a22f0
Cr-Commit-Position: refs/heads/master@{#436957}

Powered by Google App Engine
This is Rietveld 408576698