Closed
Bug 1331326
Opened 8 years ago
Closed 8 years ago
stylo: shuffle around some nsIDocument fields to avoid rust-bindgen problems
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: heycam, Unassigned)
References
Details
Attachments
(1 file)
rust-bindgen doesn't generate the field to represent nsIDocument's bitfields with the right alignment, so for now let's shuffle things around a bit.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8827075 [details]
Bug 1331326 - stylo: Shuffle some nsIDocument fields around to avoid rust-bindgen problem.
https://reviewboard.mozilla.org/r/104906/#review106208
r=me
Attachment #8827075 -
Flags: review?(bzbarsky) → review+
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89753b9617c1
stylo: Shuffle some nsIDocument fields around to avoid rust-bindgen problem. r=bz
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•