[meta] Audit uses of nsContentUtils::GetCrossDocParentNode
Categories
(Core :: DOM: Core & HTML, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
+++ This bug was initially created as a clone of Bug #1642433 +++
Similar to uses of nsIDocShellTreeItem, many/most of the callers of these methods will probably do the wrong thing under Fission with remote frames.
Comment 1•4 years ago
|
||
The only remaining usage I see is https://searchfox.org/mozilla-central/source/dom/events/EventStateManager.cpp#3083 in NodeAllowsClickThrough().
Comment 2•4 years ago
|
||
(In reply to Neha Kochar [:neha] from comment #1)
The only remaining usage I see is https://searchfox.org/mozilla-central/source/dom/events/EventStateManager.cpp#3083 in NodeAllowsClickThrough().
NodeAllowsClickThrough() looks for XUL element which never exists in content process anyway. If this is broken, then it's also broken currently with e10s. Nothing more to do here so we'll close this.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Moves its last remaining (parent-process-only) caller to use a local static
copy instead.
Comment 5•4 years ago
|
||
bugherder |
Description
•