| Commit message (Expand) | Author | Age | Files | Lines |
* | Support more XUL properties | Manish Goregaokar | 2017-03-03 | 1 | -0/+20 |
* | Revert "Auto merge of #15793 - upsuper:animation, r=emilio,bholley" | Bobby Holley | 2017-03-03 | 4 | -79/+93 |
* | Auto merge of #15809 - emilio:nsstuff, r=emilio | bors-servo | 2017-03-03 | 1 | -1/+6 |
|\ |
|
| * | stylo: Backport rust-nsstring crash fixes to the vendored version. | Emilio Cobos Álvarez | 2017-03-03 | 1 | -1/+6 |
* | | Add remaining keyword values of -moz-user-select (fixes #15197) | Karan Singh | 2017-03-03 | 2 | -3/+4 |
|/ |
|
* | Auto merge of #15793 - upsuper:animation, r=emilio,bholley | bors-servo | 2017-03-03 | 4 | -93/+79 |
|\ |
|
| * | Parse none as just a normal animation item | Xidorn Quan | 2017-03-03 | 1 | -7/+5 |
| * | Simplify animation shorthand parsing code | Xidorn Quan | 2017-03-03 | 1 | -67/+28 |
| * | Allow animation-name to be omitted from shorthand | Xidorn Quan | 2017-03-03 | 1 | -22/+19 |
| * | Add / fix get_initial_specified_value for animation longhands | Xidorn Quan | 2017-03-03 | 1 | -2/+14 |
| * | Make animation-name parse none | Xidorn Quan | 2017-03-03 | 3 | -11/+29 |
| * | Replace assert! in animation code with debug_assert! | Xidorn Quan | 2017-03-03 | 1 | -4/+4 |
* | | style: Remove unused goal field from SharedStyleContext. | Emilio Cobos Álvarez | 2017-03-03 | 1 | -3/+0 |
* | | style: Remove unused screen_size_changed layout context field. | Emilio Cobos Álvarez | 2017-03-03 | 1 | -3/+0 |
|/ |
|
* | Auto merge of #15791 - emilio:hint, r=bholley | bors-servo | 2017-03-01 | 2 | -92/+53 |
|\ |
|
| * | Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correc... | Emilio Cobos Álvarez | 2017-03-02 | 2 | -92/+53 |
* | | Impl ToCss on LonghandsToSerialize directly | Xidorn Quan | 2017-03-02 | 13 | -61/+52 |
* | | Make LonghandsToSerialize store reference to specified value | Xidorn Quan | 2017-03-02 | 15 | -563/+166 |
* | | Don't serialize shorthand when some but not all of its longhands are CSS-wide... | Xidorn Quan | 2017-03-02 | 1 | -12/+51 |
* | | Make DeclaredValue store CSSWideKeyword | Xidorn Quan | 2017-03-02 | 8 | -99/+101 |
* | | Simplify values of CSSWideKeyword | Xidorn Quan | 2017-03-02 | 2 | -15/+15 |
* | | Fix border shorthand serialization | Karl | 2017-02-28 | 1 | -7/+31 |
|/ |
|
* | Update cssparser for https://github.com/servo/rust-cssparser/pull/123 | Simon Sapin | 2017-02-28 | 3 | -8/+4 |
* | Auto merge of #15761 - upsuper:shorthand, r=Manishearth | bors-servo | 2017-02-27 | 25 | -207/+274 |
|\ |
|
| * | Don't serialize currentcolor for border shorthand | Xidorn Quan | 2017-02-28 | 1 | -1/+2 |
| * | Have shorthand parsing functions return values | Xidorn Quan | 2017-02-28 | 14 | -164/+145 |
| * | Add get_initial_specified_value to many longhands | Xidorn Quan | 2017-02-28 | 10 | -4/+90 |
| * | Remove raw_longhand helper function | Xidorn Quan | 2017-02-28 | 1 | -18/+10 |
| * | Resolve color:currentcolor during computing | Xidorn Quan | 2017-02-28 | 1 | -20/+27 |
* | | Auto merge of #15464 - KiChjang:pseudo-lang, r=emilio | bors-servo | 2017-02-27 | 1 | -24/+46 |
|\ \
| |/
|/| |
|
| * | Support lang pseudo class | Keith Yeung | 2017-02-27 | 1 | -24/+46 |
* | | Auto merge of #15742 - emilio:stylo-orig-display, r=bzbarsky | bors-servo | 2017-02-27 | 2 | -2/+20 |
|\ \ |
|
| * | | stylo: Fix adjustment of the display property to save mOriginalDisplay properly. | Emilio Cobos Álvarez | 2017-02-26 | 2 | -2/+20 |
* | | | Auto merge of #15613 - Varentsov:master, r=upsuper | bors-servo | 2017-02-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix {transform,perspective}-origin accepts (and ignores) anything for their s... | Neck Varentsov | 2017-02-26 | 1 | -1/+1 |
| |/ / |
|
* | | | Auto merge of #15733 - absoludity:fix-background-serialization, r=upsuper | bors-servo | 2017-02-26 | 2 | -76/+76 |
|\ \ \ |
|
| * | | | Fixes serialization of multiple transitions. | Michael Nelson | 2017-02-26 | 1 | -7/+42 |
| * | | | Background serialization of multiple values. | Michael Nelson | 2017-02-26 | 1 | -69/+34 |
* | | | | Remove some accessors for public fields. | Simon Sapin | 2017-02-26 | 2 | -16/+4 |
* | | | | Remove/don’t call no-op compute_font_hash method for stylo. | Simon Sapin | 2017-02-26 | 3 | -11/+9 |
* | | | | Rename PropertyBitField to LonghandIdSet | Simon Sapin | 2017-02-26 | 3 | -10/+10 |
* | | | | Move PropertyBitField out of its module | Simon Sapin | 2017-02-26 | 3 | -52/+46 |
* | | | | Remove PropertyBitField::{get,set}_* methods | Simon Sapin | 2017-02-26 | 1 | -17/+4 |
* | | | | Cascade: skip duplicated properties before rather than after a virtual call. | Simon Sapin | 2017-02-26 | 4 | -36/+31 |
* | | | | Move deduplicate_property_declarations to PropertyDeclaration::deduplicate | Simon Sapin | 2017-02-26 | 2 | -37/+34 |
* | | | | Rewrite deduplicate_property_declarations to not require Mako. | Simon Sapin | 2017-02-26 | 1 | -74/+77 |
| |/ /
|/| | |
|
* | | | Auto merge of #15735 - servo:cssparserup, r=emilio | bors-servo | 2017-02-26 | 23 | -127/+85 |
|\ \ \ |
|
| * | | | Use ascii_case_insensitive_phf_map! in PropertyId::parse | Simon Sapin | 2017-02-26 | 5 | -57/+20 |
| * | | | Update to cssparser 0.11 | Simon Sapin | 2017-02-26 | 2 | -3/+4 |
| * | | | Borrow input to match_ignore_ascii_case! | Simon Sapin | 2017-02-26 | 18 | -57/+57 |