Title: [186697] trunk
Revision
186697
Author
[email protected]
Date
2015-07-10 17:12:19 -0700 (Fri, 10 Jul 2015)

Log Message

Exposing webkitMediaStream as MediaStream
https://bugs.webkit.org/show_bug.cgi?id=146813
<rdar://problem/21754383>

Patch by Matthew Daiter <[email protected]> on 2015-07-10
Reviewed by Eric Carlson.

Source/WebCore:

* Modules/mediastream/MediaStream.idl: Changed interface
name from webkitMediaStream to MediaStream

LayoutTests:

* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
Changed attributes from webkitMediaStream to MediaStream
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
Ditto
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
Ditto

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (186696 => 186697)


--- trunk/LayoutTests/ChangeLog	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/LayoutTests/ChangeLog	2015-07-11 00:12:19 UTC (rev 186697)
@@ -1,3 +1,18 @@
+2015-07-10  Matthew Daiter  <[email protected]>
+
+        Exposing webkitMediaStream as MediaStream
+        https://bugs.webkit.org/show_bug.cgi?id=146813
+        <rdar://problem/21754383>
+
+        Reviewed by Eric Carlson.
+
+        * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
+        Changed attributes from webkitMediaStream to MediaStream
+        * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+        Ditto
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+        Ditto
+
 2015-07-10  Brent Fulgham  <[email protected]>
 
         REGRESSION (r183133-r183138): Secondary clicking in whitespace selects preceding word

Modified: trunk/LayoutTests/platform/mac/js/dom/constructor-length-expected.txt (186696 => 186697)


--- trunk/LayoutTests/platform/mac/js/dom/constructor-length-expected.txt	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/LayoutTests/platform/mac/js/dom/constructor-length-expected.txt	2015-07-11 00:12:19 UTC (rev 186697)
@@ -27,7 +27,7 @@
 PASS Int8Array.length is 3
 FAIL Intent.length should be 3. Threw exception ReferenceError: Can't find variable: Intent
 PASS MediaController.length is 0
-FAIL MediaStream.length should be 0. Threw exception ReferenceError: Can't find variable: MediaStream
+PASS MediaStream.length is 0
 PASS MessageChannel.length is 0
 PASS MessageEvent.length is 1
 PASS OverflowEvent.length is 1

Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (186696 => 186697)


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2015-07-11 00:12:19 UTC (rev 186697)
@@ -793,6 +793,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').value is MediaStream
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').value is MediaSource
 PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('set') is false
@@ -2098,11 +2103,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').value is webkitMediaStream
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').value is webkitOfflineAudioContext
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('set') is false

Modified: trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt (186696 => 186697)


--- trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt	2015-07-11 00:12:19 UTC (rev 186697)
@@ -793,6 +793,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').value is MediaStream
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').value is MediaStreamAudioDestinationNode
 PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').hasOwnProperty('set') is false
@@ -2073,11 +2078,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').value is webkitMediaStream
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').value is webkitOfflineAudioContext
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('set') is false

Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (186696 => 186697)


--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt	2015-07-11 00:12:19 UTC (rev 186697)
@@ -793,6 +793,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').value is MediaStream
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').value is MediaSource
 PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('set') is false
@@ -2093,11 +2098,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitAudioPannerNode').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').value is webkitMediaStream
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitMediaStream').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').value is webkitOfflineAudioContext
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('set') is false

Modified: trunk/Source/WebCore/ChangeLog (186696 => 186697)


--- trunk/Source/WebCore/ChangeLog	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/Source/WebCore/ChangeLog	2015-07-11 00:12:19 UTC (rev 186697)
@@ -1,3 +1,14 @@
+2015-07-10  Matthew Daiter  <[email protected]>
+
+        Exposing webkitMediaStream as MediaStream
+        https://bugs.webkit.org/show_bug.cgi?id=146813
+        <rdar://problem/21754383>
+
+        Reviewed by Eric Carlson.
+
+        * Modules/mediastream/MediaStream.idl: Changed interface
+        name from webkitMediaStream to MediaStream
+
 2015-07-10  Nan Wang  <[email protected]>
 
         Added ARIA 1.1 "cell" and "table" roles.

Modified: trunk/Source/WebCore/Modules/mediastream/MediaStream.idl (186696 => 186697)


--- trunk/Source/WebCore/Modules/mediastream/MediaStream.idl	2015-07-11 00:04:59 UTC (rev 186696)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStream.idl	2015-07-11 00:12:19 UTC (rev 186697)
@@ -29,7 +29,6 @@
     Constructor(MediaStream stream),
     Constructor(MediaStreamTrack[] tracks),
     ConstructorCallWith=ScriptExecutionContext,
-    InterfaceName=webkitMediaStream,
 ] interface MediaStream {
 
     readonly attribute DOMString id;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to