aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Organize all the source files into compiler/, components/, and platform/.Patrick Walton2013-05-151-333/+0
* Split the network stuff out of servo-gfx into servo-netPatrick Walton2013-05-091-2/+2
* layout: Remove duplicate methods from flowsPatrick Walton2013-05-061-9/+4
* layout: Port the flow tree over to the new generic tree functionsPatrick Walton2013-05-061-13/+26
* servo: Refactor the `Flow` type to save memory and allow upcasting and downca...Patrick Walton2013-05-061-6/+7
* Add getBoundingClientRect, and make it and getClientRects synchronously query...Josh Matthews2013-04-231-9/+28
* Update for language changes.Luqman Aden2013-04-201-1/+1
* Add license headersBrian Anderson2013-04-051-0/+4
* Update to Rust 0.6.Jack Moffitt2013-04-041-18/+8
* Rebase.Josh Matthews2013-03-131-1/+0
* De-mut field, de-DVec, de-assert.Josh Matthews2013-03-131-6/+5
* Language changes.Josh Matthews2013-03-111-18/+20
* Start work on new DOM representationPatrick Walton2013-02-241-26/+24
* Language changes.Josh Matthews2013-02-241-4/+4
* Update for language changesPatrick Walton2013-02-191-13/+13
* Upgrade for language changesPatrick Walton2013-02-131-23/+25
* Upgrade Rust compilerBrian Anderson2013-01-201-6/+10
* Update for language changes.Josh Matthews2012-12-231-6/+7
* Make servo build againBrian Anderson2012-12-041-2/+2
* content, layout: Very, very early beginnings of support for incremental reflow.Patrick Walton2012-11-181-5/+30
* submodules: Split out GFX and all its dependencies into a servo-gfx submodulePatrick Walton2012-11-111-15/+17
* servo: Allow a render backend to be specified on the command line (-r)Patrick Walton2012-11-091-26/+25
* Hook up optional FontList instance to FontContext.Brian J. Burg2012-11-081-1/+1
* Final font rearrangement for a while. Remove _handle suffix, add dummy font_l...Brian J. Burg2012-11-071-3/+0
* Extract mono-cache implementation; lay groundwork for private font matching.Brian J. Burg2012-11-071-5/+4
* Add default stylesheetsBrian Anderson2012-11-061-2/+4
* Remove src/servo/text and move things to gfx/ and util/. Add a convenience gf...Brian J. Burg2012-11-061-8/+9
* Update rust-css, rust-netsurfcssBrian Anderson2012-11-031-2/+2
* Time aux ptr initialization and selector matching separatelyBrian Anderson2012-10-311-4/+8
* Selector matching doesn't need a LayoutContext just nowBrian Anderson2012-10-311-1/+1
* Rename css::styles to css::matchingBrian Anderson2012-10-311-1/+1
* Move aux pointer initialization to layout::auxBrian Anderson2012-10-311-1/+1
* Delete unused old CSS codeBrian Anderson2012-10-311-4/+1
* Replace SpecifiedStyle with SelectResults in the aux pointer. Further disable...Brian Anderson2012-10-311-18/+19
* Add the CSS SelectCtx to LayoutBrian Anderson2012-10-311-14/+7
* Use newcss::Stylesheet for the stylesheet typeBrian Anderson2012-10-311-1/+1
* Let stylesheets live in layout instead of contentBrian Anderson2012-10-301-4/+27
* Move the entire servo CSS selection interface to css::stylesBrian Anderson2012-10-301-1/+1
* Create FontContext from matcher, remove platform-specific matchers. Move defa...Brian J. Burg2012-10-301-1/+6
* Create font matchers and native equivalents. Add in a dummy font cache. Untan...Brian J. Burg2012-10-291-1/+2
* Move css::color, and css::value to rust-cssBrian Anderson2012-10-291-1/+1
* layout: Make the display list freezable/dual modePatrick Walton2012-10-251-4/+4
* Convert to static new() in the box builder, and correct context/BoxConsumer r...Brian J. Burg2012-10-221-1/+1
* servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842Patrick Walton2012-10-181-7/+7
* Move the contents of BuildMsg to a structBrian Anderson2012-10-151-17/+27
* Convert the content task's control messages and dom events to pipesBrian Anderson2012-10-141-11/+22
* Add more timing to layout_taskBrian Anderson2012-10-141-6/+19
* Refactor layout_task a littleBrian Anderson2012-10-141-86/+94
* Add lots of logging to content and layout messagesBrian Anderson2012-10-141-7/+11
* Use LocalImageCache in LayoutTask instead of ImageCacheTaskBrian Anderson2012-10-121-5/+19