<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[196621] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/196621">196621</a></dd>
<dt>Author</dt> <dd>cdumez@apple.com</dd>
<dt>Date</dt> <dd>2016-02-15 21:32:56 -0800 (Mon, 15 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
https://bugs.webkit.org/show_bug.cgi?id=154250
&lt;rdar://problem/24660829&gt;

Reviewed by Eric Carlson.

LayoutTests/imported/w3c:

Rebaseline now that more checks are passing.

* web-platform-tests/html/dom/interfaces-expected.txt:

Source/WebCore:

The following properties should exist on the global object:
- AudioTrackList, AudioTrack, VideoTrackList, VideoTrack

These interfaces are not marked as [NoInterfaceObject] in:
- https://html.spec.whatwg.org/#audiotracklist-and-videotracklist-objects

No new tests, already covered by existing tests.

* html/track/AudioTrack.idl:
* html/track/AudioTrackList.idl:
* html/track/VideoTrack.idl:
* html/track/VideoTrackList.idl:

LayoutTests:

Rebaseline now that AudioTrackList, AudioTrack, VideoTrackList and VideoTrack
are exposed on the global Window object.

* js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmavericksjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacyosemitejsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorehtmltrackAudioTrackidl">trunk/Source/WebCore/html/track/AudioTrack.idl</a></li>
<li><a href="#trunkSourceWebCorehtmltrackAudioTrackListidl">trunk/Source/WebCore/html/track/AudioTrackList.idl</a></li>
<li><a href="#trunkSourceWebCorehtmltrackVideoTrackidl">trunk/Source/WebCore/html/track/VideoTrack.idl</a></li>
<li><a href="#trunkSourceWebCorehtmltrackVideoTrackListidl">trunk/Source/WebCore/html/track/VideoTrackList.idl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/ChangeLog        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2016-02-15  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
+        https://bugs.webkit.org/show_bug.cgi?id=154250
+        &lt;rdar://problem/24660829&gt;
+
+        Reviewed by Eric Carlson.
+
+        Rebaseline now that AudioTrackList, AudioTrack, VideoTrackList and VideoTrack
+        are exposed on the global Window object.
+
+        * js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
</ins><span class="cx"> 2016-02-15  Hunseop Jeong  &lt;hs85.jeong@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL] Rebaseline after r196244.
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -1,5 +1,17 @@
</span><span class="cx"> 2016-02-15  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
+        https://bugs.webkit.org/show_bug.cgi?id=154250
+        &lt;rdar://problem/24660829&gt;
+
+        Reviewed by Eric Carlson.
+
+        Rebaseline now that more checks are passing.
+
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+
+2016-02-15  Chris Dumez  &lt;cdumez@apple.com&gt;
+
</ins><span class="cx">         Re-sync W3C web-platform-tests' html/dom/interfaces.html
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=154259
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -2192,47 +2192,55 @@
</span><span class="cx"> PASS MediaError interface: errorVideo.error must inherit property &quot;MEDIA_ERR_DECODE&quot; with the proper type (2) 
</span><span class="cx"> PASS MediaError interface: errorVideo.error must inherit property &quot;MEDIA_ERR_SRC_NOT_SUPPORTED&quot; with the proper type (3) 
</span><span class="cx"> FAIL MediaError interface: errorVideo.error must inherit property &quot;code&quot; with the proper type (4) assert_inherits: property &quot;code&quot; found on object expected in prototype chain
</span><del>-FAIL AudioTrackList interface: existence and properties of interface object assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface object length assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface object name assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: existence and properties of interface prototype object assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: attribute length assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: operation getTrackById(DOMString) assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: attribute onchange assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: attribute onaddtrack assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrackList interface: attribute onremovetrack assert_own_property: self does not have own property &quot;AudioTrackList&quot; expected property &quot;AudioTrackList&quot; missing
-FAIL AudioTrack interface: existence and properties of interface object assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface object length assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface object name assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: existence and properties of interface prototype object assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: attribute id assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: attribute kind assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: attribute label assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: attribute language assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL AudioTrack interface: attribute enabled assert_own_property: self does not have own property &quot;AudioTrack&quot; expected property &quot;AudioTrack&quot; missing
-FAIL VideoTrackList interface: existence and properties of interface object assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface object length assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface object name assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: existence and properties of interface prototype object assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: attribute length assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: operation getTrackById(DOMString) assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: attribute selectedIndex assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: attribute onchange assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: attribute onaddtrack assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrackList interface: attribute onremovetrack assert_own_property: self does not have own property &quot;VideoTrackList&quot; expected property &quot;VideoTrackList&quot; missing
-FAIL VideoTrack interface: existence and properties of interface object assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface object length assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface object name assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: existence and properties of interface prototype object assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: attribute id assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: attribute kind assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: attribute label assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: attribute language assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
-FAIL VideoTrack interface: attribute selected assert_own_property: self does not have own property &quot;VideoTrack&quot; expected property &quot;VideoTrack&quot; missing
</del><ins>+PASS AudioTrackList interface: existence and properties of interface object 
+PASS AudioTrackList interface object length 
+PASS AudioTrackList interface object name 
+PASS AudioTrackList interface: existence and properties of interface prototype object 
+PASS AudioTrackList interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
+PASS AudioTrackList interface: attribute length 
+PASS AudioTrackList interface: operation getTrackById(DOMString) 
+PASS AudioTrackList interface: attribute onchange 
+PASS AudioTrackList interface: attribute onaddtrack 
+PASS AudioTrackList interface: attribute onremovetrack 
+PASS AudioTrack interface: existence and properties of interface object 
+PASS AudioTrack interface object length 
+PASS AudioTrack interface object name 
+PASS AudioTrack interface: existence and properties of interface prototype object 
+PASS AudioTrack interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
+PASS AudioTrack interface: attribute id 
+FAIL AudioTrack interface: attribute kind assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function &quot;function kind() {
+    [native code]
+}&quot;
+PASS AudioTrack interface: attribute label 
+FAIL AudioTrack interface: attribute language assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function &quot;function language() {
+    [native code]
+}&quot;
+PASS AudioTrack interface: attribute enabled 
+PASS VideoTrackList interface: existence and properties of interface object 
+PASS VideoTrackList interface object length 
+PASS VideoTrackList interface object name 
+PASS VideoTrackList interface: existence and properties of interface prototype object 
+PASS VideoTrackList interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
+PASS VideoTrackList interface: attribute length 
+PASS VideoTrackList interface: operation getTrackById(DOMString) 
+PASS VideoTrackList interface: attribute selectedIndex 
+PASS VideoTrackList interface: attribute onchange 
+PASS VideoTrackList interface: attribute onaddtrack 
+PASS VideoTrackList interface: attribute onremovetrack 
+PASS VideoTrack interface: existence and properties of interface object 
+PASS VideoTrack interface object length 
+PASS VideoTrack interface object name 
+PASS VideoTrack interface: existence and properties of interface prototype object 
+PASS VideoTrack interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
+PASS VideoTrack interface: attribute id 
+FAIL VideoTrack interface: attribute kind assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function &quot;function kind() {
+    [native code]
+}&quot;
+PASS VideoTrack interface: attribute label 
+FAIL VideoTrack interface: attribute language assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function &quot;function language() {
+    [native code]
+}&quot;
+PASS VideoTrack interface: attribute selected 
</ins><span class="cx"> PASS MediaController interface: existence and properties of interface object 
</span><span class="cx"> PASS MediaController interface object length 
</span><span class="cx"> PASS MediaController interface object name 
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -63,6 +63,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').value is AudioTrack
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').value is AudioTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').value is BarProp
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('set') is false
</span><span class="lines">@@ -1813,6 +1823,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').value is VideoTrack
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').value is VideoTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -73,6 +73,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').value is AudioTrack
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').value is AudioTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').value is BarProp
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('set') is false
</span><span class="lines">@@ -2088,6 +2098,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').value is VideoTrack
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').value is VideoTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmavericksjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -63,6 +63,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').value is AudioTrack
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').value is AudioTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').value is BarProp
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('set') is false
</span><span class="lines">@@ -1908,11 +1918,21 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').value is VideoTrack
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').value is VideoTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacyosemitejsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -73,6 +73,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'AudioProcessingEvent').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').value is AudioTrack
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').value is AudioTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AudioTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').value is BarProp
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'BarProp').hasOwnProperty('set') is false
</span><span class="lines">@@ -2088,6 +2098,16 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').value is VideoTrack
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrack').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').value is VideoTrackList
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VideoTrackList').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/Source/WebCore/ChangeLog        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -1,3 +1,24 @@
</span><ins>+2016-02-15  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
+        https://bugs.webkit.org/show_bug.cgi?id=154250
+        &lt;rdar://problem/24660829&gt;
+
+        Reviewed by Eric Carlson.
+
+        The following properties should exist on the global object:
+        - AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
+
+        These interfaces are not marked as [NoInterfaceObject] in:
+        - https://html.spec.whatwg.org/#audiotracklist-and-videotracklist-objects
+
+        No new tests, already covered by existing tests.
+
+        * html/track/AudioTrack.idl:
+        * html/track/AudioTrackList.idl:
+        * html/track/VideoTrack.idl:
+        * html/track/VideoTrackList.idl:
+
</ins><span class="cx"> 2016-02-15  Sam Weinig  &lt;sam@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Stop using NSMapTable in places where we were only using it to be GC safe
</span></span></pre></div>
<a id="trunkSourceWebCorehtmltrackAudioTrackidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/AudioTrack.idl (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/AudioTrack.idl        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/Source/WebCore/html/track/AudioTrack.idl        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    NoInterfaceObject,
</del><span class="cx">     Conditional=VIDEO_TRACK,
</span><span class="cx">     GenerateIsReachable=ImplElementRoot,
</span><span class="cx">     JSCustomMarkFunction
</span></span></pre></div>
<a id="trunkSourceWebCorehtmltrackAudioTrackListidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/AudioTrackList.idl (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/AudioTrackList.idl        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/Source/WebCore/html/track/AudioTrackList.idl        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    NoInterfaceObject,
</del><span class="cx">     Conditional=VIDEO_TRACK,
</span><span class="cx">     GenerateIsReachable=ImplElementRoot,
</span><span class="cx">     JSCustomMarkFunction,
</span></span></pre></div>
<a id="trunkSourceWebCorehtmltrackVideoTrackidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/VideoTrack.idl (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/VideoTrack.idl        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/Source/WebCore/html/track/VideoTrack.idl        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    NoInterfaceObject,
</del><span class="cx">     Conditional=VIDEO_TRACK,
</span><span class="cx">     GenerateIsReachable=ImplElementRoot,
</span><span class="cx">     JSCustomMarkFunction
</span></span></pre></div>
<a id="trunkSourceWebCorehtmltrackVideoTrackListidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/VideoTrackList.idl (196620 => 196621)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/VideoTrackList.idl        2016-02-16 05:15:22 UTC (rev 196620)
+++ trunk/Source/WebCore/html/track/VideoTrackList.idl        2016-02-16 05:32:56 UTC (rev 196621)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    NoInterfaceObject,
</del><span class="cx">     Conditional=VIDEO_TRACK,
</span><span class="cx">     GenerateIsReachable=ImplElementRoot,
</span><span class="cx">     JSCustomMarkFunction,
</span></span></pre>
</div>
</div>

</body>
</html>