[Webkit-unassigned] [Bug 26490] New: Add isFinite method to floating point types.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 12:34:00 PDT 2009


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

           Summary: Add isFinite method to floating point types.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


There are several places where invalid floating point types will cause graphic
subroutines to generate errors or bring the program down.  These places are
generally protected with various calls to "isfinite" or "isnan", frequently for
each element in a multi-valued object (such as FloatPoint).

This bug adds an isFinite method to these classes to clean up some of the code
in the rest of the system.


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