aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-18/+24
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* Further changes required by ServoOriol Brufau2023-08-161-4/+4
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-4/+4
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-4/+4
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-1/+8
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-121-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-5/+5
* Fix servo build.Emilio Cobos Álvarez2019-02-101-6/+6
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-2/+2
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-5/+5
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-8/+8
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-9/+9
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-4/+9
* Sort `use` statementsSimon Sapin2018-11-061-6/+6
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-250/+377
* Fix the build for NLLSimon Sapin2018-08-241-5/+5
* Revert "Fix the build for NLL"Josh Matthews2018-08-071-5/+5
* Fix the build for NLLSimon Sapin2018-08-081-5/+5
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-8/+8
* Support rowspan=0; always fixup overflowing rowspans beforehandManish Goregaokar2018-02-281-24/+26
* Unconditionally layout rows when laying out tablesManish Goregaokar2018-02-271-12/+4
* Merge fourth and fifth (assign block sizes / positions) passesManish Goregaokar2018-02-271-23/+14
* Remove outdated commentManish Goregaokar2018-02-261-7/+0
* Handle overlarge rowspans by keeping track of largest leftover incoming sizesManish Goregaokar2018-02-261-1/+11
* Compute border spacing info beforehandManish Goregaokar2018-02-261-9/+47
* Preserve information on incoming row sizesManish Goregaokar2018-02-261-2/+2
* Hacky rowspan supportManish Goregaokar2018-02-261-1/+25
* Assign table row block sizes in the parent table or rowgroupManish Goregaokar2018-02-261-4/+11
* bail early for initial valued backgroundsManish Goregaokar2018-02-211-7/+6
* Remove table_style; tables already get their backgrounds painted correctlyManish Goregaokar2018-02-161-7/+0
* Unconditionally remove repaint damage for table cells/rows/rgsManish Goregaokar2018-02-161-0/+2
* Check visibility beforehandManish Goregaokar2018-02-161-1/+2
* Handle rowspanManish Goregaokar2018-02-161-0/+10
* Refactor column index advancing into its own methodManish Goregaokar2018-02-161-40/+70
* Pass down full ComputedValues to TableCellStyleInfo; use for correct color co...Manish Goregaokar2018-02-161-37/+38
* Make TableCellStyleIterator operate on immutable flowsManish Goregaokar2018-02-161-14/+60
* Don't redraw backgrounds that we've already drawnManish Goregaokar2018-02-161-4/+11
* Generate display lists for table cells during display list generation for the...Manish Goregaokar2018-02-161-4/+52
* Factor out BlockFlow::background_border_section()Manish Goregaokar2018-02-161-5/+4
* Handle colspan in TableCellStyleIteratorManish Goregaokar2018-02-161-6/+35
* Add Iterator impl for TableCellStyleIteratorManish Goregaokar2018-02-161-0/+45
* Create TableCellStyleIteratorManish Goregaokar2018-02-161-8/+65
* Add TableRowAndGroupIteratorManish Goregaokar2018-02-161-14/+34
* Add get_column_styles for getting column structure and styles for a tableManish Goregaokar2018-02-161-0/+35