aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/compositor_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move FrameTreeId type to gfx_traits #9221Maciej Skrzypkowski2016-01-131-13/+0
* Move Epoch to gfx_traitsJohn DeSilva2016-01-101-11/+0
* Move LayerType enum to gfx_traitThomas Gummerer2016-01-101-12/+0
* Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-88/+0
* Remove some unused imports.Ms2ger2015-12-201-3/+2
* Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-19/+1
* Move PaintListener to gfx_traits, Fixes #8834Tomas Cernaj2015-12-111-29/+0
* script: Make timer events e10s-safe.Patrick Walton2015-11-121-0/+1
* Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-0/+7
* Integrate iframes into the display listMartin Robinson2015-10-201-12/+1
* Remove constellation round trip for subpage mapping in compositor.Glenn Watson2015-10-071-3/+1
* Rework how StackingContexts are dynamically added to layersMartin Robinson2015-10-051-14/+7
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-1/+17
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-6/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Ensure unique LayerIds for pseudo-elementsMartin Robinson2015-09-171-16/+43
* Layerize StackingContexts that are on top of layersMartin Robinson2015-09-091-4/+20
* Auto merge of #7487 - mrobinson:paint-layer-upgrade, r=pcwaltonbors-servo2015-09-041-2/+2
|\
| * Have PaintLayers own StackingContexts instead of the oppositeMartin Robinson2015-09-041-2/+2
* | Implement viewport functions for window #1718farodin912015-09-021-4/+6
|/
* sort all usesJohann Tuffe2015-08-201-3/+3
* remove ScriptListenervectorijk2015-08-161-37/+0
* compositing: Add some layer tree debugging infrastructure.Patrick Walton2015-08-101-1/+1
* layout: Implement basic `overflow: scroll` functionality.Patrick Walton2015-08-101-0/+2
* Update rust-layers to get 2d transform + clipping support.Glenn Watson2015-08-111-2/+2
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-1/+1
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-141-1/+1
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-11/+43
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-1/+4
* Update to latest rust-layersMartin Robinson2015-06-301-2/+2
* Implement enough of 3d transforms spec to run the CSS FPS demo.Glenn Watson2015-06-231-0/+15
* Use euclid from crates.ioecoal952015-06-191-2/+2
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-1/+1
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-0/+2
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-26/+4
* Fix a compositor race condition that can result in the most recent buffer not...Glenn Watson2015-05-121-1/+12
* Implement Clone for Copy types.Ms2ger2015-04-281-2/+2
* Use usize and u32 for LayerId.Ms2ger2015-03-281-1/+1
* Use u32 for Epoch.Ms2ger2015-03-281-1/+1
* Fix warnings in msg.Ms2ger2015-02-131-4/+4
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+7
* auto merge of #4558 : mrobinson/servo/compositor-message-renames, r=zwarichbors-servo2015-01-081-5/+5
|\
| * Rename Compositor messages SetIds and PaintMartin Robinson2015-01-061-5/+5
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+6
|/
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-1/+1
* Rename the PaintState variants.Ms2ger2015-01-041-2/+2
* Sending key events through script task before processing them in the compositor.Nathan E. Egge2014-12-121-0/+2
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-1/+3