aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_cell.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+13
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* Further changes required by ServoOriol Brufau2023-08-161-5/+5
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-5/+5
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-5/+5
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-0/+7
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-2/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* layout: fix Servo build.Emilio Cobos Álvarez2019-05-071-4/+4
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-3/+3
* Fix servo build.Emilio Cobos Álvarez2019-02-101-8/+12
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-2/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+10
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-81/+135
* Assign table row block sizes in the parent table or rowgroupManish Goregaokar2018-02-261-0/+11
* Unconditionally remove repaint damage for table cells/rows/rgsManish Goregaokar2018-02-161-5/+3
* Make TableCellStyleIterator operate on immutable flowsManish Goregaokar2018-02-161-0/+7
* Generate display lists for table cells during display list generation for the...Manish Goregaokar2018-02-161-19/+5
* Create own file for background calculations in layoutPyfisch2018-01-061-3/+3
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-6/+6
* Remove border_collapse field in InternalTableKeith Yeung2017-12-081-3/+1
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-4/+5
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+3
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Fix panic when tables having position:stickyMartin Robinson2017-09-151-2/+3
* Separate stacking context collection and display list building stateMartin Robinson2017-09-121-1/+2
* Auto merge of #18212 - mrobinson:position-sticky, r=emiliobors-servo2017-09-051-2/+3
|\
| * Add support for position:stickyMartin Robinson2017-09-051-2/+3
* | Use generics for the vertical-align propertyAnthony Ramine2017-08-301-4/+5
|/
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Improve containing block creation for position:absolute flowsMartin Robinson2017-08-171-0/+8
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Rename compute_absolute_position to compute_stacking_relative_positionMatt Brubeck2017-08-081-2/+2
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-2/+2
* Add separate computed Color value.Xidorn Quan2017-06-081-1/+1
* Fix up script and layout.Bobby Holley2017-05-021-2/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-6/+6
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* Add the HTMLTableCellElement::rowspan propertyMatt Brubeck2016-12-141-0/+5
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-2/+2
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-2/+5