aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix serialization of namespace and universal selectorsSimon Sapin2017-05-161-20/+5
| |_|_|/ |/| | |
* | | | Add size_of tests for geckolib selectorsSimon Sapin2017-05-162-1/+18
* | | | Add size_of_test crateSimon Sapin2017-05-163-30/+4
| |_|/ |/| |
* | | Auto merge of #16860 - glennw:preserve3d, r=mbrubeckbors-servo2017-05-158-20/+4
|\ \ \
| * | | Update WR (ellipse border-radius clip, preserve-3d functionality).Glenn Watson2017-05-168-20/+4
| | |/ | |/|
* | | Bug 1364412: Convert pseudo-elements to an enum. r=hiro,xidornEmilio Cobos Álvarez2017-05-161-25/+0
* | | Bug 1364412: Properly handle state restyle hints for pseudo-elements. r=bholleyEmilio Cobos Álvarez2017-05-161-3/+0
* | | Bug 1364412: Store full selectors in the Rule object. r=bholleyEmilio Cobos Álvarez2017-05-161-9/+6
* | | Auto merge of #16862 - CJKu:bug-1310885-part-6, r=heycambors-servo2017-05-151-2/+8
|\ \ \ | |/ / |/| |
| * | Stylo: Pass style list's image_value to gecko.cku2017-05-161-2/+8
* | | Auto merge of #16295 - jdm:transition-safety, r=noxbors-servo2017-05-152-0/+37
|\ \ \
| * | | Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-152-0/+37
* | | | Auto merge of #16699 - jdm:make-cross-origin-image-tests-fail, r=ajeffrey,jgr...bors-servo2017-05-1535-103/+648
|\ \ \ \ | |/ / / |/| | |
| * | | Add same-origin redirect variants to 2d canvas security tests.Josh Matthews2017-05-1035-103/+648
* | | | Auto merge of #16869 - nox:mime, r=noxbors-servo2017-05-155-30/+68
|\ \ \ \ | |_|/ / |/| | |
| * | | Ignore mime type parameters in nosniffFabrice Desré2017-05-155-30/+68
* | | | Auto merge of #16859 - nox:gradients, r=emiliobors-servo2017-05-152-61/+32
|\ \ \ \
| * | | | Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-151-6/+9
| * | | | Clean up methods on specified::ImageAnthony Ramine2017-05-151-0/+1
| * | | | Refactor GradientAnthony Ramine2017-05-151-54/+21
| * | | | Introduce style::values::generics::imageAnthony Ramine2017-05-151-1/+1
| |/ / /
* | | | Auto merge of #16835 - ferjm:bug1350175.line.column.css.rules, r=upsuper,Simo...bors-servo2017-05-155-2/+30
|\ \ \ \
| * | | | Stylo: Bug 1350175 - Support getting line / column number of CSS rulesFernando Jiménez Moreno2017-05-125-2/+30
* | | | | Add PARSING_MODE_ALLOW_ALL_NUMERIC_VALUES to force to parse negative values.Hiroyuki Ikezoe2017-05-141-1/+21
* | | | | Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-144-8/+8
* | | | | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-144-9/+9
* | | | | Auto merge of #16829 - hiikezoe:disallow-negative-duration, r=emiliobors-servo2017-05-134-16/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add test cases for transition-duration.Simon Whitehead2017-05-132-0/+18
| * | | | Disallow negative duration for animation and transition.Hiroyuki Ikezoe2017-05-132-16/+0
| |/ / /
* | | | Make font-feature-settings a subprop of fontXidorn Quan2017-05-132-12/+14
* | | | Auto merge of #16833 - MortimerGoro:layout_alignment, r=SimonSapinbors-servo2017-05-123-0/+31
|\ \ \ \
| * | | | Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory align...Imanol Fernandez2017-05-123-0/+31
| |/ / /
* | | | Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-123-0/+32
|\ \ \ \
| * | | | Add test to make sure contentDocument is updated after load maturesConnor Brewster2017-05-122-0/+31
| * | | | Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-0/+1
* | | | | Auto merge of #16802 - emilio:slim-down-slc, r=bholleybors-servo2017-05-121-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | style: Parameterize the update and rebuild methods to take an iterator.Emilio Cobos Álvarez2017-05-121-3/+3
| |/ / /
* | | | Auto merge of #16815 - Manishearth:cssup, r=metajackbors-servo2017-05-113-5/+5
|\ \ \ \
| * | | | Bump cssparser to 0.13.3Manish Goregaokar2017-05-113-5/+5
| |/ / /
* | | | Auto merge of #16807 - mrobinson:scroll-clamping, r=emiliobors-servo2017-05-112-0/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Fix clamping of scroll position in window.scrollByMartin Robinson2017-05-112-0/+36
| | |/ | |/|
* | | Handle importance when inserting into the rule tree.Bobby Holley2017-05-111-5/+2
* | | Refactor PositionAnthony Ramine2017-05-108-68/+65
|/ /
* | Rename the Interpolate trait to AnimatableBrian Birtles2017-05-101-1/+1
* | Stylo: Bug 1355408 - add support for @-moz-documentFernando Jiménez Moreno2017-05-091-5/+10
* | Auto merge of #16303 - froydnj:rayon-version-bump, r=jdmbors-servo2017-05-081-1/+1
|\ \
| * | bump required rayon version to 0.7Nathan Froyd2017-05-051-1/+1
* | | Auto merge of #16762 - upsuper:buildtime-pseudo, r=emiliobors-servo2017-05-082-2/+2
|\ \ \
| * | | Rename gecko_ prefix of pseudo_element_helper file.Xidorn Quan2017-05-081-1/+1
| * | | Move binding files into another directory.Xidorn Quan2017-05-081-1/+1