Bug 30800

Summary: Cache recently computed date data
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: JavaScriptCoreAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch
darin: review-
patch - now with 100% more new files! oliver: review+

Geoffrey Garen
Reported 2009-10-26 17:38:43 PDT
Patch coming.
Attachments
patch (23.91 KB, patch)
2009-10-26 17:39 PDT, Geoffrey Garen
darin: review-
patch - now with 100% more new files! (27.14 KB, patch)
2009-10-27 12:07 PDT, Geoffrey Garen
oliver: review+
Geoffrey Garen
Comment 1 2009-10-26 17:39:13 PDT
mitz
Comment 2 2009-10-26 17:43:36 PDT
Comment on attachment 41921 [details] patch This patch is missing the new files (they’re also not listed in the change log).
Darin Adler
Comment 3 2009-10-26 17:47:30 PDT
Comment on attachment 41921 [details] patch > - bool getGregorianDateTime(bool outputIsUTC, WTF::GregorianDateTime&) const; > + bool getGregorianDateTime(ExecState* exec, bool outputIsUTC, WTF::GregorianDateTime&) const; No need for the argument name "exec" here. You forgot to "svn add" the new files so I could not review them. review- because this is not a complete patch
Geoffrey Garen
Comment 4 2009-10-27 12:07:28 PDT
Created attachment 41973 [details] patch - now with 100% more new files!
Geoffrey Garen
Comment 5 2009-10-27 15:21:16 PDT
Note You need to log in before you can comment on or make changes to this bug.