mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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",
|
||||
"AudioContext",
|
||||
"CapturingContentInfo",
|
||||
"ConsumeStyleBehavior",
|
||||
"DefaultDelete",
|
||||
"DOMIntersectionObserverEntry",
|
||||
"Element",
|
||||
|
@ -121,6 +122,7 @@ COMPILATION_TARGETS = {
|
|||
"GridNamedArea",
|
||||
"Image",
|
||||
"ImageURL",
|
||||
"LazyComputeBehavior",
|
||||
"nsAttrName",
|
||||
"nsAttrValue",
|
||||
"nsBorderColors",
|
||||
|
@ -195,7 +197,7 @@ COMPILATION_TARGETS = {
|
|||
"ServoAttrSnapshot",
|
||||
"ServoElementSnapshot",
|
||||
"SheetParsingMode",
|
||||
"mozilla::Side",
|
||||
"Side",
|
||||
"StaticRefPtr",
|
||||
"StyleAnimation",
|
||||
"StyleBasicShape",
|
||||
|
@ -237,6 +239,7 @@ COMPILATION_TARGETS = {
|
|||
"mozilla::Maybe",
|
||||
"gfxSize", # <- union { struct { T width; T height; }; T components[2] };
|
||||
"gfxSize_Super", # Ditto.
|
||||
"mozilla::ErrorResult", # Causes JSWhyMagic to be included & handled incorrectly.
|
||||
],
|
||||
"manual_fixups": [
|
||||
["root::nsString", "::nsstring::nsStringRepr"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue