aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* layout: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* gfx: Clip the background properly when `border-radius` is used.Patrick Walton2014-12-221-2/+4
* gfx: Refactor the border drawing code and split out fragment displayPatrick Walton2014-12-221-2/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-21/+19
* compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port.Patrick Walton2014-12-171-66/+90
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-38/+38
* Remove some manual deref() / deref_mut() calls.Ms2ger2014-12-161-5/+5
* style: Implement quirks mode rules.Patrick Walton2014-12-151-1/+11
* script: Add some workarounds for image cache task racesPatrick Walton2014-12-151-0/+4
* Replace almost "render" to "paint" in layout crate.Tetsuharu OHZEKI2014-12-081-2/+2
* Rename gfx::paint_task::MsgTetsuharu OHZEKI2014-12-081-2/+2
* Rename RenderChan -> PaintChanTetsuharu OHZEKI2014-12-081-8/+8
* Rename RenderLayer -> PaintLayerTetsuharu OHZEKI2014-12-081-3/+3
* Rename gfx/render_task.rs -> gfx/paint_task.rsTetsuharu OHZEKI2014-12-081-2/+2
* Change time::profile's meta booleans to enums.Timothy B. Terriberry2014-12-051-11/+19
* layout: Implement `opacity` per CSS-COLOR § 3.2.Patrick Walton2014-12-031-9/+10
* gfx: Rewrite display list construction to make stacking-contexts morePatrick Walton2014-11-141-70/+37
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-18/+17
* Clip display list based on frame viewportMartin Robinson2014-11-111-0/+2
* Make media queries work with resize and page zoom.Glenn Watson2014-11-041-22/+16
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-149/+206
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-4/+6
* auto merge of #3839 : pcwalton/servo/fewer-moves-in-dls, r=glennwbors-servo2014-10-281-6/+5
|\
| * layout: Use the new `append_from` method to get rid of a bunch of movesPatrick Walton2014-10-281-6/+5
* | auto merge of #3837 : pcwalton/servo/layout-formatting-cleanups, r=metajackbors-servo2014-10-281-50/+83
|\ \ | |/ |/|
| * layout: Make some formatting cleanups.Patrick Walton2014-10-281-50/+83
* | auto merge of #3828 : cgaebel/servo/layout-node-dumping, r=pcwaltonbors-servo2014-10-281-1/+4
|\ \ | |/ |/|
| * layout: Implement flow tree dumping with RUST_LOG=debug is on.Clark Gaebel2014-10-281-1/+4
* | remove warningClark Gaebel2014-10-281-1/+1
* | combine conditionsClark Gaebel2014-10-281-4/+2
* | Layout: Fix resize (which just plain doesn't work right now).Clark Gaebel2014-10-281-13/+41
|/
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-2/+4
* layout: Don't destroy the flow tree when resizing the windowPatrick Walton2014-10-201-3/+1
* Fixes the table_percentage_width_a.html reftest with incremental reflow turne...Clark Gaebel2014-10-201-14/+3
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-21/+13
* auto merge of #3719 : mrobinson/servo/flow-dump, r=pcwaltonbors-servo2014-10-171-3/+4
|\
| * Wait to dump flow tree until flow is completeMartin Robinson2014-10-171-3/+4
* | Fixed the inline_element_border_a reftest with incremental layout turned on.Clark Gaebel2014-10-171-0/+4
* | Fix image_dynamic_remove reftest with incremental layout turned outClark Gaebel2014-10-171-0/+1
|/
* auto merge of #3692 : cgaebel/servo/fix-incremental-append-style, r=pcwaltonbors-servo2014-10-151-7/+3
|\
| * Fix append_style reftests with incremental reflow turned on.Clark Gaebel2014-10-151-7/+3
* | Use the Deref traits for FlowRefs.Clark Gaebel2014-10-151-12/+12
|/
* auto merge of #3668 : cgaebel/servo/sequential-reflow, r=pcwaltonbors-servo2014-10-141-57/+19
|\
| * Removes duplicate CSS selector matching logic.Clark Gaebel2014-10-141-57/+19
* | auto merge of #3610 : glennw/servo/media-queries, r=SimonSapinbors-servo2014-10-141-3/+10
|\ \ | |/ |/|
| * Implement media queries parser and matching. Improves mobile first sites like...Glenn Watson2014-10-151-3/+10
* | auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwaltonbors-servo2014-10-141-9/+24
|\ \ | |/ |/|
| * try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-9/+24
* | auto merge of #3675 : glennw/servo/local-fonts, r=pcwaltonbors-servo2014-10-141-2/+2
|\ \ | |/ |/|