| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize the rest of layout to operate on generic Layout*. | Bobby Holley | 2015-11-28 | 1 | -27/+33 |
* | Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutF... | Bobby Holley | 2015-11-21 | 1 | -6/+6 |
* | Hoist exported ThreadSafeLayoutFoo functionality into traits. | Bobby Holley | 2015-11-21 | 1 | -1/+1 |
* | Auto merge of #8628 - mrobinson:damage-bits, r=pcwalton | bors-servo | 2015-11-21 | 1 | -1/+2 |
|\ |
|
| * | Clean up restyle damage after it no longer applies | Martin Robinson | 2015-11-20 | 1 | -1/+2 |
* | | Rename Layout*Trait to Layout*. | Bobby Holley | 2015-11-18 | 1 | -1/+1 |
* | | Prefix concrete types with 'Servo'. | Bobby Holley | 2015-11-18 | 1 | -7/+7 |
* | | Hoist exported wrapper functionality into a family of traits. | Bobby Holley | 2015-11-18 | 1 | -1/+1 |
|/ |
|
* | Wrap SharedLayoutContext::stylist in a wrapper to make it Sync. | Ms2ger | 2015-11-07 | 1 | -1/+1 |
* | Change overflow calculation to be calculated after compute_absolute_position. | Glenn Watson | 2015-11-03 | 1 | -2/+2 |
* | Use the passed-in reflow root rather than the one stored in the SharedLayoutC... | Ms2ger | 2015-10-26 | 1 | -8/+13 |
* | Remove HAS_DIRTY_SIBLINGS. | Bobby Holley | 2015-10-21 | 1 | -1/+0 |
* | Remove the boolean shareable flag in RecalcStyleForNode::process. | Ms2ger | 2015-10-19 | 1 | -9/+11 |
* | Remove the unused boolean in StyleSharingResult::CannotShare. | Ms2ger | 2015-10-19 | 1 | -12/+18 |
* | Define share_style_if_possible on LayoutElement. | Ms2ger | 2015-10-19 | 1 | -3/+10 |
* | Return the result from match_element rather than using an outparam. | Ms2ger | 2015-10-19 | 1 | -4/+3 |
* | Define match_node on LayoutElement as match_element. | Ms2ger | 2015-10-19 | 1 | -6/+6 |
* | Remove unused PostorderDomTraversal::should_prune | Matt Brubeck | 2015-10-01 | 1 | -7/+0 |
* | Delete dead code. | Eli Friedman | 2015-09-26 | 1 | -17/+0 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -2/+2 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -6/+4 |
* | layout: Fix tidy failures. | Patrick Walton | 2015-09-01 | 1 | -1/+1 |
* | layout: Make overflow calculation take relative percentages into | Patrick Walton | 2015-08-31 | 1 | -2/+2 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
* | Replace the StyledNode trait with inherent methods. | Ms2ger | 2015-07-27 | 1 | -1/+0 |
* | Update rust-selectors | Simon Sapin | 2015-07-23 | 1 | -9/+5 |
* | Scope the allowed unsafe code in traversal.rs. | Ms2ger | 2015-07-17 | 1 | -2/+2 |
* | Move the traversal traits into the traversal module. | Ms2ger | 2015-07-17 | 1 | -2/+27 |
* | Remove LayoutChan from LayoutDataWrapper | Michael Wu | 2015-07-04 | 1 | -1/+1 |
* | Update rust-selectors | Simon Sapin | 2015-06-26 | 1 | -2/+2 |
* | Make LOCAL_CONTEXT_KEY safe and non-leaky. | Nicholas Nethercote | 2015-06-04 | 1 | -2/+2 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -1/+2 |
* | compositing: Implement display ports and avoid creating display lists | Patrick Walton | 2015-05-19 | 1 | -1/+1 |
* | layout: Support inline incremental reflow, and stop reconstructing all | Patrick Walton | 2015-05-19 | 1 | -1/+1 |
* | layout: Store overflow for flows impacted by floats. | Patrick Walton | 2015-05-11 | 1 | -2/+1 |
* | Various fixes to getClientBoundingRect() | Glenn Watson | 2015-05-01 | 1 | -1/+6 |
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -6/+6 |
* | Stop using u/i suffixes in layout. | Ms2ger | 2015-04-02 | 1 | -1/+1 |
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2. | Patrick Walton | 2015-03-31 | 1 | -1/+2 |
* | Use u32 for generation numbers. | Ms2ger | 2015-03-28 | 1 | -1/+1 |
* | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -1/+1 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-09 | 1 | -2/+4 |
* | auto merge of #5154 : luniv/servo/viewpoint-percent-lengths, r=SimonSapin | bors-servo | 2015-03-05 | 1 | -1/+2 |
|\ |
|
| * | Make the initial viewport size available to style::properties::cascade | James Gilbertson | 2015-03-05 | 1 | -1/+2 |
| * | Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1" | Simon Sapin | 2015-03-03 | 1 | -3/+2 |
| * | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-03 | 1 | -2/+3 |
* | | Get rid of servo_util | Dan Fox | 2015-03-05 | 1 | -2/+2 |
|/ |
|
* | Move selector matching to an external library, for use outside Servo. | Simon Sapin | 2015-02-23 | 1 | -1/+1 |
* | Update a comment about STYLE_BLOOM. | Nicholas Nethercote | 2015-02-16 | 1 | -1/+1 |
* | Avoid bloom filter churn. | Nicholas Nethercote | 2015-02-15 | 1 | -4/+3 |