| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Replace the StyledNode trait with inherent methods. | Ms2ger | 2015-07-27 | 1 | -1/+0 |
* | Use Ref::map to make ThreadSafeLayoutNode::style safe. | Ms2ger | 2015-07-17 | 1 | -1/+1 |
* | Move the traversal traits into the traversal module. | Ms2ger | 2015-07-17 | 1 | -1/+2 |
* | layout: Modify styles for replaced content as appropriate during | Patrick Walton | 2015-07-07 | 1 | -2/+4 |
* | Include padding in ascent reported for <img> | David Winslow | 2015-07-06 | 1 | -1/+1 |
* | Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods. | Ms2ger | 2015-06-24 | 1 | -6/+3 |
* | Replace the LayoutDataAccess trait by inherent methods. | Ms2ger | 2015-06-22 | 1 | -1/+1 |
* | Implement type_id as inherent methods. | Ms2ger | 2015-06-22 | 1 | -1/+1 |
* | Make LOCAL_CONTEXT_KEY safe and non-leaky. | Nicholas Nethercote | 2015-06-04 | 1 | -3/+3 |
* | Remove `get_` prefix on getters | Corey Farwell | 2015-06-02 | 1 | -9/+8 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -1/+2 |
* | script: Implement the `width` and `height` attributes for iframes per | Patrick Walton | 2015-05-20 | 1 | -2/+2 |