[Webkit-unassigned] [Bug 9742] REGRESSION: WebKit hangs when loading <http://www.vtbook.com>

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 13 19:48:37 PDT 2006


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





------- Comment #15 from ggaren at apple.com  2006-07-13 19:48 PDT -------
> Are you sure getNumber needs this change? getUInt32 is special, used for the
> "numeric property" optimization. That's why it doesn't want to convert
> non-numeric values. Is that right for getNumber? What test demonstrates that?

I think it needs to change as a matter of API consistency, not a matter of
behavior. Our "get" functions are dinstinguished from our "to" functions in
that they are quicker/simpler, but they fail if you try to "get" a type from a
value that is not of that type. In fact, getNumber is documented as " NaN if
not a number."

So we should change the getNumber caller, too. I see now that's probably best
as a separate patch, though.


-- 
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