[Webkit-unassigned] [Bug 26238] Move DateMath into WTF namespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 6 22:29:18 PDT 2009


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


dglazkov at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31031|                            |review?
               Flag|                            |




------- Comment #1 from dglazkov at chromium.org  2009-06-06 22:29 PDT -------
Created an attachment (id=31031)
 --> (https://bugs.webkit.org/attachment.cgi?id=31031&action=view)
Introduce DateExtras, v1.

 JavaScriptCore/AllInOneFile.cpp                    |    2 +-
 JavaScriptCore/ChangeLog                           |   32 +
 JavaScriptCore/GNUmakefile.am                      |    6 +-
 JavaScriptCore/JavaScriptCore.exp                  |    2 +-
 JavaScriptCore/JavaScriptCore.pri                  |    3 +-
 .../JavaScriptCore/JavaScriptCore.vcproj           |    4 +-
 .../JavaScriptCore.vcproj/WTF/WTF.vcproj           |    8 +
 .../JavaScriptCore.xcodeproj/project.pbxproj       |   20 +-
 JavaScriptCore/JavaScriptCoreSources.bkl           |    3 +-
 JavaScriptCore/pcre/pcre_exec.cpp                  |    2 +-
 JavaScriptCore/profiler/ProfileNode.cpp            |    4 +-
 JavaScriptCore/runtime/DateConstructor.cpp         |    5 +-
 JavaScriptCore/runtime/DateConversion.cpp          |   98 ++
 JavaScriptCore/runtime/DateConversion.h            |   63 ++
 JavaScriptCore/runtime/DateInstance.cpp            |    6 +-
 JavaScriptCore/runtime/DateInstance.h              |   12 +-
 JavaScriptCore/runtime/DateMath.cpp                |  935 --------------------
 JavaScriptCore/runtime/DateMath.h                  |  191 ----
 JavaScriptCore/runtime/DatePrototype.cpp           |    3 +-
 JavaScriptCore/runtime/InitializeThreading.cpp     |    4 +-
 JavaScriptCore/wtf/DateExtras.cpp                  |  891 +++++++++++++++++++
 JavaScriptCore/wtf/DateExtras.h                    |  188 ++++
 WebCore/ChangeLog                                  |   17 +
 WebCore/ForwardingHeaders/runtime/DateMath.h       |    4 -
 WebCore/ForwardingHeaders/wtf/DateExtras.h         |    4 +
 WebCore/platform/network/HTTPParsers.cpp           |    9 +
 WebCore/platform/network/HTTPParsers.h             |    1 +
 WebCore/platform/network/ResourceResponseBase.cpp  |    4 +-
 28 files changed, 1360 insertions(+), 1161 deletions(-)


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