| Commit message (Expand) | Author | Age | Files | Lines |
* | Use env::var_os to read paths from the environment | Matt Brubeck | 2017-10-20 | 1 | -7/+7 |
* | Only generate structs file for the current build | Xidorn Quan | 2017-10-05 | 1 | -24/+9 |
* | Fix running `cargo test -p stylo_test` from repo root | Simon Sapin | 2017-09-15 | 1 | -3/+5 |
* | stylo: Don't add boundary characters to the fixups specified in ServoBindings... | Emilio Cobos Álvarez | 2017-09-07 | 1 | -2/+2 |
* | Better bindgen error message when files are missing. | Ralph Giles | 2017-07-07 | 1 | -1/+2 |
* | Read bindgen flags from a generated file. | Ralph Giles | 2017-07-07 | 1 | -21/+36 |
* | style: Update bindgen. | Emilio Cobos Álvarez | 2017-06-21 | 1 | -1/+1 |
* | Move config info from build_gecko.rs to a toml file in gecko. | Xidorn Quan | 2017-05-19 | 1 | -579/+243 |
* | Add bindings for setting grid nsTArrays | Ravi Shankar | 2017-05-18 | 1 | -2/+9 |
* | fix general cross compilation | Nathan Froyd | 2017-05-17 | 1 | -17/+22 |
* | fix windows cross-compilation | Nathan Froyd | 2017-05-17 | 1 | -1/+2 |
* | fix linux cross-compilation, take 2 | Nathan Froyd | 2017-05-17 | 1 | -8/+10 |
* | Auto merge of #16880 - froydnj:bindgen-informative-failure, r=emilio | bors-servo | 2017-05-16 | 1 | -1/+8 |
|\ |
|
| * | provide more information when bindgen fails | Nathan Froyd | 2017-05-15 | 1 | -1/+8 |
* | | Add basic integration of @counter-style. | Xidorn Quan | 2017-05-16 | 1 | -0/+3 |
* | | Bug 1364412: Expose pseudo-element flags, and properly reject pseudos in non-... | Emilio Cobos Álvarez | 2017-05-16 | 1 | -0/+2 |
* | | Bug 1364412: Convert pseudo-elements to an enum. r=hiro,xidorn | Emilio Cobos Álvarez | 2017-05-16 | 1 | -1/+2 |
|/ |
|
* | Auto merge of #16819 - canaltinova:quirk-mode, r=bholley,emilio | bors-servo | 2017-05-13 | 1 | -0/+1 |
|\ |
|
| * | stylo: Propagate quirks mode information from Gecko to Servo | Nazım Can Altınova | 2017-05-14 | 1 | -0/+1 |
* | | Make ParsingMode bitflags. | Hiroyuki Ikezoe | 2017-05-14 | 1 | -0/+1 |
* | | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM... | Hiroyuki Ikezoe | 2017-05-14 | 1 | -2/+2 |
* | | Auto merge of #16843 - froydnj:bindgen-cross-compile, r=emilio | bors-servo | 2017-05-13 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | explicitly specify bitness for x86 cross-compilation situations | Nathan Froyd | 2017-05-12 | 1 | -0/+9 |
* | | Bug 1355343: Take all the snapshots into account. r=bholley | Emilio Cobos Álvarez | 2017-05-10 | 1 | -0/+2 |
* | | Bug 1355343: Move node restyle bits to Element, and add bits for snapshot han... | Emilio Cobos Álvarez | 2017-05-10 | 1 | -0/+1 |
* | | Auto merge of #16789 - CJKu:bug-1310885-part-2, r=heycam | bors-servo | 2017-05-09 | 1 | -5/+0 |
|\ \ |
|
| * | | stylo: Export RefPtr<ImageValue> to stylo. | cku | 2017-05-09 | 1 | -5/+0 |
* | | | Bug 1349651 - stylo: Implement HasAuthorSpecifiedRules. | Matt Brubeck | 2017-05-09 | 1 | -0/+1 |
| |/
|/| |
|
* | | Stylo: Bug 1355408 - add support for @-moz-document | Fernando Jiménez Moreno | 2017-05-09 | 1 | -0/+2 |
|/ |
|
* | Update the style crate's bindgen dependency | Nick Fitzgerald | 2017-05-08 | 1 | -8/+8 |
* | Auto merge of #16762 - upsuper:buildtime-pseudo, r=emilio | bors-servo | 2017-05-08 | 1 | -71/+101 |
|\ |
|
| * | Copy all generated files to dist dir for packaging. | Xidorn Quan | 2017-05-08 | 1 | -17/+27 |
| * | Make atom files generated at build-time. | Xidorn Quan | 2017-05-08 | 1 | -0/+17 |
| * | Move binding files into another directory. | Xidorn Quan | 2017-05-08 | 1 | -38/+27 |
| * | Expose a single function for bindings mod in build_gecko. | Xidorn Quan | 2017-05-08 | 1 | -33/+47 |
* | | stylo: Export mozilla::css::ImageValue to stylo. | cku | 2017-05-08 | 1 | -0/+6 |
|/ |
|
* | Implement grid-template-areas (fixes #16079) | Anthony Ramine | 2017-05-04 | 1 | -0/+1 |
* | Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule() | Hiroyuki Ikezoe | 2017-05-01 | 1 | -2/+1 |
* | Bug 1360508: Adjust text-combine properly. r=jryans | Emilio Cobos Álvarez | 2017-04-28 | 1 | -0/+2 |
* | Bug 1357357 - Make the parser of transition-property match the spec. | Boris Chiou | 2017-04-26 | 1 | -0/+1 |
* | Stylo: add -moz-border-*-colors support | Jeremy Chen | 2017-04-25 | 1 | -0/+1 |
* | Expose CSS length mode in Stylo glue | J. Ryan Stinnett | 2017-04-14 | 1 | -0/+2 |
* | stylo: Generate eCSSPropertyID_all as a const rather than an enum value. | Cameron McCormack | 2017-04-14 | 1 | -1/+20 |
* | stylo: Support -moz-script-size-multiplier, -moz-script-level, -moz-math-display | Manish Goregaokar | 2017-04-12 | 1 | -0/+1 |
* | Auto merge of #16328 - bradwerth:computedStyles, r=heycam | bors-servo | 2017-04-10 | 1 | -0/+3 |
|\ |
|
| * | Stylo: Add FFI interfaces for exposing style sources. | Brad Werth | 2017-04-10 | 1 | -0/+3 |
* | | stylo: Add bindings for fetching font metrics from Gecko | Manish Goregaokar | 2017-04-10 | 1 | -0/+2 |
|/ |
|
* | stylo: Use font metrics provider as a cache for font size results | Manish Goregaokar | 2017-04-09 | 1 | -0/+1 |
* | stylo: Bypass cache when fetching font size prefs from Stylo | Manish Goregaokar | 2017-04-09 | 1 | -0/+2 |
* | Auto merge of #16314 - Wafflespeanut:bind, r=heycam | bors-servo | 2017-04-09 | 1 | -0/+2 |
|\ |
|