summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/ChangeLog
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-24 11:24:40 +0100
committerBen Murdoch <benm@google.com>2011-06-02 09:53:15 +0100
commit81bc750723a18f21cd17d1b173cd2a4dda9cea6e (patch)
tree7a9e5ed86ff429fd347a25153107221543909b19 /Source/WebKit/ChangeLog
parent94088a6d336c1dd80a1e734af51e96abcbb689a7 (diff)
downloadexternal_webkit-81bc750723a18f21cd17d1b173cd2a4dda9cea6e.zip
external_webkit-81bc750723a18f21cd17d1b173cd2a4dda9cea6e.tar.gz
external_webkit-81bc750723a18f21cd17d1b173cd2a4dda9cea6e.tar.bz2
Merge WebKit at r80534: Intial merge by Git
Change-Id: Ia7a83357124c9e1cdb1debf55d9661ec0bd09a61
Diffstat (limited to 'Source/WebKit/ChangeLog')
-rw-r--r--Source/WebKit/ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index 3149b8b..78e8174 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,61 @@
+2011-03-02 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Anders Carlsson.
+
+ Fix remaining localization issues by piping all localized strings through WebCore's
+ localization bottleneck.
+ <rdar://problem/8728860>
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2011-03-01 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Timothy Hatcher.
+
+ WebKit2 needs to be made localizable
+ https://bugs.webkit.org/show_bug.cgi?id=55483
+
+ * StringsNotToBeLocalized.txt: Removed.
+ * WebKit.xcodeproj/project.pbxproj:
+ Copied Localizable.strings to WebCore, it can't be removed entirely
+ yet since Windows is still using it.
+
+2011-02-24 Peter Kasting <pkasting@google.com>
+
+ Reviewed by Eric Seidel.
+
+ Drop the "U; " encryption level from the User Agent string.
+ https://bugs.webkit.org/show_bug.cgi?id=54566
+
+ * StringsNotToBeLocalized.txt:
+
+2011-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Drop the language tag part from the User Agent string
+ https://bugs.webkit.org/show_bug.cgi?id=54560
+
+ * StringsNotToBeLocalized.txt: Change the User Agent string
+ template.
+
+2011-02-18 Patrick Gansterer <paroga@webkit.org>
+
+ Unreviewed build fix after r78634 and r78786.
+
+ * CMakeLists.txt:
+
+2011-02-16 Luiz Agostini <luiz.agostini@openbossa.org>
+
+ Reviewed by Adam Roben.
+
+ HTML5 <details> and <summary>: localized text
+ https://bugs.webkit.org/show_bug.cgi?id=54260
+
+ Default details summary text must be localizable.
+
+ * English.lproj/Localizable.strings:
+
2011-02-06 Patrick Gansterer <paroga@webkit.org>
Reviewed by Andreas Kling.