aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+2
* Image with height defined in % resizes properlyDarin Minamoto2016-06-151-1/+2
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-2/+2
* Make `text-align: justify` incremental layout safeUlf Nilsson2016-05-101-22/+8
* Remove redundant code in whitespace strippingMatt Brubeck2016-05-051-18/+3
* layout: Consider vertical alignment of fragments during line breaking.Patrick Walton2016-05-041-273/+151