[Webkit-unassigned] [Bug 16653] New: SpiderMonkey supports larger range in toFixed, toPrecision, toExponential

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 28 20:18:03 PST 2007


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

           Summary: SpiderMonkey supports larger range in toFixed,
                    toPrecision, toExponential
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


SpiderMonkey supports larger range in toFixed, toPrecision, toExponential

see revision 29020

JavaScriptCore vs. SpiderMonekey:
toFixed: 0 to 20 vs. -20 to 100
toPrecision: 1 to 21 vs. 1 to 100
toExponential: 0 to 20 vs. -20 to 100

Our support agrees with the Ecma spec.  Mozilla just decided to be
over-achievers.


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