aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/parallel.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-146/+86
* Introduce and use Scoped TLS.Bobby Holley2016-12-211-20/+17
* Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-12/+16
* Removed util.Alan Jeffrey2016-12-141-1/+1
* style: Use rayon instead of our custom work queue.Emilio Cobos Álvarez2016-11-141-40/+50
* Reorder `use` statementsUK9922016-09-091-2/+2
* Pass a &mut Flow to traverse_flow_tree_preorder.Ms2ger2016-08-251-4/+4
* Move util::workqueue to styleAnthony Ramine2016-07-041-1/+1
* Store SharedStyleContext in AssignISizes.Ms2ger2016-06-221-2/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Removed unused importsPer Lundberg2016-05-151-2/+2
* Rename imm_child_iter() and child_iter(). Fixes #10286malayaleecoder2016-04-091-1/+1
* Removed overflow references on AssignBSizesAndStoreOverflow codeDavid Bonet2016-03-171-3/+3
* Remove parallel display list constructionMartin Robinson2016-02-191-58/+2
* Bonus Fix - Rename traverse_dom_preorder to traverse_dom.Bobby Holley2016-01-061-1/+1
* Hoist the style parts of parallel.rs into style/.Bobby Holley2016-01-061-129/+3
* Hoist the style parts of traversal.rs into style/.Bobby Holley2016-01-061-3/+2
* Remove the dependency of parallel DOM traversal and style calculation on Layo...Bobby Holley2016-01-061-36/+26
* Make parallel DOM traversal and style calculation operate on TNode instead of...Bobby Holley2016-01-061-5/+4
* Refactor parallel dom traversal to be agnostic to the processing steps themse...Bobby Holley2016-01-041-143/+88
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-43/+27
* Generalize the rest of layout to operate on generic Layout*.Bobby Holley2015-11-281-24/+41
* Rename Layout*Trait to Layout*.Bobby Holley2015-11-181-1/+1
* Prefix concrete types with 'Servo'.Bobby Holley2015-11-181-4/+4
* Hoist exported wrapper functionality into a family of traits.Bobby Holley2015-11-181-1/+1
* Remove dead code from layout.Ms2ger2015-11-181-12/+0
* Consolidate ProfilerMetadata and TimerMetadata.Ms2ger2015-11-091-3/+3
* Change overflow calculation to be calculated after compute_absolute_position.Glenn Watson2015-11-031-3/+0
* Use the passed-in reflow root rather than the one stored in the SharedLayoutC...Ms2ger2015-10-261-13/+20
* Rewrite ParallelPostorderDomTraversal::run_parallel to avoid some unnecessary...Ms2ger2015-10-191-10/+9
* Don't create a LayoutContext in ParallelPostorderDomTraversal::run_parallel.Ms2ger2015-10-191-3/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-7/+6
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+5
* layout: Allow the overflow area of the `<body>` to be scrolled.Patrick Walton2015-09-101-0/+3
* Don’t mark flow_ref::deref_mut as unsafe.Simon Sapin2015-08-211-1/+1
* Replace FlowRef with Arc<Flow>, now that Arc supports DST.Simon Sapin2015-08-201-14/+12
* Replace the unsound `impl DerefMut for FlowRef` with an unsafe function.Simon Sapin2015-08-201-10/+12
* sort all usesJohann Tuffe2015-08-201-3/+3
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-13/+13
* Cache the number of children of each nodeAnthony Ramine2015-07-311-2/+1
* Remove unused implementation of ParallelPostorderFlowTraversal for BubbleISizes.Ms2ger2015-07-231-2/+0
* Pass the SharedLayoutContext to FlowTraversalFunctions directly.Ms2ger2015-07-231-7/+4
* Remove the unused proxy argument to ParallelPostorderFlowTraversal::run_paral...Ms2ger2015-07-231-5/+3
* Reduce the amount of code in the unsafe block in ParallelPostorderFlowTravers...Ms2ger2015-07-171-29/+31
* Move the traversal traits into the traversal module.Ms2ger2015-07-171-2/+3
* Borrow the QueueData for WorkQueue::run.Ms2ger2015-07-041-34/+34
* Remove the data field from WorkQueue.Ms2ger2015-06-291-6/+1
* Pass shared_layout_context to run_queue_with_custom_work_data_type.Ms2ger2015-06-291-21/+14
* Auto merge of #6461 - Ms2ger:workqueuedata, r=pcwaltonbors-servo2015-06-261-4/+6
|\