summaryrefslogtreecommitdiff
path: root/Source/Platform
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-09-20 16:13:48 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-09-20 16:13:48 +0200
commit0b3dc81d9701aea106543b49bde511a5697cdd6e (patch)
tree1382a17542d8ca4d0e054b9b143021d8f471e33b /Source/Platform
parent6dbcd09121fe266c7704a524b5cbd7f2754659c0 (diff)
downloadqtwebkit-0b3dc81d9701aea106543b49bde511a5697cdd6e.tar.gz
Imported WebKit commit 6dbad7b03986b50773637200cddddeeeb92745cc (http://svn.webkit.org/repository/webkit/trunk@129129)
Another update that should fix the initial build in the CI system
Diffstat (limited to 'Source/Platform')
-rw-r--r--Source/Platform/ChangeLog11
-rw-r--r--Source/Platform/chromium/public/WebLocalizedString.h1
2 files changed, 12 insertions, 0 deletions
diff --git a/Source/Platform/ChangeLog b/Source/Platform/ChangeLog
index 1a4e101e0..8067e06c6 100644
--- a/Source/Platform/ChangeLog
+++ b/Source/Platform/ChangeLog
@@ -1,3 +1,14 @@
+2012-09-20 Keishi Hattori <keishi@webkit.org>
+
+ [Chromium ] Add new localized string, OtherDateLabel, to be used in input type=date datalist UI
+ https://bugs.webkit.org/show_bug.cgi?id=97200
+
+ Reviewed by Kent Tamura.
+
+ Adding new localized string to be used in the SuggestionPicker for input type=date.
+
+ * chromium/public/WebLocalizedString.h:
+
2012-09-18 Sailesh Agrawal <sail@chromium.org>
Chromium: Scrollbar with tickmarks doesn't respond to clicks
diff --git a/Source/Platform/chromium/public/WebLocalizedString.h b/Source/Platform/chromium/public/WebLocalizedString.h
index 10373f4c6..824d244ef 100644
--- a/Source/Platform/chromium/public/WebLocalizedString.h
+++ b/Source/Platform/chromium/public/WebLocalizedString.h
@@ -71,6 +71,7 @@ struct WebLocalizedString {
MissingPluginText,
MultipleFileUploadText,
OtherColorLabel,
+ OtherDateLabel,
ResetButtonDefaultLabel,
SearchableIndexIntroduction,
SearchMenuClearRecentSearchesText,