aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-5/+5
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-5/+5
* Use std::sync::atomic::Ordering explicitly.Ms2ger2015-01-221-2/+2
* Move to to_owned rather than into_string.Ms2ger2015-01-201-3/+4
* CanvasRenderTask connected to LayoutEdit Balint2015-01-091-1/+6
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-29/+33
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-21/+42
* Fix inheritance enums for htmlmediaelement and htmltablecellelementMegha Gupta2015-01-021-3/+2
* Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-14/+15
* layout: to_string() -> into_string()Manish Goregaokar2014-12-271-3/+3
* layout: Implement `caption-side` per CSS 2.1 § 17.4.1.Patrick Walton2014-12-171-15/+30
* layout: Implement `empty-cells` per CSS 2.1 § 17.6.1.1.Patrick Walton2014-12-171-4/+15
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-139/+131
* layout: Implement basic lists and the CSS1 list properties.Patrick Walton2014-12-151-28/+107
* Updates WPT to expect newly passing testsMatthew Rasmus2014-12-051-2/+1
* Implements multi line text input for TextAreaMatthew Rasmus2014-12-051-2/+13
* Don't categorize HTMLInputElement as a TableCellFragmentCorey Richardson2014-12-031-1/+0
* Remove bitfield! macro in favour of bitflags!Claes 'Letharion' Gyllensvärd2014-11-181-2/+3
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-24/+24
* Remove InputFragmentCameron Zwarich2014-11-031-4/+2
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-2/+41
* layout: Promote absolute positioning, floatedness, and clearance intoPatrick Walton2014-10-281-5/+4
* auto merge of #3841 : pcwalton/servo/removing-whitespace-damage, r=cgaebelbors-servo2014-10-281-18/+6
|\
| * layout: Stop adding damage when removing whitespace.Patrick Walton2014-10-281-18/+6
* | auto merge of #3840 : pcwalton/servo/ib-splits-linked-list, r=glennwbors-servo2014-10-281-5/+5
|\ \
| * | layout: Put {ib} splits into a linked list so we stop copying them allPatrick Walton2014-10-281-5/+5
| |/
* / layout: Make some formatting cleanups.Patrick Walton2014-10-281-6/+6
|/
* layout: Shrink fragments down from 448 bytes down to 128 bytes.Patrick Walton2014-10-231-7/+7
* layout: Rewrite text and inline fragment handling during flowPatrick Walton2014-10-201-45/+93
* Fixes the table_percentage_width_a.html reftest with incremental reflow turne...Clark Gaebel2014-10-201-9/+3
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-18/+19
* Fix image_dynamic_remove reftest with incremental layout turned outClark Gaebel2014-10-171-7/+13
* Fix whitespace_pre with incremental reflow turned on.Clark Gaebel2014-10-151-6/+14
* Use the Deref traits for FlowRefs.Clark Gaebel2014-10-151-18/+16
* auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwaltonbors-servo2014-10-141-41/+47
|\
| * try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-41/+47
* | layout: Rewrite intrinsic inline-size and automatic table layout toPatrick Walton2014-10-141-2/+2
* | layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-21/+5
* | script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-2/+2
|/
* layout: Rewrite clipping to be per-display-item instead of havingPatrick Walton2014-10-131-1/+0
* removed restyledamageClark Gaebel2014-10-091-14/+4
* Incremental Style RecalcClark Gaebel2014-10-091-5/+15
* layout: Implement `z-index`.Patrick Walton2014-10-081-1/+6
* layout: Implement the correct hypothetical box behavior forPatrick Walton2014-10-011-26/+71
* Remove unneeded input type information from layout.Josh Matthews2014-10-011-8/+8
* Disallow toggling radio buttons. Use generated content for checkboxes and rad...Josh Matthews2014-10-011-2/+2
* Implement simple layout for text, button, radio, and checkbox inputs. Impleme...Josh Matthews2014-10-011-7/+26
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-2/+1
* Remove the 'static lifetime parameters from TElement methodsCameron Zwarich2014-09-271-4/+4
* Merge pull request #3492 from pcwalton/clear-generated-content-tablebors-servo2014-09-261-11/+8
|\