aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Query and maintain the position of the insertion pointPatrick Walton2015-09-171-24/+37
* Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-12/+11
* layout: Fix several bugs relating to inline borders, padding, andPatrick Walton2015-09-031-32/+53
* layout: Implement partial support for inline absolute containing blocks.Patrick Walton2015-09-011-10/+22
* layout: Fix merge fallout.Patrick Walton2015-08-211-2/+2
* Create FlexFlow's for 'display: flex' nodes.Kyle Zentner2015-08-211-0/+16
* Don’t mark flow_ref::deref_mut as unsafe.Simon Sapin2015-08-211-18/+10
* Replace FlowRef with Arc<Flow>, now that Arc supports DST.Simon Sapin2015-08-201-33/+27
* Replace the unsound `impl DerefMut for FlowRef` with an unsafe function.Simon Sapin2015-08-201-19/+27
* sort all usesJohann Tuffe2015-08-201-3/+3
* layout: Make inline absolute hypothetical boxes not clip their contents.Patrick Walton2015-08-181-1/+7
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-3/+3
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-4/+4
* layout: Improve our handling of inline absolute containing blocks.Patrick Walton2015-08-171-37/+43
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-2/+2
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* layout: Make inline margins on `<input type=button>` and friends applyPatrick Walton2015-08-131-5/+10
* layout: Take relative position offsets for inlines and inline-blocksPatrick Walton2015-08-121-4/+39
* layout: Rewrite whitespace stripping.Patrick Walton2015-08-111-44/+35
* Allow list markers to contain multiple fragmentsMatt Brubeck2015-08-071-9/+8
* layout: Make sure anonymous table flows are statically positioned.Patrick Walton2015-08-061-39/+49
* layout: When repairing styles for incremental reflow, only repairPatrick Walton2015-08-041-2/+17
* Auto merge of #6938 - pcwalton:inline-repair-jumpiness, r=mbrubeckbors-servo2015-08-031-0/+5
|\
| * construct: When repairing styles for incremental reflow, only repairPatrick Walton2015-08-031-0/+5
* | Implement the unicode-bidi propertyMatt Brubeck2015-08-031-0/+57
|/
* Implement getComputedStyleDavid Zbarsky2015-07-291-1/+1
* Inline ThreadSafeLayoutNode::get_style.Ms2ger2015-07-271-1/+1
* Replace the StyledNode trait with inherent methods.Ms2ger2015-07-271-1/+0
* Use Ref::map to make ThreadSafeLayoutNode::style safe.Ms2ger2015-07-171-1/+1
* Move the traversal traits into the traversal module.Ms2ger2015-07-171-1/+2
* layout: Modify styles for replaced content as appropriate duringPatrick Walton2015-07-071-2/+4
* Include padding in ascent reported for <img>David Winslow2015-07-061-1/+1
* Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods.Ms2ger2015-06-241-6/+3
* Replace the LayoutDataAccess trait by inherent methods.Ms2ger2015-06-221-1/+1
* Implement type_id as inherent methods.Ms2ger2015-06-221-1/+1
* Make LOCAL_CONTEXT_KEY safe and non-leaky.Nicholas Nethercote2015-06-041-3/+3
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-9/+8
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* script: Implement the `width` and `height` attributes for iframes perPatrick Walton2015-05-201-2/+2
* layout: Support inline incremental reflow, and stop reconstructing allPatrick Walton2015-05-191-13/+37
* layout: Minor whitespace and formatting cleanups.Patrick Walton2015-05-131-1/+3
* gfx: Print out stacking context info when dumping display lists.Patrick Walton2015-05-131-1/+1
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-87/+159
* layout: Implement inline margins.Patrick Walton2015-05-071-7/+12
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+1
* layout: Fix a couple of issues relating to intrinsic widths of inlinePatrick Walton2015-05-011-1/+1
* Various fixes to getClientBoundingRect()Glenn Watson2015-05-011-7/+9
* Make NodeTypeId include CharacterData variantJinwoo Song2015-04-291-8/+7
* Refactor flow construction to make `float` less of a special case.Simon Sapin2015-04-291-43/+19
* Add MulticolFlow and use it for multicol elements.Simon Sapin2015-04-291-2/+7