aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update cargo.lock for wr2, pin ipc-channel.Glenn Watson2016-08-031-1/+1
* Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-261-2/+2
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-2/+2
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+1
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-0/+1
* Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.Josh Matthews2016-05-181-0/+3
* added infrastructure to handle interval and CSV time profiling alongside html...Rohit Zambre2016-05-111-1/+1
* Profile time spent saving the screenshot imageMatt Brubeck2016-05-091-0/+1
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-5/+4
* Simplify TOML syntaxSimon Sapin2016-04-261-14/+4
* use self.0 instead of destructing single item tuple structsfaineance2016-03-272-6/+3
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-0/+1
* Auto merge of #10075 - Ms2ger:deny-unsafe, r=jdmbors-servo2016-03-201-0/+2
|\
| * Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* | layout: Move overflow calculation to be a separate, sequential,Patrick Walton2016-03-181-0/+1
|/
* Bump serde to 0.7Anthony Ramine2016-03-171-2/+2
* Heartbeats now on crates.io.Connor Imes2016-03-091-1/+1
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
* Flatten display list structureMartin Robinson2016-03-011-0/+1
* Implement planned navigationKeith Yeung2016-02-181-0/+1
* task -> threadrohan.prinja2016-01-101-1/+1
* gfx: Measure text shaping time in the time profiler.Patrick Walton2015-12-151-2/+19
* Remove the pinned revision from profile_traits/Cargo.toml.Ms2ger2015-12-131-1/+0
* Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-1/+1
* Update `ipc-channel` to pick up the improved error reporting.Patrick Walton2015-11-231-1/+1
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-192-3/+4
* Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-111-1/+0
* Consolidate ProfilerMetadata and TimerMetadata.Ms2ger2015-11-092-20/+5
* Auto merge of #8253 - connorimes:android-energy-profiling, r=mbrubeckbors-servo2015-10-302-3/+8
|\