| Index: third_party/WebKit/JavaScriptCore/ChangeLog
|
| ===================================================================
|
| --- third_party/WebKit/JavaScriptCore/ChangeLog (revision 11711)
|
| +++ third_party/WebKit/JavaScriptCore/ChangeLog (working copy)
|
| @@ -1,3 +1,37 @@
|
| +2009-03-13 Mark Rowe <mrowe@apple.com>
|
| +
|
| + Rubber-stamped by Dan Bernstein.
|
| +
|
| + Take advantage of the ability of recent versions of Xcode to easily switch the active
|
| + architecture.
|
| +
|
| + * Configurations/DebugRelease.xcconfig:
|
| +
|
| +2009-03-13 Mark Rowe <mrowe@apple.com>
|
| +
|
| + Reviewed by David Kilzer.
|
| +
|
| + Prevent AllInOneFile.cpp and ProfileGenerator.cpp from rebuilding unnecessarily when
|
| + switching between building in Xcode and via build-webkit.
|
| +
|
| + build-webkit passes FEATURE_DEFINES to xcodebuild, resulting in it being present in the
|
| + Derived Sources build settings. When building in Xcode, this setting isn't present so
|
| + Xcode reruns the script build phases. This results in a new version of TracingDtrace.h
|
| + being generated, and the files that include it being rebuilt.
|
| +
|
| + * JavaScriptCore.xcodeproj/project.pbxproj: Don't regenerate TracingDtrace.h if it is
|
| + already newer than the input file.
|
| +
|
| +2009-03-13 Norbert Leser <norbert.leser@nokia.com>
|
| +
|
| + Reviewed by Darin Adler.
|
| +
|
| + Resolved name conflict with globally defined tzname in Symbian.
|
| + Replaced with different name instead of using namespace qualifier
|
| + (appeared to be less clumsy).
|
| +
|
| + * runtime/DateMath.cpp:
|
| +
|
| 2009-03-12 Mark Rowe <mrowe@apple.com>
|
|
|
| Reviewed by Darin Adler.
|
|
|