Closed
Bug 1855144
Opened 2 years ago
Closed 1 year ago
Remove global constructors from dom/html/MediaError.cpp
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
Using the frozen library we can use compile-time initialized hash table instead of runtime initialized ones.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → DOM: Core & HTML
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D189199
Updated•2 years ago
|
Attachment #9355023 -
Attachment description: WIP: Bug 1855144 - Use frozen to store statically initialized hash map in dom/html/MediaError.cpp → Bug 1855144 - Use frozen to store statically initialized hash map in dom/html/MediaError.cpp
Updated•2 years ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9355023 -
Attachment description: Bug 1855144 - Use frozen to store statically initialized hash map in dom/html/MediaError.cpp → WIP: Bug 1855144 - Use frozen to store statically initialized hash map in dom/html/MediaError.cpp
Updated•1 year ago
|
Attachment #9355023 -
Attachment description: WIP: Bug 1855144 - Use frozen to store statically initialized hash map in dom/html/MediaError.cpp → Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/334dceffdf7b
Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=smaug
Backed out 4 changesets (Bug 1855143, Bug 1855144, Bug 1855136, Bug 1855145) for causing mochitest failures @ test_bug1354633_media_error.html.
- Backout link
- Push with failures
- Failure Log
- Failure line:
TEST-UNEXPECTED-FAIL | browser/components/resistfingerprinting/test/mochitest/test_bug1354633_media_error.html | Error message in allowlist: 404: Not Found - got "", expected "404: Not Found"
Flags: needinfo?(sguelton)
Updated•1 year ago
|
Attachment #9355023 -
Attachment description: Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp → Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=glandium
Updated•1 year ago
|
Attachment #9355023 -
Attachment description: Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=glandium → Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=glandium
Updated•1 year ago
|
Attachment #9355023 -
Attachment description: Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=glandium → Bug 1855144 - Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=smaug!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/750d66437a0f
Use plain array to store statically initialized hash map in dom/html/MediaError.cpp r=smaug
Comment 6•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(sguelton)
You need to log in
before you can comment on or make changes to this bug.
Description
•