aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-212-9/+9
|/
* Auto merge of #12137 - ConnorGBrewster:resources_case_sensitive, r=aneeshusabors-servo2016-07-151-0/+6
|\
| * Check for Resources on case sensitive fs.Connor Brewster2016-07-011-0/+6
* | All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
* | Improve mach clippy, add plugins to style/utilManish Goregaokar2016-07-122-1/+3
* | Auto merge of #12385 - Ms2ger:arc_ptr_eq, r=SimonSapinbors-servo2016-07-111-10/+0
|\ \
| * | Move arc_ptr_eq to style.Ms2ger2016-07-111-10/+0
* | | Move some unit type definitions to style_traits.Ms2ger2016-07-111-29/+1
|/ /
* | Move util::cache to style.Ms2ger2016-07-083-125/+0
* | Remove HashCache.Ms2ger2016-07-081-50/+1
* | Auto merge of #12275 - emilio:prefs-rwlock, r=jdmbors-servo2016-07-061-10/+10
|\ \
| * | prefs: Make the preferences be guarded by a RwLock instead of a MutexEmilio Cobos Álvarez2016-07-051-10/+10
* | | Remove util::breakpointAnthony Ramine2016-07-061-7/+0
|/ /
* | Move util::str to styleAnthony Ramine2016-07-053-130/+0
* | Move util::tid to styleAnthony Ramine2016-07-052-27/+0
* | Move util::workqueue to styleAnthony Ramine2016-07-043-369/+0
* | Remove util::debug_utilsAnthony Ramine2016-07-042-34/+0