| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | layout: Support inline incremental reflow, and stop reconstructing all | Patrick Walton | 2015-05-19 | 1 | -13/+37 |
* | layout: Minor whitespace and formatting cleanups. | Patrick Walton | 2015-05-13 | 1 | -1/+3 |
* | gfx: Print out stacking context info when dumping display lists. | Patrick Walton | 2015-05-13 | 1 | -1/+1 |
* | layout: Allow inline elements to be containing blocks for | Patrick Walton | 2015-05-13 | 1 | -87/+159 |
* | layout: Implement inline margins. | Patrick Walton | 2015-05-07 | 1 | -7/+12 |
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -2/+1 |
* | layout: Fix a couple of issues relating to intrinsic widths of inline | Patrick Walton | 2015-05-01 | 1 | -1/+1 |
* | Various fixes to getClientBoundingRect() | Glenn Watson | 2015-05-01 | 1 | -7/+9 |
* | Make NodeTypeId include CharacterData variant | Jinwoo Song | 2015-04-29 | 1 | -8/+7 |
* | Refactor flow construction to make `float` less of a special case. | Simon Sapin | 2015-04-29 | 1 | -43/+19 |
* | Add MulticolFlow and use it for multicol elements. | Simon Sapin | 2015-04-29 | 1 | -2/+7 |