Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | Update regex to 1.1 | CYBAI | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | Make `mach test-unit` not recompile components after `mach build` | Simon Sapin | 2018-10-07 | 1 | -3/+0 |
| | | | | | | | | | | | | | Previously, the `tests` feature flag of the `embedder_traits` crate caused it and every crate recursively depending on it to be built twice. This feature flag was used to provide a specific set of "resources" when running tests. Instead, this commits overrides the `main()` function of the test harness to change resources at runtime before running any test. This is done by adding a dependency that has `name = "test"` in its `[lib]` section of `Cargo.toml`. This overrides the crate found by `extern crate test;` in code generated by `rustc --test`. | ||||
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 |
| | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | ||||
* | Update regex to 1.0 | Bastien Orivel | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | Automatically provide a resource reader for tests | Paul Rouget | 2018-04-30 | 1 | -0/+3 |
| | |||||
* | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Bump ipc-channel and bincode | Bastien Orivel | 2018-03-21 | 1 | -1/+1 |
| | | | | This required bumping uuid too which unfortunately duplicated rand. | ||||
* | Update WR (details below): | Glenn Watson | 2017-10-16 | 1 | -1/+1 |
| | | | | | | | | | | * Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux. | ||||
* | Remove explicit dependencies on serde_derive | Simon Sapin | 2017-06-16 | 1 | -1/+0 |
| | |||||
* | Bump serde to 1.0 | Bastien Orivel | 2017-06-16 | 1 | -3/+3 |
| | |||||
* | Update serde to 0.9 (fixes #15325) | Anthony Ramine | 2017-02-18 | 1 | -3/+3 |
| | |||||
* | Update ipc-channel to 0.6.3 | Anthony Ramine | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Update regex. | Ms2ger | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Blacklisted items are removed when calling ↵ | fokinv | 2016-11-04 | 1 | -0/+2 |
| | | | | getServices/Characteristics/Descriptors. | ||||
* | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -0/+15 |