Closed
Bug 1494535
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 13235 - Use adjusted relatedTarget on WindowEventContext
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13235 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13235
Details from upstream follow.
Rakina Zata Amni <rakina@chromium.org> wrote:
> Use adjusted relatedTarget on WindowEventContext
>
> In event capturing phase, when the event is dispatched on window, the
> related target was not set properly (it uses the state of the event
> at the target, which means related target is the same as when it was
> at the target). This might cause leaks when the event's relatedTarget
> is inside a shadow tree. This change makes it so at window context,
> the relatedTarget used is the relatedTarget of the last
> NodeEventContext.
>
> Bug: 817222
> Change-Id: I1edea3977202b0a05e3e8ea46a5b8c1edb4b834d
> Reviewed-on: https://chromium-review.googlesource.com/1248244
> WPT-Export-Revision: 86f51f494cf241e73d8dfb3aadd857adc172b86d
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4a320812053e9fd1bf3e7bd2c2cf4ef9b02e1ef1
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=fea15c7c41cc682f67d56f892ee0caf37148da47
Assignee | ||
Comment 5•6 years ago
|
||
Ran 1 tests and 2 subtests
OK : 1
PASS : 2
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b8df96831cdb
[wpt PR 13235] - Use adjusted relatedTarget on WindowEventContext, a=testonly
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•