summaryrefslogtreecommitdiffstats
path: root/WebKitLibraries/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-11-05 09:23:40 +0000
committerSteve Block <steveblock@google.com>2009-11-10 22:41:12 +0000
commitcac0f67c402d107cdb10971b95719e2ff9c7c76b (patch)
treed182c7f87211c6f201a5f038e332336493ebdbe7 /WebKitLibraries/ChangeLog
parent4b2ef0f288e7c6c4602f621b7a0e9feed304b70e (diff)
downloadexternal_webkit-cac0f67c402d107cdb10971b95719e2ff9c7c76b.zip
external_webkit-cac0f67c402d107cdb10971b95719e2ff9c7c76b.tar.gz
external_webkit-cac0f67c402d107cdb10971b95719e2ff9c7c76b.tar.bz2
Merge webkit.org at r50258 : Initial merge by git.
Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0
Diffstat (limited to 'WebKitLibraries/ChangeLog')
-rw-r--r--WebKitLibraries/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 6ad863d..50d4e19 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,51 @@
+2009-10-26 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Adam Roben.
+
+ Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
+
+ Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
+ in the major component of the version number.
+
+ * win/tools/scripts/auto-version.sh:
+
+2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
+
+ Reviewed by Eric Seidel.
+
+ added cairo include and lib directories to debug_wincairo.vsprops
+ https://bugs.webkit.org/show_bug.cgi?id=29831
+
+ * win/tools/vsprops/debug_wincairo.vsprops:
+
+2009-10-16 Steve Falkenburg <sfalken@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ https://bugs.webkit.org/show_bug.cgi?id=30456
+ Fixes for new Debug_All Windows build configuration.
+
+ * win/tools/vsprops/debug_all.vsprops:
+ Define DEBUG_ALL in Debug_All configuration.
+ Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
+
+2009-10-16 Steve Falkenburg <sfalken@apple.com>
+
+ Reviewed by Adam Roben.
+
+ Add a Debug_All configuration to build entire stack as debug.
+ Change Debug_Internal to:
+ - stop using _debug suffix for all WebKit/Safari binaries
+ - not use _debug as a DLL naming suffix
+ - use non-debug C runtime lib.
+
+ * win/tools/vsprops/debug_all.vsprops: Added.
+ Use debug C runtime library in debug_all.
+ Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
+ * win/tools/vsprops/debug_internal.vsprops:
+ Don't specify debug C runtime library in debug_internal.
+ Don't specify _debug suffix for standard debug_internal builds.
+
2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
Reviewed by Simon Fraser