aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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