[Webkit-unassigned] [Bug 25224] Split out objectBoundingBox and repaintRectInLocalCoordinates from relativeBBox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 17:25:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25224


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29522|                            |review?
               Flag|                            |




------- Comment #1 from eric at webkit.org  2009-04-15 17:25 PDT -------
Created an attachment (id=29522)
 --> (https://bugs.webkit.org/attachment.cgi?id=29522&action=view)
Split out objectBoundingBox and repaintRectInLocalCoordinates from relativeBBox

 WebCore/ChangeLog                                |   98 ++++++++++++++++++++++
 WebCore/rendering/RenderForeignObject.cpp        |   17 ++++-
 WebCore/rendering/RenderForeignObject.h          |    6 +-
 WebCore/rendering/RenderObject.cpp               |   11 ++-
 WebCore/rendering/RenderObject.h                 |   12 +++-
 WebCore/rendering/RenderPath.cpp                 |   45 +++++-----
 WebCore/rendering/RenderPath.h                   |    4 +-
 WebCore/rendering/RenderSVGContainer.cpp         |   25 ++----
 WebCore/rendering/RenderSVGContainer.h           |    3 +-
 WebCore/rendering/RenderSVGGradientStop.h        |   11 ++-
 WebCore/rendering/RenderSVGHiddenContainer.cpp   |    7 ++-
 WebCore/rendering/RenderSVGHiddenContainer.h     |    4 +-
 WebCore/rendering/RenderSVGImage.cpp             |   11 ++-
 WebCore/rendering/RenderSVGImage.h               |    6 +-
 WebCore/rendering/RenderSVGRoot.cpp              |   22 ++---
 WebCore/rendering/RenderSVGRoot.h                |    8 +-
 WebCore/rendering/RenderSVGTSpan.h               |    9 ++-
 WebCore/rendering/RenderSVGText.cpp              |   24 ++++--
 WebCore/rendering/RenderSVGText.h                |    4 +-
 WebCore/rendering/RenderSVGViewportContainer.cpp |    4 +-
 WebCore/rendering/SVGRenderSupport.cpp           |   20 +++++
 WebCore/rendering/SVGRenderSupport.h             |    7 +-
 WebCore/rendering/SVGRenderTreeAsText.cpp        |    6 +-
 WebCore/svg/SVGFont.cpp                          |    3 +
 WebCore/svg/SVGLocatable.cpp                     |    2 +-
 WebCore/svg/SVGPatternElement.cpp                |    2 +-
 WebCore/svg/graphics/SVGPaintServerGradient.cpp  |    8 +-
 WebCore/svg/graphics/SVGPaintServerPattern.cpp   |    2 +-
 28 files changed, 279 insertions(+), 102 deletions(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list