aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Don't copy the list of stylesheets in LayoutTask::handle_reflow.Ms2ger2015-12-301-5/+3
* Auto merge of #9077 - bholley:split_layout_context_etc, r=SimonSapinbors-servo2015-12-301-10/+13
|\
| * Hoist style-related context bits into style/.Bobby Holley2015-12-291-10/+13
* | Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapinbors-servo2015-12-301-18/+15
|\|
| * Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-18/+15
* | Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-2/+2
|/
* Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-2/+2
* Auto merge of #8995 - pcwalton:measure-text-shaping, r=mbrubeckbors-servo2015-12-171-0/+13
|\
| * gfx: Measure text shaping time in the time profiler.Patrick Walton2015-12-151-0/+13
* | Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=noxbors-servo2015-12-161-12/+19
|\ \ | |/ |/|
| * Fix build errors after rebasing and address review commentsKeith Yeung2015-12-091-7/+6
| * remove Option because it is never used as NoneArnaud Marant2015-12-091-12/+8
| * fix for Layout memory reporter uses pre-redirect url #6872Arnaud Marant2015-12-091-8/+20
* | Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-2/+2
* | 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