Bug 4782 - new Date and Date.UTC fail with big numbers due to overflow
Summary: new Date and Date.UTC fail with big numbers due to overflow
Status: RESOLVED DUPLICATE of bug 4892
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 14:41 PDT by Geoffrey Garen
Modified: 2005-09-18 11:17 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2005-08-31 14:41:42 PDT
I know this is true from inspecting the code, but I haven't written a layout test yet.

The solution should have both functions call our newfangled fillStructuresUsingTimeArgs and 
fillStructuresUsingDateArgs, which are in the patch for 4781.
Comment 1 Geoffrey Garen 2005-09-18 11:17:22 PDT

*** This bug has been marked as a duplicate of 4892 ***