Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update references to malloc_size_of_derive, which is in crates.io now. | Emilio Cobos Álvarez | 2019-01-13 | 1 | -1/+1 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -10/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdm | bors-servo | 2018-09-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace mpsc with crossbeam-channel Follow up on https://github.com/servo/servo/pull/19515 --- Selecting over multiple channels in `std::sync::mpsc` is not stable and likely never will be: https://github.com/rust-lang/rust/issues/27800#issuecomment-260136777 > It seems the only thing keeping `mpsc_select` around is Servo. crossbeam-channel is designed specifically to replace `std::sync::mpsc` and fix many of its shortcomings: https://github.com/stjepang/rfcs-crossbeam/blob/channel/text/2017-11-09-channel.md This is to be landed together with https://github.com/servo/ipc-channel/pull/183. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21325) <!-- Reviewable:end --> | ||||
| * | 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> | ||||
* | | Format metrics #21373 | kingdido999 | 2018-09-11 | 1 | -23/+27 |
|/ | |||||
* | added spec comments | ddh | 2018-04-11 | 1 | -0/+2 |
| | |||||
* | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 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. | ||||
* | Decoupled gfx and metrics | Georg Streich | 2018-01-15 | 2 | -20/+2 |
| | |||||
* | Print url of recorded PWM | Fernando Jiménez Moreno | 2017-12-07 | 2 | -5/+28 |
| | |||||
* | Fix float conversion of paint timing metrics | Fernando Jiménez Moreno | 2017-12-07 | 1 | -2/+11 |
| | |||||
* | added navigation start for interactive metrics | ddh | 2017-11-14 | 1 | -0/+6 |
| | |||||
* | changed f64 to u64 for navigation start timing until it had to be float | ddh | 2017-11-01 | 1 | -30/+30 |
| | |||||
* | Fixes #19063 | Jacqueline Outka | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | added pipelines to all task sources | ddh | 2017-10-25 | 2 | -108/+65 |
| | | | | changed task sources to accept pipeline ids | ||||
* | added time to interactive metrics, refactored metrics to use traits | ddh | 2017-10-24 | 2 | -72/+321 |
| | | | | changed task macro to take pipeline info | ||||
* | 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. | ||||
* | Add paint metrics to Performance Timeline API | Fernando Jiménez Moreno | 2017-08-23 | 1 | -6/+21 |
| | |||||
* | Wait for actual paint before setting paint related metrics | Fernando Jiménez Moreno | 2017-08-22 | 2 | -33/+79 |
| | |||||
* | PWM tests | Fernando Jiménez Moreno | 2017-07-21 | 1 | -0/+12 |
| | |||||
* | Implement basic Time To First Paint and First Contentful Paint PWMs | Fernando Jiménez Moreno | 2017-07-20 | 2 | -0/+129 |