aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
* Move pipeline into the constellation crate.Ms2ger2016-05-211-524/+0
* Move CompositionPipeline out of the pipeline module.Ms2ger2016-05-211-9/+1
* Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac...Ms2ger2016-05-201-21/+24
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-12/+6
* Remove ConstellationChan.Ms2ger2016-05-191-10/+9
* Add Bluetooth IPC supportfokinv2016-05-031-0/+6
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-19/+12
* Auto merge of #10587 - asajeffrey:add-failure-panic-message, r=Manishearthbors-servo2016-04-141-6/+3
|\
| * Added panic message to failures.Alan Jeffrey2016-04-131-6/+3
* | Share prefs to content processesUlf Nilsson2016-04-121-1/+8
|/
* Removed sources of panic from piepline.rs.Alan Jeffrey2016-04-071-29/+59
* Auto merge of #10399 - jdm:pb, r=jdmbors-servo2016-04-051-0/+2
|\
| * Private browsing - Initial stepsdhaval06032016-04-041-0/+2
* | No more headless compositor. Just the normal one.Michael Howell2016-03-241-5/+9
|/
* Add WebRender integration to Servo.Glenn Watson2016-02-181-1/+7
* move MozBrowserEvent to script_traits (+ documentation)apopiak2016-01-131-2/+2
* task -> threadrohan.prinja2016-01-101-51/+51
* Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-4/+9
* Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-1/+1
|\
| * Move PaintMsg enum to gfx_traits #8844Maciej Skrzypkowski2015-12-181-1/+1
* | Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-2/+1
|/
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-3/+2
* Consume self in PrivilegedPipelineContent methods.Ms2ger2015-11-261-19/+30
* Take PrivilegedPipelineContent::script_to_compositor_port out of its Option.Ms2ger2015-11-261-5/+4
* Remove unused PrivilegedPipelineContent::constellation_chan.Ms2ger2015-11-261-3/+1
* Split paint task messages from ScriptMsgGreg Guthe2015-11-251-1/+6
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-50/+113
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-2/+3
* script: Make timer events e10s-safe.Patrick Walton2015-11-121-2/+5
* Remove the unused PipelineExitType field from LayoutControlMsg::ExitNow.Ms2ger2015-11-051-3/+2
* Remove the unused PipelineExitType field from ChromeToPaintMsg::Exit.Ms2ger2015-11-051-2/+1
* Remove the unused PipelineExitType argument from Pipeline::exit.Ms2ger2015-11-051-1/+1
* Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPi...Ms2ger2015-11-051-5/+3
* Remove the unused IpcSender from ChromeToPaintMsg::Exit.Ms2ger2015-11-051-1/+0
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-0/+6
* Make it possible for iframes to create their own pipeline ID.Glenn Watson2015-10-061-0/+6
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-10/+20
* Enable resetable and String prefs.James Graham2015-09-251-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-4/+3
* Introduce InitialScriptStateAnthony Ramine2015-09-161-19/+18
* Introduce InitialPipelineStateAnthony Ramine2015-09-151-40/+61
* Auto merge of #7547 - connorimes:move_script_profiling, r=jdmbors-servo2015-09-081-0/+1
|\
| * Combine script profiling with profile crates. Fixes #7514.Connor Imes2015-09-041-0/+1
* | Update prefs API to return an Option<bool>.James Graham2015-09-041-1/+1
|/
* Replace catch-all experimental flag with fine-grained boolean preferences ini...Josh Matthews2015-08-281-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* Fix existing syntactics nits.Josh Matthews2015-08-161-18/+18
* remove ScriptListenervectorijk2015-08-161-2/+1
* Pass a Sender<ConstellationControlMsg> to Pipeline::new.Ms2ger2015-08-121-8/+7