Closed Bug 1488938 Opened 7 years ago Closed 7 years ago

Rewrite callers of firstChild/lastChild/childNodes/previousSibling/nextSibling with firstElementChild/lastElementChild/children/previousElementSibling/nextElementSibling round 2

Categories

(Firefox :: General, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
Firefox 64
Tracking Status
firefox64 --- fixed

People

(Reporter: bdahl, Assigned: bgrins)

References

Details

Attachments

(3 files, 1 obsolete file)

Now that more tests are running it looks like we need to do another round of rewrites.
Marking as P1 as this appears to be actively being worked on.
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Priority: -- → P1
This is a follow up to Bug 1482667. The list of callers was gathered by instrumenting the webidl calls to these methods and dumping JS stack when they are called in browser.xul.
Updated instrumentation patch
Attachment #9006722 - Attachment is obsolete: true
Summary: Rewrite callers of firstChild/lastChild/childNodes/previousSibling/nextSibling with firstElementChild/lastElementChild/children/previousElementSibling/nextElementSibling in mochitests round 2 → Rewrite callers of firstChild/lastChild/childNodes/previousSibling/nextSibling with firstElementChild/lastElementChild/children/previousElementSibling/nextElementSibling round 2
Comment on attachment 9007012 [details] Bug 1488938 - Round two: migrate mochitest-browser tests to use element variations of firstChild, etc;r=Gijs :Gijs (he/him) has approved the revision.
Attachment #9007012 - Flags: review+
Comment on attachment 9007011 [details] Bug 1488938 - Migrate two more nextSibling/previousSibling callers to use element variation;r=Gijs :Gijs (he/him) has approved the revision.
Attachment #9007011 - Flags: review+
Pushed by bgrinstead@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e8936414659b Migrate two more nextSibling/previousSibling callers to use element variation;r=Gijs
Pushed by bgrinstead@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ac058fbbed8c Round two: migrate mochitest-browser tests to use element variations of firstChild, etc;r=Gijs
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: