aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/binding_tools/regen.py
Commit message (Expand)AuthorAgeFilesLines
* Do build-time bindgenXidorn Quan2016-12-101-820/+0
* Update regen.py for recent mozilla-central and rust-bindgen.Cameron McCormack2016-12-081-1/+4
* stylo: Whitelist some stuff to work-around bindgen generating too many tests.Emilio Cobos Álvarez2016-12-081-0/+3
* stylo: Use proper namespaces in bindings.Emilio Cobos Álvarez2016-12-081-20/+53
* stylo: Use bindgen master again.Emilio Cobos Álvarez2016-12-051-38/+34
* Update regen.py for recent mozilla-central changes.Cameron McCormack2016-12-031-1/+1
* Add insertRule/deleteRule support for styloXidorn Quan2016-12-011-1/+2
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-5/+19
* Add stylo FFI for CSSStyleRuleXidorn Quan2016-11-241-1/+2
* Add stylo FFI for CSSRuleListXidorn Quan2016-11-241-1/+14
* Auto merge of #14268 - Manishearth:regen, r=bholleybors-servo2016-11-211-0/+6
|\
| * Uplift bitfield fix for nsChangeHintManish Goregaokar2016-11-181-0/+6
* | Regenerate bindings.Cameron McCormack2016-11-211-0/+1
|/
* stylo: support transformManish Goregaokar2016-11-101-3/+21
* Auto merge of #14038 - upsuper:bug1294299, r=heycambors-servo2016-11-031-1/+3
|\
| * Add binding functions for length and item getter of DeclarationBlockXidorn Quan2016-11-031-1/+3
* | Whitelist ThreadSafeFooHolder types in bindings.rs.Cameron McCormack2016-11-031-0/+1
|/
* Regenerate bindings for mozilla-central rev e3279760cd977aac30bd9e8032d3ee71f...Bobby Holley2016-10-301-0/+1
* Auto merge of #13974 - heycam:rm-bindgen-option, r=emiliobors-servo2016-10-291-1/+1
|\
| * Stop passing now-unrecognized --no-type-renaming to rust-bindgen.Cameron McCormack2016-10-291-1/+1
* | Rename NodeData and associated data structures to Element*.Bobby Holley2016-10-291-2/+2
|/
* Regenerate bindings.Cameron McCormack2016-10-281-0/+1
* Use nsACString to pass string params for bindingsXidorn Quan2016-10-251-1/+7
* Move RawGecko{Node,Element,Document} to bindingsXidorn Quan2016-10-241-6/+8
* Use str for bindgen output directly.Xidorn Quan2016-10-221-3/+3
* Rearrange some data structures in preparation for the new incremental restyle...Bobby Holley2016-10-211-3/+3
* Regenerate bindings.Cameron McCormack2016-10-191-0/+1
* Declare nullable strong borrowed ref type for RawServoDeclarationBlock.Manish Goregaokar2016-10-181-0/+1
* Rename ServoDeclarationBlock to RawServoDeclarationBlock.Xidorn Quan2016-10-181-1/+1
* Make some lists in regen.py neater.Cameron McCormack2016-10-171-72/+149
* Add bindings for constructing nsStyleQuoteValuesManish Goregaokar2016-10-141-1/+1
* Vendor m-c's nsstring in-treeManish Goregaokar2016-10-121-0/+7
* Auto merge of #13700 - Manishearth:bindgen-testing, r=emiliobors-servo2016-10-121-41/+1
|\
| * Run bindings tests with whole crateManish Goregaokar2016-10-121-41/+1
* | Fix bindings.rs warnings.Bobby Holley2016-10-111-7/+5
|/
* Regen bindingsManish Goregaokar2016-10-101-1/+1
* Import NS_FONT_* constants for font-* glueRavi Shankar2016-10-091-2/+1
* Auto merge of #13569 - Manishearth:simpliffi, r=emiliobors-servo2016-10-051-4/+4
|\
| * Remove Borrowed<T>/BorrowedMut<T>, use Option<&T> instead.Manish Goregaokar2016-10-041-4/+4
* | Add NS_FONT_STRETCH_* to bindgen scriptRavi Shankar2016-10-031-0/+2
|/
* Auto merge of #13518 - upsuper:patch-1, r=emiliobors-servo2016-10-011-1/+3
|\
| * Move --use-msvc-mangling out from clang flags.Xidorn Quan2016-09-301-1/+3
* | Fix indent in regen.py; fix importsManish Goregaokar2016-09-281-2/+2
|/
* Move most of geckolib into style::geckoManish Goregaokar2016-09-261-3/+6
* Move gecko_bindings and gecko_string_cache into the style crateManish Goregaokar2016-09-241-0/+668