RESOLVED FIXED 30800
Cache recently computed date data
https://bugs.webkit.org/show_bug.cgi?id=30800
Summary Cache recently computed date data
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.