Closed
Bug 1430303
Opened 7 years ago
Closed 7 years ago
Implement ShadowRoot.pointerLockElement
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: dev-doc-complete)
Attachments
(3 files)
6.81 KB,
patch
|
Details | Diff | Splinter Review | |
12.69 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
13.96 KB,
patch
|
Details | Diff | Splinter Review |
Comment 1•7 years ago
|
||
My understanding is that we could leave it after our 1st ship, mark P3 for now. Feel free to correct me if I'm wrong.
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 2•7 years ago
|
||
http://w3c-test.org/pointerlock/pointerlock_shadow-manual.html is a manual test for this
Assignee | ||
Comment 3•7 years ago
|
||
This needs automated test too. Passes the manual wpt test
Assignee | ||
Comment 4•7 years ago
|
||
Just copied existing test and made it use shadow dom.
Passes at least locally.
remote: View your changes here:
remote: https://hg.mozilla.org/try/rev/3e55c5057ed93dcc08079f23c6468b292f1d627f
remote: https://hg.mozilla.org/try/rev/690c9bac472137acb623e14d6942f0fe8f6b539e
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=690c9bac472137acb623e14d6942f0fe8f6b539e
Attachment #8944925 -
Flags: review?(mrbkap)
Updated•7 years ago
|
Attachment #8944925 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 5•7 years ago
|
||
Still two MOZ_ASSERT's uncomposedDoc->composedDoc changes.
remote: View the pushlog for these changes here:
remote: https://hg.mozilla.org/try/pushloghtml?changeset=265490b208b36bc33d5dac1fd17dab83ce5f2d5f
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=265490b208b36bc33d5dac1fd17dab83ce5f2d5f
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6899f62dea6a
Implement ShadowRoot.pointerLockElement, r=mrbkap
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 8•7 years ago
|
||
I've updated this to show it being implemented on the DocumentOrShadowRoot interface, but then marked it as still be implemented on document, in most browser including Firefox (since we don't enable Shadow DOM by default yet):
https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot
https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot/pointerLockElement
I think this covers it for now.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•