Title: [149325] trunk/WebKitLibraries
- Revision
- 149325
- Author
- [email protected]
- Date
- 2013-04-29 15:40:07 -0700 (Mon, 29 Apr 2013)
Log Message
WEB SPEECH: need to identify the default voice per language
https://bugs.webkit.org/show_bug.cgi?id=115366
Reviewed by Simon Fraser.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceMountainLion.a:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (149324 => 149325)
--- trunk/WebKitLibraries/ChangeLog 2013-04-29 22:31:38 UTC (rev 149324)
+++ trunk/WebKitLibraries/ChangeLog 2013-04-29 22:40:07 UTC (rev 149325)
@@ -1,3 +1,14 @@
+2013-04-29 Chris Fleizach <[email protected]>
+
+ WEB SPEECH: need to identify the default voice per language
+ https://bugs.webkit.org/show_bug.cgi?id=115366
+
+ Reviewed by Simon Fraser.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLion.a:
+ * libWebKitSystemInterfaceMountainLion.a:
+
2013-04-29 Roger Fong <[email protected]>
Need a tools32 folder for VS2010 builds.
Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (149324 => 149325)
--- trunk/WebKitLibraries/WebKitSystemInterface.h 2013-04-29 22:31:38 UTC (rev 149324)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h 2013-04-29 22:40:07 UTC (rev 149325)
@@ -86,6 +86,7 @@
void WKUnregisterUniqueIdForElement(id element);
NSArray *WKSpeechSynthesisGetVoiceIdentifiers(void);
+NSString *WKSpeechSynthesisGetDefaultVoiceIdentifierForLocale(NSLocale*);
BOOL WKShouldBlockPlugin(NSString *bundleIdentifier, NSString *bundleVersionString);
BOOL WKIsPluginUpdateAvailable(NSString *bundleIdentifier);
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a
(Binary files differ)
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMountainLion.a
(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes