Closed
Bug 1640605
Opened 5 years ago
Closed 5 years ago
Remove IsInAnonymousSubtree
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files)
It does the same as IsInNativeAnonymousSubtree nowadays.
Assignee | ||
Comment 1•5 years ago
|
||
In favor of the NativeAnonymous versions which they forward to.
Done automatically with:
rg -l 'IsInAnonymousSubtree' | xargs sed -i 's/IsInAnonymousSubtree/IsInNativeAnonymousSubtree/g'
And removing the function definitions afterwards.
Assignee | ||
Comment 2•5 years ago
|
||
IsInNativeAnonymousSubtree and IsRootOfNativeAnonymousSubtree are
exposed in nsINode, so we don't need to make sure to call them on
nsIContent objects.
Depends on D76681
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/629add14b781
Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar
https://hg.mozilla.org/integration/autoland/rev/f095191aaa4a
Remove some now-unneeded casts / type-checks. r=edgar
Updated•5 years ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P2
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/629add14b781
https://hg.mozilla.org/mozilla-central/rev/f095191aaa4a
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•