[Webkit-unassigned] [Bug 6002] WebKit does not properly handle SVG <cursor> element

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Sep 19 00:36:44 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6002





------- Comment #33 from rwlbuis at gmail.com  2006-09-19 00:36 PDT -------
Yet another test

(In reply to comment #31)
> (From update of attachment 10574 [edit])
> I'm still not a big fan of needing a separate class "CursorList" to hold all
> the nodes, when the individual CursorData nodes could just form a singly linked
> list and know how to delete their "next" pointer when they are themselves
> deleted.
> 
> This would also remove the need for RenderStyle::addCursor...
> 
> 
> +using namespace SVGNames;
> 
> needs to be inside a SVG_SUPPORT block in FrameView.cpp
> 
> Is there any need to check the type here?
> +            value = valueList->next(); // comma
> 
> We'll need some more tests.
> 
> It's not clear to me how the CursorList is ever destroyed.
> 
> It's also not clear to me that two divs, one inside the other, both which use
> independent cursor fallback will properly function (i.e. when is the cursors()
> list cleared?)
> 
> I don't think we can land this without at least answering the leak question.
> 


-- 
Configure bugmail: http://bugzilla.opendarwin.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