aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #14623 - DominoTree:master, r=emiliobors-servo2016-12-243-0/+101
|\
| * Implement port-based blockingNick Price2016-12-213-0/+101
* | Auto merge of #14491 - KiChjang:cookie-checks, r=jdmbors-servo2016-12-233-7/+120
|\ \
| * | Add unit testsKeith Yeung2016-12-223-7/+120
* | | Auto merge of #14679 - jdm:nowarntimer, r=asajeffreybors-servo2016-12-222-0/+20
|\ \ \
| * | | Warn when a timer event is processed for a discarded document.Josh Matthews2016-12-222-0/+20
* | | | Auto merge of #14632 - servo:multi-global-fetch, r=jdmbors-servo2016-12-228-19/+9
|\ \ \ \
| * | | | Use the API base URL in Fetch APIs.Ms2ger2016-12-192-10/+0
| * | | | Ensure that the API base URL is used in Fetch APIs.Ms2ger2016-12-196-2/+14
| * | | | Make the multi-global tests more robust.Ms2ger2016-12-196-17/+5
| |/ / /
* | | | Auto merge of #14662 - bholley:bloom_tls, r=emiliobors-servo2016-12-221-0/+4
|\ \ \ \
| * | | | Remove generation, remove filter pop, and add size tests.Bobby Holley2016-12-221-0/+4
* | | | | Auto merge of #14614 - szeged:new_tests, r=jdmbors-servo2016-12-2222-8/+413
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added some new tests for a few WebBluetooth method.Valentin Fokin2016-12-2222-8/+413
* | | | | Auto merge of #11672 - Ms2ger:dom, r=noxbors-servo2016-12-224-25/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make the dom module private.Ms2ger2016-12-221-3/+3
| * | | | Introduce a script::test module to expose the APIs needed for unit tests.Ms2ger2016-12-223-22/+12
* | | | | Auto merge of #14612 - szeged:connect-disconnect-update, r=jdmbors-servo2016-12-2217-5/+521
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refactor Connect/Disconnect callsZakor Gyula2016-12-2217-5/+521
| | |_|/ | |/| |
* | | | Upgrade to rayon 0.6.Bobby Holley2016-12-211-1/+1
* | | | Remove unused html bluetooth testsAttila Dusnoki2016-12-2124-1615/+0
* | | | Auto merge of #14630 - bd339:iss14064, r=KiChjangbors-servo2016-12-202-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Modify testsbd3392016-12-202-0/+11
| | |/ | |/|
* | | Remove usage of std::intrinsics::discriminant_value.Simon Sapin2016-12-202-5/+3
* | | Auto merge of #14631 - ConnorGBrewster:datetime_fix, r=Ms2gerbors-servo2016-12-191-6/+3
|\ \ \
| * | | Make datetime just reflectConnor Brewster2016-12-191-6/+3
| |/ /
* | | Auto merge of #14304 - KiChjang:css-style-rule-style, r=Manishearthbors-servo2016-12-194-11/+30
|\ \ \ | |/ / |/| |
| * | Add WPT test for CSSStyleRule.style propertyKeith Yeung2016-12-184-8/+30
| * | Implement CSSStyleRule.styleKeith Yeung2016-12-171-3/+0
* | | style: Add simple rule-tree benchmarks. Fix rule node drop race.Emilio Cobos Álvarez2016-12-194-3/+207
|/ /
* | Auto merge of #14598 - DominoTree:master, r=canaltinovabors-servo2016-12-161-12/+7
|\ \ | |/ |/|
| * Maintain Corner type, add None type to AngleOrCornerNick Price2016-12-161-12/+7
* | style: Fix @import serialization.Emilio Cobos Álvarez2016-12-162-0/+22
* | Update test expectations.Emilio Cobos Álvarez2016-12-1653-173/+19
* | script: Add CSSImportRule WebIDL interface.Emilio Cobos Álvarez2016-12-161-0/+1
* | style: Add a StylesheetLoader abstraction, and make it a no-op on Geckolib.Emilio Cobos Álvarez2016-12-164-3/+12
* | Auto merge of #14605 - emilio:crashtest-bug-1323717, r=SimonSapinbors-servo2016-12-152-0/+21
|\ \
| * | style: Avoid ending up with an invalid keyframe when inf or NaN are at play.Emilio Cobos Álvarez2016-12-152-0/+21
* | | Auto merge of #14465 - servo:http, r=noxbors-servo2016-12-154-85/+84
|\ \ \
| * | | Make the fetch target non-optional.Ms2ger2016-12-151-6/+6
| * | | Introduce fetch_with_cors_cache() API for tests.Ms2ger2016-12-152-5/+15
| * | | Use the asynchronous fetching code for fetch_with_context().Ms2ger2016-12-151-5/+5
| * | | Use the asynchronous fetching code in unit tests.Ms2ger2016-12-154-44/+40
| * | | Replace fetch_async() by a new fetch() function.Ms2ger2016-12-152-24/+13
| * | | Introduce fetch_with_context() to reduce repetition.Ms2ger2016-12-153-15/+19
| * | | Qualify the fetch() calls in unit tests.Ms2ger2016-12-151-3/+3
| |/ /
* | | Auto merge of #14509 - canaltinova:position, r=Manishearthbors-servo2016-12-156-43/+161
|\ \ \
| * | | Fix unit testsNazım Can Altınova2016-12-155-46/+69
| * | | Implement HorizontalPosition / VerticalPositionNazım Can Altınova2016-12-122-22/+117
* | | | Auto merge of #14493 - fokinv:stopnotifications, r=jdmbors-servo2016-12-154-5/+10
|\ \ \ \ | |_|/ / |/| | |