Title: [98266] trunk/Source/WebKit/chromium
Revision
98266
Author
[email protected]
Date
2011-10-24 12:29:05 -0700 (Mon, 24 Oct 2011)

Log Message

Enable MEDIA_SOURCE feature for Chromium
https://bugs.webkit.org/show_bug.cgi?id=70745

Patch by Aaron Colwell <[email protected]> on 2011-10-24
Reviewed by David Levin.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (98265 => 98266)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-24 19:22:56 UTC (rev 98265)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-24 19:29:05 UTC (rev 98266)
@@ -1,3 +1,12 @@
+2011-10-24  Aaron Colwell  <[email protected]>
+
+        Enable MEDIA_SOURCE feature for Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=70745
+
+        Reviewed by David Levin.
+
+        * features.gypi:
+
 2011-10-24  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: allow debugging dedicated worker initialization

Modified: trunk/Source/WebKit/chromium/features.gypi (98265 => 98266)


--- trunk/Source/WebKit/chromium/features.gypi	2011-10-24 19:22:56 UTC (rev 98265)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-10-24 19:29:05 UTC (rev 98266)
@@ -63,6 +63,7 @@
       'ENABLE_JAVASCRIPT_DEBUGGER=1',
       'ENABLE_JAVASCRIPT_I18N_API=1',
       'ENABLE_LINK_PREFETCH=1',
+      'ENABLE_MEDIA_SOURCE=1',
       'ENABLE_MEDIA_STATISTICS=1',
       'ENABLE_MEDIA_STREAM=1',
       'ENABLE_METER_TAG=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to