aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/sequential.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass a callback to recalc_style_at to avoid traversing children twice.Bobby Holley2017-07-151-8/+4
* Rip out the generic abstractions around ThreadLocalStyleContext.Bobby Holley2017-07-051-9/+13
* style: Distinguish between the tree structures used for traversal and selecto...Cameron McCormack2017-06-091-1/+1
* Limit traversal statistics dumps to subtrees of 50 or more elements.Bobby Holley2017-04-131-1/+3
* Store style system options in the global style data and shared style context.Bobby Holley2017-04-121-2/+1
* Do the sequential traversal breadth-first.Bobby Holley2017-04-091-31/+27
* style: Add the traversal kind to the style stats.Emilio Cobos Álvarez2017-03-111-1/+1
* Dump traversal time with other style statistics.Bobby Holley2017-02-141-3/+8
* style: Expose the traversal kind to the style system.Emilio Cobos Álvarez2017-01-241-0/+1
* Bug 1331856 - Add style performance statistics to Servo. r=emilioBobby Holley2017-01-191-0/+8
* Bug 1325734 - Pass the thread-local context into should_traverse_children. r=...Bobby Holley2017-01-091-1/+3
* Bug 1325734 - Parameterize the style traversal on TElement instead of TNode. ...Bobby Holley2017-01-091-8/+8
* style: Do the proper thing for the sequential traversal.Emilio Cobos Álvarez2016-12-311-1/+4
* Introduce and use Scoped TLS.Bobby Holley2016-12-211-14/+11
* Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-14/+15
* Bug 1322945 - Change skip_root to unstyled_children_only and use StyleNewChil...Bobby Holley2016-12-121-2/+6
* Make Restyle tracking more granular.Bobby Holley2016-12-091-7/+15
* Fix current_dom_depth in sequential traversal. (fixes #14414)Cameron McCormack2016-12-041-2/+3
* style: Enable the bloom filter recovering.Emilio Cobos Álvarez2016-11-271-5/+15
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-2/+1
* Eliminate RestyleResult.Bobby Holley2016-11-011-4/+4
* Hoist most styling functionality from TNode to TElement.Bobby Holley2016-10-291-3/+4
* Introduce StylingMode and deprecate explicit dirtiness.Bobby Holley2016-10-261-11/+5
* Rewrite the style sharing candidate cache.Emilio Cobos Álvarez2016-08-171-1/+2
* Don't create unneeded temporaries in style traversals.Emilio Cobos Álvarez2016-08-101-6/+1
* style: Force to stop computing children if we find the parent has display: none.Emilio Cobos Álvarez2016-08-101-6/+11
* stylo: Allow bypassing the bottom-up traversal.Emilio Cobos Álvarez2016-08-101-1/+3
* style: Fix sequential traversal.Emilio Cobos Álvarez2016-08-031-1/+1
* stylo: Don't traverse the whole dom every restyle, propagate the dirty flag d...Emilio Cobos Álvarez2016-07-241-5/+14
* Remove lifetimes from T{Node,Element,Document}.Bobby Holley2016-03-141-6/+6
* Bonus Fix - Rename traverse_dom_preorder to traverse_dom.Bobby Holley2016-01-061-4/+4
* Hoist the style parts of sequential.rs into style/.Bobby Holley2016-01-061-0/+28