aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove typedefs DevtoolsControlChan and DevtoolsControlPort. Fixes #6923.Connor Imes2015-08-051-2/+2
* compositing: Use an `OptionalIpcSender` for communication between thePatrick Walton2015-07-311-4/+6
* gfx: Split the paint messages into layout and chrome messages, and makePatrick Walton2015-07-311-20/+27
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-1/+1
|\
| * Remove usage of the deprecated `box () (expr)` syntax.Simon Sapin2015-07-301-1/+1
* | devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-4/+16
|/
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-0/+1
* compositing: Use the pre-existing script channel in the same-domainPatrick Walton2015-07-141-23/+31
* script: Split `Pipeline::create` into chrome process and contentPatrick Walton2015-07-141-99/+157
* 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-1/+15
* Use euclid from crates.ioecoal952015-06-191-2/+2
* Measure paint task buffer maps in the memory profiler.Nicholas Nethercote2015-05-271-0/+3
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-0/+2
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-0/+5
* Delay stylesheet load in test to increase confidence.Josh Matthews2015-05-111-1/+1
* Make stylesheets block page load.Josh Matthews2015-05-111-1/+0
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-2/+2
* Uniformise the various Msg types [#5882]Prabhjyot Singh Sodhi2015-04-301-4/+4
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-3/+3
* Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactoryaditya2015-04-021-0/+1
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-2/+9
* auto merge of #5348 : nnethercote/servo/profiler-renaming, r=jdmbors-servo2015-03-251-5/+5
|\
| * Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-5/+5
* | Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv...Avi Weinstock2015-03-251-7/+5
|/
* Add mozbrowser events for location + title change.Glenn Watson2015-03-261-0/+15
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-3/+3
* Fixes a bug where the window size may not get passed to a new root pipeline.Glenn Watson2015-03-241-6/+20
* Experimental implementation of (a small subset of) mozbrowser APIs.Glenn Watson2015-03-231-0/+1
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-0/+4
* First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-23/+24
* Only store the url inside a pipeline instead of the rest of the LoadData.Josh Matthews2015-03-031-5/+6
* Split page load into separate network and parsing stages. Delay Page creation...Josh Matthews2015-03-031-5/+5
* Add thaw/freeze messages that can suspend/resume webcontent timers #4907Pawel Kondzior2015-02-241-0/+10
* Import net as net rather than servo_net.Ms2ger2015-02-101-3/+3
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-3/+3
* Implement window.frameElement, change window.parent to make use of it.Glenn Watson2015-02-071-13/+14
* Implement window.parent for iframes.Glenn Watson2015-02-051-1/+6
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-13/+15
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+4
* Rename the ConstellationControlMsg variants.Ms2ger2015-01-041-5/+7
* Rename constellation_msg::Msg variants.Ms2ger2015-01-041-1/+1
* Rename paint_task::Msg variants.Ms2ger2015-01-041-2/+2
* Stall PaintTask exit until it can release all buffersMartin Robinson2015-01-021-5/+15
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-16/+19
* Replace almost "render" to "paint" in compositing crate.Tetsuharu OHZEKI2014-12-081-13/+13
* Rename RenderChan -> PaintChanTetsuharu OHZEKI2014-12-081-11/+11
* Rename RenderTask -> PaintTask.Tetsuharu OHZEKI2014-12-081-9/+9
* Rename gfx/render_task.rs -> gfx/paint_task.rsTetsuharu OHZEKI2014-12-081-2/+2