| Commit message (Expand) | Author | Age | Files | Lines |
* | Split layout code into a separate crate. | Josh Matthews | 2014-06-28 | 1 | -1086/+0 |
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -1/+1 |
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -6/+6 |
* | layout: Reference count flows, and forbid unsafe code in many places. | Patrick Walton | 2014-06-03 | 1 | -139/+81 |
* | Improve naming of structs in inline.rs | Brendan Zabarauskas | 2014-05-28 | 1 | -1/+1 |
* | Rename `box_.rs` to `fragment.rs` | Brendan Zabarauskas | 2014-05-28 | 1 | -1/+1 |
* | Rename functions, fields and adjust comments to use `fragment` instead of `box` | Brendan Zabarauskas | 2014-05-28 | 1 | -10/+10 |
* | Convert usages of `Box` in type identifiers to `Fragment` | Brendan Zabarauskas | 2014-05-28 | 1 | -12/+11 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -9/+10 |
* | auto merge of #2356 : glennw/servo/warnings, r=jdm | bors-servo | 2014-05-07 | 1 | -1/+1 |
|\ |
|
| * | Fix a few mutability warnings | Glenn Watson | 2014-05-07 | 1 | -1/+1 |
* | | Use fmt::Show for outputting debug information | Brendan Zabarauskas | 2014-05-06 | 1 | -7/+3 |
|/ |
|
* | Replace most of the SmallVec0 usages with std::vec::Vec | Brendan Zabarauskas | 2014-05-05 | 1 | -5/+4 |
* | ~[] to Vec in layout flow, block, table, row, rowgroup, wrapper | Matt Murphy | 2014-05-04 | 1 | -3/+3 |
* | ~[] to Vec in main/layout/construct.rs and associated files | Matt Murphy | 2014-05-04 | 1 | -1/+0 |
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -1/+1 |
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
* | layout: Rewrite display list building to be parallel and to handle | Patrick Walton | 2014-05-02 | 1 | -54/+130 |
* | layout: Re-enable parallel layout by removing all `RefCell` instances | Patrick Walton | 2014-05-02 | 1 | -206/+61 |
* | Replace Au::zero_* with generic methods | Matt Brubeck | 2014-05-02 | 1 | -2/+2 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -28/+29 |
* | Replace @s with Rc types.(fixes #2079) | lpy | 2014-04-12 | 1 | -17/+0 |
* | fix visibility warnings in main crate (#2044) | Manish Goregaokar | 2014-04-06 | 1 | -2/+2 |
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -1/+1 |
* | layout: Address review feedback. | Patrick Walton | 2014-04-03 | 1 | -3/+2 |
* | layout: Implement enough of automatic table layout to pass Acid2. | Junyoung Cho | 2014-04-03 | 1 | -176/+73 |
* | layout: Rewrite the margin collapse code to work with negative margins. | Patrick Walton | 2014-04-03 | 1 | -14/+16 |
* | layout: Support multiple boxes per node; don't store fixed/absolute | Patrick Walton | 2014-04-03 | 1 | -35/+14 |
* | layout: Take padding into account for inline boxes | Patrick Walton | 2014-04-03 | 1 | -2/+1 |
* | servo: Implement stacking contexts and allow multiple layers per | Patrick Walton | 2014-04-03 | 1 | -10/+24 |
* | Support a part of anonymous table(step 1-1, 1-2, 2). | Junyoung Cho | 2014-03-24 | 1 | -1/+35 |
* | Construct table-related flow and calculate fixed layout | Junyoung Cho | 2014-03-24 | 1 | -6/+185 |
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -10/+17 |
* | Send in the right container block size for relative positioning. | S Pradeep Kumar | 2014-03-04 | 1 | -3/+3 |
* | Implement mini-traversal for absolute flow assign-height. | S Pradeep Kumar | 2014-03-03 | 1 | -20/+274 |
* | Implement `position: absolute` for non-replaced elements. | S Pradeep Kumar | 2014-03-03 | 1 | -18/+58 |
* | layout: Rewrite the float context. | Patrick Walton | 2014-02-26 | 1 | -5/+8 |
* | layout: Construct flows in parallel, without a leaf set | Patrick Walton | 2014-02-24 | 1 | -105/+26 |
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -1/+1 |
* | Rename Box.position to border_box | Keegan McAllister | 2014-02-19 | 1 | -1/+1 |
* | auto merge of #1693 : lpy/servo/issue1692, r=pcwalton | bors-servo | 2014-02-18 | 1 | -7/+7 |
|\ |
|
| * | Rename starts_*_flow to is_*_flow | lpy | 2014-02-14 | 1 | -7/+7 |
* | | layout: Implement basic style sharing. | Patrick Walton | 2014-02-14 | 1 | -4/+4 |
|/ |
|
* | Eliminate the extra indirection of DList<~Flow> | Keegan McAllister | 2014-02-05 | 1 | -34/+46 |
* | implement position:relative | patrick kim | 2014-02-05 | 1 | -3/+19 |
* | Remove unnecessary ClipDisplayItems in box_.rs | S Pradeep Kumar | 2014-02-04 | 1 | -29/+48 |
* | Add more documentation for layout. | S Pradeep Kumar | 2014-02-03 | 1 | -4/+13 |
* | layout: Enforce that flow construction is thread-safe. | Patrick Walton | 2014-01-31 | 1 | -2/+2 |
* | auto merge of #1600 : pcwalton/servo/use-concurrent-hash-map, r=larsbergstrom | bors-servo | 2014-01-30 | 1 | -15/+14 |
|\ |
|
| * | layout: Use the concurrent hash map for the leaf sets. | Patrick Walton | 2014-01-30 | 1 | -15/+14 |