Closed
Bug 1771959
Opened 3 years ago
Closed 3 years ago
Clean-up a bit nsContentList
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(4 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
And cleanup bitfields, we don't care about msvc anymore.
Updated•3 years ago
|
Attachment #9278973 -
Attachment is obsolete: true
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D147785
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D147786
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D147787
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e0989c0f6640
Make nsContentList state an enum class. r=smaug
https://hg.mozilla.org/integration/autoland/rev/7369d32dccd2
Remove unneeded virtual in nsContentList.h. r=smaug
https://hg.mozilla.org/integration/autoland/rev/233a9dc0ae2f
Check mFushesNeeded first, since it's usually false for html. r=smaug
https://hg.mozilla.org/integration/autoland/rev/a07bfc2249d2
Use inline initializers and an Element typedef in nsContentList. r=smaug
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e0989c0f6640
https://hg.mozilla.org/mozilla-central/rev/7369d32dccd2
https://hg.mozilla.org/mozilla-central/rev/233a9dc0ae2f
https://hg.mozilla.org/mozilla-central/rev/a07bfc2249d2
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•