aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Using the new equality operator in LayoutTask.Adenilson Cavalcanti2015-02-031-3/+1
* Using the new transparent_black() in the proper places.Adenilson Cavalcanti2015-02-031-1/+1
* Revert "Using Color equality operators to streamline code"Martin Robinson2015-02-031-1/+4
* Merge pull request #4825 from Adenilson/usingColorOperators01Martin Robinson2015-02-031-4/+1
|\
| * Using Color equality operators to streamline code inAdenilson Cavalcanti2015-02-031-4/+1
* | add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-6/+6
|/
* Implements 2 helper functions for Color type (white() and black())Adenilson Cavalcanti2015-02-021-4/+7
* Add LayoutJS<Node>::from_trusted_node_address()Tetsuharu OHZEKI2015-02-011-2/+2
* Use LayoutJS<T> in layout crate.Tetsuharu OHZEKI2015-02-011-3/+3
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-3/+5
* self importManish Goregaokar2015-01-281-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-30/+30
* Make UntrustedNodeAddress a newtype.Josh Matthews2015-01-241-1/+1
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-15/+14
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* layout: Implement `mix-blend-mode` per COMPOSITING § 3.4.1.Patrick Walton2015-01-121-1/+2
* layout: Implement `filter` per CSS-FILTERS § 5.Patrick Walton2015-01-091-5/+5
* layout: Implement `pointer-events: none` per SVG 1.1 § 16.6.Patrick Walton2015-01-081-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-14/+15
* Remove the unused native argument from spawn_named_with_send_on_failure.Ms2ger2015-01-051-1/+1
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-21/+21
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-16/+17
* auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyukibors-servo2015-01-041-16/+18
|\
| * Rename the ConstellationControlMsg variants.Ms2ger2015-01-041-3/+3
| * Rename TimeProfilerCategory variants.Ms2ger2015-01-041-6/+6
| * Rename constellation_msg::Msg variants.Ms2ger2015-01-041-4/+5
| * Rename paint_task::Msg variants.Ms2ger2015-01-041-3/+4
* | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-2/+3
|\ \ | |/ |/|
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-2/+3
* | auto merge of #4535 : servo/servo/pre-rustup_20141221, r=jdmbors-servo2015-01-031-1/+1
|\ \
| * | Fix obsolete format traits.Ms2ger2015-01-021-1/+1
| |/
* / Stall PaintTask exit until it can release all buffersMartin Robinson2015-01-021-10/+12
|/
* 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