aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
* Split compositing/pipeline/constellation code into separate crate.Josh Matthews2014-06-281-230/+0
* Rename |Profiler| as |TimeProfiler|.Nicholas Nethercote2014-06-261-7/+7
* Separate "desktop" and "mobile" zoom calculations.Matt Brubeck2014-06-201-3/+2
* Outside of compositor, store window size in CSS pxMatt Brubeck2014-06-091-2/+3
* Upgrade Rust.Jack Moffitt2014-06-051-4/+4
* Make RenderChan a newtype struct.Cameron Zwarich2014-05-261-2/+2
* Update Rust.Ms2ger2014-05-221-4/+4
* Add a subpage_id field to NewLayoutInfo.Ms2ger2014-05-141-0/+1
* Rename the pipeline ID fields in NewLayoutInfo.Ms2ger2014-05-141-2/+2
* Pass a non-Option SubpageId to Pipeline::with_script.Ms2ger2014-05-141-3/+3
* Make Pipeline::url a plain Url.Ms2ger2014-05-121-18/+14
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-12/+12
* auto merge of #2200 : jdm/servo/loadfail, r=mbrubeckbors-servo2014-04-241-0/+2
|\
| * Make the I Tried star appear when a top-level page load fails for network-rel...Josh Matthews2014-04-241-0/+2
* | Make sure RefCell borrows are temporary.Matt Brubeck2014-04-211-1/+2
|/
* Stop using deprecated RefCell<T>::getMatt Brubeck2014-04-161-1/+1
* Remove trailing whitespace.Ms2ger2014-04-071-1/+1
* Upgrade rust.Ms2ger2014-04-041-13/+13
* servo: Implement stacking contexts and allow multiple layers perPatrick Walton2014-04-031-4/+3
* Rust upgradesLars Bergstrom2014-03-181-8/+9
* De-@mut the script crate.Josh Matthews2014-02-281-1/+1
* Move from gfx::opts to servo_util::opts.Tetsuharu OHZEKI2014-02-251-1/+1
* De-@mut the FrameTree.Lars Bergstrom2014-02-211-1/+3
* De-@mut pipelineLars Bergstrom2014-02-181-11/+13
* Restore failure handlingKeegan McAllister2014-02-121-9/+23
* Changes the Constellation shutdown procedure to a message and responseLars Bergstrom2014-01-151-0/+1
* Upgrade to latest Rust.Jack Moffitt2014-01-121-74/+44
* auto merge of #1409 : pcwalton/servo/fix-get-bounding-client-rect, r=jdmbors-servo2014-01-071-1/+4
|\
| * script: Don't do anything before the window size comes in.Patrick Walton2013-12-131-1/+4
* | layout: Replace `AbstractNode`s in layout with `OpaqueNode`, preventingPatrick Walton2013-12-161-5/+5
* | Ensure render and layout tasks get destructed before main thread finishesDaniel Hedlund2013-12-151-9/+50
|/
* constellation: Stop using futures for frame sizes.Patrick Walton2013-12-131-22/+24
* Kill Servo instead of displaying about:failure when running content testsKeegan McAllister2013-12-111-0/+4
* Other language changesKeegan McAllister2013-10-311-4/+3
* Optimize reflow by changing enums to traits and inlining morePatrick Walton2013-10-281-2/+0
* Update to latest Rust.Jack Moffitt2013-10-211-1/+1
* Add a spawn_with! macro and clean up some spawnsKeegan McAllister2013-10-171-39/+16
* Remove special-casing of URLs ending in ".js"Keegan McAllister2013-10-171-6/+1
* Silence occasional task failure that occurs from sending to the render task a...Josh Matthews2013-10-021-1/+1
* split script_task::ExitMsg into WindowExitMsg and PipelineExitMsgTim Kuehn2013-09-241-8/+3
* script task only exits when the root pipeline exitsTim Kuehn2013-09-241-1/+1
* fix constellation being inundated with messages from script.Tim Kuehn2013-09-201-0/+2
* Fix formatting issues.Lars Bergstrom2013-09-121-1/+1
* Pipeline create is now wrapped in a task that supervises the tasksLars Bergstrom2013-09-121-30/+76
* Remove extraneous references to flow tree objects.Eric Atkinson2013-08-201-2/+3
* Implement epochs; fix integration bugseschweic2013-08-191-1/+1
* move navigation_type from Pipeline to FrameChangeTim Kuehn2013-08-191-10/+6
* Library changesKeegan McAllister2013-08-151-1/+1
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-4/+4
* added subpage ids to map from iframe to all associated pipelinesTim Kuehn2013-07-311-8/+15