[Webkit-unassigned] [Bug 18333] NPAPI: No way of telling the difference between 'ints' and 'doubles'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 08:03:05 PDT 2008


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





------- Comment #1 from eric at webkit.org  2008-04-07 08:03 PDT -------
The values are long-converted to a double before the plugin code sees them.  So
I don't see how we'd implement this.

I'm not sure I understand the usecase.  Why isn't handling the value as an int
when it rounds to an int (within a certain delta) OK?  I mean, I guess we could
do that rounding for you...

http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/rendering/SVGRenderTreeAsText.cpp#L91
Is similar code to what I envision.


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