[Webkit-unassigned] [Bug 27347] HitTestResult::boundingBox can ASSERT in SVGRenderBase::mapLocalToContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 05:28:17 PDT 2009


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


Holger Freyther <zecke at selfish.org> changed:

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




--- Comment #1 from Holger Freyther <zecke at selfish.org>  2009-07-16 05:28:16 PDT ---
Created an attachment (id=32862)
 --> (https://bugs.webkit.org/attachment.cgi?id=32862)
Make using HitTestResult on SVG not run into assertions

WebCore
2009-07-03  Holger Hans Peter Freyther  <zecke at selfish.org>

Reviewed by NOBODY (OOPS!).

Change HitTest to use transform for SVGRenderBase

Kill HitTestResult::boundingBox as it doesn't belong into a
HitTest as it is operating on points.

Change HitTestResult::imageRect to use RenderBox::absoluteContentQuad
to useTransform. This is required to not run into an assert
with SVG Images in SVGRenderBase.

* rendering/HitTestResult.cpp:
(WebCore::HitTestResult::imageRect):
* rendering/HitTestResult.h:

WebKit/win
2009-07-03  Holger Hans Peter Freyther  <zecke at selfish.org>

Reviewed by NOBODY (OOPS!).

HitTestResult::boundingBox is gone, use the RenderObject
directly and be transformation aware to not run into asserts
in SVGRenderBase.

* WebElementPropertyBag.cpp:
(WebElementPropertyBag::Read):

WebKit/qt
2009-07-03  Holger Hans Peter Freyther  <zecke at selfish.org>

Reviewed by NOBODY (OOPS!).

HitTestResult::boundingBox is gone, use the RenderObject
directly and be transformation aware to not run into asserts
in SVGRenderBase.

* Api/qwebframe.cpp:
(QWebHitTestResultPrivate::QWebHitTestResultPrivate):
---
 7 files changed, 44 insertions(+), 15 deletions(-)

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



More information about the webkit-unassigned mailing list