Title: [144698] trunk
Revision
144698
Author
cfleiz...@apple.com
Date
2013-03-04 17:13:23 -0800 (Mon, 04 Mar 2013)

Log Message

Support WebSpeech - Speech Synthesis
https://bugs.webkit.org/show_bug.cgi?id=106742

Reviewed by Simon Fraser.

Source/_javascript_Core: 

Enable speech synthesis for the Mac.

* Configurations/FeatureDefines.xcconfig:

Source/WebCore: 

Enable speech synthesis for the Mac.

* Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac: 

Enable speech synthesis for the Mac.

* Configurations/FeatureDefines.xcconfig:

Source/WebKit2: 

Enable speech synthesis for the Mac.

* Configurations/FeatureDefines.xcconfig:

LayoutTests: 

Unskip speech synthesis tests.

* fast/dom/script-tests/constructed-objects-prototypes.js:
(constructorPropertiesOnWindow):
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (144697 => 144698)


--- trunk/LayoutTests/ChangeLog	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/LayoutTests/ChangeLog	2013-03-05 01:13:23 UTC (rev 144698)
@@ -1,3 +1,16 @@
+2013-03-04  Chris Fleizach  <cfleiz...@apple.com>
+
+        Support WebSpeech - Speech Synthesis
+        https://bugs.webkit.org/show_bug.cgi?id=106742
+
+        Reviewed by Simon Fraser.
+
+        Unskip speech synthesis tests.
+
+        * fast/dom/script-tests/constructed-objects-prototypes.js:
+        (constructorPropertiesOnWindow):
+        * platform/mac/TestExpectations:
+
 2013-03-04  Ruslan Abdikeev  <arus...@chromium.org>
 
         <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc

Modified: trunk/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js (144697 => 144698)


--- trunk/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js	2013-03-05 01:13:23 UTC (rev 144698)
@@ -40,7 +40,8 @@
             type =="Uint32ArrayConstructor" ||
             type == "FileErrorConstructor" ||
             type == "FileReaderConstructor" ||
-            type == "AudioContextConstructor")
+            type == "AudioContextConstructor" ||
+            type == "SpeechSynthesisUtteranceConstructor")
             continue;
         if (!type.match('Constructor$'))
             continue;

Modified: trunk/LayoutTests/platform/mac/TestExpectations (144697 => 144698)


--- trunk/LayoutTests/platform/mac/TestExpectations	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2013-03-05 01:13:23 UTC (rev 144698)
@@ -199,9 +199,6 @@
 # Speech input is not yet enabled.
 fast/speech
 
-# Speech synthesis is not yet enabled.
-platform/mac/fast/speechsynthesis
-
 # Speech _javascript_ API is not yet enabled.
 fast/events/constructors/speech-recognition-event-constructor.html
 

Modified: trunk/Source/_javascript_Core/ChangeLog (144697 => 144698)


--- trunk/Source/_javascript_Core/ChangeLog	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-03-05 01:13:23 UTC (rev 144698)
@@ -1,3 +1,14 @@
+2013-03-04  Chris Fleizach  <cfleiz...@apple.com>
+
+        Support WebSpeech - Speech Synthesis
+        https://bugs.webkit.org/show_bug.cgi?id=106742
+
+        Reviewed by Simon Fraser.
+
+        Enable speech synthesis for the Mac.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-04  Mark Hahnenberg  <mhahnenb...@apple.com>
 
         Remove contextInternalContext from JSContextInternal.h

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (144697 => 144698)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2013-03-05 01:13:23 UTC (rev 144698)
@@ -159,7 +159,7 @@
 ENABLE_SCRIPTED_SPEECH = ;
 ENABLE_SHADOW_DOM = ;
 ENABLE_SHARED_WORKERS = ENABLE_SHARED_WORKERS;
-ENABLE_SPEECH_SYNTHESIS = ;
+ENABLE_SPEECH_SYNTHESIS = ENABLE_SPEECH_SYNTHESIS;
 ENABLE_SQL_DATABASE = ENABLE_SQL_DATABASE;
 ENABLE_STYLE_SCOPED = ;
 ENABLE_SUBPIXEL_LAYOUT = ENABLE_SUBPIXEL_LAYOUT;

Modified: trunk/Source/WebCore/ChangeLog (144697 => 144698)


