Lines Matching full:rewrite
7722 * svg/SVGTests.cpp: Rewrite, similar to SVGPolyElement, to synchronize the requiredFeatures/requiredExtension/systemLanguage SVGStringLists with their XML DOM attributes.
7742 (WebCore::SVGTransformList::valueAsString): Rewrite, to build a real transform list string, instead of dumping the concatted matrix.
16683 * svg/SVGPointList.cpp: SVGPointList is now a plain Vector<FloatPoint>, rewrite.
21273 Make repaint invalidation work with vertical lines. Rewrite linesBoundingBox for RenderText and
22417 Make repaint invalidation work with vertical lines. Rewrite linesBoundingBox for RenderText and
27149 Rewrite SVGAngle to use the new SVGPropertyTearOff concept, and consume much less memory.
27167 * svg/SVGAngle.cpp: Rewrite, to consume less memory and to operate more efficient.
36482 * rendering/RenderSVGResource.cpp: Rewrite fill/stroke paint resource requests, share all code between the similar functions.
41001 Rewrite SVG text layout code
42208 Rewrite margin collapsing to be block-flow-aware. Eliminate a bunch of the margin functions on RenderBox in favor of a single
42306 Rewrite the old WebCorePowerNotifier to use IOKit directly.
42575 Make determineLogicalLeftPositionForChild block-flow-aware. Rewrite the function so that there aren't
49378 Rewrite how the pagination bit gets set in RenderLayers, since it was totally broken and not
54034 Rewrite the shadow blur function with loop unrolls and sliding step
60959 Rewrite the old tree to tree serialization logic to use
60961 complete rewrite.
75695 (WebCore::RenderSVGResourcePattern::applyResource): Rewrite
91969 Rewrite all svg/custom/recursive-(filter|gradient|mask|pattern).svg tests to contain a reference image how it should be renderered. All 1:1 compatible with Opera now.
91990 (WebCore::RenderSVGGradientStop::styleDidChange): Rewrite, as invalidateResourceClients() is gone.
97288 (WebCore::MainResourceLoader::willSendRequest): Move fetchStart out of this method to load(), and rewrite setting of redirectStart, redirectEnd, and redirectCount to be more readable.
110254 Rewrite the line-conversion function with simpler functions to
118541 Rewrite SVG Text rendering, only keeping the layout of the actual characters/chunks as it was.
120710 Add new files, needed in SVG Text rewrite
120714 in a later patch, completing the SVG Text rewrite, that will enable them.
120781 This is the first chunk of the SVG Text rewrite patches.
120785 Fixing these problems in order to support sub-pixel positioning in the upcoming SVG Text rewrite patch.