aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/compositor_layer.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove old rendering backend.Glenn Watson2016-10-181-542/+0
* Update to euclid 0.8Martin Robinson2016-08-121-30/+29
* forcetouch events supportPaul Rouget2016-04-051-1/+21
* compositing: Fix a couple of bugs that prevented iframes from paintingPatrick Walton2016-01-261-0/+1
* Dispatch scroll events to layers above others.Patrick Walton2016-01-251-1/+1
* Moving MouseEventType from msg to script_traitsMatt McCoy2016-01-111-2/+2
* Move Epoch to gfx_traitsJohn DeSilva2016-01-101-2/+1
* task -> threadrohan.prinja2016-01-101-6/+6
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-3/+3
* Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-1/+2
* Minor refactoring of mouse event typesMatt Brubeck2015-12-031-5/+5
* Fix clip rect for iframes in hit testing codeMatt Brubeck2015-11-251-1/+1
* Send mouse move events to the the previous layer when directing events to a n...Josh Matthews2015-11-041-1/+1
* Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-9/+15
* Fixes #8102 Removed unwrap on result of send callnxnfufunezn2015-10-221-3/+2
* Auto merge of #7950 - mrobinson:layerize-iframes, r=pcwaltonbors-servo2015-10-201-5/+3
|\
| * Integrate iframes into the display listMartin Robinson2015-10-201-5/+3
* | Fix iframes flickering on mouse move.Glenn Watson2015-10-201-4/+10
|/
* Auto merge of #7899 - glennw:subpage-fixes-1, r=pcwaltonbors-servo2015-10-071-17/+11
|\
| * Remove constellation round trip for subpage mapping in compositor.Glenn Watson2015-10-071-17/+11
* | Make sure to correctly destroy old layers in collect_old_layers_for_pipeline.Eli Friedman2015-10-071-1/+3
|/
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-51/+123
* Check for Extra pointer dereferencing. Issue #7640.Jaydeep2015-09-261-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-8/+8
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Use Iterator::any in collect_old_layers.Ms2ger2015-08-131-2/+2
* Ensure compositor layers are collected when removed from layout.Glenn Watson2015-08-131-0/+45
* Store a Sender<ConstellationControlMsg> in CompositionPipeline.Ms2ger2015-08-121-5/+3
* compositing: Add some layer tree debugging infrastructure.Patrick Walton2015-08-101-1/+2
* compositor: Allow children of layers that don't want scroll events to bePatrick Walton2015-08-101-7/+6
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-24/+11
* Implement enough of 3d transforms spec to run the CSS FPS demo.Glenn Watson2015-06-231-2/+3
* Use euclid from crates.ioecoal952015-06-191-5/+5
* rust-geom API changesCorey Farwell2015-06-131-6/+6
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-6/+6
* compositing: Support multiple events per frame.Patrick Walton2015-05-201-1/+2
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-0/+33
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-22/+13
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Only send unused buffers messages if there are actually any buffersThomas Jespersen2015-04-071-1/+1
* Stop using int/uint in compositing.Ms2ger2015-04-031-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-39/+46
* Update to latest rust-azure and rust-layersMartin Robinson2015-01-151-1/+0
* Store pipelines in the CompositorMartin Robinson2015-01-091-31/+50
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-4/+4