| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unexpected overflow with overflow: hidden set. | Glenn Watson | 2016-03-03 | 1 | -1/+33 |
* | Flatten display list structure | Martin Robinson | 2016-03-01 | 1 | -22/+44 |
* | 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 | -8/+9 |
* | Add Multicolumn support block fragmentation. | Simon Sapin | 2016-01-28 | 1 | -10/+35 |
* | Sequentialize assign_block_size for flows that can be fragmented. | Simon Sapin | 2016-01-28 | 1 | -0/+24 |
* | layout: Remove some bogus code that tried to handle | Patrick Walton | 2016-01-25 | 1 | -7/+0 |
* | Move LayerType enum to gfx_trait | Thomas Gummerer | 2016-01-10 | 1 | -2/+1 |
* | Introduce a concept of restyle damage to the style system. | Bobby Holley | 2016-01-04 | 1 | -2/+3 |
* | Move LayerKind and ScrollPolicy enums to gfx_traits | Brandon Fairchild | 2015-12-20 | 1 | -1/+2 |
* | Replaced ZERO_RECT with Rect::zero() | Alexander Mankuta | 2015-12-03 | 1 | -2/+1 |
* | Generalize the rest of layout to operate on generic Layout*. | Bobby Holley | 2015-11-28 | 1 | -3/+3 |
* | Improve readability of flow tree dump | Martin Robinson | 2015-11-23 | 1 | -19/+42 |
* | Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutF... | Bobby Holley | 2015-11-21 | 1 | -3/+3 |
* | Hoist exported ThreadSafeLayoutFoo functionality into traits. | Bobby Holley | 2015-11-21 | 1 | -1/+1 |
* | Remove dead code from layout. | Ms2ger | 2015-11-18 | 1 | -9/+0 |
* | Remove unused Flow::remove_compositor_layers. | Ms2ger | 2015-11-07 | 1 | -4/+0 |
* | Auto merge of #8337 - mrobinson:remove-display-list-result, r=pcwalton | bors-servo | 2015-11-06 | 1 | -9/+5 |
|\ |
|
| * | Remove DisplayListBuildingResult | Martin Robinson | 2015-11-04 | 1 | -9/+5 |
* | | Eliminate LAYERS_NEEDED_FOR_DESCENDANTS flag | Martin Robinson | 2015-11-04 | 1 | -9/+0 |
|/ |
|
* | Auto merge of #8306 - glennw:fix-abd-overflow, r=pcwalton | bors-servo | 2015-11-04 | 1 | -40/+0 |
|\ |
|
| * | Change overflow calculation to be calculated after compute_absolute_position. | Glenn Watson | 2015-11-03 | 1 | -40/+0 |
* | | Auto merge of #8266 - mrobinson:stacking-context-mix, r=pcwalton | bors-servo | 2015-11-04 | 1 | -8/+10 |
|\ \ |
|
| * | | Mix stacking contexts into the positioned content list | Martin Robinson | 2015-11-03 | 1 | -8/+10 |
| |/ |
|
* / | layout: Dump damage as well as part of the flow tree debug spew. | Patrick Walton | 2015-11-03 | 1 | -2/+3 |
|/ |
|
* | Remove manual implementations of Send and Sync for BaseFlow. | Ms2ger | 2015-10-26 | 1 | -5/+0 |
* | Remove explicit lifetimes which can be elided. | Adam Szopa | 2015-10-21 | 1 | -6/+6 |
* | Auto merge of #7825 - eefriedman:div-align, r=mbrubeck | bors-servo | 2015-10-08 | 1 | -13/+0 |
|\ |
|
| * | Make "align descendants" rule use parent's text-align. | Eli Friedman | 2015-10-02 | 1 | -13/+0 |
* | | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+2 |
|/ |
|
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+2 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -13/+12 |
* | Ensure unique LayerIds for pseudo-elements | Martin Robinson | 2015-09-17 | 1 | -3/+10 |
* | Auto merge of #7588 - notriddle:master, r=pcwalton | bors-servo | 2015-09-17 | 1 | -2/+3 |
|\ |
|
| * | Actually store the overflow for inline-block elements. | Michael Howell | 2015-09-09 | 1 | -2/+3 |
* | | Layerize StackingContexts that are on top of layers | Martin Robinson | 2015-09-09 | 1 | -1/+1 |
|/ |
|
* | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -22/+22 |
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -1/+1 |
* | Auto merge of #7498 - pcwalton:inline-absolute-containing-blocks, r=mbrubeck | bors-servo | 2015-09-01 | 1 | -17/+68 |
|\ |
|
| * | layout: Implement partial support for inline absolute containing blocks. | Patrick Walton | 2015-09-01 | 1 | -17/+68 |
* | | layout: Make overflow calculation take relative percentages into | Patrick Walton | 2015-08-31 | 1 | -22/+68 |
|/ |
|
* | layout: Fix merge fallout. | Patrick Walton | 2015-08-21 | 1 | -3/+6 |
* | Create FlexFlow's for 'display: flex' nodes. | Kyle Zentner | 2015-08-21 | 1 | -0/+9 |
* | Don’t mark flow_ref::deref_mut as unsafe. | Simon Sapin | 2015-08-21 | 1 | -4/+2 |
* | Replace FlowRef with Arc<Flow>, now that Arc supports DST. | Simon Sapin | 2015-08-20 | 1 | -40/+10 |
* | Replace the unsound `impl DerefMut for FlowRef` with an unsafe function. | Simon Sapin | 2015-08-20 | 1 | -3/+5 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
* | flow::Flow should follow *_mut naming conventions | Corey Farwell | 2015-08-18 | 1 | -64/+58 |
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -1/+1 |
* | Auto merge of #7177 - pcwalton:intervening-inline-block, r=mbrubeck | bors-servo | 2015-08-17 | 1 | -23/+49 |
|\ |
|