aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/build_gecko.rs
Commit message (Expand)AuthorAgeFilesLines
* Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-7/+7
* Only generate structs file for the current buildXidorn Quan2017-10-051-24/+9
* Fix running `cargo test -p stylo_test` from repo rootSimon Sapin2017-09-151-3/+5
* stylo: Don't add boundary characters to the fixups specified in ServoBindings...Emilio Cobos Álvarez2017-09-071-2/+2
* Better bindgen error message when files are missing.Ralph Giles2017-07-071-1/+2
* Read bindgen flags from a generated file.Ralph Giles2017-07-071-21/+36
* style: Update bindgen.Emilio Cobos Álvarez2017-06-211-1/+1
* Move config info from build_gecko.rs to a toml file in gecko.Xidorn Quan2017-05-191-579/+243
* Add bindings for setting grid nsTArraysRavi Shankar2017-05-181-2/+9
* fix general cross compilationNathan Froyd2017-05-171-17/+22
* fix windows cross-compilationNathan Froyd2017-05-171-1/+2
* fix linux cross-compilation, take 2Nathan Froyd2017-05-171-8/+10
* Auto merge of #16880 - froydnj:bindgen-informative-failure, r=emiliobors-servo2017-05-161-1/+8
|\
| * provide more information when bindgen failsNathan Froyd2017-05-151-1/+8
* | Add basic integration of @counter-style.Xidorn Quan2017-05-161-0/+3
* | Bug 1364412: Expose pseudo-element flags, and properly reject pseudos in non-...Emilio Cobos Álvarez2017-05-161-0/+2
* | Bug 1364412: Convert pseudo-elements to an enum. r=hiro,xidornEmilio Cobos Álvarez2017-05-161-1/+2
|/
* Auto merge of #16819 - canaltinova:quirk-mode, r=bholley,emiliobors-servo2017-05-131-0/+1
|\
| * stylo: Propagate quirks mode information from Gecko to ServoNazım Can Altınova2017-05-141-0/+1
* | Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-0/+1
* | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-2/+2
* | Auto merge of #16843 - froydnj:bindgen-cross-compile, r=emiliobors-servo2017-05-131-0/+9
|\ \ | |/ |/|
| * explicitly specify bitness for x86 cross-compilation situationsNathan Froyd2017-05-121-0/+9
* | Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-0/+2
* | Bug 1355343: Move node restyle bits to Element, and add bits for snapshot han...Emilio Cobos Álvarez2017-05-101-0/+1
* | Auto merge of #16789 - CJKu:bug-1310885-part-2, r=heycambors-servo2017-05-091-5/+0
|\ \
| * | stylo: Export RefPtr<ImageValue> to stylo.cku2017-05-091-5/+0
* | | Bug 1349651 - stylo: Implement HasAuthorSpecifiedRules.Matt Brubeck2017-05-091-0/+1
| |/ |/|
* | Stylo: Bug 1355408 - add support for @-moz-documentFernando Jiménez Moreno2017-05-091-0/+2
|/
* Update the style crate's bindgen dependencyNick Fitzgerald2017-05-081-8/+8
* Auto merge of #16762 - upsuper:buildtime-pseudo, r=emiliobors-servo2017-05-081-71/+101
|\
| * Copy all generated files to dist dir for packaging.Xidorn Quan2017-05-081-17/+27
| * Make atom files generated at build-time.Xidorn Quan2017-05-081-0/+17
| * Move binding files into another directory.Xidorn Quan2017-05-081-38/+27
| * Expose a single function for bindings mod in build_gecko.Xidorn Quan2017-05-081-33/+47
* | stylo: Export mozilla::css::ImageValue to stylo.cku2017-05-081-0/+6
|/
* Implement grid-template-areas (fixes #16079)Anthony Ramine2017-05-041-0/+1
* Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule()Hiroyuki Ikezoe2017-05-011-2/+1
* Bug 1360508: Adjust text-combine properly. r=jryansEmilio Cobos Álvarez2017-04-281-0/+2
* Bug 1357357 - Make the parser of transition-property match the spec.Boris Chiou2017-04-261-0/+1
* Stylo: add -moz-border-*-colors supportJeremy Chen2017-04-251-0/+1
* Expose CSS length mode in Stylo glueJ. Ryan Stinnett2017-04-141-0/+2
* stylo: Generate eCSSPropertyID_all as a const rather than an enum value.Cameron McCormack2017-04-141-1/+20
* stylo: Support -moz-script-size-multiplier, -moz-script-level, -moz-math-displayManish Goregaokar2017-04-121-0/+1
* Auto merge of #16328 - bradwerth:computedStyles, r=heycambors-servo2017-04-101-0/+3
|\
| * Stylo: Add FFI interfaces for exposing style sources.Brad Werth2017-04-101-0/+3
* | stylo: Add bindings for fetching font metrics from GeckoManish Goregaokar2017-04-101-0/+2
|/
* stylo: Use font metrics provider as a cache for font size resultsManish Goregaokar2017-04-091-0/+1
* stylo: Bypass cache when fetching font size prefs from StyloManish Goregaokar2017-04-091-0/+2
* Auto merge of #16314 - Wafflespeanut:bind, r=heycambors-servo2017-04-091-0/+2
|\