aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+2
* Pass Rect<Au> by value and not by referencePyfisch2018-05-051-1/+1
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* Workaround #20149 - presumed rustc bug on android.Josh Matthews2018-03-221-3/+3
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-4/+3
* Auto merge of #20096 - maekawatoshiki:master, r=emiliobors-servo2018-02-211-2/+2
|\
| * Fix typomaekawatoshiki2018-02-211-2/+2
* | Change debug assertions to specific onesjanczer2018-02-071-1/+1
|/
* do not preserve suppress flag on second half of splitManish Goregaokar2018-01-241-2/+2
* Share line breaking state across text runsManish Goregaokar2018-01-241-2/+15
* Do not leave space below baseline when it is not needed (i.e.there is no text)Fernando Jiménez Moreno2018-01-221-1/+5
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-1/+1
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-7/+7
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-38/+43
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-15/+15
* style: Move text-overflow outside of makoConnor Brewster2017-10-271-4/+5
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-4/+1
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-4/+1
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-15/+15
|/
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-15/+15
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-1/+2
|\
| * Separate stacking context collection and display list building stateMartin Robinson2017-09-121-1/+2
* | Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+4
|/
* Use generics for the vertical-align propertyAnthony Ramine2017-08-301-11/+12
* Remove border collapse argument from compute_border_and_paddingKeith Yeung2017-08-251-2/+1
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Use the is_absolute_containing_block method everywhereMartin Robinson2017-08-161-1/+1
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
* Allow CalculateStackingRelativePositions to short-circuitMatt Brubeck2017-08-081-3/+1
* Code organization: Move all generic traversal code to layout::traversalMatt Brubeck2017-08-081-4/+4
* Rename compute_absolute_position to compute_stacking_relative_positionMatt Brubeck2017-08-081-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-4/+4
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-6/+6
* Removed unsused importHugh Gallagher2017-07-131-1/+1
* layout: Stop in-order on children of InlineFlowPu Xingyu2017-07-131-13/+2
* Replace remaining usage of deprecated Range::step_bySimon Sapin2017-07-051-5/+21
* remove various things now that Rust 1.17 is requiredNathan Froyd2017-06-231-1/+1
* Make BaseFlow::stacking_relative_position a vector.Nicolas Silva2017-06-141-5/+5
* Bump euclid to 0.14.Nicolas Silva2017-06-141-3/+3
* Auto merge of #16999 - bzbarsky:fix-text-overflow-handling, r=Manishearthbors-servo2017-05-231-1/+1
|\
| * Fix stylo's text-overflow handling to match gecko.Boris Zbarsky2017-05-231-1/+1
* | [gfx] [layout] [style] Upgrade unicode-bidi to 0.3Behnam Esfahbod2017-05-221-12/+15
|/
* Update app_units to 0.4.1Manish Goregaokar2017-05-191-2/+2
* Fix up script and layout.Bobby Holley2017-05-021-5/+5
* layout: Merge inline nodes based on node address, not node style.Emilio Cobos Álvarez2017-03-111-1/+1
* layout: Reflow some code and comments in layout/inline.rsEmilio Cobos Álvarez2017-03-111-32/+53
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-4/+3
* Auto merge of #14978 - shinglyu:inline-flex, r=notriddlebors-servo2017-01-221-0/+2
|\