| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused `fixed_descendants: AbsoluteDescendants` | Simon Sapin | 2016-01-28 | 1 | -12/+2 |
* | Add Multicolumn support block fragmentation. | Simon Sapin | 2016-01-28 | 1 | -10/+57 |
* | Sequentialize assign_block_size for flows that can be fragmented. | Simon Sapin | 2016-01-28 | 1 | -3/+9 |
* | Disable incremental reflow for multicol and their descendants. | Simon Sapin | 2016-01-27 | 1 | -0/+3 |
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -12/+6 |
* | Separate style+layout and layout-specific wrapper functionality. | Bobby Holley | 2015-12-29 | 1 | -19/+14 |
* | Generalize the rest of layout to operate on generic Layout*. | Bobby Holley | 2015-11-28 | 1 | -38/+49 |
* | Add XMLDocument object | Guillaume Gomez | 2015-11-27 | 1 | -2/+2 |
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -1/+1 |
* | Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutF... | Bobby Holley | 2015-11-21 | 1 | -33/+33 |
* | Hoist exported ThreadSafeLayoutFoo functionality into traits. | Bobby Holley | 2015-11-21 | 1 | -1/+1 |
* | Clean up restyle damage after it no longer applies | Martin Robinson | 2015-11-20 | 1 | -2/+3 |
* | replace InheritTypes imports with inheritance imports | rohan.prinja | 2015-10-30 | 1 | -2/+2 |
* | Made block type pattern match less inclusive | David Raifaizen | 2015-10-27 | 1 | -1/+1 |
* | Pass all the data layout needs from canvas elements at once. | Ms2ger | 2015-10-26 | 1 | -1/+2 |
* | Privatize FlowConstructionUtils. | Ms2ger | 2015-10-26 | 1 | -5/+3 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -4/+2 |
* | Incremental layout: Don't try to repair text fragment styles | Matt Brubeck | 2015-10-01 | 1 | -4/+10 |
* | layout: Make the compositor rather than layout determine the position of | Patrick Walton | 2015-09-29 | 1 | -9/+0 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -1/+1 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -12/+11 |
* | Auto merge of #7656 - mbrubeck:incremental-text-6501, r=pcwalton | bors-servo | 2015-09-18 | 1 | -4/+8 |
|\ |
|
| * | Always reset HAS_NEWLY_CONSTRUCTED_FLOW during flow construction | Matt Brubeck | 2015-09-17 | 1 | -4/+8 |
* | | layout: Query and maintain the position of the insertion point | Patrick Walton | 2015-09-17 | 1 | -24/+37 |
|/ |
|
* | Fix match_refs and let_returns in layout, address review changes | Manish Goregaokar | 2015-09-04 | 1 | -12/+11 |
* | layout: Fix several bugs relating to inline borders, padding, and | Patrick Walton | 2015-09-03 | 1 | -32/+53 |
* | layout: Implement partial support for inline absolute containing blocks. | Patrick Walton | 2015-09-01 | 1 | -10/+22 |
* | layout: Fix merge fallout. | Patrick Walton | 2015-08-21 | 1 | -2/+2 |
* | Create FlexFlow's for 'display: flex' nodes. | Kyle Zentner | 2015-08-21 | 1 | -0/+16 |
* | Don’t mark flow_ref::deref_mut as unsafe. | Simon Sapin | 2015-08-21 | 1 | -18/+10 |
* | Replace FlowRef with Arc<Flow>, now that Arc supports DST. | Simon Sapin | 2015-08-20 | 1 | -33/+27 |
* | Replace the unsound `impl DerefMut for FlowRef` with an unsafe function. | Simon Sapin | 2015-08-20 | 1 | -19/+27 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
* | layout: Make inline absolute hypothetical boxes not clip their contents. | Patrick Walton | 2015-08-18 | 1 | -1/+7 |
* | flow::Flow should follow *_mut naming conventions | Corey Farwell | 2015-08-18 | 1 | -3/+3 |
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -4/+4 |
* | layout: Improve our handling of inline absolute containing blocks. | Patrick Walton | 2015-08-17 | 1 | -37/+43 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -2/+2 |
* | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 |
* | layout: Make inline margins on `<input type=button>` and friends apply | Patrick Walton | 2015-08-13 | 1 | -5/+10 |
* | layout: Take relative position offsets for inlines and inline-blocks | Patrick Walton | 2015-08-12 | 1 | -4/+39 |
* | layout: Rewrite whitespace stripping. | Patrick Walton | 2015-08-11 | 1 | -44/+35 |
* | Allow list markers to contain multiple fragments | Matt Brubeck | 2015-08-07 | 1 | -9/+8 |
* | layout: Make sure anonymous table flows are statically positioned. | Patrick Walton | 2015-08-06 | 1 | -39/+49 |
* | layout: When repairing styles for incremental reflow, only repair | Patrick Walton | 2015-08-04 | 1 | -2/+17 |
* | Auto merge of #6938 - pcwalton:inline-repair-jumpiness, r=mbrubeck | bors-servo | 2015-08-03 | 1 | -0/+5 |
|\ |
|
| * | construct: When repairing styles for incremental reflow, only repair | Patrick Walton | 2015-08-03 | 1 | -0/+5 |
* | | Implement the unicode-bidi property | Matt Brubeck | 2015-08-03 | 1 | -0/+57 |
|/ |
|
* | Implement getComputedStyle | David Zbarsky | 2015-07-29 | 1 | -1/+1 |
* | Inline ThreadSafeLayoutNode::get_style. | Ms2ger | 2015-07-27 | 1 | -1/+1 |