Closed
Bug 1481501
Opened 5 years ago
Closed 5 years ago
cleanup AttrArray
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(2 files)
9.90 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
29.04 KB,
patch
|
Details | Diff | Splinter Review |
Bug 1481399 will rename the class and some clean ups will happen here. No doubt there are still more stuff to simplify. ATTRCHILD_ARRAY_MAX_ATTR_COUNT isn't needed since AddAttrSlot will do the check now that the array stores only attrs, not child nodes. CanFitMoreAttrs() isn't needed either for the same reason. searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 2 changesets with 31 changes to 28 files (+1 heads) remote: recorded push in pushlog remote: remote: View your changes here: remote: https://hg.mozilla.org/try/rev/ed961def65099d39a30ef6e8c1476ad3033c1361 remote: https://hg.mozilla.org/try/rev/739c792f41fa28fdbc237b845eb4163a3852bf61 remote: remote: Follow the progress of your build on Treeherder: remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=739c792f41fa28fdbc237b845eb4163a3852bf61 remote: recorded changegroup in replication log in 0.009s
Assignee | ||
Comment 1•5 years ago
|
||
Comment on attachment 8998231 [details] [diff] [review] attrarray_cleanups.diff see comment 0. The patch is on top of the patch for bug 1481399
Attachment #8998231 -
Flags: review?(mrbkap)
Updated•5 years ago
|
Attachment #8998231 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•5 years ago
|
||
ahaa, we have a test relying on the rather limited number of attrs currently allowed. https://searchfox.org/mozilla-central/source/dom/base/test/test_bug614583.html Need to remove that, it just isn't valid anymore and it times out.
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by opettay@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/65b80957568d cleanup AttrArray, r=mrbkap
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65b80957568d
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•