aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-309-46/+42
* Auto merge of #18670 - avadacatavra:interactive-metrics, r=jdmbors-servo2017-10-253-19/+181
|\
| * added pipelines to all task sourcesddh2017-10-253-14/+11
| * added time to interactive metrics, refactored metrics to use traitsddh2017-10-243-17/+182
* | Auto merge of #18981 - KiChjang:fold-type-destination, r=avadacatavrabors-servo2017-10-242-13/+8
|\ \
| * | Merge request type and destinationKeith Yeung2017-10-232-13/+8
* | | Auto merge of #19005 - emilio:less-mako-more-joy, r=jdmbors-servo2017-10-243-1/+26
|\ \ \
| * | | style: Add a test for calc() inside animation-iteration-count.Emilio Cobos Álvarez2017-10-242-0/+25
| * | | style: Move animation-iteration-count outside of mako.Emilio Cobos Álvarez2017-10-241-1/+1
* | | | Auto merge of #19003 - servo:stylo_tests_windows, r=emiliobors-servo2017-10-242-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make test-stylo compile an empty crate on Windows without GeckoSimon Sapin2017-10-242-0/+13
| |/ /
* | | Auto merge of #18951 - mrobinson:later-id-assignment-for-clip-scroll-nodes, r...bors-servo2017-10-241-3/+5
|\ \ \ | |/ / |/| |
| * | Wait as late as possible to assign ClipIdsMartin Robinson2017-10-241-3/+5
* | | Auto merge of #18986 - glennw:update-wr-notifier, r=jdmbors-servo2017-10-2318-0/+54
|\ \ \
| * | | Update WR (render notifier API changes).Glenn Watson2017-10-2418-0/+54
| |/ /
* / / Fix the test count in grouping formatterMartin Robinson2017-10-231-1/+1
|/ /
* | Auto merge of #18255 - CYBAI:prevent-reentrancy-pr18218, r=jdmbors-servo2017-10-212-10/+0
|\ \ | |/ |/|
| * Remove legacy testsCYBAI2017-10-192-10/+0
* | Auto merge of #18959 - glennw:css-run, r=jdmbors-servo2017-10-201-0/+14
|\ \
| * | Add iterpath and iterdir to CSS test runner.Glenn Watson2017-10-201-0/+14
* | | Auto merge of #18956 - glennw:update-wr-ellipse-bs, r=jdmbors-servo2017-10-201-3/+0
|\ \ \
| * | | Update WR (box shadows + per-corner radii, elliptical clips).Glenn Watson2017-10-201-3/+0
| |/ /
* | | Auto merge of #18946 - cynicaldevil:update-h5e, r=noxbors-servo2017-10-201-1/+1
|\ \ \
| * | | updated version in .toml filesNikhil Shagrithaya2017-10-191-1/+1
* | | | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-199-42/+46
| |/ / |/| |
* | | Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-199-46/+42
|\ \ \
| * | | Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-199-46/+42
| | |/ | |/|
* | | Auto merge of #18944 - servo:jemallocator2, r=noxbors-servo2017-10-192-0/+7
|\ \ \ | |/ / |/| |
| * | Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-192-0/+7
| |/
* | Auto merge of #18926 - glennw:update-wr-bs, r=jdmbors-servo2017-10-181-0/+5
|\ \
| * | Update WR (box shadows, subpixel + alpha text)Glenn Watson2017-10-181-0/+5
* | | Auto merge of #18921 - mrobinson:incremental-stacking-context-ids, r=emiliobors-servo2017-10-184-6/+8
|\ \ \ | |_|/ |/| |
| * | Fix duplicate stacking context creation for anonymous FlowsMartin Robinson2017-10-184-6/+8
* | | Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
| |/ |/|
* | style: Add some more tests for disallowed rootMargin values.Cameron McCormack2017-10-172-2/+14
|/
* Auto merge of #18899 - jdm:updatewpt5, r=jdmbors-servo2017-10-165348-303408/+5826
|\
| * Update web-platform-tests to revision 238e9855c35a3570f824b837826aac71e50722f4Josh Matthews2017-10-16173-5136/+228
| * Update web-platform-tests to revision e03a9b1341ae9bdb1e4fa03765257b84d26fe2f1Josh Matthews2017-10-165183-298283/+5609
* | Auto merge of #18875 - servo:stable-js, r=nox,jdmbors-servo2017-10-161-1/+1
|\ \
| * | Remove unused feature flagSimon Sapin2017-10-161-1/+1
| |/
* | Auto merge of #18890 - glennw:update-wr-clip-text-aa, r=jdmbors-servo2017-10-166-4/+15
|\ \ | |/ |/|
| * Update WR (details below):Glenn Watson2017-10-166-4/+15
* | use XML fragment serialization for outerHTML in XML documentstigercosmos2017-10-162-298/+1
* | use XML fragment serialization for innerHTML in XML documentstigercosmos2017-10-161-14/+0
|/
* Auto merge of #18881 - emilio:osmesa-up, r=noxbors-servo2017-10-141-3/+0
|\
| * Update OSMesa.Emilio Cobos Álvarez2017-10-141-3/+0
* | Update domparsing spec links to not point at WHATWGKafji2017-10-143-4/+4
|/
* Auto merge of #18867 - emilio:parse-hack, r=heycambors-servo2017-10-142-9/+16
|\
| * style: Be clearer about whether a declaration comes from parsing or not.Emilio Cobos Álvarez2017-10-142-9/+16
* | style: Remove Servo_GetStyleVariables test special case.Cameron McCormack2017-10-141-5/+1