Title: [143822] trunk
Revision
143822
Author
[email protected]
Date
2013-02-22 17:59:01 -0800 (Fri, 22 Feb 2013)

Log Message

Disable MediaSource on Apple Windows port
https://bugs.webkit.org/show_bug.cgi?id=110494

Reviewed by Tim Horton.

Source/WebKit:

* WebKit.vcxproj/FeatureDefines.props:

WebKitLibraries:

* win/tools/vsprops/FeatureDefines.vsprops:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (143821 => 143822)


--- trunk/Source/WebKit/ChangeLog	2013-02-23 01:54:30 UTC (rev 143821)
+++ trunk/Source/WebKit/ChangeLog	2013-02-23 01:59:01 UTC (rev 143822)
@@ -1,3 +1,12 @@
+2013-02-22  Aaron Colwell  <[email protected]>
+
+        Disable MediaSource on Apple Windows port
+        https://bugs.webkit.org/show_bug.cgi?id=110494
+
+        Reviewed by Tim Horton.
+
+        * WebKit.vcxproj/FeatureDefines.props:
+
 2013-02-20  Roger Fong  <[email protected]>
 
         Get VS2010 Solution B&I ready.

Modified: trunk/Source/WebKit/WebKit.vcxproj/FeatureDefines.props (143821 => 143822)


--- trunk/Source/WebKit/WebKit.vcxproj/FeatureDefines.props	2013-02-23 01:54:30 UTC (rev 143821)
+++ trunk/Source/WebKit/WebKit.vcxproj/FeatureDefines.props	2013-02-23 01:59:01 UTC (rev 143822)
@@ -50,7 +50,7 @@
     <ENABLE_LINK_PREFETCH />
     <ENABLE_LINK_PRERENDER />
     <ENABLE_MATHML>ENABLE_MATHML</ENABLE_MATHML>
-    <ENABLE_MEDIA_SOURCE>ENABLE_MEDIA_SOURCE</ENABLE_MEDIA_SOURCE>
+    <ENABLE_MEDIA_SOURCE />
     <ENABLE_MEDIA_STATISTICS>ENABLE_MEDIA_STATISTICS</ENABLE_MEDIA_STATISTICS>
     <ENABLE_METER_ELEMENT>ENABLE_METER_ELEMENT</ENABLE_METER_ELEMENT>
     <ENABLE_MICRODATA />

Modified: trunk/WebKitLibraries/ChangeLog (143821 => 143822)


--- trunk/WebKitLibraries/ChangeLog	2013-02-23 01:54:30 UTC (rev 143821)
+++ trunk/WebKitLibraries/ChangeLog	2013-02-23 01:59:01 UTC (rev 143822)
@@ -1,3 +1,12 @@
+2013-02-22  Aaron Colwell  <[email protected]>
+
+        Disable MediaSource on Apple Windows port
+        https://bugs.webkit.org/show_bug.cgi?id=110494
+
+        Reviewed by Tim Horton.
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+
 2013-02-22  Roger Fong  <[email protected]>
 
         Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (143821 => 143822)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-02-23 01:54:30 UTC (rev 143821)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-02-23 01:59:01 UTC (rev 143822)
@@ -263,7 +263,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_MEDIA_SOURCE"
-		Value="ENABLE_MEDIA_SOURCE"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to