Closed
Bug 1353735
Opened 8 years ago
Closed 8 years ago
Fix errors in webrender_bindings
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(3 files)
Found a couple of minor things while working on the binding generator.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8854865 [details]
Bug 1353735 - Fix missing ABI declaration.
https://reviewboard.mozilla.org/r/126816/#review129506
Attachment #8854865 -
Flags: review?(jmuizelaar) → review+
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8854866 [details]
Bug 1353735 - Fix return value of binding function.
https://reviewboard.mozilla.org/r/126818/#review129508
Attachment #8854866 -
Flags: review?(jmuizelaar) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8854905 [details]
Bug 1353735 - Fix repr(C) on enums to repr(u32).
https://reviewboard.mozilla.org/r/126842/#review129510
Attachment #8854905 -
Flags: review?(jmuizelaar) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/9828d1bc6f8c
Fix missing ABI declaration. r=jrmuizel
https://hg.mozilla.org/projects/graphics/rev/f27f0fc7509f
Fix return value of binding function. r=jrmuizel
https://hg.mozilla.org/projects/graphics/rev/5d186adb6272
Fix repr(C) on enums to repr(u32). r=jrmuizel
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9828d1bc6f8c
https://hg.mozilla.org/mozilla-central/rev/f27f0fc7509f
https://hg.mozilla.org/mozilla-central/rev/5d186adb6272
status-firefox55:
--- → fixed
Target Milestone: --- → mozilla55
Assignee | ||
Updated•8 years ago
|
Blocks: wr-binding
You need to log in
before you can comment on or make changes to this bug.
Description
•