| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Replace 1-variant match_ignore_ascii_case! with expect_ident_matching | Simon Sapin | 2017-02-26 | 1 | -7/+1 |
| * | | | Define keyword values in ASCII lowercase | Simon Sapin | 2017-02-26 | 1 | -3/+3 |
* | | | | Disallow keyword values in min/max-size properties in the block direction | Manish Goregaokar | 2017-02-25 | 1 | -19/+82 |
* | | | | Auto merge of #15730 - emilio:adjust-float, r=SimonSapin | bors-servo | 2017-02-25 | 1 | -4/+17 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | style: Adjust float if the element is positioned per CSS 2.1 section 9.7 | Emilio Cobos Álvarez | 2017-02-24 | 1 | -4/+17 |
| | |/
| |/| |
|
* | | | Bug 1341083: Implement dynamic restyling for display: contents. r=heycam | Emilio Cobos Álvarez | 2017-02-25 | 9 | -17/+105 |
| |/
|/| |
|
* | | Auto merge of #14740 - glasserc:extremum-length, r=Manishearth | bors-servo | 2017-02-24 | 9 | -17/+349 |
|\ \ |
|
| * | | Add support for MaxLength | Ethan Glasser-Camp | 2017-02-24 | 8 | -11/+154 |
| * | | Implement a MinLength type | Ethan Glasser-Camp | 2017-02-23 | 9 | -10/+199 |
* | | | Fix parsing of ClipRect | Nazım Can Altınova | 2017-02-25 | 3 | -25/+54 |
| |/
|/| |
|
* | | Auto merge of #15710 - canaltinova:clip, r=emilio | bors-servo | 2017-02-24 | 2 | -2/+43 |
|\ \ |
|
| * | | Implement gecko glue for clip property | Nazım Can Altınova | 2017-02-24 | 2 | -2/+43 |
* | | | Auto merge of #15691 - servo:moz-alt-content, r=bzbarsky | bors-servo | 2017-02-24 | 2 | -0/+16 |
|\ \ \ |
|
| * | | | Stylo: add `content: -moz-alt-content` | Simon Sapin | 2017-02-22 | 2 | -0/+16 |
* | | | | Drop Servo_AnimationValues_Populate. | Hiroyuki Ikezoe | 2017-02-24 | 1 | -10/+0 |
* | | | | Add RawGeckoComputedKeyframeValuesList in build_gecko.rs. | Hiroyuki Ikezoe | 2017-02-24 | 4 | -0/+28 |
* | | | | Update bindings. | Hiroyuki Ikezoe | 2017-02-24 | 3 | -515/+461 |
* | | | | Auto merge of #15685 - absoludity:fix-animation-serialization-15398-pt2, r=up... | bors-servo | 2017-02-23 | 4 | -162/+53 |
|\ \ \ \ |
|
| * | | | | Animation shorthand should be serialized only when the value lists have the s... | Michael Nelson | 2017-02-24 | 3 | -28/+24 |
| * | | | | Update PropertyDeclarationBlock::to_css so that the iteration of | Michael Nelson | 2017-02-23 | 4 | -141/+36 |
* | | | | | Auto merge of #15712 - nox:rustc-serialize, r=metajack | bors-servo | 2017-02-23 | 5 | -5/+3 |
|\ \ \ \ \ |
|
| * | | | | | Remove rustc-serialize from style and style_traits | Anthony Ramine | 2017-02-23 | 5 | -5/+3 |
| | |_|_|/
| |/| | | |
|
* | | | | | Auto merge of #15700 - glennw:zoom-wip-2, r=mbrubeck | bors-servo | 2017-02-23 | 2 | -10/+9 |
|\ \ \ \ \ |
|
| * | | | | | Introduce CSSPixel as a replacement for ViewportPx and PagePx. | Glenn Watson | 2017-02-24 | 2 | -10/+9 |
| |/ / / / |
|
* | | | | | Auto merge of #15697 - glennw:border-image, r=jdm,pcwalton | bors-servo | 2017-02-23 | 2 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | Add support for most of the border-image properties, pass to WR. | Glenn Watson | 2017-02-23 | 2 | -6/+6 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #15695 - canaltinova:stylo-font-face, r=Manishearth | bors-servo | 2017-02-23 | 1 | -0/+20 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | stylo: add constructors for @font-face descriptors | Nazım Can Altınova | 2017-02-23 | 1 | -0/+20 |
* | | | | | Auto merge of #15535 - froydnj:global-style-thread-pool, r=bholley | bors-servo | 2017-02-23 | 3 | -41/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | geckolib: move NUM_THREADS from style to geckolib | Nathan Froyd | 2017-02-22 | 3 | -19/+1 |
| * | | | | geckolib: use a global thread pool for styling | Nathan Froyd | 2017-02-22 | 1 | -22/+0 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #15692 - servo:moz-table-border-nonzero, r=upsuper | bors-servo | 2017-02-22 | 2 | -0/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Stylo: add :-moz-table-border-nonzero pseudo-class. | Simon Sapin | 2017-02-23 | 2 | -0/+2 |
| |/ / |
|
* | | | Auto merge of #15682 - upsuper:arc-types, r=Manishearth | bors-servo | 2017-02-22 | 4 | -47/+60 |
|\ \ \ |
|
| * | | | Simplify defining arc ffi types | Xidorn Quan | 2017-02-23 | 4 | -47/+60 |
| |/ / |
|
* | | | Fill computed property values where the propery is missing in initial and fin... | Hiroyuki Ikezoe | 2017-02-22 | 1 | -1/+1 |
* | | | Get all animated properties in *all* keyframes. | Hiroyuki Ikezoe | 2017-02-22 | 1 | -13/+16 |
* | | | Make PropertyFiledBit usable for TransitionProperty. | Hiroyuki Ikezoe | 2017-02-22 | 1 | -2/+30 |
|/ / |
|
* | | Auto merge of #15669 - upsuper:bindgen-arc-type, r=heycam | bors-servo | 2017-02-21 | 1 | -10/+19 |
|\ \ |
|
| * | | Read ServoArcTypeList.h for list of arc types | Xidorn Quan | 2017-02-22 | 1 | -10/+19 |
| |/ |
|
* | | Auto merge of #15675 - Manishearth:resync, r=mbrubeck | bors-servo | 2017-02-21 | 5 | -1156/+1936 |
|\ \ |
|
| * | | Update clip-path glue to use StyleShapeSource | Manish Goregaokar | 2017-02-21 | 5 | -111/+127 |
| * | | Resync bindings | Manish Goregaokar | 2017-02-21 | 3 | -1069/+1821 |
* | | | Auto merge of #15612 - UnICorN21:master, r=canaltinova | bors-servo | 2017-02-21 | 1 | -6/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | fixed the wrong behavior of border-spacing | Huxley | 2017-02-19 | 1 | -6/+2 |
* | | | Auto merge of #15662 - canaltinova:column, r=Manishearth | bors-servo | 2017-02-20 | 3 | -15/+33 |
|\ \ \ |
|
| * | | | Fix parsing methods of column-{gap,width} | Nazım Can Altınova | 2017-02-20 | 3 | -15/+33 |
* | | | | Add docs for grid types | Ravi Shankar | 2017-02-20 | 3 | -6/+28 |
* | | | | Add gecko glue for grid <track-size> | Ravi Shankar | 2017-02-20 | 2 | -2/+66 |
* | | | | Regen bindings to include StyleGridTrackBreadth | Ravi Shankar | 2017-02-20 | 3 | -12/+7 |