--- trunk/Source/WebCore/ChangeLog	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/WebCore/ChangeLog	2013-03-05 01:13:23 UTC (rev 144698)
@@ -1,3 +1,14 @@
+2013-03-04  Chris Fleizach  <cfleiz...@apple.com>
+
+        Support WebSpeech - Speech Synthesis
+        https://bugs.webkit.org/show_bug.cgi?id=106742
+
+        Reviewed by Simon Fraser.
+
+        Enable speech synthesis for the Mac.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-04  Ruslan Abdikeev  <arus...@chromium.org>
 
         <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (144697 => 144698)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2013-03-05 01:13:23 UTC (rev 144698)
@@ -159,7 +159,7 @@
 ENABLE_SCRIPTED_SPEECH = ;
 ENABLE_SHADOW_DOM = ;
 ENABLE_SHARED_WORKERS = ENABLE_SHARED_WORKERS;
-ENABLE_SPEECH_SYNTHESIS = ;
+ENABLE_SPEECH_SYNTHESIS = ENABLE_SPEECH_SYNTHESIS;
 ENABLE_SQL_DATABASE = ENABLE_SQL_DATABASE;
 ENABLE_STYLE_SCOPED = ;
 ENABLE_SUBPIXEL_LAYOUT = ENABLE_SUBPIXEL_LAYOUT;

Modified: trunk/Source/WebKit/mac/ChangeLog (144697 => 144698)


--- trunk/Source/WebKit/mac/ChangeLog	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-03-05 01:13:23 UTC (rev 144698)
@@ -1,3 +1,14 @@
+2013-03-04  Chris Fleizach  <cfleiz...@apple.com>
+
+        Support WebSpeech - Speech Synthesis
+        https://bugs.webkit.org/show_bug.cgi?id=106742
+
+        Reviewed by Simon Fraser.
+
+        Enable speech synthesis for the Mac.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-04  Mark Hahnenberg  <mhahnenb...@apple.com>
 
         Remove contextInternalContext from JSContextInternal.h

Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (144697 => 144698)


--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2013-03-05 01:13:23 UTC (rev 144698)
@@ -159,7 +159,7 @@
 ENABLE_SCRIPTED_SPEECH = ;
 ENABLE_SHADOW_DOM = ;
 ENABLE_SHARED_WORKERS = ENABLE_SHARED_WORKERS;
-ENABLE_SPEECH_SYNTHESIS = ;
+ENABLE_SPEECH_SYNTHESIS = ENABLE_SPEECH_SYNTHESIS;
 ENABLE_SQL_DATABASE = ENABLE_SQL_DATABASE;
 ENABLE_STYLE_SCOPED = ;
 ENABLE_SUBPIXEL_LAYOUT = ENABLE_SUBPIXEL_LAYOUT;

Modified: trunk/Source/WebKit2/ChangeLog (144697 => 144698)


--- trunk/Source/WebKit2/ChangeLog	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/WebKit2/ChangeLog	2013-03-05 01:13:23 UTC (rev 144698)
@@ -1,3 +1,14 @@
+2013-03-04  Chris Fleizach  <cfleiz...@apple.com>
+
+        Support WebSpeech - Speech Synthesis
+        https://bugs.webkit.org/show_bug.cgi?id=106742
+
+        Reviewed by Simon Fraser.
+
+        Enable speech synthesis for the Mac.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-04  Anders Carlsson  <ander...@apple.com>
 
         UI process storage areas should hold on to storage maps

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (144697 => 144698)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2013-03-05 00:55:32 UTC (rev 144697)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2013-03-05 01:13:23 UTC (rev 144698)
@@ -159,7 +159,7 @@
 ENABLE_SCRIPTED_SPEECH = ;
 ENABLE_SHADOW_DOM = ;
 ENABLE_SHARED_WORKERS = ENABLE_SHARED_WORKERS;
-ENABLE_SPEECH_SYNTHESIS = ;
+ENABLE_SPEECH_SYNTHESIS = ENABLE_SPEECH_SYNTHESIS;
 ENABLE_SQL_DATABASE = ENABLE_SQL_DATABASE;
 ENABLE_STYLE_SCOPED = ;
 ENABLE_SUBPIXEL_LAYOUT = ENABLE_SUBPIXEL_LAYOUT;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to