summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/svg
Commit message (Expand)AuthorAgeFilesLines
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2]hiroshige2016-03-261-1/+1
* Move all fast-path paint invalidation mapping into PaintInvalidationStatewangxianzhu2016-03-2617-128/+100
* Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2]hiroshige2016-03-261-1/+1
* Always create a BidiRun in SVGTextMetricsBuilderfs2016-03-251-24/+27
* Support edge-inclusive intersections in mapToVisibleRectInAncestorSpaceszager2016-03-244-8/+14
* Remove unused LayoutSVGImage::bufferedForeground()fmalita2016-03-232-9/+0
* More explicit SVGTextMetrics constructionfs2016-03-233-20/+12
* Move SVGTextMetrics::constructTextRun to SVGTextMetricsBuilderfs2016-03-233-37/+38
* Remove extra per-character walk in SVGTextLayoutEnginepdr2016-03-232-27/+13
* Replace invalid character check with an assertionpdr2016-03-231-6/+1
* Pass nullptr for paintInvalidationState if it can't be used to map geometry.chrishtr2016-03-232-2/+2
* Add workaround for invalid non-bmp character measurements in SVGpdr2016-03-221-0/+6
* Use the line box's direction in computeGlyphOverflowfs2016-03-221-1/+1
* Remove unused SVGTextMetrics constructorfs2016-03-222-19/+0
* Optimize the characterNumberAtPositionCallback text queryfs2016-03-221-39/+47
* Make the findMetricsForCharacter SVGTextQuery-helper return an iteratorfs2016-03-221-59/+21
* Cleanup SVGTextMetricsBuilder::measureTextLayoutObjectpdr2016-03-211-56/+64
* Make calculateGlyphBoundaries helper return the computed boundsfs2016-03-211-8/+7
* Do not crash when measuring empty SVG text nodespdr2016-03-191-0/+3
* Rename some LayoutObject's SVG-specific methodswangxianzhu2016-03-1825-56/+56
* Add sk_sp helpers and switch Blink SkShader clients to the new APIsfmalita2016-03-182-2/+2
* Avoid paintInvalidationContainer parameter of invalidatePaintIfNeeded()wangxianzhu2016-03-188-23/+28
* Revert of Add sk_sp helpers and switch Blink SkShader clients to the new APIs...fgorski2016-03-162-2/+2
* Add sk_sp helpers and switch Blink SkShader clients to the new APIsfmalita2016-03-162-2/+2
* Fix textpath is not displayed on use elementhyunjune.kim2016-03-161-1/+9
* Iteratively compute SVG per-character glyph advancespdr2016-03-151-1/+1
* Fix paint invalidation of paintInvalidationContainer itselfwangxianzhu2016-03-122-3/+3
* [Line Layout API] Change layout/line constructors to take LineLayoutItemdgrogan2016-03-127-9/+10
* Do not synchronously measure SVG text every time it changes.pdr2016-03-121-10/+5
* Update SVG text layout to use shaped glyph data & go fast (O(n^2)->O(n))pdr2016-03-113-63/+99
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-1110-25/+25
* Use precomputed text metrics instead of recomputing them in SVGTextQuerypdr2016-03-091-25/+28
* Avoiding losing too much precision when hit-testing SVG <text>fs2016-03-092-2/+2
* [Line Layout API] Convert SVGRootInlineBox to the APIdgrogan2016-03-081-2/+2
* style: Remame values in EOverflow and EVerticalAlign to CamelCasedanakj2016-03-072-4/+4
* Defer SVG text metrics rebuilding from style changes until layoutpdr2016-03-073-20/+3
* Handle '<something>' to 'none' changes of 'transform' for SVGfs2016-03-072-2/+2
* Don't use a SubtreeLayoutScope object for SVG resource layoutschenney2016-03-022-12/+19
* Implement mapAncestorToLocal for LayoutSVG{ModelObject,Block}fs2016-03-026-4/+41
* Conditionally create PaintLayer's scrollable area objectwangxianzhu2016-02-292-6/+4
* Rename enums/functions that collide in chromium style in core/layout/.danakj2016-02-277-28/+28
* Clean up variable usage on LayoutSVGRoot::positionForPoint functionhyunjune.kim2016-02-241-2/+2
* Clean up computeIntrinsicDimensionsdavve2016-02-231-11/+2
* Implement positionForPoint() for LayoutSVGRoot.hyunjune.kim2016-02-185-2/+119
* Force all LayoutUnit construction to be explicitleviw2016-02-181-1/+1
* Check IsFixed specifically instead of presence of other flags.rune2016-02-151-1/+1
* Align IntrinsicSizingInfo with computeIntrinsicDimensionsdavve2016-02-131-2/+2
* [Line Layout API] Finish switching SVGTextLayoutEngine to line layout APIdgrogan2016-02-122-3/+3
* Expand IntrinsicSizingInfo for SVGdavve2016-02-112-21/+24
* Factor out the <textPath> positioning mapping code into a helper classfs2016-02-114-27/+73