summaryrefslogtreecommitdiffstats
path: root/WebKitLibraries/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-02-15 12:23:52 +0000
committerSteve Block <steveblock@google.com>2010-02-16 11:48:32 +0000
commit8a0914b749bbe7da7768e07a7db5c6d4bb09472b (patch)
tree73f9065f370435d6fde32ae129d458a8c77c8dff /WebKitLibraries/ChangeLog
parentbf14be70295513b8076f3fa47a268a7e42b2c478 (diff)
downloadexternal_webkit-8a0914b749bbe7da7768e07a7db5c6d4bb09472b.zip
external_webkit-8a0914b749bbe7da7768e07a7db5c6d4bb09472b.tar.gz
external_webkit-8a0914b749bbe7da7768e07a7db5c6d4bb09472b.tar.bz2
Merge webkit.org at r54731 : Initial merge by git
Change-Id: Ia79977b6cf3b0b00c06ef39419989b28e57e4f4a
Diffstat (limited to 'WebKitLibraries/ChangeLog')
-rw-r--r--WebKitLibraries/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 4f8f848..8eccc7d 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,36 @@
+2010-02-11 Brian Weinstein <bweinstein@apple.com>
+
+ Rubber-stamped by Eric Seidel.
+
+ Turn back on SVG Filters on Windows, as they were accidentally disabled and cause
+ test breakage.
+
+ * win/tools/vsprops/FeatureDefines.vsprops:
+
+2010-02-08 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Cameron Zwarich.
+
+ Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
+ https://bugs.webkit.org/show_bug.cgi?id=34698
+
+ * win/tools/vsprops/FeatureDefines.vsprops:
+
+2010-02-04 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Steve Falkenburg.
+
+ Update auto-version.sh to better handle major version numbers with fewer than three digits,
+ and the case when WEBKITLIBRARIESDIR is not set.
+
+ * win/tools/scripts/auto-version.sh:
+
+2010-02-04 Steve Falkenburg <sfalken@apple.com>
+
+ Windows build fix for projects not defining WebKitLibrariesDir.
+
+ * win/tools/scripts/auto-version.sh:
+
2010-02-03 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.