summaryrefslogtreecommitdiffstats
path: root/WebKit/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-29 17:32:26 +0100
committerSteve Block <steveblock@google.com>2010-09-29 17:35:08 +0100
commit68513a70bcd92384395513322f1b801e7bf9c729 (patch)
tree161b50f75a5921d61731bb25e730005994fcec85 /WebKit/ChangeLog
parentfd5c6425ce58eb75211be7718d5dee960842a37e (diff)
downloadexternal_webkit-68513a70bcd92384395513322f1b801e7bf9c729.zip
external_webkit-68513a70bcd92384395513322f1b801e7bf9c729.tar.gz
external_webkit-68513a70bcd92384395513322f1b801e7bf9c729.tar.bz2
Merge WebKit at r67908: Initial merge by Git
Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972
Diffstat (limited to 'WebKit/ChangeLog')
-rw-r--r--WebKit/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index bdddda0..c6da648 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,36 @@
+2010-09-17 David Kilzer <ddkilzer@apple.com>
+
+ <http://webkit.org/b/45989> Add WebArchiveInternal.h to Xcode project
+
+ Reviewed by Joseph Pecoraro.
+
+ * WebKit.xcodeproj/project.pbxproj: Added missing
+ WebArchiveInternal.h header file to the project. It has been
+ missing since r31281!
+
+2010-09-16 Dan Bernstein <mitz@apple.com>
+
+ Reverted the previous change because r67628 has been reverted.
+
+ * English.lproj/Localizable.strings:
+
+2010-09-16 Dan Bernstein <mitz@apple.com>
+
+ Updated localizable strings.
+
+ * English.lproj/Localizable.strings:
+
+2010-09-10 Darin Adler <darin@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Move some Dashboard stuff from WebCore to WebKit along with a bit more FrameMac cleanup
+ https://bugs.webkit.org/show_bug.cgi?id=45582
+
+ * WebKit.xcodeproj/project.pbxproj: Added WebDashboardRegion.h/mm and
+ also gave the header private visibility so it will get installed in the
+ PrivateHeaders directory.
+
2010-09-02 Steve Block <steveblock@google.com>
Reviewed by Adam Barth.