| Commit message (Expand) | Author | Age | Files | Lines |
* | Flatten display list structure | Martin Robinson | 2016-03-01 | 1 | -3/+11 |
* | Move util::range into its own crate | Jonathan Schuster | 2016-02-25 | 1 | -1/+1 |
* | Auto merge of #9668 - glennw:inline-accuracy, r=pcwalton | bors-servo | 2016-02-18 | 1 | -2/+7 |
|\ |
|
| * | Ensure when calculating font metrics that the total line height matches reque... | Glenn Watson | 2016-02-18 | 1 | -2/+7 |
* | | Move util::logical_geometry to style | Anthony Ramine | 2016-02-18 | 1 | -1/+1 |
|/ |
|
* | layout: Separate out overflow-for-scrolling from overflow-for-paint. | Patrick Walton | 2016-02-03 | 1 | -6/+6 |
* | More aggressively remove Fragment RestyleDamage | Martin Robinson | 2015-12-23 | 1 | -2/+11 |
* | Replaced ZERO_RECT with Rect::zero() | Alexander Mankuta | 2015-12-03 | 1 | -2/+1 |
* | Improve readability of flow tree dump | Martin Robinson | 2015-11-23 | 1 | -15/+12 |
* | Extend whitespace::T with additional helper methods | Keith Yeung | 2015-11-20 | 1 | -3/+3 |
* | Remove dead code from layout. | Ms2ger | 2015-11-18 | 1 | -10/+0 |
* | Change overflow calculation to be calculated after compute_absolute_position. | Glenn Watson | 2015-11-03 | 1 | -8/+1 |
* | Implement calc expressions for more value types | David Zbarsky | 2015-11-01 | 1 | -3/+4 |
* | Integrate Canvas into the DisplayList | Martin Robinson | 2015-10-21 | 1 | -10/+1 |
* | Auto merge of #7950 - mrobinson:layerize-iframes, r=pcwalton | bors-servo | 2015-10-20 | 1 | -1/+1 |
|\ |
|
| * | Integrate iframes into the display list | Martin Robinson | 2015-10-20 | 1 | -1/+1 |
* | | Add support for `pre-wrap` and `pre-line` values for `white-space`. | Eli Friedman | 2015-10-20 | 1 | -48/+40 |
|/ |
|
* | Auto merge of #7825 - eefriedman:div-align, r=mbrubeck | bors-servo | 2015-10-08 | 1 | -3/+12 |
|\ |
|
| * | Fully implement the "align descendants" rule for div. | Eli Friedman | 2015-10-02 | 1 | -3/+12 |
* | | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+2 |
* | | layout: Make the compositor rather than layout determine the position of | Patrick Walton | 2015-09-29 | 1 | -4/+15 |
|/ |
|
* | Use the correct container size in compute_overflow | Matt Brubeck | 2015-09-28 | 1 | -1/+2 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -5/+3 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -7/+6 |
* | Actually store the overflow for inline-block elements. | Michael Howell | 2015-09-09 | 1 | -2/+31 |
* | Auto merge of #7534 - pcwalton:inline-absolute-out-of-flow, r=mbrubeck | bors-servo | 2015-09-04 | 1 | -9/+16 |
|\ |
|
| * | layout: Lay absolutely-positioned blocks with inline containing blocks out of | Patrick Walton | 2015-09-03 | 1 | -9/+16 |
* | | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -4/+4 |
|/ |
|
* | layout: Fix several bugs relating to inline borders, padding, and | Patrick Walton | 2015-09-03 | 1 | -1/+17 |
* | Auto merge of #7496 - servo:calc_, r=SimonSapin | bors-servo | 2015-09-02 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'master' into calc | Simon Sapin | 2015-09-01 | 1 | -2/+2 |
| |\ |
|
| * | | Remove stray changes | David Zbarsky | 2015-08-26 | 1 | -1/+1 |
| * | | Implement Calc for LengthOrPercentage | David Zbarsky | 2015-08-26 | 1 | -1/+6 |
* | | | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -3/+3 |
* | | | Auto merge of #7498 - pcwalton:inline-absolute-containing-blocks, r=mbrubeck | bors-servo | 2015-09-01 | 1 | -8/+19 |
|\ \ \ |
|
| * | | | layout: Implement partial support for inline absolute containing blocks. | Patrick Walton | 2015-09-01 | 1 | -8/+19 |
| | |/
| |/| |
|
* | | | Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck | bors-servo | 2015-09-01 | 1 | -10/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | layout: Make overflow calculation take relative percentages into | Patrick Walton | 2015-08-31 | 1 | -10/+14 |
| |/ |
|
* / | make test-tidy check that = have space after them | erneyja | 2015-09-01 | 1 | -2/+2 |
|/ |
|
* | Don’t mark flow_ref::deref_mut as unsafe. | Simon Sapin | 2015-08-21 | 1 | -4/+3 |
* | Replace the unsound `impl DerefMut for FlowRef` with an unsafe function. | Simon Sapin | 2015-08-20 | 1 | -7/+11 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
* | flow::Flow should follow *_mut naming conventions | Corey Farwell | 2015-08-18 | 1 | -5/+5 |
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -2/+2 |
* | Auto merge of #7177 - pcwalton:intervening-inline-block, r=mbrubeck | bors-servo | 2015-08-17 | 1 | -20/+53 |
|\ |
|
| * | layout: Improve our handling of inline absolute containing blocks. | Patrick Walton | 2015-08-17 | 1 | -20/+53 |
* | | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -5/+5 |
|/ |
|
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -12/+11 |
* | layout: Rewrite whitespace stripping. | Patrick Walton | 2015-08-11 | 1 | -30/+12 |
* | layout: Implement basic `overflow: scroll` functionality. | Patrick Walton | 2015-08-10 | 1 | -1/+2 |