aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/headless.rs
Commit message (Expand)AuthorAgeFilesLines
* No more headless compositor. Just the normal one.Michael Howell2016-03-241-147/+0
* Fix animation smoothness when using requestAnimationFrame.Glenn Watson2016-03-041-1/+2
* compositing: Stop compositing unnecessarily after each animation frame.Patrick Walton2016-02-241-2/+2
* Move AnimationState to script_traitsJoshua Holmer2016-01-131-1/+1
* task -> threadrohan.prinja2016-01-101-4/+4
* Moved CompositorMsg enum into compositing crate.Beomjin Kim2015-12-111-1/+1
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-7/+6
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-2/+2
* Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-0/+1
* Simplify and unify compositor shutdown code pathsMartin Robinson2015-10-071-9/+8
* Remove constellation round trip for subpage mapping in compositor.Glenn Watson2015-10-071-1/+0
* Use same default window size in headless compositorMatt Brubeck2015-09-301-3/+5
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Introduce InitialCompositorStateAnthony Ramine2015-09-151-19/+9
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-1/+1
* Implement viewport functions for window #1718farodin912015-09-021-1/+8
* Fix requestAnimationFrame in headless mode. Fixes #7296.Glenn Watson2015-08-281-1/+13
* Implement Msg::Status with serialized url upon mouseoverBruno de Oliveira Abinader2015-07-301-0/+1
* Have BufferMap store NativeSurfaces and rename to SurfaceMapMartin Robinson2015-07-241-1/+1
* Add memory profiling for the compositor taskMartin Robinson2015-07-161-0/+1
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-0/+1
* Update to latest rust-layersMartin Robinson2015-06-301-1/+1
* Use euclid from crates.ioecoal952015-06-191-2/+2
* rust-geom API changesCorey Farwell2015-06-131-3/+3
* add window method for notifying when the <head> tag has been parsedMike Blumenkrantz2015-06-021-0/+1
* add handling for favicon link elementsMike Blumenkrantz2015-06-021-0/+1
* add navigation state data to LoadComplete messages, finish cef load state cbsMike Blumenkrantz2015-05-271-1/+1
* add CompositorMsg::LoadStart, implement cef_load_handler::on_loading_state_ch...Mike Blumenkrantz2015-05-271-0/+1
* compositing: Support multiple events per frame.Patrick Walton2015-05-201-1/+1
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-6/+3
* Support WebDriver takeScreenshot command.James Graham2015-05-071-1/+2
* Constrain the viewport & zoom when reflowingJames Gilbertson2015-05-061-2/+3
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-2/+2
* compositing: Keep the event loop awake when scrolling.Patrick Walton2015-04-101-0/+1
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-0/+1
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-12/+10
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-5/+5
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+1
* First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-8/+0
* Only store the url inside a pipeline instead of the rest of the LoadData.Josh Matthews2015-03-031-1/+1
* Fix making an iframe visible when it was initially set to display:none.Glenn Watson2015-03-031-1/+1
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-4/+4
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+7
* Notify compositor when a FrameTree changes pipelinesMartin Robinson2015-01-091-1/+5
* Fix root layer naming in the compositorMartin Robinson2015-01-061-1/+1
* Rename Compositor messages SetIds and PaintMartin Robinson2015-01-061-3/+3
* Rename constellation_msg::Msg variants.Ms2ger2015-01-041-3/+4