aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/traversal.rs
Commit message (Expand)AuthorAgeFilesLines
* Generalize the rest of layout to operate on generic Layout*.Bobby Holley2015-11-281-27/+33
* Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutF...Bobby Holley2015-11-211-6/+6
* Hoist exported ThreadSafeLayoutFoo functionality into traits.Bobby Holley2015-11-211-1/+1
* Auto merge of #8628 - mrobinson:damage-bits, r=pcwaltonbors-servo2015-11-211-1/+2
|\
| * Clean up restyle damage after it no longer appliesMartin Robinson2015-11-201-1/+2
* | Rename Layout*Trait to Layout*.Bobby Holley2015-11-181-1/+1
* | Prefix concrete types with 'Servo'.Bobby Holley2015-11-181-7/+7
* | Hoist exported wrapper functionality into a family of traits.Bobby Holley2015-11-181-1/+1
|/
* Wrap SharedLayoutContext::stylist in a wrapper to make it Sync.Ms2ger2015-11-071-1/+1
* Change overflow calculation to be calculated after compute_absolute_position.Glenn Watson2015-11-031-2/+2
* Use the passed-in reflow root rather than the one stored in the SharedLayoutC...Ms2ger2015-10-261-8/+13
* Remove HAS_DIRTY_SIBLINGS.Bobby Holley2015-10-211-1/+0
* Remove the boolean shareable flag in RecalcStyleForNode::process.Ms2ger2015-10-191-9/+11
* Remove the unused boolean in StyleSharingResult::CannotShare.Ms2ger2015-10-191-12/+18
* Define share_style_if_possible on LayoutElement.Ms2ger2015-10-191-3/+10
* Return the result from match_element rather than using an outparam.Ms2ger2015-10-191-4/+3
* Define match_node on LayoutElement as match_element.Ms2ger2015-10-191-6/+6
* Remove unused PostorderDomTraversal::should_pruneMatt Brubeck2015-10-011-7/+0
* Delete dead code.Eli Friedman2015-09-261-17/+0
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+4
* layout: Fix tidy failures.Patrick Walton2015-09-011-1/+1
* layout: Make overflow calculation take relative percentages intoPatrick Walton2015-08-311-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* Replace the StyledNode trait with inherent methods.Ms2ger2015-07-271-1/+0
* Update rust-selectorsSimon Sapin2015-07-231-9/+5
* Scope the allowed unsafe code in traversal.rs.Ms2ger2015-07-171-2/+2
* Move the traversal traits into the traversal module.Ms2ger2015-07-171-2/+27
* Remove LayoutChan from LayoutDataWrapperMichael Wu2015-07-041-1/+1
* Update rust-selectorsSimon Sapin2015-06-261-2/+2
* Make LOCAL_CONTEXT_KEY safe and non-leaky.Nicholas Nethercote2015-06-041-2/+2
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-1/+1
* layout: Support inline incremental reflow, and stop reconstructing allPatrick Walton2015-05-191-1/+1
* layout: Store overflow for flows impacted by floats.Patrick Walton2015-05-111-2/+1
* Various fixes to getClientBoundingRect()Glenn Watson2015-05-011-1/+6
* Implement Clone for Copy types.Ms2ger2015-04-281-6/+6
* Stop using u/i suffixes in layout.Ms2ger2015-04-021-1/+1
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-1/+2
* Use u32 for generation numbers.Ms2ger2015-03-281-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-2/+4
* auto merge of #5154 : luniv/servo/viewpoint-percent-lengths, r=SimonSapinbors-servo2015-03-051-1/+2
|\
| * Make the initial viewport size available to style::properties::cascadeJames Gilbertson2015-03-051-1/+2
| * Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1"Simon Sapin2015-03-031-3/+2
| * layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-031-2/+3
* | Get rid of servo_utilDan Fox2015-03-051-2/+2
|/
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-1/+1
* Update a comment about STYLE_BLOOM.Nicholas Nethercote2015-02-161-1/+1
* Avoid bloom filter churn.Nicholas Nethercote2015-02-151-4/+3