aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder `use` statementsUK9922016-09-091-2/+2
* Hoist retrieval of layout_threads from opts into ConstellationDirkjan Ochtman2016-07-241-1/+2
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-2/+1
* Remove the layout shutdown channel.Ms2ger2016-06-041-1/+0
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-13/+1
* Remove LayoutControlChan.Ms2ger2016-05-281-8/+0
* Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-2/+4
* Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac...Ms2ger2016-05-201-3/+1
* Remove ConstellationChan.Ms2ger2016-05-191-3/+3
* move trait ConvertPipelineIdToWebRender to a better placeKosov Eugene2016-05-091-1/+13
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-2/+2
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-1/+3
* Remove some unused extern crates.Ms2ger2016-01-131-1/+0
* task -> threadrohan.prinja2016-01-101-7/+7
* Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-1/+1
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-2/+2
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-3/+3
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
* sort all usesJohann Tuffe2015-08-201-1/+1
* Store a Sender<ConstellationControlMsg> in LayoutTask.Ms2ger2015-08-121-2/+2
* compositing: Use an `OptionalIpcSender` for communication between thePatrick Walton2015-07-311-1/+2
* gfx: Split the paint messages into layout and chrome messages, and makePatrick Walton2015-07-311-2/+2
* script: Split `Pipeline::create` into chrome process and contentPatrick Walton2015-07-141-14/+2
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-141-5/+12
* Use euclid from crates.ioecoal952015-06-191-2/+2
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-3/+8
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-0/+2
* Make stylesheets block page load.Josh Matthews2015-05-111-2/+0
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-3/+3
* Uniformise the various Msg types [#5882]Prabhjyot Singh Sodhi2015-04-301-2/+2
* Refactored image cache task - details below.Glenn Watson2015-04-231-1/+1
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-4/+4
* 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-0/+1
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-4/+4
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-3/+4
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+0
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-0/+5
* Import net as net rather than servo_net.Ms2ger2015-02-101-3/+3
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-2/+2
* Allow unused variables, imports, and mutable.Josh Matthews2015-02-091-2/+0
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Allow `missing_copy_implementations`Matthew Rasmus2015-01-081-0/+1
* Remove obsolete attributes.Ms2ger2015-01-031-3/+0
* Stall PaintTask exit until it can release all buffersMartin Robinson2015-01-021-3/+2
* Rename RenderChan -> PaintChanTetsuharu OHZEKI2014-12-081-2/+2