aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/incremental.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Reconstruct flows when text/font/list styles changeMatt Brubeck2015-09-171-3/+12
* make test-tidy check that = have space after themerneyja2015-09-011-2/+2
* Replace FlowRef with Arc<Flow>, now that Arc supports DST.Simon Sapin2015-08-201-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-2/+1
* Move to latest hyper everywhereManish Goregaokar2015-06-021-1/+1
* layout: Support inline incremental reflow, and stop reconstructing allPatrick Walton2015-05-191-1/+0
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+4
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-11/+37
* Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1"Simon Sapin2015-03-031-37/+11
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-031-11/+37
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+1