aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/incremental.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-2/+2
* Remove LayoutDamageComputationAnthony Ramine2019-01-141-8/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-5/+6
* 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-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt layout cratePyfisch2018-09-011-18/+37
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-9/+9
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-2/+2
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-13/+13
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-13/+13
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-13/+13
* Force reflow in the sequential fallback of block format contextPu Xingyu2017-04-231-0/+7
* Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+0
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+2
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-254/+2
* Auto merge of #11417 - stshine:flex-longhand-properties, r=mbrubeckbors-servo2016-05-311-1/+8
|\
| * Add remaining longhand flexbox style propertiesPu Xingyu2016-05-251-1/+8
* | Stop generating flows under display: none.Matt Brubeck2016-05-251-0/+1
|/
* Don't let restyle damage infect siblingsMatt Brubeck2016-05-051-4/+6
* Move width and height from Box to Position.Cameron McCormack2016-05-041-1/+1
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-2/+2
* Add style property for flex-basisDaniel Robertson2016-04-241-1/+3
* Generate a fragment for an empty elements with borders or paddingMatt Brubeck2016-04-161-2/+12
* Auto merge of #10407 - mauricioc:issue10403, r=bholleybors-servo2016-04-071-8/+8
|\
| * Move CSS line-height property from InheritedBox to InheritedTextMauricio Collares2016-04-051-1/+1
| * Move CSS flex-direction property from Flex to Position and delete FlexMauricio Collares2016-04-051-1/+1
| * Move some CSS properties from Box to PositionMauricio Collares2016-04-051-1/+1
| * Rename PositionOffsets to PositionMauricio Collares2016-04-051-2/+2
| * Move CSS content property from Box to CountersMauricio Collares2016-04-051-1/+1
| * Move CSS text-shadow property from Effects to InheritedTextMauricio Collares2016-04-051-1/+1
| * Move CSS text-overflow property from InheritedText to TextMauricio Collares2016-04-051-1/+1
* | Move CSS image-rendering property from Effects to InheritedBoxMauricio Collares2016-04-041-1/+1
|/
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-6/+7
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+2
* Add missing properties to compute_damageMatt Brubeck2016-03-211-3/+34
* Short-circuit more of compute_damageMatt Brubeck2016-03-211-37/+31
* layout: Minor whitespace cleanup.Patrick Walton2016-03-211-1/+0
* layout: Repaint when `z-index` is modified.Patrick Walton2016-03-211-1/+1
* layout: Make transform changes require incremental repaint.Patrick Walton2016-03-211-1/+2
* layout: Move overflow calculation to be a separate, sequential,Patrick Walton2016-03-181-11/+24
* style: Refactor the per_pseudo map from StyleData to avoid having an option v...Emilio Cobos Álvarez2016-02-131-7/+6
* Introduce a concept of restyle damage to the style system.Bobby Holley2016-01-041-11/+16
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-0/+1
* Include transform changes in list that cause incremental reflows.Glenn Watson2015-11-181-0/+6