aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-1020/+0
* Merge pull request #3206 from glennw/layout-trace-encPatrick Walton2014-09-071-0/+11
|\
| * Change scope macro to be a no-op in release builds.Glenn Watson2014-09-051-1/+1
| * Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-0/+11
* | Added a fast no-message RPC interface to the layout task.Clark Gaebel2014-09-041-231/+276
|/
* Set the origin of the root element per its writing mode.Simon Sapin2014-08-261-3/+4
* Dump display lists when debug!() is enabled for gfx::display_listSimon Sapin2014-08-261-0/+1
* Make more things private to the style crate.Simon Sapin2014-08-161-15/+4
* Refactor and fix src parsing in @font-faceSimon Sapin2014-08-161-4/+2
* Move UA stylesheet to src/components/styleSimon Sapin2014-08-161-2/+1
* Refactor how LayoutContext structure works (reduce TLS lookups + simplify fns...Glenn Watson2014-08-111-44/+30
* Upgrade Rust.Jack Moffitt2014-08-081-3/+5
* Decouple compositing and script crates.Josh Matthews2014-08-081-18/+61
* Fix rustdoc comment syntaxMatt Brubeck2014-08-061-1/+1
* Merge pull request #3000 from Ms2ger/rendertaskMs2ger2014-08-061-1/+1
|\
| * Pass an argument to spawn_named_with_send_on_failure to support spawning nati...Josh Matthews2014-08-041-1/+1
* | Merge pull request #2791 from glennw/web-fontsglennw2014-08-061-1/+20
|\ \
| * | Don't rely on font hint for format detection. Handle parsing commaGlenn Watson2014-07-241-8/+3
| * | Address review comments.Glenn Watson2014-07-241-7/+10
| * | Add basic support for web fonts. Synchronous loading onlyGlenn Watson2014-07-241-1/+22
* | | Rename RenderMsg to RenderInitMsgCameron Zwarich2014-08-051-2/+2
| |/ |/|
* | Upgrade Rust.Jack Moffitt2014-08-021-6/+3
* | 255 -> 1.0 for color::rgba + remove dead code lintBryan Bell2014-07-281-1/+1
|/
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-1/+1
* Break the layout -> compositing dependencyAriel Ben-Yehuda2014-07-211-17/+1
* Make compositing generic over layout_taskAriel Ben-Yehuda2014-07-211-2/+22
* Convert layout code to use logical directions.Simon Sapin2014-07-181-23/+30
* Merge pull request #2775 from glennw/font-cacheglennw2014-07-091-9/+11
|\
| * Next stage of refactoring font system. This commit introducesGlenn Watson2014-07-071-9/+11
* | Warning police.Glenn Watson2014-07-071-1/+1
|/
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+916