aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits
Commit message (Expand)AuthorAgeFilesLines
* fixup! Measure layout queries blocked by ongoing layoutpylbrecht2019-04-171-2/+1
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+5
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-195-5/+5
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-2/+2
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-0/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-083-3/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-8/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-062-7/+5
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-062-4/+4
* Add lots of derived Debug implsAlan Jeffrey2018-10-292-10/+10
* Add support for IpcBytesReceiver in profile_traits::ipc - #21704sumit01902018-09-202-0/+31
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-123-3/+5
* format components/profile_traitsAnshul Malik2018-09-105-57/+96
* Measure cache memory usage (#19251):modal-d172018-04-011-0/+9
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Implements profiler for blocked recvNakul Jindal2018-03-224-0/+57
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-3/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-122-3/+2
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-0/+1
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+2
* Passing ProfilerChan by reference to the send_profile_data method.Jeremy Lempereur2017-06-251-2/+2
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-3/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-3/+3
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-212-5/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+3
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
* Reorder some dependenciesAnthony Ramine2017-02-161-2/+2
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+1
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+1
* Removed util.Alan Jeffrey2016-12-143-3/+3
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+2
* Allow unsafe code for energy module (build failure otherwise)Connor Imes2016-11-171-0/+1
* Supress panics for ProfilerChan sends.Josh Matthews2016-11-144-4/+13
* Silently ignore errors sending memory profiling data.Josh Matthews2016-11-071-1/+1
* Silently ignore errors sending time profiling data.Josh Matthews2016-11-071-1/+1
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+1
* Add time profiling to ServoXMLParser::parse_syncAnthony Ramine2016-10-111-0/+1
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-3/+5
* profile: Integrate the time profiler with the macOS signpostPatrick Walton2016-10-013-45/+61
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-3/+3