aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
Commit message (Expand)AuthorAgeFilesLines
...
* replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-2/+2
* Made block type pattern match less inclusiveDavid Raifaizen2015-10-271-1/+1
* Pass all the data layout needs from canvas elements at once.Ms2ger2015-10-261-1/+2
* Privatize FlowConstructionUtils.Ms2ger2015-10-261-5/+3
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-4/+2
* Incremental layout: Don't try to repair text fragment stylesMatt Brubeck2015-10-011-4/+10
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-9/+0
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-12/+11
* Auto merge of #7656 - mbrubeck:incremental-text-6501, r=pcwaltonbors-servo2015-09-181-4/+8
|\
| * Always reset HAS_NEWLY_CONSTRUCTED_FLOW during flow constructionMatt Brubeck2015-09-171-4/+8
* | 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