| Commit message (Expand) | Author | Age | Files | Lines |
* | Split layout code into a separate crate. | Josh Matthews | 2014-06-28 | 1 | -1078/+0 |
* | Make move mutation out of compute_minimum_ascent_and_descent | Brendan Zabarauskas | 2014-06-20 | 1 | -1/+3 |
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -3/+3 |
* | layout: Reference count flows, and forbid unsafe code in many places. | Patrick Walton | 2014-06-03 | 1 | -118/+114 |
* | Remove last methods from InlineFragmentMap | Brendan Zabarauskas | 2014-06-02 | 1 | -2/+2 |
* | Remove the need to destructure InlineFragments | Brendan Zabarauskas | 2014-06-02 | 1 | -66/+5 |
* | Rename `box_.rs` to `fragment.rs` | Brendan Zabarauskas | 2014-05-28 | 1 | -3/+3 |
* | Rename functions, fields and adjust comments to use `fragment` instead of `box` | Brendan Zabarauskas | 2014-05-28 | 1 | -137/+138 |
* | Convert usages of `Box` in type identifiers to `Fragment` | Brendan Zabarauskas | 2014-05-28 | 1 | -109/+107 |
* | Make ComputedStyle fields private and add getters. | Simon Sapin | 2014-05-23 | 1 | -3/+3 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -25/+26 |
* | auto merge of #2411 : glennw/servo/issue-2335, r=pcwalton | bors-servo | 2014-05-22 | 1 | -3/+5 |
|\ |
|
| * | Potential fix for #2335. | Glenn Watson | 2014-05-22 | 1 | -3/+5 |
* | | Remove OptNewVector and use Vec instead. | Simon Sapin | 2014-05-14 | 1 | -123/+57 |
* | | Use fragment index type for referring to inline DOM fragments | Brendan Zabarauskas | 2014-05-13 | 1 | -4/+4 |
|/ |
|
* | Require Range<T> to have a signed integer T | Brendan Zabarauskas | 2014-05-07 | 1 | -2/+2 |
* | Make range generic | Brendan Zabarauskas | 2014-05-07 | 1 | -1/+1 |
* | auto merge of #2337 : bjz/servo/smallvec, r=pcwalton | bors-servo | 2014-05-05 | 1 | -2/+1 |
|\ |
|
| * | Replace most of the SmallVec0 usages with std::vec::Vec | Brendan Zabarauskas | 2014-05-05 | 1 | -2/+1 |
* | | Remove OptVector. | Ms2ger | 2014-05-05 | 1 | -63/+0 |
|/ |
|
* | Convert Vec::new() to vec!() | Matt Murphy | 2014-05-04 | 1 | -5/+5 |
* | ~[] to Vec in main/layout/construct.rs and associated files | Matt Murphy | 2014-05-04 | 1 | -2/+54 |
* | ~[] to std::vec::Vec in layout | Matt Murphy | 2014-05-04 | 1 | -8/+8 |
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -1/+1 |
* | Remove JS::get/get_mut to enforce sound rooting practices. | Josh Matthews | 2014-05-03 | 1 | -3/+2 |
* | layout: Rewrite display list building to be parallel and to handle | Patrick Walton | 2014-05-02 | 1 | -1/+3 |
* | layout: Re-enable parallel layout by removing all `RefCell` instances | Patrick Walton | 2014-05-02 | 1 | -237/+202 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -12/+12 |
* | fixup! Rename ElementType to PseudoElementType, to avoid confusion with Eleme... | Simon Sapin | 2014-04-14 | 1 | -1/+1 |
* | Rename ElementType to PseudoElementType, to avoid confusion with ElementTypeId. | Simon Sapin | 2014-04-14 | 1 | -3/+3 |
* | auto merge of #2071 : hyunjunekim/servo/try, r=larsbergstrom | bors-servo | 2014-04-11 | 1 | -0/+3 |
|\ |
|
| * | inline pseudo element | hyunjunekim | 2014-04-09 | 1 | -0/+3 |
* | | fix visibility warnings in main crate (#2044) | Manish Goregaokar | 2014-04-06 | 1 | -3/+3 |
|/ |
|
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -16/+16 |
* | layout: Address review feedback. | Patrick Walton | 2014-04-03 | 1 | -48/+57 |
* | layout: Implement pseudo-elements. | Hyun June Kim | 2014-04-03 | 1 | -105/+152 |
* | layout: Support multiple boxes per node; don't store fixed/absolute | Patrick Walton | 2014-04-03 | 1 | -62/+67 |
* | Support a part of anonymous table(step 1-1, 1-2, 2). | Junyoung Cho | 2014-03-24 | 1 | -35/+82 |
* | Construct table-related flow and calculate fixed layout | Junyoung Cho | 2014-03-24 | 1 | -27/+245 |
* | auto merge of #1867 : saneyuki/servo/1828, r=pcwalton | bors-servo | 2014-03-20 | 1 | -2/+2 |
|\ |
|
| * | Change from TNode/TElement::with_element() to as_element(). | Tetsuharu OHZEKI | 2014-03-21 | 1 | -2/+2 |
* | | Split TCast::to into TCast::to_unchecked and TCast::to. | Tetsuharu OHZEKI | 2014-03-20 | 1 | -1/+1 |
|/ |
|
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -12/+12 |
* | Implement `position: absolute` for replaced elements. | S Pradeep Kumar | 2014-03-04 | 1 | -0/+11 |
* | Implement mini-traversal for absolute flow assign-height. | S Pradeep Kumar | 2014-03-03 | 1 | -40/+94 |
* | Implement `position: absolute` for non-replaced elements. | S Pradeep Kumar | 2014-03-03 | 1 | -11/+11 |
* | auto merge of #1781 : hgentry/servo/mozilla-servo, r=metajack | bors-servo | 2014-02-28 | 1 | -2/+2 |
|\ |
|
| * | Renamed HTMLIframeElementTypeId to HTMLIFrameElementTypeId | hgentry | 2014-02-27 | 1 | -2/+2 |
* | | layout: Rewrite the float context. | Patrick Walton | 2014-02-26 | 1 | -5/+5 |
|/ |
|
* | layout: Construct flows in parallel, without a leaf set | Patrick Walton | 2014-02-24 | 1 | -40/+41 |