<!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>[190836] 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/190836">190836</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-10-09 20:52:41 -0700 (Fri, 09 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/190689">r190689</a>
https://bugs.webkit.org/show_bug.cgi?id=149992

Fixed in other repository.

Reverted changesets:

&quot;Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/190572">r190572</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/190593">r190593</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/190594">r190594</a>, and <a href="http://trac.webkit.org/projects/webkit/changeset/190639">r190639</a>.&quot;
https://bugs.webkit.org/show_bug.cgi?id=149897</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIcppWKRetainPtrh">trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsTestWebKitAPIPlatformGTKcmake">trunk/Tools/TestWebKitAPI/PlatformGTK.cmake</a></li>
<li><a href="#trunkToolsTestWebKitAPITestWebKitAPIxcodeprojprojectpbxproj">trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkToolsWebKitTestRunnerWebNotificationProvidercpp">trunk/Tools/WebKitTestRunner/WebNotificationProvider.cpp</a></li>
<li><a href="#trunkToolsWebKitTestRunnerWebNotificationProviderh">trunk/Tools/WebKitTestRunner/WebNotificationProvider.h</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2WKRetainPtrcpp">trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKRetainPtr.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/LayoutTests/ChangeLog        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-10-09  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        Unreviewed, rolling out r190689
+        https://bugs.webkit.org/show_bug.cgi?id=149992
+
+        Fixed in other repository.
+
+        Reverted changesets:
+
+        &quot;Unreviewed, rolling out r190572, r190593, r190594, and r190639.&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=149897
+
</ins><span class="cx"> 2015-10-09  Nan Wang  &lt;n_wang@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         AX: ARIA 1.1 implement aria-colcount, aria-colindex, aria-colspan, aria-rowcount, aria-rowindex and aria-rowspan
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/LayoutTests/TestExpectations        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -676,5 +676,3 @@
</span><span class="cx"> # Marks as flaky (see also https://bugs.webkit.org/show_bug.cgi?id=132388)
</span><span class="cx"> 
</span><span class="cx"> http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html [ Failure Pass ]
</span><del>-
-webkit.org/b/149218 http/tests/notifications/events.html [ Pass Crash Timeout ]
</del></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Source/WebKit2/ChangeLog        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-10-09  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        Unreviewed, rolling out r190689
+        https://bugs.webkit.org/show_bug.cgi?id=149992
+
+        Fixed in other repository.
+
+        Reverted changesets:
+
+        &quot;Unreviewed, rolling out r190572, r190593, r190594, and r190639.&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=149897
+
</ins><span class="cx"> 2015-10-09  Beth Dakin  &lt;bdakin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Rubber-stamped by Anders Carlsson.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIcppWKRetainPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -28,6 +28,10 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;WebKit/WKType.h&gt;
</span><span class="cx"> #include &lt;algorithm&gt;
</span><ins>+#include &lt;wtf/GetPtr.h&gt;
+#include &lt;wtf/HashFunctions.h&gt;
+#include &lt;wtf/HashTraits.h&gt;
+#include &lt;wtf/RefPtr.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="lines">@@ -84,6 +88,15 @@
</span><span class="cx">             WKRelease(ptr);
</span><span class="cx">     }
</span><span class="cx"> 
</span><ins>+    // Hash table deleted values, which are only constructed and never copied or destroyed.
+    WKRetainPtr(WTF::HashTableDeletedValueType)
+        : m_ptr(hashTableDeletedValue())
+    {
+    }
+
+    bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); }
+    constexpr static T hashTableDeletedValue() { return reinterpret_cast&lt;T&gt;(-1); }
+
</ins><span class="cx">     PtrType get() const { return m_ptr; }
</span><span class="cx"> 
</span><span class="cx">     void clear()
</span><span class="lines">@@ -250,4 +263,24 @@
</span><span class="cx"> using WebKit::AdoptWK;
</span><span class="cx"> using WebKit::adoptWK;
</span><span class="cx"> 
</span><ins>+namespace WTF {
+
+template &lt;typename T&gt; struct IsSmartPtr&lt;WKRetainPtr&lt;T&gt;&gt; {
+    static const bool value = true;
+};
+
+template&lt;typename P&gt; struct DefaultHash&lt;WKRetainPtr&lt;P&gt;&gt; {
+    typedef PtrHash&lt;WKRetainPtr&lt;P&gt;&gt; Hash;
+};
+
+template&lt;typename P&gt; struct HashTraits&lt;WKRetainPtr&lt;P&gt;&gt; : SimpleClassHashTraits&lt;WKRetainPtr&lt;P&gt;&gt; {
+    static P emptyValue() { return nullptr; }
+
+    typedef P PeekType;
+    static PeekType peek(const WKRetainPtr&lt;P&gt;&amp; value) { return value.get(); }
+    static PeekType peek(P value) { return value; }
+};
+
+} // namespace WTF
+
</ins><span class="cx"> #endif // WKRetainPtr_h
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Tools/ChangeLog        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-10-09  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        Unreviewed, rolling out r190689
+        https://bugs.webkit.org/show_bug.cgi?id=149992
+
+        Fixed in other repository.
+
+        Reverted changesets:
+
+        &quot;Unreviewed, rolling out r190572, r190593, r190594, and r190639.&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=149897
+
</ins><span class="cx"> 2015-10-09  Brian Burg  &lt;bburg@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Teach webkitperl how to figure out IOS versions from the SDK
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPIPlatformGTKcmake"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/PlatformGTK.cmake (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/PlatformGTK.cmake        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Tools/TestWebKitAPI/PlatformGTK.cmake        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -110,6 +110,7 @@
</span><span class="cx">     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WillSendSubmitEvent.cpp
</span><span class="cx">     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKPageGetScaleFactorNotZero.cpp
</span><span class="cx">     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKPreferences.cpp
</span><ins>+    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKRetainPtr.cpp
</ins><span class="cx">     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKString.cpp
</span><span class="cx">     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKStringJSString.cpp
</span><span class="cx">     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKURL.cpp
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestWebKitAPIxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -22,6 +22,7 @@
</span><span class="cx">                 1ADBEFE3130C6AA100D61D19 /* simple-accelerated-compositing.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1ADBEFBC130C6A0100D61D19 /* simple-accelerated-compositing.html */; };
</span><span class="cx">                 1AEDE22613E5E7E700E62FE8 /* InjectedBundleControllerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AEDE22413E5E7A000E62FE8 /* InjectedBundleControllerMac.mm */; };
</span><span class="cx">                 1CB9BC381A67482300FE5678 /* WeakPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CB9BC371A67482300FE5678 /* WeakPtr.cpp */; };
</span><ins>+                1CF0D3791BBF2F3D00B4EF54 /* WKRetainPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CF0D3781BBF2F3D00B4EF54 /* WKRetainPtr.cpp */; };
</ins><span class="cx">                 260BA5791B1D2E7B004FA07C /* DFACombiner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260BA5781B1D2E7B004FA07C /* DFACombiner.cpp */; };
</span><span class="cx">                 26DF5A6315A2A27E003689C2 /* CancelLoadFromResourceLoadDelegate.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 26DF5A6115A2A22B003689C2 /* CancelLoadFromResourceLoadDelegate.html */; };
</span><span class="cx">                 26F52EAD1828827B0023D412 /* geolocationGetCurrentPosition.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 26F52EAC1828820E0023D412 /* geolocationGetCurrentPosition.html */; };
</span><span class="lines">@@ -470,6 +471,7 @@
</span><span class="cx">                 1AEF994817A09F5300998EF0 /* GetPIDAfterAbortedProcessLaunch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GetPIDAfterAbortedProcessLaunch.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1AFDE6541953B2C000C48FFA /* Optional.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Optional.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1CB9BC371A67482300FE5678 /* WeakPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WeakPtr.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                1CF0D3781BBF2F3D00B4EF54 /* WKRetainPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKRetainPtr.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 260BA5781B1D2E7B004FA07C /* DFACombiner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DFACombiner.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 260BA57A1B1D2EE2004FA07C /* DFAHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFAHelpers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 261516D515B0E60500A2C201 /* SetAndUpdateCacheModel.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SetAndUpdateCacheModel.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -1141,6 +1143,7 @@
</span><span class="cx">                                 BC7B619A1299FE9E00D174A4 /* WKPreferences.cpp */,
</span><span class="cx">                                 BC90995D12567BC100083756 /* WKString.cpp */,
</span><span class="cx">                                 BC9099931256ACF100083756 /* WKStringJSString.cpp */,
</span><ins>+                                1CF0D3781BBF2F3D00B4EF54 /* WKRetainPtr.cpp */,
</ins><span class="cx">                         );
</span><span class="cx">                         path = WebKit2;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -1745,6 +1748,7 @@
</span><span class="cx">                                 A1C4FB6E1BACCE50003742D0 /* QuickLook.mm in Sources */,
</span><span class="cx">                                 7A5623111AD5AF3E0096B920 /* MenuTypesForMouseEvents.cpp in Sources */,
</span><span class="cx">                                 51CB4AD81B3A079C00C1B1C6 /* ModalAlertsSPI.cpp in Sources */,
</span><ins>+                                1CF0D3791BBF2F3D00B4EF54 /* WKRetainPtr.cpp in Sources */,
</ins><span class="cx">                                 26F6E1F01ADC749B00DE696B /* DFAMinimizer.cpp in Sources */,
</span><span class="cx">                                 260BA5791B1D2E7B004FA07C /* DFACombiner.cpp in Sources */,
</span><span class="cx">                                 7A99D9941AD4A29D00373141 /* MenuTypesForMouseEvents.mm in Sources */,
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2WKRetainPtrcppfromrev190835trunkToolsWebKitTestRunnerWebNotificationProviderh"></a>
<div class="copfile"><h4>Copied: trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKRetainPtr.cpp (from rev 190835, trunk/Tools/WebKitTestRunner/WebNotificationProvider.h) (0 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKRetainPtr.cpp                                (rev 0)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKRetainPtr.cpp        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -0,0 +1,58 @@
</span><ins>+/*
+ * Copyright (C) 2015 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include &quot;config.h&quot;
+
+#if WK_HAVE_C_SPI
+
+#include &quot;PlatformUtilities.h&quot;
+#include &lt;wtf/HashMap.h&gt;
+
+namespace TestWebKitAPI {
+
+TEST(WebKit2, WKRetainPtr)
+{
+    WKRetainPtr&lt;WKStringRef&gt; string1 = adoptWK(WKStringCreateWithUTF8CString(&quot;a&quot;));
+    WKRetainPtr&lt;WKStringRef&gt; string2 = adoptWK(WKStringCreateWithUTF8CString(&quot;a&quot;));
+    WKRetainPtr&lt;WKStringRef&gt; string3 = adoptWK(WKStringCreateWithUTF8CString(&quot;a&quot;));
+    WKRetainPtr&lt;WKStringRef&gt; string4 = adoptWK(WKStringCreateWithUTF8CString(&quot;a&quot;));
+
+    HashMap&lt;WKRetainPtr&lt;WKStringRef&gt;, int&gt; map;
+
+    map.set(string2, 2);
+    map.set(string1, 1);
+
+    EXPECT_TRUE(map.contains(string1));
+    EXPECT_TRUE(map.contains(string2));
+    EXPECT_FALSE(map.contains(string3));
+    EXPECT_FALSE(map.contains(string4));
+
+    EXPECT_EQ(1, map.get(string1));
+    EXPECT_EQ(2, map.get(string2));
+}
+
+} // namespace TestWebKitAPI
+
+#endif
</ins></span></pre></div>
<a id="trunkToolsWebKitTestRunnerWebNotificationProvidercpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/WebKitTestRunner/WebNotificationProvider.cpp (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/WebNotificationProvider.cpp        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Tools/WebKitTestRunner/WebNotificationProvider.cpp        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -65,8 +65,8 @@
</span><span class="cx"> 
</span><span class="cx"> WebNotificationProvider::~WebNotificationProvider()
</span><span class="cx"> {
</span><del>-    if (m_currentNotificationManager)
-        WKNotificationManagerSetProvider(m_currentNotificationManager.get(), nullptr);
</del><ins>+    for (auto&amp; manager : m_ownedNotifications)
+        WKNotificationManagerSetProvider(manager.key.get(), nullptr);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WKNotificationProviderV0 WebNotificationProvider::provider()
</span><span class="lines">@@ -84,38 +84,57 @@
</span><span class="cx">     return notificationProvider;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebNotificationProvider::showWebNotification(WKPageRef, WKNotificationRef notification)
</del><ins>+void WebNotificationProvider::showWebNotification(WKPageRef page, WKNotificationRef notification)
</ins><span class="cx"> {
</span><del>-    if (!m_currentNotificationManager)
-        return;
-
</del><ins>+    auto context = WKPageGetContext(page);
+    auto notificationManager = WKContextGetNotificationManager(context);
</ins><span class="cx">     uint64_t id = WKNotificationGetID(notification);
</span><del>-    ASSERT(!m_shownNotifications.contains(id));
-    m_shownNotifications.add(id);
</del><span class="cx"> 
</span><del>-    WKNotificationManagerProviderDidShowNotification(m_currentNotificationManager.get(), WKNotificationGetID(notification));
</del><ins>+    ASSERT(m_ownedNotifications.contains(notificationManager));
+    auto addResult = m_ownedNotifications.find(notificationManager)-&gt;value.add(id);
+    ASSERT_UNUSED(addResult, addResult.isNewEntry);
+    auto addResult2 = m_owningManager.set(id, notificationManager);
+    ASSERT_UNUSED(addResult2, addResult2.isNewEntry);
+
+    WKNotificationManagerProviderDidShowNotification(notificationManager, id);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebNotificationProvider::closeWebNotification(WKNotificationRef notification)
</span><span class="cx"> {
</span><del>-    if (!m_currentNotificationManager)
-        return;
</del><ins>+    uint64_t id = WKNotificationGetID(notification);
+    ASSERT(m_owningManager.contains(id));
+    auto notificationManager = m_owningManager.get(id);
</ins><span class="cx"> 
</span><del>-    uint64_t id = WKNotificationGetID(notification);
</del><ins>+    ASSERT(m_ownedNotifications.contains(notificationManager));
+    bool success = m_ownedNotifications.find(notificationManager)-&gt;value.remove(id);
+    ASSERT_UNUSED(success, success);
+    m_owningManager.remove(id);
+
</ins><span class="cx">     WKRetainPtr&lt;WKUInt64Ref&gt; wkID = WKUInt64Create(id);
</span><span class="cx">     WKRetainPtr&lt;WKMutableArrayRef&gt; array(AdoptWK, WKMutableArrayCreate());
</span><span class="cx">     WKArrayAppendItem(array.get(), wkID.get());
</span><del>-    m_shownNotifications.remove(id);
-    WKNotificationManagerProviderDidCloseNotifications(m_currentNotificationManager.get(), array.get());
</del><ins>+    WKNotificationManagerProviderDidCloseNotifications(notificationManager, array.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebNotificationProvider::addNotificationManager(WKNotificationManagerRef manager)
</span><span class="cx"> {
</span><del>-    m_currentNotificationManager = manager;
</del><ins>+    m_ownedNotifications.add(manager, HashSet&lt;uint64_t&gt;());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebNotificationProvider::removeNotificationManager(WKNotificationManagerRef manager)
</span><span class="cx"> {
</span><ins>+    auto iterator = m_ownedNotifications.find(manager);
+    ASSERT(iterator != m_ownedNotifications.end());
+    auto toRemove = iterator-&gt;value;
+    WKRetainPtr&lt;WKNotificationManagerRef&gt; guard(manager);
+    m_ownedNotifications.remove(iterator);
+    WKRetainPtr&lt;WKMutableArrayRef&gt; array = adoptWK(WKMutableArrayCreate());
+    for (uint64_t notificationID : toRemove) {
+        bool success = m_owningManager.remove(notificationID);
+        ASSERT_UNUSED(success, success);
+        WKArrayAppendItem(array.get(), adoptWK(WKUInt64Create(notificationID)).get());
+    }
+    WKNotificationManagerProviderDidCloseNotifications(manager, array.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WKDictionaryRef WebNotificationProvider::notificationPermissions()
</span><span class="lines">@@ -126,29 +145,23 @@
</span><span class="cx"> 
</span><span class="cx"> void WebNotificationProvider::simulateWebNotificationClick(uint64_t notificationID)
</span><span class="cx"> {
</span><del>-    if (!m_currentNotificationManager)
-        return;
-
-    ASSERT(m_shownNotifications.contains(notificationID));
-    WKNotificationManagerProviderDidClickNotification(m_currentNotificationManager.get(), notificationID);
</del><ins>+    ASSERT(m_owningManager.contains(notificationID));
+    WKNotificationManagerProviderDidClickNotification(m_owningManager.get(notificationID), notificationID);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebNotificationProvider::reset()
</span><span class="cx"> {
</span><del>-    if (!m_currentNotificationManager) {
-        m_shownNotifications.clear();
-        return;
-    }
</del><ins>+    for (auto&amp; notificationPair : m_ownedNotifications) {
+        if (notificationPair.value.isEmpty())
+            continue;
+        WKRetainPtr&lt;WKMutableArrayRef&gt; array = adoptWK(WKMutableArrayCreate());
+        for (uint64_t notificationID : notificationPair.value)
+            WKArrayAppendItem(array.get(), adoptWK(WKUInt64Create(notificationID)).get());
</ins><span class="cx"> 
</span><del>-    WKRetainPtr&lt;WKMutableArrayRef&gt; array(AdoptWK, WKMutableArrayCreate());
-    HashSet&lt;uint64_t&gt;::const_iterator itEnd = m_shownNotifications.end();
-    for (HashSet&lt;uint64_t&gt;::const_iterator it = m_shownNotifications.begin(); it != itEnd; ++it) {
-        WKRetainPtr&lt;WKUInt64Ref&gt; wkID = WKUInt64Create(*it);
-        WKArrayAppendItem(array.get(), wkID.get());
</del><ins>+        notificationPair.value.clear();
+        WKNotificationManagerProviderDidCloseNotifications(notificationPair.key.get(), array.get());
</ins><span class="cx">     }
</span><del>-
-    m_shownNotifications.clear();
-    WKNotificationManagerProviderDidCloseNotifications(m_currentNotificationManager.get(), array.get());
</del><ins>+    m_owningManager.clear();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WTR
</span></span></pre></div>
<a id="trunkToolsWebKitTestRunnerWebNotificationProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Tools/WebKitTestRunner/WebNotificationProvider.h (190835 => 190836)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/WebNotificationProvider.h        2015-10-10 02:53:53 UTC (rev 190835)
+++ trunk/Tools/WebKitTestRunner/WebNotificationProvider.h        2015-10-10 03:52:41 UTC (rev 190836)
</span><span class="lines">@@ -29,6 +29,7 @@
</span><span class="cx"> #include &lt;WebKit/WKNotificationManager.h&gt;
</span><span class="cx"> #include &lt;WebKit/WKNotificationProvider.h&gt;
</span><span class="cx"> #include &lt;WebKit/WKRetainPtr.h&gt;
</span><ins>+#include &lt;wtf/HashMap.h&gt;
</ins><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WTR {
</span><span class="lines">@@ -49,8 +50,9 @@
</span><span class="cx">     void reset();
</span><span class="cx"> 
</span><span class="cx"> private:
</span><del>-    WKRetainPtr&lt;WKNotificationManagerRef&gt; m_currentNotificationManager;
-    HashSet&lt;uint64_t&gt; m_shownNotifications;
</del><ins>+    // Inverses of each other.
+    HashMap&lt;WKRetainPtr&lt;WKNotificationManagerRef&gt;, HashSet&lt;uint64_t&gt;&gt; m_ownedNotifications;
+    HashMap&lt;uint64_t, WKNotificationManagerRef&gt; m_owningManager;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>