aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #19051 - CYBAI:moz-script-min-size-no-mako, r=emilio,canaltinovabors-servo2017-10-306-56/+64
|\
| * style: Move font -moz-script-min-size outside of makoCYBAI2017-10-316-56/+64
* | Auto merge of #19044 - cbrewster:text_overflow_nomako, r=emiliobors-servo2017-10-306-133/+155
|\ \
| * | style: Move text-overflow outside of makoConnor Brewster2017-10-276-133/+155
* | | Auto merge of #19060 - emilio:invalidation-fishy, r=noxbors-servo2017-10-301-1/+5
|\ \ \
| * | | style: Properly forward ElementWrapper::blocks_ancestor_combinators.Emilio Cobos Álvarez2017-10-301-0/+4
| * | | style: Implement ElementWrapper::pseudo_element_originating_element in terms ...Emilio Cobos Álvarez2017-10-301-1/+1
* | | | Auto merge of #19059 - emilio:selector-map-nicer, r=noxbors-servo2017-10-303-7/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | style: Make the SelectorMap API slightly nicer.Emilio Cobos Álvarez2017-10-303-7/+7
| |/ /
* / / Add support for -moz-window-opacity to styloXidorn Quan2017-10-301-0/+6
|/ /
* | style: Make style sharing look at XBL / Shadow DOM rules.Emilio Cobos Álvarez2017-10-285-47/+148
* | Backed out changeset fc813bf68348 for failing reftest layout/reftests/bugs/27...Gecko Backout2017-10-285-148/+47
* | Auto merge of #19045 - emilio:shadow-style-sharing, r=bzbarskybors-servo2017-10-275-47/+148
|\ \
| * | style: Make style sharing look at XBL / Shadow DOM rules.Emilio Cobos Álvarez2017-10-285-47/+148
* | | Handle rotate, rotate{x|y|z}, and skew{x|y} properly when cloning transforms.Boris Chiou2017-10-271-1/+30
* | | Add Servo_ComposeAnimationSegment which composes an animation segment.Boris Chiou2017-10-271-1/+14
* | | Add Servo_AnimationValue_Transform which creates an AnimationValue of transform.Boris Chiou2017-10-273-9/+33
* | | Add Servo_AnimationValue_Opacity which creates an AnimationValue of opacity.Boris Chiou2017-10-271-0/+4
| |/ |/|
* | Support multi lines declarations in the parsing of the Fx header filesSylvestre Ledru2017-10-271-7/+9
* | Auto merge of #19035 - nnethercote:bug-1411893, r=emiliobors-servo2017-10-275-12503/+12525
|\ \
| * | Introduce nsStaticAtom.Nicholas Nethercote2017-10-275-12503/+12525
* | | Move table -x-span outisde of makoConnor Brewster2017-10-275-32/+45
|/ /
* | style: Move -x-text-zoom outside of makoCYBAI2017-10-275-31/+30
* | style: Introduce TDocument::is_html_element and TDocument::quirks_mode.Emilio Cobos Álvarez2017-10-263-17/+19
* | style: Add TNode::owner_doc.Emilio Cobos Álvarez2017-10-262-12/+16
* | style: Introduce a TDocument trait.Emilio Cobos Álvarez2017-10-262-2/+46
* | style: Remove PresentationalHintsSynthesizer.Emilio Cobos Álvarez2017-10-262-29/+25
* | Auto merge of #19018 - emilio:scroll-snap, r=wafflespeanutbors-servo2017-10-256-20/+24
|\|
| * style: Cleanup a bit the scroll-snap-type properties.Emilio Cobos Álvarez2017-10-256-20/+24
* | stylo: Honor CallerType for media query parsing.Emilio Cobos Álvarez2017-10-251-1/+3
|/
* Auto merge of #19005 - emilio:less-mako-more-joy, r=jdmbors-servo2017-10-248-137/+139
|\
| * style: Move animation-name outside of mako.Emilio Cobos Álvarez2017-10-245-74/+62
| * style: Fix spec link for animation-iteration-count.Emilio Cobos Álvarez2017-10-241-1/+1
| * style: Move animation-iteration-count outside of mako.Emilio Cobos Álvarez2017-10-248-65/+79
* | style: Remove unused From impl.Emilio Cobos Álvarez2017-10-241-6/+0
* | style: Move background-repeat and mask-repeat outside of mako.Emilio Cobos Álvarez2017-10-247-117/+158
* | style: Do not require to import ToCss in define_css_keyword_enum.Emilio Cobos Álvarez2017-10-245-12/+2
|/
* style: Minimal ParserContext cleanup.Emilio Cobos Álvarez2017-10-241-13/+16
* Auto merge of #18995 - Manishearth:rm-diagnostics, r=emiliobors-servo2017-10-237-126/+69
|\
| * Replace manual iteration with retain()Manish Goregaokar2017-10-231-5/+1
| * Revert diagnostics code from 12515374597604499d77e4d9da61821f1801a240Manish Goregaokar2017-10-231-2/+0
| * Revert "Diagnostic map semantics."Manish Goregaokar2017-10-237-119/+68
* | Move nsstring from gecko into servo/support/gecko/nsstringNika Layzell2017-10-234-1044/+4
|/
* Auto merge of #18988 - emilio:qs, r=heycambors-servo2017-10-2311-1139/+1474
|\
| * style: Update bindings.Emilio Cobos Álvarez2017-10-233-1003/+888
| * style: Ensure QuerySelector only processes the light tree.Emilio Cobos Álvarez2017-10-232-0/+12
| * style: Don't use the invalidation machinery unless we may get some benefit fr...Emilio Cobos Álvarez2017-10-231-1/+8
| * style: Add a few QuerySelector fast-paths.Emilio Cobos Álvarez2017-10-231-20/+89
| * style: Refactor querySelector to be generic over the query type, and implemen...Emilio Cobos Álvarez2017-10-231-48/+159
| * style: Add methods to iterate a subtree in preorder.Emilio Cobos Álvarez2017-10-232-2/+65