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)
Firefox
General
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.
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Marking as P1 as this appears to be actively being worked on.
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Priority: -- → P1
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
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.
| Assignee | ||
Comment 5•7 years ago
|
||
Updated instrumentation patch
Attachment #9006722 -
Attachment is obsolete: true
| Assignee | ||
Updated•7 years ago
|
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 6•7 years ago
|
||
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 7•7 years ago
|
||
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
Comment 10•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e8936414659b
https://hg.mozilla.org/mozilla-central/rev/ac058fbbed8c
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•