aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/fragment.rs
Commit message (Expand)AuthorAgeFilesLines
* Move LayoutNode and related traits to script_layout_interface.Ms2ger2016-06-201-1/+1
* Move HTMLCanvasData to script_layout_interface.Ms2ger2016-06-201-1/+1
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Account for the font of empty input fieldsMichael Howell2016-06-191-3/+3
* Image with height defined in % resizes properlyDarin Minamoto2016-06-151-2/+7
* Make layout only depend on script::layout_interface.Ms2ger2016-06-071-1/+1
* Auto merge of #11442 - mitchhentges:87-debug-id, r=KiChjangbors-servo2016-06-041-12/+59
|\
| * Fragment debug_id u16 only exists in debug, prod will format mem addressMitchell Hentges2016-06-041-12/+59
* | Auto merge of #11035 - mrobinson:no-stacking-contexts-for-text-fragments, r=p...bors-servo2016-06-011-0/+7
|\ \
| * | Do not create stacking contexts for text fragmentsMartin Robinson2016-06-011-0/+7
* | | script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-2/+2
|/ /
* / Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
|/
* Always include the last-resort fontMatt Brubeck2016-05-241-0/+5
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Fix inline size adjustment when stripping trailing whitespace from fragmentsUlf Nilsson2016-05-111-1/+2
* Make `text-align: justify` incremental layout safeUlf Nilsson2016-05-101-13/+13
* Remove redundant code in whitespace strippingMatt Brubeck2016-05-051-7/+2
* layout: Minor whitespace cleanup.Patrick Walton2016-05-041-2/+4
* layout: Consider vertical alignment of fragments during line breaking.Patrick Walton2016-05-041-2/+20
* layout: Check flow descendants of inline block fragments to find theirPatrick Walton2016-05-041-9/+36
* layout: Don't pretend inline fragment sizes are zero when placing themPatrick Walton2016-05-041-0/+11
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-2/+2
* Auto merge of #10928 - servo:warnings, r=mbrubeckbors-servo2016-04-301-2/+1
|\
| * Fix some warningsSimon Sapin2016-04-291-2/+1
* | layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-8/+9
|/
* Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-70/+42
* Auto merge of #10655 - mbrubeck:merge-margin, r=SimonSapinbors-servo2016-04-171-0/+1
|\
| * Update margins when merging inline fragmentsMatt Brubeck2016-04-161-0/+1
* | Fix meld_with_next_inline_fragment and add meld_with_prev_inline_fragmentMatt Brubeck2016-04-161-8/+31
* | Improve debug logging of non-printable charsMatt Brubeck2016-04-161-2/+2
|/
* layout: Minimal refactor in style_specified_intrinsic_inline_size to improve ...Emilio Cobos Álvarez2016-04-131-9/+7
* layout: take into account max and min inline size for canvas and imagesEmilio Cobos Álvarez2016-04-131-2/+14
* layout: Take in account max inline size for inline fragmentsEmilio Cobos Álvarez2016-04-131-2/+7
* Auto merge of #10469 - mbrubeck:layout-misc, r=pcwaltonbors-servo2016-04-081-1/+4
|\
| * Prevent unnecessary copying in strip_leading_whitespace_if_necessaryMatt Brubeck2016-04-071-1/+4
* | Draw insertion point even for empty input fieldsMatt Brubeck2016-04-071-0/+3
|/
* Move some CSS properties from Box to PositionMauricio Collares2016-04-051-4/+4
* Implement ::selection pseudo-elementEmilio Cobos Álvarez2016-03-301-0/+12
* Auto merge of #10277 - perlun:rename-tcomputedvalues-to-computedvalues, r=Sim...bors-servo2016-03-301-1/+1
|\
| * Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* | Auto merge of #10255 - mbrubeck:box-unscanned, r=pcwaltonbors-servo2016-03-301-4/+4
|\ \ | |/ |/|
| * Unbox IframeFragmentInfo.Matt Brubeck2016-03-291-1/+1
| * Put UnscannedTextFragmentInfo in a BoxMatt Brubeck2016-03-291-3/+3
* | Auto merge of #10210 - perlun:rename-computedvalues-to-servocomputedvalues, r...bors-servo2016-03-291-13/+12
|\ \
| * | ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-13/+12
| |/
* / Restore stripped whitespace before reflowing text fragmentsMatt Brubeck2016-03-281-6/+23
|/
* Auto merge of #10176 - mbrubeck:selection-range, r=pcwaltonbors-servo2016-03-261-24/+38
|\
| * Convert ScannedTextFragment fields into bitflagsMatt Brubeck2016-03-241-19/+31
| * Highlight selected text in input fieldsMatt Brubeck2016-03-241-11/+13
* | layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-0/+28