aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test-tidy self testPyfisch2018-11-072-2/+3
* Reorder importsPyfisch2018-11-0621-41/+49
* Manually format remaining problemsPyfisch2018-11-062-23/+25
* Format remaining filesPyfisch2018-11-0635-1151/+2282
* Switch most crates to the 2018 editionSimon Sapin2018-11-066-0/+6
* style: Fix servo build.Emilio Cobos Álvarez2018-11-051-2/+3
* style: Implement the env() function with hardcoded zeros for safe-area-inset.Emilio Cobos Álvarez2018-11-051-1/+1
* Update hyper to 0.12Bastien Orivel2018-11-011-1/+1
* Implement TimeRanges interfaceFernando Jiménez Moreno2018-10-312-0/+89
* style: Fix servo build and tidy lints.Emilio Cobos Álvarez2018-10-283-97/+1
* style: Fix Servo build.Emilio Cobos Álvarez2018-10-191-54/+0
* Auto merge of #21881 - pyfisch:keyboard-types, r=paulrougetbors-servo2018-10-173-15/+14
|\
| * Minor keyboard updatesPyfisch2018-10-131-1/+1
| * Use keyboard-types cratePyfisch2018-10-073-15/+14
* | Update WebrenderPyfisch2018-10-091-1/+2
* | Make `mach test-unit` not recompile components after `mach build`Simon Sapin2018-10-071-0/+1
|/
* Add support for IpcBytesReceiver in profile_traits::ipc - #21704sumit01902018-09-201-0/+23
* Fix unit test build.Emilio Cobos Álvarez2018-09-182-4/+4
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-122-2/+2
* style: Fix unit tests build.Emilio Cobos Álvarez2018-09-033-9/+27
* Auto merge of #21348 - pyfisch:only-webrender-items, r=jdmbors-servo2018-08-231-9/+12
|\
| * Fix unit testsPyfisch2018-08-061-9/+12
* | Fix Servo build.Emilio Cobos Álvarez2018-08-081-1/+0
* | WR updatePaul Rouget2018-08-062-3/+3
|/
* style: Fix unit tests.Emilio Cobos Álvarez2018-07-241-2/+2
* Update parking_lot to 0.6Bastien Orivel2018-07-201-1/+1
* Update euclid to 0.18Bastien Orivel2018-07-182-2/+2
* style: Fix build and unit tests.Emilio Cobos Álvarez2018-07-163-262/+2
* Remove unused code for parsing a `sizes` attribute.Emilio Cobos Álvarez2018-07-013-99/+0
* style: Fix build / unit tests.Emilio Cobos Álvarez2018-07-013-413/+1
* style: Fix / remove unit tests.Emilio Cobos Álvarez2018-06-2311-162/+58
* Auto merge of #20819 - servo:fourchette, r=jdmbors-servo2018-05-192-1/+50
|\
| * Remove ports/geckolib.Emilio Cobos Álvarez2018-05-172-1/+50
* | Auto merge of #20718 - paulrouget:res2, r=emiliobors-servo2018-05-183-4/+0
|\ \ | |/ |/|
| * Automatically provide a resource reader for testsPaul Rouget2018-04-303-4/+0
* | style: Remove a useless unit test that no longer compiles.Emilio Cobos Álvarez2018-05-051-28/+1
|/
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-293-14/+5
|\
| * Move DL items from gfx to layoutPyfisch2018-04-223-14/+5
* | style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-292-40/+5
* | style: Fixups for css-fonts-4 font-weight.Emilio Cobos Álvarez2018-04-282-18/+0
* | delegate resource reading to embedderPaul Rouget2018-04-273-0/+4
* | style: Let overflow parse two values.Emilio Cobos Álvarez2018-04-121-33/+0
* | Stop using Gecko namespace ids in servo.Bobby Holley2018-04-062-2/+2
* | Implement a URL-generic type for list-style-imageFausto Núñez Alberro2018-04-031-4/+2
* | style: Add support for 'flex-basis:content' in the style system.Emilio Cobos Álvarez2018-04-021-37/+0
|/
* Implements profiler for blocked recvNakul Jindal2018-03-223-1/+31
* Bump parking_lot to 0.5Bastien Orivel2018-03-211-1/+1
* Bump ipc-channel and bincodeBastien Orivel2018-03-212-2/+2
* Bump euclid to 0.17Bastien Orivel2018-02-282-2/+2
* Auto merge of #20058 - Eijebong:rayon1.0, r=jdmbors-servo2018-02-271-1/+1
|\