aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Generalize the rest of layout to operate on generic Layout*.Bobby Holley2015-11-281-2/+2
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-1/+8
* Write animated values into the `ComputedValues` structures whenPatrick Walton2015-11-241-6/+12
* Improve readability of flow tree dumpMartin Robinson2015-11-231-1/+1
* Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutF...Bobby Holley2015-11-211-1/+2
* Hoist exported ThreadSafeLayoutFoo functionality into traits.Bobby Holley2015-11-211-1/+1
* Pass ServoLayoutNode to query functions.Ms2ger2015-11-201-10/+19
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-19/+23
* refactor(layout_task.rs): move some functions to query.rsRizky Luthfianto2015-11-191-297/+8
* Rename Layout*Trait to Layout*.Bobby Holley2015-11-181-1/+1
* Prefix concrete types with 'Servo'.Bobby Holley2015-11-181-6/+6
* Hoist exported wrapper functionality into a family of traits.Bobby Holley2015-11-181-1/+1
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-5/+5
* Remove AutoJoinScriptTask.Ms2ger2015-11-161-11/+1
* Auto merge of #8529 - Ms2ger:unused-lifetime, r=eefriedmanbors-servo2015-11-151-13/+13
|\
| * Remove unused lifetime parameters from LayoutTask methods.Ms2ger2015-11-111-13/+13
* | remove unnecessary layout_chanHayden Faulds2015-11-121-3/+2
* | remove chan from layout taskHayden Faulds2015-11-121-6/+0
* | make layout task fields privateHayden Faulds2015-11-121-18/+22
|/
* Write reflow results, even with no root node.Michael Howell2015-11-101-4/+28
* Implement attribute restyle hints.Bobby Holley2015-11-101-4/+2
* Move viewport_size from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-12/+12
* Move epoch from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-8/+8
* Pass the constellation_chan to animation::update_animation_state directly.Ms2ger2015-11-091-1/+1
* Move running_animations from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-6/+7
* Move visible_rects from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-9/+9
* Move root_flow from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-18/+10
* Move outstanding_web_fonts from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-9/+9
* Move new_animations_receiver from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-5/+7
* Move new_animations_sender from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-6/+6
* Move generation from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-7/+7
* Remove LayoutTaskData::image_cache_task.Ms2ger2015-11-091-6/+2
* Remove unused RwData arguments from LayoutTask::exit_now and LayoutTask::prep...Ms2ger2015-11-091-7/+5
* Move parallel_traversal from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-23/+20
* Make LayoutTask::solve_constraints_parallel a static method.Ms2ger2015-11-091-7/+10
* Make LayoutTask::solve_constraints a static method.Ms2ger2015-11-091-3/+2
* Move LayoutTask::first_reflow out of its Cell.Ms2ger2015-11-091-16/+15
* Introduce a RwData struct.Ms2ger2015-11-091-82/+78
* Disentangle the message handling from the receiver selection in LayoutTask::h...Ms2ger2015-11-091-33/+51
* Consolidate ProfilerMetadata and TimerMetadata.Ms2ger2015-11-091-9/+11
* Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdmbors-servo2015-11-081-81/+22
|\
| * Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-78/+19
| * Let Stylist compute and store viewport constraints when setting the deviceTill Schneidereit2015-11-071-2/+2
| * Make UA and user stylesheets static and shared by all Stylist instancesTill Schneidereit2015-11-071-3/+3
* | Auto merge of #8355 - Ms2ger:Exit, r=noxbors-servo2015-11-071-12/+10
|\ \
| * | Remove the unused PipelineExitType field from LayoutControlMsg::ExitNow.Ms2ger2015-11-051-1/+1
| * | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow.Ms2ger2015-11-051-4/+4
| * | Remove the unused PipelineExitType argument to LayoutTask::exit_now.Ms2ger2015-11-051-7/+6
| * | Remove the unused PipelineExitType from LayoutToPaintMsg::Exit.Ms2ger2015-11-051-2/+2