<!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>[208601] trunk/Tools</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/208601">208601</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-11-11 11:46:04 -0800 (Fri, 11 Nov 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Build all Mac API tests
https://bugs.webkit.org/show_bug.cgi?id=164633

Patch by Alex Christensen &lt;achristensen@webkit.org&gt; on 2016-11-11
Reviewed by Gyuyoung Kim.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* TestWebKitAPI/Tests/mac/NavigatorLanguage.mm:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsTestWebKitAPITestWebKitAPIxcodeprojprojectpbxproj">trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsmacNavigatorLanguagemm">trunk/Tools/TestWebKitAPI/Tests/mac/NavigatorLanguage.mm</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (208600 => 208601)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-11-11 19:11:28 UTC (rev 208600)
+++ trunk/Tools/ChangeLog        2016-11-11 19:46:04 UTC (rev 208601)
</span><span class="lines">@@ -1,5 +1,15 @@
</span><span class="cx"> 2016-11-11  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Build all Mac API tests
+        https://bugs.webkit.org/show_bug.cgi?id=164633
+
+        Reviewed by Gyuyoung Kim.
+
+        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+        * TestWebKitAPI/Tests/mac/NavigatorLanguage.mm:
+
+2016-11-11  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
</ins><span class="cx">         Allow mutable lambdas in HashMap::ensure
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=164642
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestWebKitAPIxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (208600 => 208601)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj        2016-11-11 19:11:28 UTC (rev 208600)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj        2016-11-11 19:46:04 UTC (rev 208601)
</span><span class="lines">@@ -153,6 +153,11 @@
</span><span class="cx">                 57901FB11CAF142D00ED64F9 /* LoadInvalidURLRequest.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 57901FB01CAF141C00ED64F9 /* LoadInvalidURLRequest.html */; };
</span><span class="cx">                 57F56A5C1C7F8CC100F31D7E /* IsNavigationActionTrusted.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 57F56A5B1C7F8A4000F31D7E /* IsNavigationActionTrusted.html */; };
</span><span class="cx">                 5C0BF88D1DD5964D00B00328 /* MemoryPressureHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C0BF88C1DD5957400B00328 /* MemoryPressureHandler.mm */; };
</span><ins>+                5C0BF8911DD599A900B00328 /* WebViewCanPasteZeroPng.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C0BF88F1DD5999B00B00328 /* WebViewCanPasteZeroPng.mm */; };
+                5C0BF8921DD599B600B00328 /* EarlyKVOCrash.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A9FB6CC1CA34BE500966124 /* EarlyKVOCrash.mm */; };
+                5C0BF8931DD599BD00B00328 /* IsNavigationActionTrusted.mm in Sources */ = {isa = PBXBuildFile; fileRef = 57F10D921C7E7B3800ECDF30 /* IsNavigationActionTrusted.mm */; };
+                5C0BF8941DD599C900B00328 /* MenuTypesForMouseEvents.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A99D9931AD4A29D00373141 /* MenuTypesForMouseEvents.mm */; };
+                5C0BF8951DD599CD00B00328 /* NavigatorLanguage.mm in Sources */ = {isa = PBXBuildFile; fileRef = E19DB9781B32137C00DB38D4 /* NavigatorLanguage.mm */; };
</ins><span class="cx">                 5C2936931D5BF70D00DEAB1E /* CookieAcceptPolicy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C2936911D5BF63E00DEAB1E /* CookieAcceptPolicy.mm */; };
</span><span class="cx">                 5C2936961D5C00ED00DEAB1E /* CookieMessage.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 5C2936941D5BFD1900DEAB1E /* CookieMessage.html */; };
</span><span class="cx">                 5C6E65441D5CEFD400F7862E /* URLParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C6E65411D5CEF8500F7862E /* URLParser.cpp */; };
</span><span class="lines">@@ -951,6 +956,7 @@
</span><span class="cx">                 57F10D921C7E7B3800ECDF30 /* IsNavigationActionTrusted.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IsNavigationActionTrusted.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 57F56A5B1C7F8A4000F31D7E /* IsNavigationActionTrusted.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = IsNavigationActionTrusted.html; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5C0BF88C1DD5957400B00328 /* MemoryPressureHandler.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MemoryPressureHandler.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                5C0BF88F1DD5999B00B00328 /* WebViewCanPasteZeroPng.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebViewCanPasteZeroPng.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 5C2936911D5BF63E00DEAB1E /* CookieAcceptPolicy.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CookieAcceptPolicy.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5C2936941D5BFD1900DEAB1E /* CookieMessage.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = CookieMessage.html; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5C5E633D1D0B67940085A025 /* UniqueRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniqueRef.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -1940,6 +1946,7 @@
</span><span class="cx">                 C07E6CAD13FD67650038B22B /* mac */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><ins>+                                5C0BF88F1DD5999B00B00328 /* WebViewCanPasteZeroPng.mm */,
</ins><span class="cx">                                 5C0BF88C1DD5957400B00328 /* MemoryPressureHandler.mm */,
</span><span class="cx">                                 C07E6CB013FD737C0038B22B /* Resources */,
</span><span class="cx">                                 379028B514FABD92007E6B43 /* AcceptsFirstMouse.mm */,
</span><span class="lines">@@ -2363,6 +2370,7 @@
</span><span class="cx">                                 7CEFA9661AC0B9E200B910FD /* _WKUserContentExtensionStore.mm in Sources */,
</span><span class="cx">                                 7CCE7EE41A411AE600447C4C /* AboutBlankLoad.cpp in Sources */,
</span><span class="cx">                                 7CCE7EB31A411A7E00447C4C /* AcceptsFirstMouse.mm in Sources */,
</span><ins>+                                5C0BF8951DD599CD00B00328 /* NavigatorLanguage.mm in Sources */,
</ins><span class="cx">                                 A1DF74321C41B65800A2F4D0 /* AlwaysRevalidatedURLSchemes.mm in Sources */,
</span><span class="cx">                                 2DE71AFE1D49C0BD00904094 /* AnimatedResize.mm in Sources */,
</span><span class="cx">                                 7CCE7EB41A411A7E00447C4C /* AttributedString.mm in Sources */,
</span><span class="lines">@@ -2408,6 +2416,7 @@
</span><span class="cx">                                 37A22AA71DCAA27200AFBFC4 /* ObservedRenderingProgressEventsAfterCrash.mm in Sources */,
</span><span class="cx">                                 7CCE7EBB1A411A7E00447C4C /* DOMHTMLTableCellCellAbove.mm in Sources */,
</span><span class="cx">                                 2D51A0C71C8BF00C00765C45 /* DOMHTMLVideoElementWrapper.mm in Sources */,
</span><ins>+                                5C0BF8921DD599B600B00328 /* EarlyKVOCrash.mm in Sources */,
</ins><span class="cx">                                 7CCE7EBC1A411A7E00447C4C /* DOMNodeFromJSObject.mm in Sources */,
</span><span class="cx">                                 7CCE7EBD1A411A7E00447C4C /* DOMRangeOfString.mm in Sources */,
</span><span class="cx">                                 7CCE7EEC1A411AE600447C4C /* DOMWindowExtensionBasic.cpp in Sources */,
</span><span class="lines">@@ -2465,6 +2474,8 @@
</span><span class="cx">                                 7CCE7EDF1A411A9200447C4C /* LayoutUnit.cpp in Sources */,
</span><span class="cx">                                 37D36ED71AF42ECD00BAF5D9 /* LoadAlternateHTMLString.mm in Sources */,
</span><span class="cx">                                 7CCE7EFE1A411AE600447C4C /* LoadAlternateHTMLStringWithNonDirectoryURL.cpp in Sources */,
</span><ins>+                                5C0BF8941DD599C900B00328 /* MenuTypesForMouseEvents.mm in Sources */,
+                                5C0BF8931DD599BD00B00328 /* IsNavigationActionTrusted.mm in Sources */,
</ins><span class="cx">                                 7CCE7EFF1A411AE600447C4C /* LoadCanceledNoServerRedirectCallback.cpp in Sources */,
</span><span class="cx">                                 7C83E0C01D0A652700FEBCF3 /* LoadInvalidURLRequest.mm in Sources */,
</span><span class="cx">                                 7CCE7F001A411AE600447C4C /* LoadPageOnCrash.cpp in Sources */,
</span><span class="lines">@@ -2541,6 +2552,7 @@
</span><span class="cx">                                 7CCE7ED21A411A7E00447C4C /* SubresourceErrorCrash.mm in Sources */,
</span><span class="cx">                                 7CCE7EA81A411A1900447C4C /* SyntheticBackingScaleFactorWindow.m in Sources */,
</span><span class="cx">                                 7CCE7F161A411AE600447C4C /* TerminateTwice.cpp in Sources */,
</span><ins>+                                5C0BF8911DD599A900B00328 /* WebViewCanPasteZeroPng.mm in Sources */,
</ins><span class="cx">                                 7CCE7EA91A411A1D00447C4C /* TestBrowsingContextLoadDelegate.mm in Sources */,
</span><span class="cx">                                 A14FC5901B8AE36F00D107EB /* TestProtocol.mm in Sources */,
</span><span class="cx">                                 7CCE7EAE1A411A3400447C4C /* TestsController.cpp in Sources */,
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsmacNavigatorLanguagemm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/mac/NavigatorLanguage.mm (208600 => 208601)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/mac/NavigatorLanguage.mm        2016-11-11 19:11:28 UTC (rev 208600)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/NavigatorLanguage.mm        2016-11-11 19:46:04 UTC (rev 208601)
</span><span class="lines">@@ -70,24 +70,24 @@
</span><span class="cx"> 
</span><span class="cx"> // These tests document current behavior. Some of the current results may not be right.
</span><span class="cx"> NSArray *tests = @[
</span><del>-    @[@&quot;ru&quot;, @&quot;ru-ru&quot;], // This does not match other browsers or CFNetwork's Accept-Language, which all use &quot;ru&quot;.
-    @[@&quot;en&quot;, @&quot;en-us&quot;],
-    @[@&quot;en-GB&quot;, @&quot;en-gb&quot;],
-    @[@&quot;en-US&quot;, @&quot;en-us&quot;],
-    @[@&quot;ja&quot;, @&quot;ja-jp&quot;],
-    @[@&quot;hi&quot;, @&quot;hi-in&quot;],
-    @[@&quot;zh-TW&quot;, @&quot;zh-tw&quot;], // This should not map to the generic zh-hant, see rdar://problem/21395180.
-    @[@&quot;zh-HK&quot;, @&quot;zh-tw&quot;],
-    @[@&quot;es&quot;, @&quot;es-es&quot;],
-    @[@&quot;es-MX&quot;, @&quot;es-xl&quot;],
-    @[@&quot;es-ES&quot;, @&quot;es-es&quot;],
-    @[@&quot;es-419&quot;, @&quot;es-xl&quot;],
-    @[@&quot;zh-Hans&quot;, @&quot;zh-cn&quot;],
-    @[@&quot;zh-Hant&quot;, @&quot;zh-tw&quot;],
-    @[@&quot;pt-BR&quot;, @&quot;pt-br&quot;],
-    @[@&quot;pt-PT&quot;, @&quot;pt-pt&quot;],
-    @[@&quot;fr&quot;, @&quot;fr-fr&quot;],
-    @[@&quot;fr-CA&quot;, @&quot;fr-ca&quot;],
</del><ins>+    @[@&quot;ru&quot;, @&quot;ru-RU&quot;], // This does not match other browsers or CFNetwork's Accept-Language, which all use &quot;ru&quot;.
+    @[@&quot;en&quot;, @&quot;en-US&quot;],
+    @[@&quot;en-GB&quot;, @&quot;en-GB&quot;],
+    @[@&quot;en-US&quot;, @&quot;en-US&quot;],
+    @[@&quot;ja&quot;, @&quot;ja-JP&quot;],
+    @[@&quot;hi&quot;, @&quot;hi-IN&quot;],
+    @[@&quot;zh-TW&quot;, @&quot;zh-TW&quot;], // This should not map to the generic zh-hant, see rdar://problem/21395180.
+    @[@&quot;zh-HK&quot;, @&quot;zh-TW&quot;],
+    @[@&quot;es&quot;, @&quot;es-ES&quot;],
+    @[@&quot;es-MX&quot;, @&quot;es-XL&quot;],
+    @[@&quot;es-ES&quot;, @&quot;es-ES&quot;],
+    @[@&quot;es-419&quot;, @&quot;es-XL&quot;],
+    @[@&quot;zh-Hans&quot;, @&quot;zh-CN&quot;],
+    @[@&quot;zh-Hant&quot;, @&quot;zh-TW&quot;],
+    @[@&quot;pt-BR&quot;, @&quot;pt-BR&quot;],
+    @[@&quot;pt-PT&quot;, @&quot;pt-PT&quot;],
+    @[@&quot;fr&quot;, @&quot;fr-FR&quot;],
+    @[@&quot;fr-CA&quot;, @&quot;fr-CA&quot;],
</ins><span class="cx"> ];
</span><span class="cx"> 
</span><span class="cx"> TEST(WebKit1, NavigatorLanguage)
</span></span></pre>
</div>
</div>

</body>
</html>