Closed
Bug 1378042
Opened 9 years ago
Closed 9 years ago
Use PLDHashNumber more in DOM code
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(2 files)
|
1.51 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
|
861 bytes,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
This will help with transitioning the hash functions to return size_t.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8883166 -
Flags: review?(amarchesini)
| Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8883167 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Attachment #8883167 -
Flags: review?(amarchesini) → review+
Updated•9 years ago
|
Attachment #8883166 -
Flags: review?(amarchesini) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/22869b35bb11
Part 1: Make nsMappedAttributes::HashValue() return PLDHashNumber; r=baku
https://hg.mozilla.org/integration/mozilla-inbound/rev/222b586254d3
Part 2: Make WebIDLNameTableKey::mHash PLDHashNumber; r=baku
Comment 4•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/22869b35bb11
https://hg.mozilla.org/mozilla-central/rev/222b586254d3
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•