aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
Commit message (Expand)AuthorAgeFilesLines
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-2/+2
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-1/+1
* Update heartbeats-simple to 0.3.0Connor Imes2016-06-203-4/+4
* 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
* Remove empty lines following braces.Josh Matthews2016-05-272-4/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* replacing commas with tabs; changing from CSV to TSV profilingRohit Zambre2016-05-191-5/+5
* Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.Josh Matthews2016-05-181-0/+3
* Do not use libc in profile on WindowsAnthony Ramine2016-05-172-1/+4
* Fix all Windows warningsAnthony Ramine2016-05-162-2/+7
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Fix some warningsMatt Brubeck2016-05-111-6/+6
* added infrastructure to handle interval and CSV time profiling alongside html...Rohit Zambre2016-05-111-78/+172
* Make --profile-trace-path work without -pMatt Brubeck2016-05-101-30/+31
* Auto merge of #11098 - fitzgen:update-trace-dump, r=jdmbors-servo2016-05-102-432/+501
|\
| * Update `trace-dump.{js,css}` from upstreamNick Fitzgerald2016-05-092-432/+501
* | Profile time spent saving the screenshot imageMatt Brubeck2016-05-092-0/+2
|/
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-2710-3/+723
* Simplify TOML syntaxSimon Sapin2016-04-261-17/+8
* Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+1
* Take the stdout lock when printing profile dataNick Fitzgerald2016-04-141-5/+10
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-0/+2
* Auto merge of #10075 - Ms2ger:deny-unsafe, r=jdmbors-servo2016-03-201-0/+4
|\
| * Deny unsafe code in more crates.Ms2ger2016-03-181-0/+4
* | layout: Move overflow calculation to be a separate, sequential,Patrick Walton2016-03-181-0/+2
|/
* Update log to 0.3.5Anthony Ramine2016-03-161-1/+1
* Heartbeats now on crates.io.Connor Imes2016-03-091-3/+1
* Bump regex and regex-syntaxAnthony Ramine2016-03-051-1/+1
* Auto merge of #9863 - larsbergstrom:appveyor2, r=edunhambors-servo2016-03-042-0/+7
|\
| * Fix build on WindowsUK9922016-03-032-0/+7
* | Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
|/
* Flatten display list structureMartin Robinson2016-03-011-0/+2
* Bump to Rust 2016-02-22Anthony Ramine2016-02-231-4/+5
* Implement planned navigationKeith Yeung2016-02-181-0/+1
* task -> threadrohan.prinja2016-01-102-2/+2
* Fix a bunch of clippy lintsJohannes Linke2016-01-022-6/+6
* gfx: Measure text shaping time in the time profiler.Patrick Walton2015-12-152-4/+4
* Use thread::sleep instead of deprecated sleep_msJames Sanders2015-11-292-8/+8
* Auto merge of #8713 - GuillaumeGomez:features, r=Manishearthbors-servo2015-11-281-1/+0
|\
| * Remove stabilized featuresGuillaume Gomez2015-11-281-1/+0
* | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-6/+5
|\ \ | |/ |/|
| * Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-6/+5
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+1
|/
* adding tidy rule to warn against use of &String and refactoring instances of ...jmr02015-11-251-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-191-0/+1
* Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-112-2/+0
* Consolidate ProfilerMetadata and TimerMetadata.Ms2ger2015-11-091-2/+9
* New Android suppportLars Bergstrom2015-11-041-0/+3