| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nsstring from gecko into servo/support/gecko/nsstring | Nika Layzell | 2017-10-23 | 1 | -3/+3 |
* | Backed out changeset 196206f129ef (bug 1403213) for referencing non-existing ... | Gecko Backout | 2017-10-20 | 1 | -3/+3 |
* | Auto merge of #18941 - mystor:nsstring, r=mystor | bors-servo | 2017-10-20 | 1 | -3/+3 |
|\ |
|
| * | Move nsstring from gecko into servo/support/gecko/nsstring | Nika Layzell | 2017-10-20 | 1 | -3/+3 |
| * | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f... | Gecko Backout | 2017-10-19 | 1 | -1/+1 |
| * | Update bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-19 | 1 | -1/+1 |
* | | updated version in .toml files | Nikhil Shagrithaya | 2017-10-19 | 1 | -1/+1 |
|/ |
|
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -8/+5 |
* | Removed pdqsort dependency and changed style create to use stdlib sort method. | Savid Sharan | 2017-10-16 | 1 | -1/+0 |
* | Update bindgen. | Emilio Cobos Álvarez | 2017-10-12 | 1 | -1/+1 |
* | Update to cssparser 0.22 (source location in error types) | Simon Sapin | 2017-10-10 | 1 | -1/+1 |
* | ChildrenOnly -> ChildrenOnly(Option<QualName>) | Jyotsna Prakash | 2017-10-07 | 1 | -1/+1 |
* | style: Update rayon. | Emilio Cobos Álvarez | 2017-10-03 | 1 | -1/+1 |
* | style: Update precomputed-hash. | Emilio Cobos Álvarez | 2017-09-30 | 1 | -1/+1 |
* | Hoist the LRU cache into its own crate to share it with selectors. | Bobby Holley | 2017-09-20 | 1 | -0/+1 |
* | Bump cssparser to 0.21.2 | Manish Goregaokar | 2017-09-18 | 1 | -1/+1 |
* | Auto merge of #18511 - mbrubeck:always-be-updating, r=KiChjang | bors-servo | 2017-09-15 | 1 | -1/+1 |
|\ |
|
| * | Update to smallbitvec 1.0.6 | Matt Brubeck | 2017-09-15 | 1 | -1/+1 |
* | | Auto merge of #18512 - tromey:preserve-style-sheet-source-url, r=SimonSapin | bors-servo | 2017-09-15 | 1 | -1/+1 |
|\ \ |
|
| * | | Preserve sourceURL comment on style sheets | Tom Tromey | 2017-09-14 | 1 | -1/+1 |
| |/ |
|
* / | Make LRUCache use a linked list to reduce memmoves. | Matt Brubeck | 2017-09-14 | 1 | -1/+0 |
|/ |
|
* | Remove get_location_with_offset | Tom Tromey | 2017-09-12 | 1 | -1/+1 |
* | Overhaul MallocSizeOf and related things. | Nicholas Nethercote | 2017-09-12 | 1 | -1/+4 |
* | Auto merge of #18446 - bzbarsky:update-cssparser, r=SimonSapin | bors-servo | 2017-09-11 | 1 | -1/+1 |
|\ |
|
| * | Update rust-cssparser to 0.20.2. | Boris Zbarsky | 2017-09-11 | 1 | -1/+1 |
* | | Auto merge of #18431 - mbrubeck:pdb-size, r=SimonSapin | bors-servo | 2017-09-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use SmallBitVec to replace BitVec | Matt Brubeck | 2017-09-11 | 1 | -1/+1 |
* | | fallible: Avoid using system malloc in servo. | Emilio Cobos Álvarez | 2017-09-10 | 1 | -1/+1 |
* | | Auto merge of #18413 - Manishearth:bump-au, r=jdm | bors-servo | 2017-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Bump app_units; use from_f64_au | Manish Goregaokar | 2017-09-08 | 1 | -1/+1 |
| |/ |
|
* / | Bug 1389009 - stylo: Add fallible append APIs for Vec and SmallVec. r=manish... | Julian Seward | 2017-09-07 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #18336 - upsuper:two-stage-at-rule, r=SimonSapin | bors-servo | 2017-09-01 | 1 | -1/+1 |
|\ |
|
| * | Parse at-rule without block in two stages | Xidorn Quan | 2017-09-01 | 1 | -1/+1 |
* | | stylo: Add dependency on hashglobe | Manish Goregaokar | 2017-08-31 | 1 | -0/+1 |
|/ |
|
* | Use cssparser's new_with_line_number_offset | Tom Tromey | 2017-08-28 | 1 | -1/+1 |
* | Use Parser::skip_whitespace in a few places to make Parser::try rewind less. | Simon Sapin | 2017-08-26 | 1 | -1/+1 |
* | Auto merge of #18056 - cynicaldevil:remove-treesink-dep-on-dom, r=nox | bors-servo | 2017-08-18 | 1 | -1/+1 |
|\ |
|
| * | Updated h5e and x5e | Nikhil Shagrithaya | 2017-08-18 | 1 | -1/+1 |
* | | style: update app_units. | Emilio Cobos Álvarez | 2017-08-18 | 1 | -1/+1 |
|/ |
|
* | Update to cssparser 0.19, count line numbers during tokenization | Simon Sapin | 2017-08-09 | 1 | -1/+1 |
* | Remove testing feature from style crate | Manish Goregaokar | 2017-08-07 | 1 | -1/+0 |
* | Bump app units to 0.5.2 | Manish Goregaokar | 2017-08-02 | 1 | -1/+1 |
* | Auto merge of #17898 - BorisChiou:stylo/animation/filter_distance, r=birtles | bors-servo | 2017-07-28 | 1 | -0/+1 |
|\ |
|
| * | Rewrite compute_squared_distance for AnimatedFilterList. | Boris Chiou | 2017-07-28 | 1 | -0/+1 |
* | | Upgrade to bindgen 0.29. | Xidorn Quan | 2017-07-28 | 1 | -1/+1 |
* | | stylo: Bump app units version | Manish Goregaokar | 2017-07-27 | 1 | -1/+1 |
|/ |
|
* | Backed out changeset 1c8d22359d5d because the gecko half was backed out a=bac... | Gecko Backout | 2017-07-27 | 1 | -1/+1 |
* | stylo: Bump app units version | Manish Goregaokar | 2017-07-26 | 1 | -1/+1 |
* | Update cssparser to 0.18 | Simon Sapin | 2017-07-24 | 1 | -1/+1 |
* | Replace all uses of the style::stylearc alias with servo_arc. | Michael Partheil | 2017-07-19 | 1 | -1/+1 |