[Webkit-unassigned] [Bug 11167] SVG idls may be missing some constructors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 11 09:28:28 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11167





------- Comment #4 from macdome at opendarwin.org  2007-02-11 09:28 PDT -------
(From update of attachment 13118)
There are a bunch of things which confuse me about this patch.

+    if ($class =~ /^SVGFE+/ or $class =~
/^SVGComponentTransferFunctionElement$/) {

I think that we intended to be .* but .+ would make more sense, or \w+ or
\w+Element or something.

Why is SVGException have it's own Shared<SVGException> type?

Why does SVGUnitTypes loose its obj-c DOM file?

I think all of the js-svg-constructors tests which currently fail should not be
commented out, but rather should just "fail" in the expected tests.  That way
people know when they change things.

I'm sure I'd have other comments, but I have to run.


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