Closed
Bug 1803350
Opened 2 years ago
Closed 2 years ago
rusttests still fail on i686 due to wrong Document layout.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Rust bindgen doesn't deal well with the Maybe<> struct layout, so avoid
using it since we do want Document member variables to be in the right
spot.
This should also be more compact too, and not much more complicated.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3c4cb51b8c1d
Tweak storage of state object cache. r=smaug
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•