aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Implemented display: inline-flexShing Lyu2017-01-231-0/+2
* | Preserve the un-truncated version of fragmentsMichael Howell2017-01-121-15/+10
* | Do not replace an ellipsis when reflowing a lineMichael Howell2017-01-121-0/+11
* | Rework the way scroll roots are collectedMartin Robinson2017-01-101-6/+3
|/
* layout: Remove get_font_arc in favor of clone_font.Emilio Cobos Álvarez2016-12-311-2/+2
* Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-1/+1
* Remove unused replaced size calculation methodsPu Xingyu2016-12-121-3/+1
* implemented string-valued text-overflowNikhil Shagrithaya2016-11-101-13/+24
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-2/+1
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-6/+6
* Make `FlowRef` a newtypeMichael Howell2016-11-041-6/+6
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-2/+5
* Remove old rendering backend.Glenn Watson2016-10-181-6/+0
* layout: Rewrite clipping to be a two-phase process that takes physicalPatrick Walton2016-10-151-10/+12
* layout: Rewrite Servo's `vertical-align` support to match CSS 2.1 §Patrick Walton2016-10-111-242/+193
* layout: Place inline absolute hypothetical boxes properly during blockPatrick Walton2016-10-041-40/+96
* Auto merge of #13401 - notriddle:master, r=pcwaltonbors-servo2016-09-291-1/+4
|\
| * Implement sequential fallback to float speculationMichael Howell2016-09-271-1/+4
* | Auto merge of #13417 - mrobinson:simplify-stacking-context-collection, r=glennwbors-servo2016-09-291-6/+2
|\ \
| * | Simplify stacking context collectionMartin Robinson2016-09-271-6/+2
| |/
* | Auto merge of #13470 - pcwalton:inline-absolute-hypothetical-baseline, r=notr...bors-servo2016-09-291-6/+8
|\ \ | |/ |/|
| * layout: Remove a stray newline.Patrick Walton2016-09-281-1/+0
| * layout: Don't count lines that consist solely of hypothetical boxes whenPatrick Walton2016-09-281-5/+8
* | layout: Add a `REPOSITION` restyle damage type.Patrick Walton2016-09-261-2/+4
|/
* Reorder `use` statementsUK9922016-09-091-5/+5
* Pass SharedLayoutContext to Flow::compute_absolute_position.Ms2ger2016-08-241-2/+2
* do not merge inline fragments if there is space in betweenAlexandrov Sergey2016-08-111-0/+4
* reset border_padding between, account for border_padding in border_box and re...Alexandrov Sergey2016-08-081-1/+17
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-2/+1
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-1/+1
* Move arc_ptr_eq to style.Ms2ger2016-07-111-3/+3
* layout: text: Don't consider the REQUIRES_LINE_BREAK_AFTERWARD_IF_WRAPPING_ON...Emilio Cobos Álvarez2016-07-101-3/+5
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-041-1/+1
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-1/+2
* Store SharedStyleContext in AbsoluteAssignBSizesTraversal.Ms2ger2016-06-221-1/+2
* Remove REPAINT damage in Fragment::build_display_listMatt Brubeck2016-06-201-6/+2
* Move LayoutNode and related traits to script_layout_interface.Ms2ger2016-06-201-1/+1