aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Heartbeats support for Android.Connor Imes2015-10-291-13/+45
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-0/+1
* Fix issues found by rust-clippyCorey Farwell2015-10-122-25/+13
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-243-9/+13
* Auto merge of #7559 - ddrmanxbxfr:RFC-0344-Work, r=noxbors-servo2015-09-121-22/+22
|\
| * Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-22/+22
* | Add documentation to profile crate on Heartbeats and energy-profiling featureConnor Imes2015-09-101-0/+92
* | Add energy monitoring and characterization scriptsConnor Imes2015-09-092-3/+67
* | Add heartbeats for new script profiler categoriesConnor Imes2015-09-081-0/+16
|/
* Combine script profiling with profile crates. Fixes #7514.Connor Imes2015-09-041-0/+16
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+0