| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-09 | 1 | -2/+4 |
* | auto merge of #5154 : luniv/servo/viewpoint-percent-lengths, r=SimonSapin | bors-servo | 2015-03-05 | 1 | -1/+2 |
|\ |
|
| * | Make the initial viewport size available to style::properties::cascade | James Gilbertson | 2015-03-05 | 1 | -1/+2 |
| * | Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1" | Simon Sapin | 2015-03-03 | 1 | -3/+2 |
| * | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-03 | 1 | -2/+3 |
* | | Get rid of servo_util | Dan Fox | 2015-03-05 | 1 | -2/+2 |
|/ |
|
* | Move selector matching to an external library, for use outside Servo. | Simon Sapin | 2015-02-23 | 1 | -1/+1 |
* | Update a comment about STYLE_BLOOM. | Nicholas Nethercote | 2015-02-16 | 1 | -1/+1 |
* | Avoid bloom filter churn. | Nicholas Nethercote | 2015-02-15 | 1 | -4/+3 |
* | Opt-in rather than opt-out to unsafe blocks in layout. | Ms2ger | 2015-02-08 | 1 | -0/+2 |
* | Remove transmutes from put_task_local_bloom_filter. | Ms2ger | 2015-02-08 | 1 | -3/+1 |
* | End the libstyle 'pub use' madness. | Simon Sapin | 2015-01-30 | 1 | -1/+1 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -10/+10 |
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -33/+48 |
* | layout: Paint stacking contexts' overflow areas properly. | Patrick Walton | 2015-01-04 | 1 | -6/+1 |
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -3/+3 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -7/+7 |
* | layout: Make incremental reflow more fine-grained by introducing "reflow | Patrick Walton | 2014-10-31 | 1 | -39/+36 |
* | layout: Implement flow tree dumping with RUST_LOG=debug is on. | Clark Gaebel | 2014-10-28 | 1 | -1/+1 |
* | Clear reflow flags after reflow. | Clark Gaebel | 2014-10-22 | 1 | -12/+28 |
* | Fixes the table_percentage_width_a.html reftest with incremental reflow turne... | Clark Gaebel | 2014-10-20 | 1 | -3/+14 |
* | Use opts as a global, to avoid cloning and passing the struct all over the code. | Glenn Watson | 2014-10-20 | 1 | -1/+2 |
* | Fix image_dynamic_remove reftest with incremental layout turned out | Clark Gaebel | 2014-10-17 | 1 | -1/+1 |
* | Removes duplicate CSS selector matching logic. | Clark Gaebel | 2014-10-14 | 1 | -25/+17 |
* | auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwalton | bors-servo | 2014-10-14 | 1 | -6/+27 |
|\ |
|
| * | try to reset flows which need reflow, since reflow isn't yet idempotent | Clark Gaebel | 2014-10-14 | 1 | -6/+27 |
* | | layout: Introduce support for legacy presentational attributes to selector | Patrick Walton | 2014-10-14 | 1 | -1/+1 |
|/ |
|
* | layout: Rewrite clipping to be per-display-item instead of having | Patrick Walton | 2014-10-13 | 1 | -7/+1 |
* | Use Gecko's simpler Bloom filter instead of one based on hash | Patrick Walton | 2014-10-10 | 1 | -41/+45 |
* | Factors out DOM traversal, keeping the code in `parallel` free of traversal-s... | Clark Gaebel | 2014-10-10 | 1 | -0/+333 |