Closed
Bug 1593951
Opened 5 years ago
Closed 5 years ago
Use MaybeUninit instead of mem::zeroed() in style struct constructors / copy-constructor.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6cd92affba42
Use MaybeUninit in style struct clone impls / constructors. r=xidorn
Comment 3•5 years ago
|
||
Backed out for valgrind build bustages.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=275820793&repo=autoland&lineNumber=47488
Backout: https://hg.mozilla.org/integration/autoland/rev/223e2136ffff7e6ce57d7ca488395a1249bb4058
Flags: needinfo?(emilio)
Updated•5 years ago
|
Attachment #9106475 -
Attachment description: Bug 1593951 - Use MaybeUninit in style struct clone impls / constructors. → Bug 1593951 - Use MaybeUninit in style struct clone impls / constructors. r=#style
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2df01b709f9
Use MaybeUninit in style struct clone impls / constructors. r=xidorn
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•