aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
Commit message (Expand)AuthorAgeFilesLines
* create an app bundle and package it in dmgConnor Brewster2016-06-281-12/+5
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-4/+4
* Remove some usage of unstable features in geckolibSimon Sapin2016-06-221-4/+5
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-223-12/+13
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-226-56/+56
* Use *const AtomicUsize rather than *mut AtomicUsize in WorkQueue.Ms2ger2016-06-191-4/+4
* Pick up libz update to fix android buildLars Bergstrom2016-06-091-1/+1
* Restore Android to using /sdcard/servo for data, cache, and config pathsLars Bergstrom2016-06-092-5/+20
* Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-1/+0
* Move LowercaseString near its only consumer.Ms2ger2016-06-061-23/+0
* Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-8/+0
* Move c_str_to_string to its only consumer.Ms2ger2016-06-051-10/+1
* Deny unsafe code in some more modules.Ms2ger2016-06-041-2/+0
* Remove support for gpu painting.Ms2ger2016-06-031-16/+0
* Remove the last remaining support for "experimental" features.Ms2ger2016-06-031-9/+0
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+7
* Remove the gonk portLars Bergstrom2016-05-271-12/+2
* Remove empty lines following braces.Josh Matthews2016-05-274-4/+0
* Move mozbrowser_enabled to util::prefsAnthony Ramine2016-05-271-0/+4
* Fix unused import warningsMatt Brubeck2016-05-253-6/+9
* adding default config dirsRahul Sharma2016-05-255-27/+96
* Parse HTMLInputElement attributesKeith Yeung2016-05-241-0/+4
* Move DOMString back to scriptAnthony Ramine2016-05-244-221/+2
* Update string_cache to 0.2.17Keith Yeung2016-05-231-1/+1
* replacing commas with tabs; changing from CSV to TSV profilingRohit Zambre2016-05-191-2/+2
* Auto merge of #11209 - evrimoztamur:patch-1, r=Ms2gerbors-servo2016-05-191-1/+0
|\
| * Remove misleading nonexistant flag hintEvrim Öztamur2016-05-161-1/+0
* | Remove unnecessary bounds on arc_ptr_eq.Ms2ger2016-05-171-1/+1
* | Use num_traits in utilMatt Brubeck2016-05-173-3/+3
* | Update internal crates to bitflags 0.7Anthony Ramine2016-05-171-1/+1
* | Reorder dependencies in many Cargo.toml filesAnthony Ramine2016-05-171-3/+3
|/
* Remove unnecessary clone in LRUCache::touchMatt Brubeck2016-05-131-4/+4
* Eliminate unneeded clones in find_or_createMatt Brubeck2016-05-131-16/+15
* Auto merge of #11132 - mbrubeck:workqueue-panic, r=larsbergstrombors-servo2016-05-121-12/+1
|\
| * Fix integer overflow in next_power_of_twoMatt Brubeck2016-05-111-12/+1
* | added infrastructure to handle interval and CSV time profiling alongside html...Rohit Zambre2016-05-111-8/+25
|/
* Update lazy_static, selectors, string_cache, futf, quickersortMatt Brubeck2016-05-021-1/+1
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-302-2/+2
* Auto merge of #10895 - mbrubeck:byteindex, r=pcwaltonbors-servo2016-04-281-38/+1
|\
| * Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-38/+1
* | Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-1/+19
|/
* Auto merge of #10857 - servo:toml, r=noxbors-servo2016-04-261-11/+4
|\
| * Simplify TOML syntaxSimon Sapin2016-04-261-11/+4
* | Auto merge of #10847 - servo:rustup-20160424, r=noxbors-servo2016-04-261-1/+0
|\ \
| * | Update rustc.Ms2ger2016-04-261-1/+0
| |/
* | Auto merge of #10824 - asajeffrey:communicate-backtrace-on-panic, r=Manishearthbors-servo2016-04-264-30/+22
|\ \
| * | Communicate a backtrace to the constellation when panicking.Alan Jeffrey2016-04-264-30/+22
| |/
* / Add parsing of double values in style attributesKeith Yeung2016-04-253-5/+58
|/
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* Auto merge of #10706 - zwn:unused-extern-crates, r=noxbors-servo2016-04-222-0/+3
|\