| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove InputFragment | Cameron Zwarich | 2014-11-03 | 1 | -4/+2 |
* | layout: Make incremental reflow more fine-grained by introducing "reflow | Patrick Walton | 2014-10-31 | 1 | -2/+41 |
* | layout: Promote absolute positioning, floatedness, and clearance into | Patrick Walton | 2014-10-28 | 1 | -5/+4 |
* | auto merge of #3841 : pcwalton/servo/removing-whitespace-damage, r=cgaebel | bors-servo | 2014-10-28 | 1 | -18/+6 |
|\ |
|
| * | layout: Stop adding damage when removing whitespace. | Patrick Walton | 2014-10-28 | 1 | -18/+6 |
* | | auto merge of #3840 : pcwalton/servo/ib-splits-linked-list, r=glennw | bors-servo | 2014-10-28 | 1 | -5/+5 |
|\ \ |
|
| * | | layout: Put {ib} splits into a linked list so we stop copying them all | Patrick Walton | 2014-10-28 | 1 | -5/+5 |
| |/ |
|
* / | layout: Make some formatting cleanups. | Patrick Walton | 2014-10-28 | 1 | -6/+6 |
|/ |
|
* | layout: Shrink fragments down from 448 bytes down to 128 bytes. | Patrick Walton | 2014-10-23 | 1 | -7/+7 |
* | layout: Rewrite text and inline fragment handling during flow | Patrick Walton | 2014-10-20 | 1 | -45/+93 |
* | Fixes the table_percentage_width_a.html reftest with incremental reflow turne... | Clark Gaebel | 2014-10-20 | 1 | -9/+3 |
* | Use opts as a global, to avoid cloning and passing the struct all over the code. | Glenn Watson | 2014-10-20 | 1 | -18/+19 |
* | Fix image_dynamic_remove reftest with incremental layout turned out | Clark Gaebel | 2014-10-17 | 1 | -7/+13 |
* | Fix whitespace_pre with incremental reflow turned on. | Clark Gaebel | 2014-10-15 | 1 | -6/+14 |
* | Use the Deref traits for FlowRefs. | Clark Gaebel | 2014-10-15 | 1 | -18/+16 |
* | auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwalton | bors-servo | 2014-10-14 | 1 | -41/+47 |
|\ |
|
| * | try to reset flows which need reflow, since reflow isn't yet idempotent | Clark Gaebel | 2014-10-14 | 1 | -41/+47 |
* | | layout: Rewrite intrinsic inline-size and automatic table layout to | Patrick Walton | 2014-10-14 | 1 | -2/+2 |
* | | layout: Introduce support for legacy presentational attributes to selector | Patrick Walton | 2014-10-14 | 1 | -21/+5 |
* | | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -2/+2 |
|/ |
|
* | layout: Rewrite clipping to be per-display-item instead of having | Patrick Walton | 2014-10-13 | 1 | -1/+0 |
* | removed restyledamage | Clark Gaebel | 2014-10-09 | 1 | -14/+4 |
* | Incremental Style Recalc | Clark Gaebel | 2014-10-09 | 1 | -5/+15 |
* | layout: Implement `z-index`. | Patrick Walton | 2014-10-08 | 1 | -1/+6 |
* | layout: Implement the correct hypothetical box behavior for | Patrick Walton | 2014-10-01 | 1 | -26/+71 |
* | Remove unneeded input type information from layout. | Josh Matthews | 2014-10-01 | 1 | -8/+8 |
* | Disallow toggling radio buttons. Use generated content for checkboxes and rad... | Josh Matthews | 2014-10-01 | 1 | -2/+2 |
* | Implement simple layout for text, button, radio, and checkbox inputs. Impleme... | Josh Matthews | 2014-10-01 | 1 | -7/+26 |
* | Use string-cache's Namespace type | Keegan McAllister | 2014-09-29 | 1 | -2/+1 |
* | Remove the 'static lifetime parameters from TElement methods | Cameron Zwarich | 2014-09-27 | 1 | -4/+4 |
* | Merge pull request #3492 from pcwalton/clear-generated-content-table | bors-servo | 2014-09-26 | 1 | -11/+8 |
|\ |
|
| * | layout: Support any `display` property in generated content, and allow | Patrick Walton | 2014-09-26 | 1 | -11/+8 |
* | | Remove unneeded clones and add some comments. | Glenn Watson | 2014-09-27 | 1 | -2/+2 |
* | | Improve acid2. Fix line height calculation. Text fragments get correct enclos... | Glenn Watson | 2014-09-26 | 1 | -5/+5 |
|/ |
|
* | layout: Float table wrappers directly instead of generating a block | Patrick Walton | 2014-09-25 | 1 | -14/+8 |
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -4/+4 |
* | Handle generated content with `display: block` correctly during flow | Patrick Walton | 2014-09-19 | 1 | -12/+45 |
* | layout: Remove `layout/extra.rs`. | Patrick Walton | 2014-09-18 | 1 | -56/+72 |
* | Revert "script: Use atom comparison in more places, especially for attributes... | Josh Matthews | 2014-09-18 | 1 | -3/+1 |
* | Fix doctest errors in rustdoc comments | Matt Brubeck | 2014-09-17 | 1 | -0/+4 |
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -1/+3 |
* | Added a bloom filter to CSS selector matching. | Clark Gaebel | 2014-09-15 | 1 | -7/+6 |
* | Propagate absolute descendants of inline block flows. Fixes #3326. | Josh Matthews | 2014-09-14 | 1 | -3/+3 |
* | Reinstate errors for unused variables and imports. | Jack Moffitt | 2014-09-13 | 1 | -1/+1 |
* | Address review comments | Glenn Watson | 2014-09-13 | 1 | -1/+1 |
* | Add support for tables that are floated. | Glenn Watson | 2014-09-13 | 1 | -4/+18 |
* | Implement basic support for display: inline-block. | Glenn Watson | 2014-09-13 | 1 | -12/+59 |
* | layout: Don't crash on floated generated content. | Patrick Walton | 2014-09-12 | 1 | -1/+3 |
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+1049 |