aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix up script and layout.Bobby Holley2017-05-021-2/+1
* Fix fixed table layout column width distributionKeith Yeung2017-04-271-41/+44
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-4/+5
* Fix block-direction border collapsing calculationMatt Brubeck2017-01-241-7/+12
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* Account for rowspan in inline layout of table columns/cellsMatt Brubeck2016-12-141-1/+21
* Remove unnecessary Flow::column_sizes methodsMatt Brubeck2016-11-301-8/+0
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+1
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-3/+3
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-2/+5
* layout: Minor style cleanup.Patrick Walton2016-10-261-4/+4
* layout: Assign border and padding to tables instead of table wrappers.Patrick Walton2016-10-261-15/+28
* layout: Refactor `Flow::from_fragment`-style constructors to bePatrick Walton2016-10-261-1/+1
* Simplify stacking context collectionMartin Robinson2016-09-271-6/+2
* Auto merge of #13192 - notriddle:master, r=pcwaltonbors-servo2016-09-081-15/+28
|\
| * Account for percentages in fixed table layoutMichael Howell2016-09-071-15/+28
* | Reorder `use` statementsUK9922016-09-091-1/+1
|/
* Handle row borders in border collapsing logic.Gabriel Poesia2016-08-301-18/+14
* Pass SharedLayoutContext to Flow::compute_absolute_position.Ms2ger2016-08-241-2/+2
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-1/+1
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-1/+1
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-041-1/+1
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-4/+3
* Pass SharedStyleContext to propagate_assigned_inline_size_to_children.Ms2ger2016-06-221-1/+1
* Pass SharedStyleContext to compute_used_inline_size.Ms2ger2016-06-221-3/+4
* Pass SharedStyleContext to compute_inline_size_constraint_inputs.Ms2ger2016-06-221-1/+2
* Remove unnecessary mut in TableFlowMatt Brubeck2016-06-201-1/+1
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-2/+2
* Rename imm_child_iter() and child_iter(). Fixes #10286malayaleecoder2016-04-091-5/+5
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-2/+2
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-6/+2
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+1
* gfx: Box stacking contexts to minimize `memmove` traffic.Patrick Walton2016-03-031-1/+1
* Auto merge of #9756 - mrobinson:flat-display-lists-webrender, r=pcwaltonbors-servo2016-03-021-6/+11
|\
| * Flatten display list structureMartin Robinson2016-03-011-6/+11
* | Fix border collapsing at the end of a table-row-groupMatt Brubeck2016-03-011-127/+101
* | Fix confusing `push_or_mutate` APIMatt Brubeck2016-02-291-6/+7
|/
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* layout: Separate out overflow-for-scrolling from overflow-for-paint.Patrick Walton2016-02-031-3/+3
* Improve readability of flow tree dumpMartin Robinson2015-11-231-0/+5
* Remove dead code from layout.Ms2ger2015-11-181-7/+0
* Auto merge of #8327 - Ms2ger:unused-arg, r=frewsxcvbors-servo2015-11-051-8/+4
|\
| * Remove unused argument from TableLikeFlow::assign_block_size_for_table_like_f...Ms2ger2015-11-041-8/+4
* | Eliminate LAYERS_NEEDED_FOR_DESCENDANTS flagMartin Robinson2015-11-041-5/+1
|/
* Change overflow calculation to be calculated after compute_absolute_position.Glenn Watson2015-11-031-3/+2
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-11/+6
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1