Commit message (Collapse) | 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 |
| | | | | | Moves the responsibility of opening the trace file into TraceDump::new, so that it doesn't need to be repeated at every call site. | ||||
* | 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 |
| | | | | | | | | | | | | | | This updates the trace-dump.js file to https://github.com/fitzgen/servo-trace-dump/commit/6f790668140d44a8641e441d3ac0e64364b8c0ca: > commit 6f790668140d44a8641e441d3ac0e64364b8c0ca > Author: Nick Fitzgerald <fitzgen@gmail.com> > Date: Fri Mar 31 14:26:31 2017 -0700 > > Update for new serde-json data format > > Not sure when this happened, but at some point enum variants without any tuple > struct members became simple strings. | ||||
* | Auto merge of #15458 - connorimes:hbs-0.4, r=emilio | bors-servo | 2017-02-22 | 1 | -80/+70 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update heartbeats-simple dependencies for bug fixes <!-- Please describe your changes on the following line: --> Updates heartbeats-simple dependencies for some bug fixes in native code (primarily for Windows). Now we create heartbeats as needed so we don't have to maintain a hardcoded list which keeps getting out of sync. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #15471 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because it updates a dependency and performs some code maintenance. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15458) <!-- Reviewable:end --> | ||||
| * | 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 |
| | | | | | | | | | | | | | | maintaining heartbeats for profiler categories. Use consistent variable names. Use Box::into_raw and Box::from_raw instead of std::mem::transmute. | ||||
| * | Update heartbeats-simple to 0.4; Include recently added profiler categories ↵ | Connor Imes | 2017-02-20 | 1 | -0/+3 |
| | | | | | | | | in heartbeat logging | ||||
* | | Kill the plugins crate and its clippy support | Anthony Ramine | 2017-02-21 | 2 | -3/+0 |
|/ | | | | | | Sometimes clippy gets outdated by months, and its current support setup means that each Servo component need to opt into it by depending on the plugins crate manually, and not all components do that. | ||||
* | 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 |
| | | | | A cargo bump and a switch to serde_derive is needed to do this rustup. | ||||
* | 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 ↵ | Jeena Lee | 2016-07-07 | 1 | -3/+1 |
| | | | | | | Profiler::get_statistics. Profiler::get_statistics calculates mean, median, min, and max for a given vector of data. This commit adds a test for the calculated statistics. | ||||
* | 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 |
| | | | | | I also properly bump any dependency related to the serde_macros removal from webrender_traits | ||||
* | Make it possible to build the style_traits crate with a stable compiler. | Simon Sapin | 2016-06-22 | 1 | -1/+1 |
| | | | | Testing this on CI to make sure we don’t regress it is blocked on #11806 | ||||
* | 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 |
| | | | | | | | | | | | | | | | WebRender. This happens asynchronously, just as it does in non-WebRender mode. This functionality is a prerequisite for doing proper display-list-based hit testing in WebRender, since it moves the scroll offsets into Servo (and, specifically, into the script thread, enabling iframe event forwarding) instead of keeping them private to WebRender. Requires servo/webrender_traits#55 and servo/webrender#277. Partially addresses #11108. | ||||
* | 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 |
| |