aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/compositor_task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-306/+0
* Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-2/+2
* Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-1/+2
* Move PaintListener to gfx_traits, Fixes #8834Tomas Cernaj2015-12-111-2/+2
* Moved CompositorMsg enum into compositing crate.Beomjin Kim2015-12-111-1/+1
* Fix warningsSimon Sapin2015-12-031-1/+1
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-9/+10
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-2/+3
* Use Result::ok in CompositorReceiverUlysse Carion2015-11-061-4/+1
* Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-1/+8
* Replace libpng with image everywhere.Matt Brubeck2015-10-101-3/+2
* Simplify and unify compositor shutdown code pathsMartin Robinson2015-10-071-1/+0
* Remove constellation round trip for subpage mapping in compositor.Glenn Watson2015-10-071-6/+1
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-6/+14
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+7
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* Introduce InitialCompositorStateAnthony Ramine2015-09-151-15/+17
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-1/+1
* Add style_traits crate to improve crate separation,João Oliveira2015-09-041-1/+1
* Implement viewport functions for window #1718farodin912015-09-021-5/+25
* sort all usesJohann Tuffe2015-08-201-3/+3
* Fix existing syntactics nits.Josh Matthews2015-08-161-4/+4
* Implement Msg::Status with serialized url upon mouseoverBruno de Oliveira Abinader2015-07-301-0/+3
* Have BufferMap store NativeSurfaces and rename to SurfaceMapMartin Robinson2015-07-241-10/+10
* Auto merge of #6640 - mrobinson:memory-profiling-for-compositor, r=nnethercotebors-servo2015-07-221-2/+5
|\
| * Add memory profiling for the compositor taskMartin Robinson2015-07-161-2/+5
* | compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-2/+2
|/
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-23/+21
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-1/+17
* Update to latest rust-layersMartin Robinson2015-06-301-19/+5
* Use euclid from crates.ioecoal952015-06-191-2/+2
* add window method for notifying when the <head> tag has been parsedMike Blumenkrantz2015-06-021-0/+3
* add handling for favicon link elementsMike Blumenkrantz2015-06-021-0/+3
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* add navigation state data to LoadComplete messages, finish cef load state cbsMike Blumenkrantz2015-05-271-3/+3
* add CompositorMsg::LoadStart, implement cef_load_handler::on_loading_state_ch...Mike Blumenkrantz2015-05-271-0/+3
* compositing: Support multiple events per frame.Patrick Walton2015-05-201-1/+1
* Fix several hangs / panics during pipeline cleanup of in progress loads.Glenn Watson2015-05-191-1/+7
* Remove some clones.Ms2ger2015-05-151-2/+2
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-0/+4
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-72/+11
* Fix a compositor race condition that can result in the most recent buffer not...Glenn Watson2015-05-121-4/+5
* Support WebDriver takeScreenshot command.James Graham2015-05-071-0/+4
* Auto merge of #5361 - luniv:css-device-adapt, r=mbrubeckbors-servo2015-05-061-1/+4
|\
| * Constrain the viewport & zoom when reflowingJames Gilbertson2015-05-061-1/+4
* | Start using on_refresh_driver_tick #5681Guro Bokum2015-05-061-2/+2
|/
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-2/+2
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* compositing: Keep the event loop awake when scrolling.Patrick Walton2015-04-101-0/+2
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-0/+3