mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update regen.py for recent mozilla-central and rust-bindgen.
This commit is contained in:
parent
e09bc36347
commit
8310962b90
1 changed files with 4 additions and 1 deletions
|
@ -106,6 +106,7 @@ COMPILATION_TARGETS = {
|
||||||
"AnonymousContent",
|
"AnonymousContent",
|
||||||
"AudioContext",
|
"AudioContext",
|
||||||
"CapturingContentInfo",
|
"CapturingContentInfo",
|
||||||
|
"ConsumeStyleBehavior",
|
||||||
"DefaultDelete",
|
"DefaultDelete",
|
||||||
"DOMIntersectionObserverEntry",
|
"DOMIntersectionObserverEntry",
|
||||||
"Element",
|
"Element",
|
||||||
|
@ -121,6 +122,7 @@ COMPILATION_TARGETS = {
|
||||||
"GridNamedArea",
|
"GridNamedArea",
|
||||||
"Image",
|
"Image",
|
||||||
"ImageURL",
|
"ImageURL",
|
||||||
|
"LazyComputeBehavior",
|
||||||
"nsAttrName",
|
"nsAttrName",
|
||||||
"nsAttrValue",
|
"nsAttrValue",
|
||||||
"nsBorderColors",
|
"nsBorderColors",
|
||||||
|
@ -195,7 +197,7 @@ COMPILATION_TARGETS = {
|
||||||
"ServoAttrSnapshot",
|
"ServoAttrSnapshot",
|
||||||
"ServoElementSnapshot",
|
"ServoElementSnapshot",
|
||||||
"SheetParsingMode",
|
"SheetParsingMode",
|
||||||
"mozilla::Side",
|
"Side",
|
||||||
"StaticRefPtr",
|
"StaticRefPtr",
|
||||||
"StyleAnimation",
|
"StyleAnimation",
|
||||||
"StyleBasicShape",
|
"StyleBasicShape",
|
||||||
|
@ -237,6 +239,7 @@ COMPILATION_TARGETS = {
|
||||||
"mozilla::Maybe",
|
"mozilla::Maybe",
|
||||||
"gfxSize", # <- union { struct { T width; T height; }; T components[2] };
|
"gfxSize", # <- union { struct { T width; T height; }; T components[2] };
|
||||||
"gfxSize_Super", # Ditto.
|
"gfxSize_Super", # Ditto.
|
||||||
|
"mozilla::ErrorResult", # Causes JSWhyMagic to be included & handled incorrectly.
|
||||||
],
|
],
|
||||||
"manual_fixups": [
|
"manual_fixups": [
|
||||||
["root::nsString", "::nsstring::nsStringRepr"]
|
["root::nsString", "::nsstring::nsStringRepr"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue