Title: [93892] trunk/Source/WebCore
- Revision
- 93892
- Author
- [email protected]
- Date
- 2011-08-26 11:04:46 -0700 (Fri, 26 Aug 2011)
Log Message
[EFL] Update searchableIndexIntroduction() to match GTK+'s.
https://bugs.webkit.org/show_bug.cgi?id=66885
Patch by Raphael Kubo da Costa <[email protected]> on 2011-08-26
Reviewed by Gustavo Noronha Silva.
Using this new string allows us to share the test expectations with
other ports, and thus makes
fast/replaced/table-percent-height-text-controls.html pass.
No new tests, as this is covered by an existing one.
* platform/efl/LocalizedStringsEfl.cpp:
(WebCore::searchableIndexIntroduction):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (93891 => 93892)
--- trunk/Source/WebCore/ChangeLog 2011-08-26 17:59:38 UTC (rev 93891)
+++ trunk/Source/WebCore/ChangeLog 2011-08-26 18:04:46 UTC (rev 93892)
@@ -1,5 +1,21 @@
2011-08-26 Raphael Kubo da Costa <[email protected]>
+ [EFL] Update searchableIndexIntroduction() to match GTK+'s.
+ https://bugs.webkit.org/show_bug.cgi?id=66885
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Using this new string allows us to share the test expectations with
+ other ports, and thus makes
+ fast/replaced/table-percent-height-text-controls.html pass.
+
+ No new tests, as this is covered by an existing one.
+
+ * platform/efl/LocalizedStringsEfl.cpp:
+ (WebCore::searchableIndexIntroduction):
+
+2011-08-26 Raphael Kubo da Costa <[email protected]>
+
[EFL] Do not log an error if a fallback cursor cannot be found.
https://bugs.webkit.org/show_bug.cgi?id=67037
Modified: trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp (93891 => 93892)
--- trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp 2011-08-26 17:59:38 UTC (rev 93891)
+++ trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp 2011-08-26 18:04:46 UTC (rev 93892)
@@ -60,7 +60,7 @@
String searchableIndexIntroduction()
{
- return String::fromUTF8("_Searchable Index");
+ return String::fromUTF8("This is a searchable index. Enter search keywords: ");
}
String fileButtonChooseFileLabel()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes