aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/list_item.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Make `FontContext` thread-safe and share it per-Layout (#32205)Martin Robinson2024-05-021-8/+6
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+9
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* Remove ListItemFlowDisplayListBuildingAnthony Ramine2019-01-141-3/+23
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* 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-3/+5
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `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-48/+83
* Allow floats to impact list item marker positionJon Leighton2018-01-241-28/+46
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-12/+16
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+1
* Separate stacking context collection and display list building stateMartin Robinson2017-09-121-1/+2
* Improve containing block creation for position:absolute flowsMartin Robinson2017-08-171-0/+4
* 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
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Fix up script and layout.Bobby Holley2017-05-021-2/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-10/+12
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+2
* Remove unused replaced size calculation methodsPu Xingyu2016-12-121-3/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+1
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-2/+5
* layout: Refactor `Flow::from_fragment`-style constructors to bePatrick Walton2016-10-261-1/+1
* layout: Rewrite Servo's `vertical-align` support to match CSS 2.1 §Patrick Walton2016-10-111-12/+10
* Simplify stacking context collectionMartin Robinson2016-09-271-6/+2
* Reorder `use` statementsUK9922016-09-091-1/+1
* 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
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-4/+4
* Pass SharedStyleContext to explicit_block_containing_size.Ms2ger2016-06-221-1/+2
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Remove unused argument to place_float_if_applicable.Ms2ger2016-06-201-2/+2
* Image with height defined in % resizes properlyDarin Minamoto2016-06-151-1/+2
* 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-1/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-2/+2