aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* layout: Check flow descendants of inline block fragments to find theirPatrick Walton2016-05-041-1/+18
* layout: Don't pretend inline fragment sizes are zero when placing themPatrick Walton2016-05-041-1/+1
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
* Auto merge of #10320 - malayaleecoder:master, r=KiChjangbors-servo2016-04-091-3/+3
|\
| * Rename imm_child_iter() and child_iter(). Fixes #10286malayaleecoder2016-04-091-3/+3
* | Remove unused argument to adjust_clipping_region_for_childrenMatt Brubeck2016-04-071-2/+1
* | Auto merge of #10407 - mauricioc:issue10403, r=bholleybors-servo2016-04-071-1/+1
|\ \
| * | Move CSS text-overflow property from InheritedText to TextMauricio Collares2016-04-051-1/+1
| |/
* / Whitespace stripping should not result in a dangling, open border.Michael Howell2016-04-051-0/+2
|/
* layout: Propagate selected_style to InlineFragmentNodeInfoEmilio Cobos Álvarez2016-03-301-0/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* Auto merge of #10210 - perlun:rename-computedvalues-to-servocomputedvalues, r...bors-servo2016-03-291-4/+4
|\
| * ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-4/+4
* | Restore stripped whitespace before reflowing text fragmentsMatt Brubeck2016-03-281-0/+3
|/
* Auto merge of #10176 - mbrubeck:selection-range, r=pcwaltonbors-servo2016-03-261-0/+1
|\
| * Convert ScannedTextFragment fields into bitflagsMatt Brubeck2016-03-241-1/+1
| * Highlight selected text in input fieldsMatt Brubeck2016-03-241-0/+1
* | Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+1
|/
* Auto merge of #9969 - mbrubeck:quotes-036, r=pcwaltonbors-servo2016-03-121-4/+2
|\
| * Don't re-resolve already-resolved generated contentMatt Brubeck2016-03-111-4/+2
* | Fix work list order after split_line_at_last_known_good_positionMatt Brubeck2016-03-111-16/+14
|/
* gfx: Stop cloning clipping regions so much.Patrick Walton2016-03-031-3/+4
* gfx: Box stacking contexts to minimize `memmove` traffic.Patrick Walton2016-03-031-1/+1
* Flatten display list structureMartin Robinson2016-03-011-3/+11
* Move util::range into its own crateJonathan Schuster2016-02-251-1/+1
* Auto merge of #9668 - glennw:inline-accuracy, r=pcwaltonbors-servo2016-02-181-2/+7
|\
| * Ensure when calculating font metrics that the total line height matches reque...Glenn Watson2016-02-181-2/+7
* | Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
|/
* layout: Separate out overflow-for-scrolling from overflow-for-paint.Patrick Walton2016-02-031-6/+6
* More aggressively remove Fragment RestyleDamageMartin Robinson2015-12-231-2/+11
* Replaced ZERO_RECT with Rect::zero()Alexander Mankuta2015-12-031-2/+1
* Improve readability of flow tree dumpMartin Robinson2015-11-231-15/+12
* Extend whitespace::T with additional helper methodsKeith Yeung2015-11-201-3/+3
* Remove dead code from layout.Ms2ger2015-11-181-10/+0
* Change overflow calculation to be calculated after compute_absolute_position.Glenn Watson2015-11-031-8/+1
* Implement calc expressions for more value typesDavid Zbarsky2015-11-011-3/+4
* Integrate Canvas into the DisplayListMartin Robinson2015-10-211-10/+1
* Auto merge of #7950 - mrobinson:layerize-iframes, r=pcwaltonbors-servo2015-10-201-1/+1
|\
| * Integrate iframes into the display listMartin Robinson2015-10-201-1/+1