| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -0/+1 |
* | Remove servo feature from servo_config | Xidorn Quan | 2017-04-07 | 1 | -1/+1 |
* | Move trace file opening into TraceDump::new | Nick Fitzgerald | 2017-03-31 | 2 | -21/+19 |
* | Derive Debug for TraceDump | Nick Fitzgerald | 2017-03-31 | 1 | -0/+1 |
* | Update components/profile/trace-dump.js to 6f7906 | Nick Fitzgerald | 2017-03-31 | 1 | -6/+1 |
* | Auto merge of #15458 - connorimes:hbs-0.4, r=emilio | bors-servo | 2017-02-22 | 1 | -80/+70 |
|\ |
|
| * | Handle synchronization in a private module with safer closure | Connor Imes | 2017-02-20 | 1 | -52/+54 |
| * | Use spinlock to synchronize access to static mut with pointer. Fixes #15471 | Connor Imes | 2017-02-20 | 1 | -23/+54 |
| * | Create heartbeats dynamically as needed - avoids the need for hardcoding and ... | Connor Imes | 2017-02-20 | 1 | -60/+14 |
| * | Update heartbeats-simple to 0.4; Include recently added profiler categories i... | Connor Imes | 2017-02-20 | 1 | -0/+3 |
* | | Kill the plugins crate and its clippy support | Anthony Ramine | 2017-02-21 | 2 | -3/+0 |
|/ |
|
* | Update serde to 0.9 (fixes #15325) | Anthony Ramine | 2017-02-18 | 1 | -4/+4 |
* | Update gamma-lut, heartbeats-simple, hyper, mac, truetype, unicode-bidi | Matt Brubeck | 2017-02-17 | 1 | -1/+1 |
* | Update ipc-channel to 0.6.3 | Anthony Ramine | 2017-02-16 | 1 | -1/+1 |
* | Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23). | Ms2ger | 2017-01-24 | 1 | -1/+0 |
* | Update regex. | Ms2ger | 2017-01-16 | 2 | -4/+4 |
* | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -0/+1 |
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) | Simon Sapin | 2017-01-06 | 1 | -1/+0 |
* | replace match by if let statements if possible | Julien Levesy | 2016-12-31 | 1 | -6/+5 |
* | profile: Simplify profiler's find or insert code. | Emilio Cobos Álvarez | 2016-12-25 | 1 | -6/+1 |
* | Removed util. | Alan Jeffrey | 2016-12-14 | 5 | -20/+18 |
* | Add support for fullscreen #10102 | Jansen Jan | 2016-12-09 | 1 | -0/+2 |
* | Update profiler logging with current ProfilerCategory enum values | Connor Imes | 2016-11-17 | 1 | -2/+14 |
* | Remove #![feature(custom_derive)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 |
* | Add time profiling to ServoXMLParser::parse_sync | Anthony Ramine | 2016-10-11 | 1 | -0/+1 |
* | Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) | Anthony Ramine | 2016-10-09 | 2 | -3/+5 |
* | Reorder `use` statements | UK992 | 2016-09-09 | 2 | -3/+3 |
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -4/+4 |
* | Update Rust to 1.12.0-nightly (545a3a94f 2016-08-04) | Anthony Ramine | 2016-08-05 | 1 | -1/+0 |
* | Update cargo.lock for wr2, pin ipc-channel. | Glenn Watson | 2016-08-03 | 1 | -1/+1 |
* | Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) | Eduard Burtescu | 2016-07-26 | 1 | -2/+2 |
* | All our Cargo.toml files should contain an MPL-2.0 license field. | Alan Jeffrey | 2016-07-14 | 1 | -0/+1 |
* | added spaces around - sign | Malisa Smith | 2016-07-07 | 1 | -1/+1 |
* | added comment to profiler get_statistics function | Malisa Smith | 2016-07-07 | 1 | -0/+1 |
* | simplifying min and max calculation for profiler get_statistics function | Malisa Smith | 2016-07-07 | 1 | -2/+3 |
* | added test and assertion that profiler statistics data must be sorted | Malisa Smith | 2016-07-07 | 1 | -6/+11 |
* | Add test for Profiler::get_statistics, and remove empty space around Profiler... | Jeena Lee | 2016-07-07 | 1 | -3/+1 |
* | separate profiler statistics calculation to its own function | Malisa Smith | 2016-07-07 | 1 | -10/+14 |
* | Move util::time::duration_from_seconds to profile::time | Anthony Ramine | 2016-06-29 | 2 | -3/+16 |
* | Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) | Anthony Ramine | 2016-06-27 | 1 | -2/+2 |
* | Make it possible to build the style_traits crate with a stable compiler. | Simon Sapin | 2016-06-22 | 1 | -1/+1 |
* | Update heartbeats-simple to 0.3.0 | Connor Imes | 2016-06-20 | 3 | -4/+4 |
* | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -0/+1 |
* | script: Keep the DOM-side viewport up to date when scrolling happens in | Patrick Walton | 2016-05-31 | 1 | -0/+1 |
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 2 | -4/+2 |
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
* | replacing commas with tabs; changing from CSV to TSV profiling | Rohit Zambre | 2016-05-19 | 1 | -5/+5 |
* | Add timeline markers for HTTP requests, JS evaluation, and HTML parsing. | Josh Matthews | 2016-05-18 | 1 | -0/+3 |
* | Do not use libc in profile on Windows | Anthony Ramine | 2016-05-17 | 2 | -1/+4 |
* | Fix all Windows warnings | Anthony Ramine | 2016-05-16 | 2 | -2/+7 |