aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/sequential.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+11
* Try to `use` WebRender types moreMartin Robinson2023-07-101-3/+3
* Clean up debug optionsMartin Robinson2023-05-011-1/+1
* Fix some typosDirk Stolle2022-12-171-1/+1
* Update webrender.Josh Matthews2020-05-111-2/+6
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* Remove sometimes-unused bounds field from base display item to prevent confus...Josh Matthews2019-07-091-1/+0
* rustfmtJosh Matthews2019-07-091-1/+1
* Create a solid rectangle display list entry for the page background.Josh Matthews2019-07-091-2/+23
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* 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-10/+10
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Rustfmt layout cratePyfisch2018-09-011-28/+47
* Update euclid to 0.18Bastien Orivel2018-07-181-1/+1
* Use typed transforms in stacking contextsPyfisch2018-02-241-1/+2
* Create own file for background calculations in layoutPyfisch2018-01-061-1/+1
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-14/+14
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-7/+7
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-7/+7
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-7/+7
* Separate stacking context collection and display list building stateMartin Robinson2017-09-121-2/+3
* Auto merge of #18212 - mrobinson:position-sticky, r=emiliobors-servo2017-09-051-1/+1
|\
| * Add support for position:stickyMartin Robinson2017-09-051-1/+1
* | Eliminate the sequential/traversal parallel distinction in favor of a unified...Bobby Holley2017-08-251-2/+0
|/
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Change the mis-named 'traverse_flow_tree_preorder' to 'reflow'Matt Brubeck2017-08-081-1/+2
* Code organization: Move all generic traversal code to layout::traversalMatt Brubeck2017-08-081-9/+4
* Add a generic inorder traversal methodMatt Brubeck2017-08-071-14/+2
* Make BaseFlow::stacking_relative_position a vector.Nicolas Silva2017-06-141-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-6/+6
* Fix #6799: set stacking_context_position correctly onEloy Coto2017-05-301-10/+17
* FMTEloy Coto2017-05-251-21/+30
* Force reflow in the sequential fallback of block format contextPu Xingyu2017-04-231-5/+14
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-9/+6
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-4/+2
* Introduce and use Scoped TLS.Bobby Holley2016-12-211-5/+3
* Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-6/+7
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+1
* Fold some DisplayList methods into DisplayListBuildStateMartin Robinson2016-11-021-11/+9
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-1/+2
* Simplify stacking context collectionMartin Robinson2016-09-271-4/+1
* layout: Add a `REPOSITION` restyle damage type.Patrick Walton2016-09-261-2/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* Pass a &mut Flow to build_display_list_for_subtree.Ms2ger2016-08-251-5/+3
* Pass a &mut Flow to traverse_flow_tree_preorder.Ms2ger2016-08-251-3/+1