aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
* Auto merge of #5767 - glennw:image-cache, r=larsbergstrom,jdmbors-servo2015-04-221-62/+57
|\
| * Refactored image cache task - details below.Glenn Watson2015-04-231-62/+57
* | Renaming the color function to just *transparent*,Adenilson Cavalcanti2015-04-221-3/+3
|/
* Animate many more CSS propertiesJoseph Seaton2015-04-161-1/+1
* Auto merge of #5593 - shinglyu:ismap, r=jdmbors-servo2015-04-141-8/+15
|\
| * 4873 - Support the image map processing for <img ismap/> inside an <a/>Shing Lyu2015-04-141-8/+15
* | Auto merge of #5553 - luniv:css-rule-iterators, r=SimonSapinbors-servo2015-04-101-4/+6
|\ \
| * | Use iterators for iterating through CSS rulesJames Gilbertson2015-04-071-4/+6
| |/
* / Only send unused buffers messages if there are actually any buffersThomas Jespersen2015-04-071-3/+2
|/
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-3/+3
* Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactoryaditya2015-04-021-22/+23
* Avoid a cast in LayoutImageResponder.Ms2ger2015-04-021-1/+1
* Use isize for FragmentIndex.Ms2ger2015-04-021-1/+1
* gfx: Perform more aggressive caching inPatrick Walton2015-04-011-1/+1
* auto merge of #5441 : servo/servo/heap-unclassified, r=jdmbors-servo2015-03-311-1/+1
|\
| * Use usize rather than u64 in MemoryReport.Nicholas Nethercote2015-03-311-1/+1
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-100/+168
|/
* layout: Stop going to the DOM to determine the root flow's backgroundPatrick Walton2015-03-301-41/+36
* auto merge of #5422 : bdero/servo/bdero/box-syntax, r=jdmbors-servo2015-03-291-1/+1
|\
| * Use box syntax instead of Box::new()Brandon DeRosier2015-03-291-1/+1
* | Use u32 for generation numbers.Ms2ger2015-03-281-1/+1
|/
* Suppress unused import warningsFabrice Desré2015-03-251-1/+1
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-36/+33
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-3/+3
* Print trees in the memory profiler's output.Nicholas Nethercote2015-03-231-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-4/+8
* layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8.Patrick Walton2015-03-171-23/+25
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-2/+52
* Rename LayoutTask::handle_script_request.Nicholas Nethercote2015-03-161-4/+4
* Fix memory leak in flow tree by adding weak refs.Jack Moffitt2015-03-161-2/+6
* Consider media attribute on link and style tagsMikko Perttunen2015-03-161-8/+16
* auto merge of #5180 : luniv/servo/viewport-length-cached-values-invalidation,...bors-servo2015-03-131-5/+8
|\
| * Fix broken viewport percentage length units after a viewport resize.James Gilbertson2015-03-081-5/+8
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-0/+8
|/
* Get rid of servo_utilDan Fox2015-03-051-10/+10
* Merge in servo/masterDan Fox2015-03-051-4/+8
|\
| * Remove compositor layers when iframes are removed from doc or display:none.Glenn Watson2015-03-041-4/+8
* | layout/layout_data.rs -> layout/data.rsDan Fox2015-03-031-1/+1
* | Re-alphabetise importsDan Fox2015-03-031-3/+3
* | Rename util.rs -> layout_data.rsDan Fox2015-03-031-1/+1
* | Move ToGfxColor to display_list_builder.rsDan Fox2015-03-031-1/+2
* | Extract OpaqueNodeMethods to own fileDan Fox2015-03-031-1/+2
|/
* Reap layout data whenever a node is removed from the tree.Glenn Watson2015-03-031-6/+5
* Implements a DisplayList dumper.Adenilson Cavalcanti2015-02-251-0/+6
* Fixes background-color calculation for iframes. Fixes #1248Glenn Watson2015-02-161-1/+11
* Import net as net rather than servo_net.Ms2ger2015-02-101-3/+3
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-3/+3
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+2