Title: [116708] trunk/Source/WebCore
Revision
116708
Author
[email protected]
Date
2012-05-10 17:06:37 -0700 (Thu, 10 May 2012)

Log Message

Add insecurePluginVersionText stubs.

* platform/blackberry/LocalizedStringsBlackBerry.cpp:
(WebCore::insecurePluginVersionText):
(WebCore):
* platform/efl/LocalizedStringsEfl.cpp:
(WebCore::insecurePluginVersionText):
(WebCore):
* platform/qt/LocalizedStringsQt.cpp:
(WebCore::insecurePluginVersionText):
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (116707 => 116708)


--- trunk/Source/WebCore/ChangeLog	2012-05-11 00:06:02 UTC (rev 116707)
+++ trunk/Source/WebCore/ChangeLog	2012-05-11 00:06:37 UTC (rev 116708)
@@ -1,3 +1,17 @@
+2012-05-10  Anders Carlsson  <[email protected]>
+
+        Add insecurePluginVersionText stubs.
+
+        * platform/blackberry/LocalizedStringsBlackBerry.cpp:
+        (WebCore::insecurePluginVersionText):
+        (WebCore):
+        * platform/efl/LocalizedStringsEfl.cpp:
+        (WebCore::insecurePluginVersionText):
+        (WebCore):
+        * platform/qt/LocalizedStringsQt.cpp:
+        (WebCore::insecurePluginVersionText):
+        (WebCore):
+
 2012-05-10  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r116677.

Modified: trunk/Source/WebCore/platform/blackberry/LocalizedStringsBlackBerry.cpp (116707 => 116708)


--- trunk/Source/WebCore/platform/blackberry/LocalizedStringsBlackBerry.cpp	2012-05-11 00:06:02 UTC (rev 116707)
+++ trunk/Source/WebCore/platform/blackberry/LocalizedStringsBlackBerry.cpp	2012-05-11 00:06:37 UTC (rev 116708)
@@ -572,6 +572,12 @@
     return String();
 }
 
+String insecurePluginVersionText()
+{
+    notImplemented();
+    return String();
+}
+
 String multipleFileUploadText(unsigned)
 {
     return String(", ...");

Modified: trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp (116707 => 116708)


--- trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp	2012-05-11 00:06:02 UTC (rev 116707)
+++ trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp	2012-05-11 00:06:37 UTC (rev 116708)
@@ -560,6 +560,12 @@
     return String::fromUTF8("plugin crashed");
 }
 
+String insecurePluginVersionText()
+{
+    notImplemented();
+    return String();
+}
+
 String localizedString(const char* key)
 {
     return String::fromUTF8(key, strlen(key));

Modified: trunk/Source/WebCore/platform/qt/LocalizedStringsQt.cpp (116707 => 116708)


--- trunk/Source/WebCore/platform/qt/LocalizedStringsQt.cpp	2012-05-11 00:06:02 UTC (rev 116707)
+++ trunk/Source/WebCore/platform/qt/LocalizedStringsQt.cpp	2012-05-11 00:06:37 UTC (rev 116708)
@@ -445,6 +445,12 @@
     return String();
 }
 
+String insecurePluginVersionText()
+{
+    notImplemented();
+    return String();
+}
+
 String multipleFileUploadText(unsigned)
 {
     notImplemented();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to