| Commit message (Expand) | Author | Age | Files | Lines |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -5/+5 |
* | Stop calling deref() and deref_mut() explicitly. | Ms2ger | 2015-01-22 | 1 | -5/+5 |
* | Use std::sync::atomic::Ordering explicitly. | Ms2ger | 2015-01-22 | 1 | -2/+2 |
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -3/+4 |
* | CanvasRenderTask connected to Layout | Edit Balint | 2015-01-09 | 1 | -1/+6 |
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -29/+33 |
* | layout: Explicitly thread border box dimensions and relative offsets | Patrick Walton | 2015-01-04 | 1 | -21/+42 |
* | Fix inheritance enums for htmlmediaelement and htmltablecellelement | Megha Gupta | 2015-01-02 | 1 | -3/+2 |
* | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -14/+15 |
* | layout: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -3/+3 |
* | layout: Implement `caption-side` per CSS 2.1 § 17.4.1. | Patrick Walton | 2014-12-17 | 1 | -15/+30 |
* | layout: Implement `empty-cells` per CSS 2.1 § 17.6.1.1. | Patrick Walton | 2014-12-17 | 1 | -4/+15 |
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -139/+131 |
* | layout: Implement basic lists and the CSS1 list properties. | Patrick Walton | 2014-12-15 | 1 | -28/+107 |
* | Updates WPT to expect newly passing tests | Matthew Rasmus | 2014-12-05 | 1 | -2/+1 |
* | Implements multi line text input for TextArea | Matthew Rasmus | 2014-12-05 | 1 | -2/+13 |
* | Don't categorize HTMLInputElement as a TableCellFragment | Corey Richardson | 2014-12-03 | 1 | -1/+0 |
* | Remove bitfield! macro in favour of bitflags! | Claes 'Letharion' Gyllensvärd | 2014-11-18 | 1 | -2/+3 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -24/+24 |
* | 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 |
|\ |
|