<!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>[204551] 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/204551">204551</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-08-16 20:17:04 -0700 (Tue, 16 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/204540">r204540</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/204545">r204545</a>, and <a href="http://trac.webkit.org/projects/webkit/changeset/204547">r204547</a>.
https://bugs.webkit.org/show_bug.cgi?id=160932

Broke Windows builds (Requested by rniwa on #webkit).

Reverted changesets:

&quot;customElements.define should retrieve lifecycle callbacks&quot;
https://bugs.webkit.org/show_bug.cgi?id=160797
http://trac.webkit.org/changeset/204540

&quot;Windows build fix attempt after <a href="http://trac.webkit.org/projects/webkit/changeset/204540">r204540</a>.&quot;
http://trac.webkit.org/changeset/204545

&quot;Another Windows build fix attempt. The error message doesn't
make any sense to me.&quot;
http://trac.webkit.org/changeset/204547</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastcustomelementsattributechangedcallbackexpectedtxt">trunk/LayoutTests/fast/custom-elements/attribute-changed-callback-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcustomelementsattributechangedcallbackhtml">trunk/LayoutTests/fast/custom-elements/attribute-changed-callback.html</a></li>
<li><a href="#trunkLayoutTestsfastcustomelementslifecyclecallbacktiminghtml">trunk/LayoutTests/fast/custom-elements/lifecycle-callback-timing.html</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSBindingsAllInOnecpp">trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCustomElementInterfacecpp">trunk/Source/WebCore/bindings/js/JSCustomElementInterface.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCustomElementInterfaceh">trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCustomElementsRegistryCustomcpp">trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp</a></li>
<li><a href="#trunkSourceWebCoredomElementcpp">trunk/Source/WebCore/dom/Element.cpp</a></li>
<li><a href="#trunkSourceWebCoredomLifecycleCallbackQueuecpp">trunk/Source/WebCore/dom/LifecycleCallbackQueue.cpp</a></li>
<li><a href="#trunkSourceWebCoredomLifecycleCallbackQueueh">trunk/Source/WebCore/dom/LifecycleCallbackQueue.h</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastcustomelementsDocumentdefineElementexpectedtxt">trunk/LayoutTests/fast/custom-elements/Document-defineElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcustomelementsDocumentdefineElementhtml">trunk/LayoutTests/fast/custom-elements/Document-defineElement.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastcustomelementsCustomElementsRegistryexpectedtxt">trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcustomelementsCustomElementsRegistryhtml">trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/LayoutTests/ChangeLog        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2016-08-16  Commit Queue  &lt;commit-queue@webkit.org&gt;
+
+        Unreviewed, rolling out r204540, r204545, and r204547.
+        https://bugs.webkit.org/show_bug.cgi?id=160932
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        Reverted changesets:
+
+        &quot;customElements.define should retrieve lifecycle callbacks&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=160797
+        http://trac.webkit.org/changeset/204540
+
+        &quot;Windows build fix attempt after r204540.&quot;
+        http://trac.webkit.org/changeset/204545
+
+        &quot;Another Windows build fix attempt. The error message doesn't
+        make any sense to me.&quot;
+        http://trac.webkit.org/changeset/204547
+
</ins><span class="cx"> 2016-08-16  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add support for ShadowRoot.mode attribute
</span></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementsCustomElementsRegistryexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry-expected.txt (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry-expected.txt        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry-expected.txt        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -1,20 +0,0 @@
</span><del>-
-PASS CustomElementsRegistry interface must have define as a method 
-PASS customElements.define must throw with an invalid name 
-PASS customElements.define must throw when there is already a custom element of the same name 
-PASS customElements.define must throw when there is already a custom element with the same class 
-PASS customElements.define must throw when the element interface is not a constructor 
-PASS customElements.define must get &quot;prototype&quot; property of the constructor 
-PASS customElements.define must rethrow an exception thrown while getting &quot;prototype&quot; property of the constructor 
-PASS customElements.define must throw when &quot;prototype&quot; property of the constructor is not an object 
-PASS customElements.define must get callbacks of the constructor prototype 
-PASS customElements.define must rethrow an exception thrown while getting callbacks on the constructor prototype 
-PASS customElements.define must rethrow an exception thrown while converting a callback value to Function callback type 
-PASS customElements.define must get &quot;observedAttributes&quot; property on the constructor prototype when &quot;attributeChangedCallback&quot; is present 
-PASS customElements.define must rethrow an exception thrown while getting observedAttributes on the constructor prototype 
-PASS customElements.define must rethrow an exception thrown while converting the value of observedAttributes to sequence&lt;DOMString&gt; 
-PASS customElements.define must rethrow an exception thrown while iterating over observedAttributes to sequence&lt;DOMString&gt; 
-PASS customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on observedAttributes 
-PASS customElements.define must not throw even if &quot;observedAttributes&quot; fails to convert if &quot;attributeChangedCallback&quot; is not defined 
-PASS customElements.define must define an instantiatable custom element 
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementsCustomElementsRegistryhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry.html (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry.html        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/LayoutTests/fast/custom-elements/CustomElementsRegistry.html        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -1,272 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;title&gt;Custom Elements: CustomElementsRegistry interface&lt;/title&gt;
-&lt;meta name=&quot;author&quot; title=&quot;Ryosuke Niwa&quot; href=&quot;mailto:rniwa@webkit.org&quot;&gt;
-&lt;meta name=&quot;assert&quot; content=&quot;CustomElementsRegistry interface must exist&quot;&gt;
-&lt;script src=&quot;../../resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;link rel='stylesheet' href='../../resources/testharness.css'&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-
-test(function () {
-    assert_true('define' in CustomElementsRegistry.prototype, '&quot;define&quot; exists on CustomElementsRegistry.prototype');
-    assert_true('define' in customElements, '&quot;define&quot; exists on window.customElements');
-}, 'CustomElementsRegistry interface must have define as a method');
-
-test(function () {
-    class MyCustomElement extends HTMLElement {};
-
-    assert_throws({'name': 'SyntaxError'}, function () { customElements.define(null, MyCustomElement); },
-        'customElements.define must throw a SyntaxError if the tag name is null');
-    assert_throws({'name': 'SyntaxError'}, function () { customElements.define('', MyCustomElement); },
-        'customElements.define must throw a SyntaxError if the tag name is empty');
-    assert_throws({'name': 'SyntaxError'}, function () { customElements.define('abc', MyCustomElement); },
-        'customElements.define must throw a SyntaxError if the tag name does not contain &quot;-&quot;');
-    assert_throws({'name': 'SyntaxError'}, function () { customElements.define('a-Bc', MyCustomElement); },
-        'customElements.define must throw a SyntaxError if the tag name contains an upper case letter');
-
-    var builtinTagNames = [
-        'annotation-xml',
-        'color-profile',
-        'font-face',
-        'font-face-src',
-        'font-face-uri',
-        'font-face-format',
-        'font-face-name',
-        'missing-glyph'
-    ];
-
-    for (var tagName of builtinTagNames) {
-        assert_throws({'name': 'SyntaxError'}, function () { customElements.define(tagName, MyCustomElement); },
-            'customElements.define must throw a SyntaxError if the tag name is &quot;' + tagName + '&quot;');
-    }
-
-}, 'customElements.define must throw with an invalid name');
-
-test(function () {
-    class SomeCustomElement extends HTMLElement {};
-    class OtherCustomElement extends HTMLElement {};
-
-    customElements.define('some-custom-element', SomeCustomElement);
-    assert_throws({'name': 'NotSupportedError'}, function () { customElements.define('some-custom-element', OtherCustomElement); },
-        'customElements.define must throw a NotSupportedError if the specified tag name is already used');
-
-}, 'customElements.define must throw when there is already a custom element of the same name');
-
-test(function () {
-    class AnotherCustomElement extends HTMLElement {};
-
-    customElements.define('another-custom-element', AnotherCustomElement);
-    assert_throws({'name': 'NotSupportedError'}, function () { customElements.define('some-other-element', AnotherCustomElement); },
-        'customElements.define must throw a NotSupportedError if the specified class already defines an element');
-
-}, 'customElements.define must throw when there is already a custom element with the same class');
-
-test(function () {
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', 1); },
-        'customElements.define must throw a TypeError when the element interface is a number');
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', '123'); },
-        'customElements.define must throw a TypeError when the element interface is a string');
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', {}); },
-        'customElements.define must throw a TypeError when the element interface is an object');
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', []); },
-        'customElements.define must throw a TypeError when the element interface is an array');
-}, 'customElements.define must throw when the element interface is not a constructor');
-
-test(function () {
-    var calls = [];
-    var proxy = new Proxy(class extends HTMLElement { }, {
-        get: function (target, name) {
-            calls.push(name);
-            return target[name];
-        }
-    });
-    customElements.define('proxy-element', proxy);
-    assert_array_equals(calls, ['prototype']);
-}, 'customElements.define must get &quot;prototype&quot; property of the constructor');
-
-test(function () {
-    var proxy = new Proxy(class extends HTMLElement { }, {
-        get: function (target, name) {
-            throw {name: 'expectedError'};
-        }
-    });
-    assert_throws({'name': 'expectedError'}, function () { customElements.define('element-with-string-prototype', proxy); });
-}, 'customElements.define must rethrow an exception thrown while getting &quot;prototype&quot; property of the constructor');
-
-test(function () {
-    var returnedValue;
-    var proxy = new Proxy(class extends HTMLElement { }, {
-        get: function (target, name) { return returnedValue; }
-    });
-
-    returnedValue = null;
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-string-prototype', proxy); },
-        'customElements.define must throw when &quot;prototype&quot; property of the constructor is null');
-    returnedValue = undefined;
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-string-prototype', proxy); },
-        'customElements.define must throw when &quot;prototype&quot; property of the constructor is undefined');
-    returnedValue = 'hello';
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-string-prototype', proxy); },
-        'customElements.define must throw when &quot;prototype&quot; property of the constructor is a string');
-    returnedValue = 1;
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-string-prototype', proxy); },
-        'customElements.define must throw when &quot;prototype&quot; property of the constructor is a number');
-
-}, 'customElements.define must throw when &quot;prototype&quot; property of the constructor is not an object');
-
-test(function () {
-    var constructor = function () {}
-    var calls = [];
-    constructor.prototype = new Proxy(constructor.prototype, {
-        get: function (target, name) {
-            calls.push(name);
-            return target[name];
-        }
-    });
-    customElements.define('element-with-proxy-prototype', constructor);
-    assert_array_equals(calls, ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback']);
-}, 'customElements.define must get callbacks of the constructor prototype');
-
-test(function () {
-    var constructor = function () {}
-    var calls = [];
-    constructor.prototype = new Proxy(constructor.prototype, {
-        get: function (target, name) {
-            calls.push(name);
-            if (name == 'disconnectedCallback')
-                throw {name: 'expectedError'};
-            return target[name];
-        }
-    });
-    assert_throws({'name': 'expectedError'}, function () { customElements.define('element-with-throwing-callback', constructor); });
-    assert_array_equals(calls, ['connectedCallback', 'disconnectedCallback'],
-        'customElements.define must not get callbacks after one of the get throws');
-}, 'customElements.define must rethrow an exception thrown while getting callbacks on the constructor prototype');
-
-test(function () {
-    var constructor = function () {}
-    var calls = [];
-    constructor.prototype = new Proxy(constructor.prototype, {
-        get: function (target, name) {
-            calls.push(name);
-            if (name == 'adoptedCallback')
-                return 1;
-            return target[name];
-        }
-    });
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-throwing-callback', constructor); });
-    assert_array_equals(calls, ['connectedCallback', 'disconnectedCallback', 'adoptedCallback'],
-        'customElements.define must not get callbacks after one of the conversion throws');
-}, 'customElements.define must rethrow an exception thrown while converting a callback value to Function callback type');
-
-test(function () {
-    var constructor = function () {}
-    constructor.prototype.attributeChangedCallback = function () { };
-    var prototypeCalls = [];
-    var callOrder = 0;
-    constructor.prototype = new Proxy(constructor.prototype, {
-        get: function (target, name) {
-            if (name == 'prototype' || name == 'observedAttributes')
-                throw 'Unexpected access to observedAttributes';
-            prototypeCalls.push(callOrder++);    
-            prototypeCalls.push(name);
-            return target[name];
-        }
-    });
-    var constructorCalls = [];
-    var proxy = new Proxy(constructor, {
-        get: function (target, name) {
-            constructorCalls.push(callOrder++);    
-            constructorCalls.push(name);
-            return target[name];
-        }
-    });
-    customElements.define('element-with-attribute-changed-callback', proxy);
-    assert_array_equals(prototypeCalls, [1, 'connectedCallback', 2, 'disconnectedCallback', 3, 'adoptedCallback', 4, 'attributeChangedCallback']);
-    assert_array_equals(constructorCalls, [0, 'prototype', 5, 'observedAttributes']);
-}, 'customElements.define must get &quot;observedAttributes&quot; property on the constructor prototype when &quot;attributeChangedCallback&quot; is present');
-
-test(function () {
-    var constructor = function () {}
-    constructor.prototype.attributeChangedCallback = function () { };
-    var calls = [];
-    var proxy = new Proxy(constructor, {
-        get: function (target, name) {
-            calls.push(name);
-            if (name == 'observedAttributes')
-                throw {name: 'expectedError'};
-            return target[name];
-        }
-    });
-    assert_throws({'name': 'expectedError'}, function () { customElements.define('element-with-throwing-observed-attributes', proxy); });
-    assert_array_equals(calls, ['prototype', 'observedAttributes'],
-        'customElements.define must get &quot;prototype&quot; and &quot;observedAttributes&quot; on the constructor');
-}, 'customElements.define must rethrow an exception thrown while getting observedAttributes on the constructor prototype');
-
-test(function () {
-    var constructor = function () {}
-    constructor.prototype.attributeChangedCallback = function () { };
-    var calls = [];
-    var proxy = new Proxy(constructor, {
-        get: function (target, name) {
-            calls.push(name);
-            if (name == 'observedAttributes')
-                return 1;
-            return target[name];
-        }
-    });
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-invalid-observed-attributes', proxy); });
-    assert_array_equals(calls, ['prototype', 'observedAttributes'],
-        'customElements.define must get &quot;prototype&quot; and &quot;observedAttributes&quot; on the constructor');
-}, 'customElements.define must rethrow an exception thrown while converting the value of observedAttributes to sequence&lt;DOMString&gt;');
-
-test(function () {
-    var constructor = function () {}
-    constructor.prototype.attributeChangedCallback = function () { };
-    constructor.observedAttributes = {[Symbol.iterator]: function *() {
-        yield 'foo';
-        throw {name: 'SomeError'};
-    }};
-    assert_throws({'name': 'SomeError'}, function () { customElements.define('element-with-generator-observed-attributes', constructor); });
-}, 'customElements.define must rethrow an exception thrown while iterating over observedAttributes to sequence&lt;DOMString&gt;');
-
-test(function () {
-    var constructor = function () {}
-    constructor.prototype.attributeChangedCallback = function () { };
-    constructor.observedAttributes = {[Symbol.iterator]: 1};
-    assert_throws({'name': 'TypeError'}, function () { customElements.define('element-with-observed-attributes-with-uncallable-iterator', constructor); });
-}, 'customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on observedAttributes');
-
-test(function () {
-    var constructor = function () {}
-    constructor.observedAttributes = 1;
-    customElements.define('element-without-callback-with-invalid-observed-attributes', constructor);
-}, 'customElements.define must not throw even if &quot;observedAttributes&quot; fails to convert if &quot;attributeChangedCallback&quot; is not defined');
-
-test(function () {
-    class MyCustomElement extends HTMLElement {};
-    customElements.define('my-custom-element', MyCustomElement);
-
-    var instance = new MyCustomElement;
-    assert_true(instance instanceof MyCustomElement,
-        'An instance of a custom HTML element be an instance of the associated interface');
-
-    assert_true(instance instanceof HTMLElement,
-        'An instance of a custom HTML element must inherit from HTMLElement');
-
-    assert_equals(instance.localName, 'my-custom-element',
-        'An instance of a custom element must use the associated tag name');
-
-    assert_equals(instance.namespaceURI, 'http://www.w3.org/1999/xhtml',
-        'A custom element HTML must use HTML namespace');
-
-}, 'customElements.define must define an instantiatable custom element');
-
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementsDocumentdefineElementexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/custom-elements/Document-defineElement-expected.txt (0 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/Document-defineElement-expected.txt                                (rev 0)
+++ trunk/LayoutTests/fast/custom-elements/Document-defineElement-expected.txt        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+
+PASS Check the existence of CustomElementsRegistry.prototype.define on CustomElementsRegistry interface 
+PASS customElements.define should throw with an invalid name 
+PASS customElements.define should throw when there is already a custom element of the same name 
+PASS customElements.define should throw when there is already a custom element with the same class 
+PASS customElements.define should throw when the element interface is not a constructor 
+PASS customElements.define should define an instantiatable custom element 
+
</ins></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementsDocumentdefineElementhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/custom-elements/Document-defineElement.html (0 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/Document-defineElement.html                                (rev 0)
+++ trunk/LayoutTests/fast/custom-elements/Document-defineElement.html        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -0,0 +1,101 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;title&gt;Custom Elements: Extensions to Document interface&lt;/title&gt;
+&lt;meta name=&quot;author&quot; title=&quot;Ryosuke Niwa&quot; href=&quot;mailto:rniwa@webkit.org&quot;&gt;
+&lt;meta name=&quot;assert&quot; content=&quot;customElements.define should define a custom element&quot;&gt;
+&lt;script src=&quot;../../resources/testharness.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
+&lt;link rel='stylesheet' href='../../resources/testharness.css'&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
+&lt;script&gt;
+
+test(function () {
+    assert_true('define' in CustomElementsRegistry.prototype, '&quot;define&quot; exists on CustomElementsRegistry.prototype');
+    assert_true('define' in customElements, '&quot;define&quot; exists on window.customElements');
+}, 'Check the existence of CustomElementsRegistry.prototype.define on CustomElementsRegistry interface');
+
+test(function () {
+    class MyCustomElement extends HTMLElement {};
+
+    assert_throws({'name': 'SyntaxError'}, function () { customElements.define(null, MyCustomElement); },
+        'customElements.define must throw a SyntaxError if the tag name is null');
+    assert_throws({'name': 'SyntaxError'}, function () { customElements.define('', MyCustomElement); },
+        'customElements.define must throw a SyntaxError if the tag name is empty');
+    assert_throws({'name': 'SyntaxError'}, function () { customElements.define('abc', MyCustomElement); },
+        'customElements.define must throw a SyntaxError if the tag name does not contain &quot;-&quot;');
+    assert_throws({'name': 'SyntaxError'}, function () { customElements.define('a-Bc', MyCustomElement); },
+        'customElements.define must throw a SyntaxError if the tag name contains an upper case letter');
+
+    var builtinTagNames = [
+        'annotation-xml',
+        'color-profile',
+        'font-face',
+        'font-face-src',
+        'font-face-uri',
+        'font-face-format',
+        'font-face-name',
+        'missing-glyph'
+    ];
+
+    for (var tagName of builtinTagNames) {
+        assert_throws({'name': 'SyntaxError'}, function () { customElements.define(tagName, MyCustomElement); },
+            'customElements.define must throw a SyntaxError if the tag name is &quot;' + tagName + '&quot;');
+    }
+
+}, 'customElements.define should throw with an invalid name');
+
+test(function () {
+    class SomeCustomElement extends HTMLElement {};
+    class OtherCustomElement extends HTMLElement {};
+
+    customElements.define('some-custom-element', SomeCustomElement);
+    assert_throws({'name': 'NotSupportedError'}, function () { customElements.define('some-custom-element', OtherCustomElement); },
+        'customElements.define must throw a NotSupportedError if the specified tag name is already used');
+
+}, 'customElements.define should throw when there is already a custom element of the same name');
+
+test(function () {
+    class AnotherCustomElement extends HTMLElement {};
+
+    customElements.define('another-custom-element', AnotherCustomElement);
+    assert_throws({'name': 'NotSupportedError'}, function () { customElements.define('some-other-element', AnotherCustomElement); },
+        'customElements.define must throw a NotSupportedError if the specified class already defines an element');
+
+}, 'customElements.define should throw when there is already a custom element with the same class');
+
+test(function () {
+    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', 1); },
+        'customElements.define must throw a TypeError when the element interface is a number');
+    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', '123'); },
+        'customElements.define must throw a TypeError when the element interface is a string');
+    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', {}); },
+        'customElements.define must throw a TypeError when the element interface is an object');
+    assert_throws({'name': 'TypeError'}, function () { customElements.define('invalid-element', []); },
+        'customElements.define must throw a TypeError when the element interface is an array');
+}, 'customElements.define should throw when the element interface is not a constructor');
+
+test(function () {
+    class MyCustomElement extends HTMLElement {};
+    customElements.define('my-custom-element', MyCustomElement);
+
+    var instance = new MyCustomElement;
+    assert_true(instance instanceof MyCustomElement,
+        'An instance of a custom HTML element be an instance of the associated interface');
+
+    assert_true(instance instanceof HTMLElement,
+        'An instance of a custom HTML element must inherit from HTMLElement');
+
+    assert_equals(instance.localName, 'my-custom-element',
+        'An instance of a custom element must use the associated tag name');
+
+    assert_equals(instance.namespaceURI, 'http://www.w3.org/1999/xhtml',
+        'A custom element HTML must use HTML namespace');
+
+}, 'customElements.define should define an instantiatable custom element');
+
+&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementsattributechangedcallbackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/custom-elements/attribute-changed-callback-expected.txt (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/attribute-changed-callback-expected.txt        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/LayoutTests/fast/custom-elements/attribute-changed-callback-expected.txt        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -3,8 +3,4 @@
</span><span class="cx"> PASS setAttributeNS and removeAttributeNS must enqueue and invoke attributeChangedCallback 
</span><span class="cx"> PASS setAttributeNode and removeAttributeNS must enqueue and invoke attributeChangedCallback 
</span><span class="cx"> PASS setAttributeNode and removeAttributeNS must enqueue and invoke attributeChangedCallback 
</span><del>-PASS Mutating attributeChangedCallback after calling customElements.define must not affect the callback being invoked 
-PASS attributedChangedCallback must not be invoked when the observed attributes does not contain the attribute. 
-PASS Mutating observedAttributes after calling customElements.define must not affect the set of attributes for which attributedChangedCallback is invoked 
-PASS attributedChangedCallback must be enqueued for attributes specified in a non-Array iterable observedAttributes 
</del><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementsattributechangedcallbackhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/custom-elements/attribute-changed-callback.html (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/attribute-changed-callback.html        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/LayoutTests/fast/custom-elements/attribute-changed-callback.html        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -19,7 +19,6 @@
</span><span class="cx">         argumentList.push({arguments: arguments, value: this.getAttributeNS(namespace, name)});
</span><span class="cx">     }
</span><span class="cx"> }
</span><del>-MyCustomElement.observedAttributes = ['title', 'id', 'r'];
</del><span class="cx"> customElements.define('my-custom-element', MyCustomElement);
</span><span class="cx"> 
</span><span class="cx"> test(function () {
</span><span class="lines">@@ -97,97 +96,9 @@
</span><span class="cx">     assert_equals(argumentList.length, 2);
</span><span class="cx">     assert_equals(argumentList[1].value, null);
</span><span class="cx">     assert_array_equals(argumentList[1].arguments, ['r', '100', null, 'http://www.w3.org/2000/svg']);
</span><ins>+
</ins><span class="cx"> }, 'setAttributeNode and removeAttributeNS must enqueue and invoke attributeChangedCallback');
</span><span class="cx"> 
</span><del>-test(function () {
-    var callsToOld = [];
-    var callsToNew = [];
-    class CustomElement extends HTMLElement { }
-    CustomElement.prototype.attributeChangedCallback = function () {
-        callsToOld.push(Array.from(arguments));
-    }
-    CustomElement.observedAttributes = ['title'];
-    customElements.define('element-with-mutated-attribute-changed-callback', CustomElement);
-    CustomElement.prototype.attributeChangedCallback = function () {
-        callsToNew.push(Array.from(arguments));
-    }
-
-    var instance = document.createElement('element-with-mutated-attribute-changed-callback');
-    instance.setAttribute('title', 'hi');
-    assert_equals(instance.getAttribute('title'), 'hi');
-    assert_array_equals(callsToNew, []);
-    assert_equals(callsToOld.length, 1);
-    assert_array_equals(callsToOld[0], ['title', null, 'hi', null]);
-}, 'Mutating attributeChangedCallback after calling customElements.define must not affect the callback being invoked');
-
-test(function () {
-    var calls = [];
-    class CustomElement extends HTMLElement {
-        attributeChangedCallback() {
-            calls.push(Array.from(arguments));
-        }
-    }
-    CustomElement.observedAttributes = ['title'];
-    customElements.define('element-not-observing-id-attribute', CustomElement);
-
-    var instance = document.createElement('element-not-observing-id-attribute');
-    instance.setAttribute('title', 'hi');
-    assert_equals(calls.length, 1);
-    assert_array_equals(calls[0], ['title', null, 'hi', null]);
-    instance.setAttribute('id', 'some');
-    assert_equals(calls.length, 1);
-}, 'attributedChangedCallback must not be invoked when the observed attributes does not contain the attribute.');
-
-test(function () {
-    var calls = [];
-    class CustomElement extends HTMLElement { }
-    CustomElement.prototype.attributeChangedCallback = function () {
-        calls.push(Array.from(arguments));
-    }
-    CustomElement.observedAttributes = ['title', 'lang'];
-    customElements.define('element-with-mutated-observed-attributes', CustomElement);
-    CustomElement.observedAttributes = ['title', 'id'];
-
-    var instance = document.createElement('element-with-mutated-observed-attributes');
-    instance.setAttribute('title', 'hi');
-    assert_equals(calls.length, 1);
-    assert_array_equals(calls[0], ['title', null, 'hi', null]);
-
-    instance.setAttribute('id', 'some');
-    assert_equals(calls.length, 1);
-
-    instance.setAttribute('lang', 'en');
-    assert_equals(calls.length, 2);
-    assert_array_equals(calls[0], ['title', null, 'hi', null]);
-    assert_array_equals(calls[1], ['lang', null, 'en', null]);
-}, 'Mutating observedAttributes after calling customElements.define must not affect the set of attributes for which attributedChangedCallback is invoked');
-
-test(function () {
-    var calls = [];
-    class CustomElement extends HTMLElement { }
-    CustomElement.prototype.attributeChangedCallback = function () {
-        calls.push(Array.from(arguments));
-    }
-    CustomElement.observedAttributes = { [Symbol.iterator]: function *() { yield 'lang'; yield 'style'; } };
-    customElements.define('element-with-generator-observed-attributes', CustomElement);
-
-    var instance = document.createElement('element-with-generator-observed-attributes');
-    instance.setAttribute('lang', 'en');
-    assert_equals(calls.length, 1);
-    assert_array_equals(calls[0], ['lang', null, 'en', null]);
-
-    instance.setAttribute('lang', 'ja');
-    assert_equals(calls.length, 2);
-    assert_array_equals(calls[1], ['lang', 'en', 'ja', null]);
-
-    instance.setAttribute('title', 'hello');
-    assert_equals(calls.length, 2);
-
-    instance.setAttribute('style', 'font-size: 2rem');
-    assert_equals(calls.length, 3);
-    assert_array_equals(calls[2], ['style', null, 'font-size: 2rem', null]);
-}, 'attributedChangedCallback must be enqueued for attributes specified in a non-Array iterable observedAttributes');
-
</del><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcustomelementslifecyclecallbacktiminghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/custom-elements/lifecycle-callback-timing.html (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/custom-elements/lifecycle-callback-timing.html        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/LayoutTests/fast/custom-elements/lifecycle-callback-timing.html        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> 
</span><span class="cx">     handler() { }
</span><span class="cx"> }
</span><del>-MyCustomElement.observedAttributes = ['data-title', 'title'];
</del><span class="cx"> customElements.define('my-custom-element', MyCustomElement);
</span><span class="cx"> 
</span><span class="cx"> test(function () {
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/ChangeLog        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2016-08-16  Commit Queue  &lt;commit-queue@webkit.org&gt;
+
+        Unreviewed, rolling out r204540, r204545, and r204547.
+        https://bugs.webkit.org/show_bug.cgi?id=160932
+
+        Broke Windows builds (Requested by rniwa on #webkit).
+
+        Reverted changesets:
+
+        &quot;customElements.define should retrieve lifecycle callbacks&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=160797
+        http://trac.webkit.org/changeset/204540
+
+        &quot;Windows build fix attempt after r204540.&quot;
+        http://trac.webkit.org/changeset/204545
+
+        &quot;Another Windows build fix attempt. The error message doesn't
+        make any sense to me.&quot;
+        http://trac.webkit.org/changeset/204547
+
</ins><span class="cx"> 2016-08-16  Hunseop Jeong  &lt;hs85.jeong@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, CMake build fix after r204532
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSBindingsAllInOnecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -46,7 +46,6 @@
</span><span class="cx"> #include &quot;JSClientRectCustom.cpp&quot;
</span><span class="cx"> #include &quot;JSCommandLineAPIHostCustom.cpp&quot;
</span><span class="cx"> #include &quot;JSCryptoCustom.cpp&quot;
</span><del>-#include &quot;JSCustomElementsRegistryCustom.cpp&quot;
</del><span class="cx"> #include &quot;JSCustomEventCustom.cpp&quot;
</span><span class="cx"> #include &quot;JSCustomSQLStatementErrorCallback.cpp&quot;
</span><span class="cx"> #include &quot;JSCustomXPathNSResolver.cpp&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCustomElementInterfacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCustomElementInterface.cpp (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCustomElementInterface.cpp        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/bindings/js/JSCustomElementInterface.cpp        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -151,14 +151,6 @@
</span><span class="cx">     ASSERT(wrappedElement-&gt;isCustomElement());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void JSCustomElementInterface::setAttributeChangedCallback(JSC::JSObject* callback, const Vector&lt;String&gt;&amp; observedAttributes)
-{
-    m_attributeChangedCallback = callback;
-    m_observedAttributes.clear();
-    for (auto&amp; name : observedAttributes)
-        m_observedAttributes.add(name);
-}
-
</del><span class="cx"> void JSCustomElementInterface::attributeChanged(Element&amp; element, const QualifiedName&amp; attributeName, const AtomicString&amp; oldValue, const AtomicString&amp; newValue)
</span><span class="cx"> {
</span><span class="cx">     if (!canInvokeCallback())
</span><span class="lines">@@ -178,9 +170,12 @@
</span><span class="cx"> 
</span><span class="cx">     JSObject* jsElement = asObject(toJS(state, globalObject, element));
</span><span class="cx"> 
</span><ins>+    PropertyName attributeChanged(Identifier::fromString(state, &quot;attributeChangedCallback&quot;));
+    JSValue callback = jsElement-&gt;get(state, attributeChanged);
</ins><span class="cx">     CallData callData;
</span><del>-    CallType callType = m_attributeChangedCallback-&gt;methodTable()-&gt;getCallData(m_attributeChangedCallback.get(), callData);
-    ASSERT(callType != CallType::None);
</del><ins>+    CallType callType = getCallData(callback, callData);
+    if (callType == CallType::None)
+        return;
</ins><span class="cx"> 
</span><span class="cx">     const AtomicString&amp; namespaceURI = attributeName.namespaceURI();
</span><span class="cx">     MarkedArgumentBuffer args;
</span><span class="lines">@@ -192,7 +187,7 @@
</span><span class="cx">     InspectorInstrumentationCookie cookie = JSMainThreadExecState::instrumentFunctionCall(context, callType, callData);
</span><span class="cx"> 
</span><span class="cx">     NakedPtr&lt;Exception&gt; exception;
</span><del>-    JSMainThreadExecState::call(state, m_attributeChangedCallback.get(), callType, callData, jsElement, args, exception);
</del><ins>+    JSMainThreadExecState::call(state, callback, callType, callData, jsElement, args, exception);
</ins><span class="cx"> 
</span><span class="cx">     InspectorInstrumentation::didCallFunction(cookie, context);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCustomElementInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/bindings/js/JSCustomElementInterface.h        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><del>-#include &lt;wtf/text/AtomicStringHash.h&gt;
</del><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><span class="cx"> 
</span><span class="lines">@@ -66,8 +65,6 @@
</span><span class="cx"> 
</span><span class="cx">     void upgradeElement(Element&amp;);
</span><span class="cx"> 
</span><del>-    void setAttributeChangedCallback(JSC::JSObject* callback, const Vector&lt;String&gt;&amp; observedAttributes);
-    bool observesAttribute(const AtomicString&amp; name) const { return m_observedAttributes.contains(name); }
</del><span class="cx">     void attributeChanged(Element&amp;, const QualifiedName&amp;, const AtomicString&amp; oldValue, const AtomicString&amp; newValue);
</span><span class="cx"> 
</span><span class="cx">     ScriptExecutionContext* scriptExecutionContext() const { return ContextDestructionObserver::scriptExecutionContext(); }
</span><span class="lines">@@ -86,10 +83,8 @@
</span><span class="cx"> 
</span><span class="cx">     QualifiedName m_name;
</span><span class="cx">     mutable JSC::Weak&lt;JSC::JSObject&gt; m_constructor;
</span><del>-    mutable JSC::Weak&lt;JSC::JSObject&gt; m_attributeChangedCallback;
</del><span class="cx">     RefPtr&lt;DOMWrapperWorld&gt; m_isolatedWorld;
</span><span class="cx">     Vector&lt;RefPtr&lt;Element&gt;, 1&gt; m_constructionStack;
</span><del>-    HashSet&lt;AtomicString&gt; m_observedAttributes;
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCustomElementsRegistryCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -31,29 +31,13 @@
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;JSCustomElementInterface.h&quot;
</span><span class="cx"> #include &quot;JSDOMBinding.h&quot;
</span><del>-#include &quot;JSDOMConvert.h&quot;
</del><span class="cx"> 
</span><span class="cx"> using namespace JSC;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><ins>+    
</ins><span class="cx"> #if ENABLE(CUSTOM_ELEMENTS)
</span><del>-
-static JSObject* getLifecycleCallback(ExecState&amp; state, JSObject&amp; prototype, const Identifier&amp; id)
-{
-    JSValue callback = prototype.get(&amp;state, id);
-    if (state.hadException())
-        return nullptr;
-    if (callback.isUndefined())
-        return nullptr;
-    if (!callback.isFunction()) {
-        throwTypeError(&amp;state, ASCIILiteral(&quot;A lifecycle callback must be a function&quot;));
-        return nullptr;
-    }
-    return callback.getObject();
-}
-
-// https://html.spec.whatwg.org/#dom-customelementsregistry-define
</del><span class="cx"> JSValue JSCustomElementsRegistry::define(ExecState&amp; state)
</span><span class="cx"> {
</span><span class="cx">     if (UNLIKELY(state.argumentCount() &lt; 2))
</span><span class="lines">@@ -69,7 +53,6 @@
</span><span class="cx">     JSObject* constructor = constructorValue.getObject();
</span><span class="cx"> 
</span><span class="cx">     // FIXME: Throw a TypeError if constructor doesn't inherit from HTMLElement.
</span><del>-    // https://github.com/w3c/webcomponents/issues/541
</del><span class="cx"> 
</span><span class="cx">     switch (Document::validateCustomElementName(localName)) {
</span><span class="cx">     case CustomElementNameValidationStatus::Valid:
</span><span class="lines">@@ -82,9 +65,6 @@
</span><span class="cx">         return throwSyntaxError(&amp;state, ASCIILiteral(&quot;Custom element name cannot contain an upper case letter&quot;));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    // FIXME: Check re-entrancy here.
-    // https://github.com/w3c/webcomponents/issues/545
-
</del><span class="cx">     CustomElementsRegistry&amp; registry = wrapped();
</span><span class="cx">     if (registry.findInterface(localName)) {
</span><span class="cx">         throwNotSupportedError(state, ASCIILiteral(&quot;Cannot define multiple custom elements with the same tag name&quot;));
</span><span class="lines">@@ -96,51 +76,20 @@
</span><span class="cx">         return jsUndefined();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    auto&amp; vm = globalObject()-&gt;vm();
-    JSValue prototypeValue = constructor-&gt;get(&amp;state, vm.propertyNames-&gt;prototype);
-    if (state.hadException())
-        return jsUndefined();
-    if (!prototypeValue.isObject())
-        return throwTypeError(&amp;state, ASCIILiteral(&quot;Custom element constructor's prototype must be an object&quot;));
-    JSObject&amp; prototypeObject = *asObject(prototypeValue);
</del><ins>+    // FIXME: 10. Let prototype be Get(constructor, &quot;prototype&quot;). Rethrow any exceptions.
+    // FIXME: 11. If Type(prototype) is not Object, throw a TypeError exception.
+    // FIXME: 12. Let attachedCallback be Get(prototype, &quot;attachedCallback&quot;). Rethrow any exceptions.
+    // FIXME: 13. Let detachedCallback be Get(prototype, &quot;detachedCallback&quot;). Rethrow any exceptions.
+    // FIXME: 14. Let attributeChangedCallback be Get(prototype, &quot;attributeChangedCallback&quot;). Rethrow any exceptions.
</ins><span class="cx"> 
</span><del>-    // FIXME: Add the support for connectedCallback.
-    getLifecycleCallback(state, prototypeObject, Identifier::fromString(&amp;vm, &quot;connectedCallback&quot;));
-    if (state.hadException())
-        return jsUndefined();
</del><ins>+    PrivateName uniquePrivateName;
+    globalObject()-&gt;putDirect(globalObject()-&gt;vm(), uniquePrivateName, constructor);
</ins><span class="cx"> 
</span><del>-    // FIXME: Add the support for disconnectedCallback.
-    getLifecycleCallback(state, prototypeObject, Identifier::fromString(&amp;vm, &quot;disconnectedCallback&quot;));
-    if (state.hadException())
-        return jsUndefined();
-
-    // FIXME: Add the support for adoptedCallback.
-    getLifecycleCallback(state, prototypeObject, Identifier::fromString(&amp;vm, &quot;adoptedCallback&quot;));
-    if (state.hadException())
-        return jsUndefined();
-
</del><span class="cx">     QualifiedName name(nullAtom, localName, HTMLNames::xhtmlNamespaceURI);
</span><del>-    Ref&lt;JSCustomElementInterface&gt; interface = JSCustomElementInterface::create(name, constructor, globalObject());
</del><ins>+    registry.addElementDefinition(JSCustomElementInterface::create(name, constructor, globalObject()));
</ins><span class="cx"> 
</span><del>-    auto* attributeChangedCallback = getLifecycleCallback(state, prototypeObject, Identifier::fromString(&amp;vm, &quot;attributeChangedCallback&quot;));
-    if (state.hadException())
-        return jsUndefined();
-    if (attributeChangedCallback) {
-        auto value = convertOptional&lt;Vector&lt;String&gt;&gt;(state, constructor-&gt;get(&amp;state, Identifier::fromString(&amp;state, &quot;observedAttributes&quot;)));
-        if (state.hadException())
-            return jsUndefined();
-        if (value)
-            interface-&gt;setAttributeChangedCallback(attributeChangedCallback, *value);
-    }
-
-    PrivateName uniquePrivateName;
-    globalObject()-&gt;putDirect(vm, uniquePrivateName, constructor);
-
-    registry.addElementDefinition(WTFMove(interface));
-
</del><span class="cx">     // FIXME: 17. Let map be registry's upgrade candidates map.
</span><span class="cx">     // FIXME: 18. Upgrade a newly-defined element given map and definition.
</span><del>-    // FIXME: 19. Resolve whenDefined promise.
</del><span class="cx"> 
</span><span class="cx">     return jsUndefined();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Element.cpp (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Element.cpp        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/dom/Element.cpp        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -1290,8 +1290,15 @@
</span><span class="cx">     document().incDOMTreeVersion();
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(CUSTOM_ELEMENTS)
</span><del>-    if (UNLIKELY(isCustomElement()))
-        LifecycleCallbackQueue::enqueueAttributeChangedCallbackIfNeeded(*this, name, oldValue, newValue);
</del><ins>+    if (UNLIKELY(isCustomElement())) {
+        if (auto* window = document().domWindow()) {
+            if (auto* registry = window-&gt;customElementsRegistry()) {
+                auto* elementInterface = registry-&gt;findInterface(tagQName());
+                RELEASE_ASSERT(elementInterface);
+                LifecycleCallbackQueue::enqueueAttributeChangedCallback(*this, *elementInterface, name, oldValue, newValue);
+            }
+        }
+    }
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     if (valueIsSameAsBefore)
</span></span></pre></div>
<a id="trunkSourceWebCoredomLifecycleCallbackQueuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/LifecycleCallbackQueue.cpp (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/LifecycleCallbackQueue.cpp        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/dom/LifecycleCallbackQueue.cpp        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -28,8 +28,6 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(CUSTOM_ELEMENTS)
</span><span class="cx"> 
</span><del>-#include &quot;CustomElementsRegistry.h&quot;
-#include &quot;DOMWindow.h&quot;
</del><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;JSCustomElementInterface.h&quot;
</span><span class="lines">@@ -98,23 +96,11 @@
</span><span class="cx">         queue-&gt;m_items.append(LifecycleQueueItem(LifecycleQueueItem::Type::ElementUpgrade, element, elementInterface));
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void LifecycleCallbackQueue::enqueueAttributeChangedCallbackIfNeeded(Element&amp; element, const QualifiedName&amp; attributeName, const AtomicString&amp; oldValue, const AtomicString&amp; newValue)
</del><ins>+void LifecycleCallbackQueue::enqueueAttributeChangedCallback(Element&amp; element, JSCustomElementInterface&amp; elementInterface,
+    const QualifiedName&amp; attributeName, const AtomicString&amp; oldValue, const AtomicString&amp; newValue)
</ins><span class="cx"> {
</span><del>-    ASSERT(element.isCustomElement());
-    auto* window = element.document().domWindow();
-    if (!window)
-        return;
-
-    auto* registry = window-&gt;customElementsRegistry();
-    if (!registry)
-        return;
-
-    auto* elementInterface = registry-&gt;findInterface(element.tagQName());
-    if (!elementInterface-&gt;observesAttribute(attributeName.localName()))
-        return;
-
</del><span class="cx">     if (auto* queue = CustomElementLifecycleProcessingStack::ensureCurrentQueue())
</span><del>-        queue-&gt;m_items.append(LifecycleQueueItem(element, *elementInterface, attributeName, oldValue, newValue));
</del><ins>+        queue-&gt;m_items.append(LifecycleQueueItem(element, elementInterface, attributeName, oldValue, newValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void LifecycleCallbackQueue::invokeAll()
</span></span></pre></div>
<a id="trunkSourceWebCoredomLifecycleCallbackQueueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/LifecycleCallbackQueue.h (204550 => 204551)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/LifecycleCallbackQueue.h        2016-08-17 02:42:51 UTC (rev 204550)
+++ trunk/Source/WebCore/dom/LifecycleCallbackQueue.h        2016-08-17 03:17:04 UTC (rev 204551)
</span><span class="lines">@@ -23,7 +23,8 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#pragma once
</del><ins>+#ifndef LifecycleCallbackQueue_h
+#define LifecycleCallbackQueue_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CUSTOM_ELEMENTS)
</span><span class="cx"> 
</span><span class="lines">@@ -46,8 +47,10 @@
</span><span class="cx">     ~LifecycleCallbackQueue();
</span><span class="cx"> 
</span><span class="cx">     static void enqueueElementUpgrade(Element&amp;, JSCustomElementInterface&amp;);
</span><del>-    static void enqueueAttributeChangedCallbackIfNeeded(Element&amp;, const QualifiedName&amp;, const AtomicString&amp; oldValue, const AtomicString&amp; newValue);
</del><span class="cx"> 
</span><ins>+    static void enqueueAttributeChangedCallback(Element&amp;, JSCustomElementInterface&amp;,
+        const QualifiedName&amp;, const AtomicString&amp; oldValue, const AtomicString&amp; newValue);
+
</ins><span class="cx">     void invokeAll();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="lines">@@ -86,3 +89,5 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><ins>+
+#endif // LifecycleCallbackQueue_h
</ins></span></pre>
</div>
</div>

</body>
</html>