Closed
Bug 1348873
Opened 8 years ago
Closed 8 years ago
Stylo: Change ServoType to uint64_t instead of uint16_t in EventStates
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: canova, Assigned: canova)
References
Details
Attachments
(1 file)
After adding more flags to stylo(bug 1341642) we needed to change this to be able to return >16bit flags but forgot to do that in the previous bug. We should fix it.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → canaltinova
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8849146 [details]
Bug 1348873 - Change ServoType to uint64_t instead of uint16_t in EventStates
https://reviewboard.mozilla.org/r/121972/#review123968
r=me, but you need to also update the bindings in Servo.
Attachment #8849146 -
Flags: review?(emilio+bugs) → review+
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Priority: -- → P1
Assignee | ||
Comment 4•8 years ago
|
||
Updated the Servo bindings in this PR: https://github.com/servo/servo/pull/16047. We can land this now.
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8583f86a7ac2
Change ServoType to uint64_t instead of uint16_t in EventStates r=emilio
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•