aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
Commit message (Expand)AuthorAgeFilesLines
* Support more XUL propertiesManish Goregaokar2017-03-031-0/+20
* Revert "Auto merge of #15793 - upsuper:animation, r=emilio,bholley"Bobby Holley2017-03-034-79/+93
* Auto merge of #15809 - emilio:nsstuff, r=emiliobors-servo2017-03-031-1/+6
|\
| * stylo: Backport rust-nsstring crash fixes to the vendored version.Emilio Cobos Álvarez2017-03-031-1/+6
* | Add remaining keyword values of -moz-user-select (fixes #15197)Karan Singh2017-03-032-3/+4
|/
* Auto merge of #15793 - upsuper:animation, r=emilio,bholleybors-servo2017-03-034-93/+79
|\
| * Parse none as just a normal animation itemXidorn Quan2017-03-031-7/+5
| * Simplify animation shorthand parsing codeXidorn Quan2017-03-031-67/+28
| * Allow animation-name to be omitted from shorthandXidorn Quan2017-03-031-22/+19
| * Add / fix get_initial_specified_value for animation longhandsXidorn Quan2017-03-031-2/+14
| * Make animation-name parse noneXidorn Quan2017-03-033-11/+29
| * Replace assert! in animation code with debug_assert!Xidorn Quan2017-03-031-4/+4
* | style: Remove unused goal field from SharedStyleContext.Emilio Cobos Álvarez2017-03-031-3/+0
* | style: Remove unused screen_size_changed layout context field.Emilio Cobos Álvarez2017-03-031-3/+0
|/
* Auto merge of #15791 - emilio:hint, r=bholleybors-servo2017-03-012-92/+53
|\
| * Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correc...Emilio Cobos Álvarez2017-03-022-92/+53
* | Impl ToCss on LonghandsToSerialize directlyXidorn Quan2017-03-0213-61/+52
* | Make LonghandsToSerialize store reference to specified valueXidorn Quan2017-03-0215-563/+166
* | Don't serialize shorthand when some but not all of its longhands are CSS-wide...Xidorn Quan2017-03-021-12/+51
* | Make DeclaredValue store CSSWideKeywordXidorn Quan2017-03-028-99/+101
* | Simplify values of CSSWideKeywordXidorn Quan2017-03-022-15/+15
* | Fix border shorthand serializationKarl2017-02-281-7/+31
|/
* Update cssparser for https://github.com/servo/rust-cssparser/pull/123Simon Sapin2017-02-283-8/+4
* Auto merge of #15761 - upsuper:shorthand, r=Manishearthbors-servo2017-02-2725-207/+274
|\
| * Don't serialize currentcolor for border shorthandXidorn Quan2017-02-281-1/+2
| * Have shorthand parsing functions return valuesXidorn Quan2017-02-2814-164/+145
| * Add get_initial_specified_value to many longhandsXidorn Quan2017-02-2810-4/+90
| * Remove raw_longhand helper functionXidorn Quan2017-02-281-18/+10
| * Resolve color:currentcolor during computingXidorn Quan2017-02-281-20/+27
* | Auto merge of #15464 - KiChjang:pseudo-lang, r=emiliobors-servo2017-02-271-24/+46
|\ \ | |/ |/|
| * Support lang pseudo classKeith Yeung2017-02-271-24/+46
* | Auto merge of #15742 - emilio:stylo-orig-display, r=bzbarskybors-servo2017-02-272-2/+20
|\ \
| * | stylo: Fix adjustment of the display property to save mOriginalDisplay properly.Emilio Cobos Álvarez2017-02-262-2/+20
* | | Auto merge of #15613 - Varentsov:master, r=upsuperbors-servo2017-02-261-1/+1
|\ \ \
| * | | fix {transform,perspective}-origin accepts (and ignores) anything for their s...Neck Varentsov2017-02-261-1/+1
| |/ /
* | | Auto merge of #15733 - absoludity:fix-background-serialization, r=upsuperbors-servo2017-02-262-76/+76
|\ \ \
| * | | Fixes serialization of multiple transitions.Michael Nelson2017-02-261-7/+42
| * | | Background serialization of multiple values.Michael Nelson2017-02-261-69/+34
* | | | Remove some accessors for public fields.Simon Sapin2017-02-262-16/+4
* | | | Remove/don’t call no-op compute_font_hash method for stylo.Simon Sapin2017-02-263-11/+9
* | | | Rename PropertyBitField to LonghandIdSetSimon Sapin2017-02-263-10/+10
* | | | Move PropertyBitField out of its moduleSimon Sapin2017-02-263-52/+46
* | | | Remove PropertyBitField::{get,set}_* methodsSimon Sapin2017-02-261-17/+4
* | | | Cascade: skip duplicated properties before rather than after a virtual call.Simon Sapin2017-02-264-36/+31
* | | | Move deduplicate_property_declarations to PropertyDeclaration::deduplicateSimon Sapin2017-02-262-37/+34
* | | | Rewrite deduplicate_property_declarations to not require Mako.Simon Sapin2017-02-261-74/+77
| |/ / |/| |
* | | Auto merge of #15735 - servo:cssparserup, r=emiliobors-servo2017-02-2623-127/+85
|\ \ \
| * | | Use ascii_case_insensitive_phf_map! in PropertyId::parseSimon Sapin2017-02-265-57/+20
| * | | Update to cssparser 0.11Simon Sapin2017-02-262-3/+4
| * | | Borrow input to match_ignore_ascii_case!Simon Sapin2017-02-2618-57/+57