aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
Commit message (Expand)AuthorAgeFilesLines
* Removed util.Alan Jeffrey2016-12-149-1745/+0
* Make unnecessarily public function private.Corey Farwell2016-12-091-1/+1
* Remove unused `ExpandToPixelBoundaries` trait from `util`.Corey Farwell2016-12-091-17/+0
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-1/+1
* Allow multiple -Z debug options.Alan Jeffrey2016-11-211-50/+45
* Auto merge of #14249 - vvuk:wr-record, r=kvarkbors-servo2016-11-181-0/+9
|\
| * Add -Z wr-recordVladimir Vukicevic2016-11-161-0/+9
* | Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-173-8/+11
|/
* Store directory path as `PathBuf` instead of `String`.Corey Farwell2016-11-111-2/+2
* Update WR and shaders (initial subpixel AA work).Glenn Watson2016-11-081-0/+11
* Auto merge of #14059 - mrnayak:refPolicy, r=noxbors-servo2016-11-071-1/+1
|\
| * Network Security : Implement StrictOrigin and StrictOriginWhenCrossOriginRaghav2016-11-041-1/+1
* | Concurrent rule tree, v1Emilio Cobos Álvarez2016-11-051-0/+9
|/
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26)Anthony Ramine2016-10-271-1/+0
* Remove util::ipc module (fixes #12312)Dirkjan Ochtman2016-10-193-183/+1
* Remove old rendering backend.Glenn Watson2016-10-181-28/+0
* Migrate user agent string to `Cow<'static, str>`.Corey Farwell2016-10-101-8/+9
* Auto merge of #13649 - servo:rustup, r=larsbergstrombors-servo2016-10-093-6/+8
|\
| * Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-4/+6
| * Remove non-ASCII chars from canvas dependencyAnthony Ramine2016-10-091-2/+2
* | Simplify logic for writing to stderr.Corey Farwell2016-10-091-3/+1
|/
* Auto merge of #13472 - asajeffrey:util-remutex-dont-log-while-mutating-lock, ...bors-servo2016-10-041-9/+26
|\
| * Moved assertion to after lock release; tidied up code.Alan Jeffrey2016-10-041-9/+26
* | profile: Integrate the time profiler with the macOS signpostPatrick Walton2016-10-011-0/+12
* | Auto merge of #13401 - notriddle:master, r=pcwaltonbors-servo2016-09-291-0/+10
|\ \
| * | Add assertion that this is not a flex itemMichael Howell2016-09-291-8/+8
| * | Add `util::clamp` functionMichael Howell2016-09-271-0/+10
| |/
* | Switch default renderer to webrender, and update webrender.Glenn Watson2016-09-281-4/+3
* | Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-2/+7
|/
* Update webrender + shaders.Glenn Watson2016-09-161-0/+13
* Implement a WebSocket server for debugging.Eddy Bruel2016-09-121-0/+12
* Reorder `use` statementsUK9922016-09-091-1/+1
* Remove static usage at compile-time of GIT_INFO to enable builds outside of a...Lars Bergstrom2016-08-271-2/+7
* Move thread_state to style.Ms2ger2016-08-222-106/+0
* Update euclid to 0.10.1Anthony Ramine2016-08-211-1/+1
* Rewrite the style sharing candidate cache.Emilio Cobos Álvarez2016-08-171-0/+9
* Auto merge of #12839 - notriddle:11818_sequential_layout_bug, r=emiliobors-servo2016-08-141-13/+16
|\
| * Add test for #11818Michael Howell2016-08-131-13/+16
* | Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)Anthony Ramine2016-08-131-1/+1
* | Auto merge of #12831 - notriddle:master, r=Manishearthbors-servo2016-08-121-0/+10
|\ \
| * | Add a flag to dump the computed style valuesMichael Howell2016-08-121-0/+10
| |/
* / Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-6/+6
|/
* Update to euclid 0.8Martin Robinson2016-08-124-18/+12
* Update cargo.lock for wr2, pin ipc-channel.Glenn Watson2016-08-031-1/+1
* Add wr-debug option.Glenn Watson2016-08-031-1/+10
* Replaced mutex in constellation logging by a reentrant mutex.Alan Jeffrey2016-07-293-0/+223
* Auto merge of #12468 - asajeffrey:constellation-remove-panic-channel, r=emiliobors-servo2016-07-214-99/+1
|\
| * Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-204-99/+1