<!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>[160736] 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/160736">160736</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2013-12-17 16:24:01 -0800 (Tue, 17 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Give the MiniBrowser a bundle
https://bugs.webkit.org/show_bug.cgi?id=125882

Reviewed by Sam Weinig.

* MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Added.
* MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
* MiniBrowser/MiniBrowserWebProcessPlugIn.h: Added.
* MiniBrowser/MiniBrowserWebProcessPlugIn.m: Added.
(-[MiniBrowserWebProcessPlugIn webProcessPlugIn:initializeWithObject:]):
* MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate init]):
* MiniBrowser/mac/Bundle/Info.plist: Added.
* MiniBrowser/mac/Bundle/MiniBrowserBundle_Prefix.pch: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowserxcodeprojprojectpbxproj">trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkToolsMiniBrowsermacAppDelegatem">trunk/Tools/MiniBrowser/mac/AppDelegate.m</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsMiniBrowserConfigurationsMiniBrowserBundlexcconfig">trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowserWebProcessPlugInh">trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.h</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowserWebProcessPlugInm">trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.m</a></li>
<li>trunk/Tools/MiniBrowser/mac/Bundle/</li>
<li><a href="#trunkToolsMiniBrowsermacBundleInfoplist">trunk/Tools/MiniBrowser/mac/Bundle/Info.plist</a></li>
<li><a href="#trunkToolsMiniBrowsermacBundleMiniBrowserBundle_Prefixpch">trunk/Tools/MiniBrowser/mac/Bundle/MiniBrowserBundle_Prefix.pch</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (160735 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2013-12-18 00:20:38 UTC (rev 160735)
+++ trunk/Tools/ChangeLog        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2013-12-17  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Give the MiniBrowser a bundle
+        https://bugs.webkit.org/show_bug.cgi?id=125882
+
+        Reviewed by Sam Weinig.
+
+        * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Added.
+        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
+        * MiniBrowser/MiniBrowserWebProcessPlugIn.h: Added.
+        * MiniBrowser/MiniBrowserWebProcessPlugIn.m: Added.
+        (-[MiniBrowserWebProcessPlugIn webProcessPlugIn:initializeWithObject:]):
+        * MiniBrowser/mac/AppDelegate.m:
+        (-[BrowserAppDelegate init]):
+        * MiniBrowser/mac/Bundle/Info.plist: Added.
+        * MiniBrowser/mac/Bundle/MiniBrowserBundle_Prefix.pch: Added.
+
</ins><span class="cx"> 2013-12-17  Gavin Barraclough  &lt;barraclough@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove PageVisibilityStateUnloaded
</span></span></pre></div>
<a id="trunkToolsMiniBrowserConfigurationsMiniBrowserBundlexcconfig"></a>
<div class="addfile"><h4>Added: trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig (0 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig                                (rev 0)
+++ trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+// Copyright (C) 2013 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. ``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
+// 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. 
+
+PRODUCT_NAME = MiniBrowser
+GCC_PREFIX_HEADER = mac/Bundle/MiniBrowserBundle_Prefix.pch
+INFOPLIST_FILE = mac/Bundle/Info.plist
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowserxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj (160735 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj        2013-12-18 00:20:38 UTC (rev 160735)
+++ trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -10,6 +10,9 @@
</span><span class="cx">                 0F7EB6E3134113C300F4D865 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F7EB6E2134113C300F4D865 /* WebKit.framework */; };
</span><span class="cx">                 0FE643A1161FA8940059E3FF /* BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A0161FA8940059E3FF /* BrowserWindowController.m */; };
</span><span class="cx">                 0FE643A4161FAC660059E3FF /* WK1BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */; };
</span><ins>+                1AFFEF771860EE6800DA465E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AFFEF761860EE6800DA465E /* Cocoa.framework */; };
+                1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */; };
+                1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */ = {isa = PBXBuildFile; fileRef = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */; };
</ins><span class="cx">                 256AC3DA0F4B6AC300CF3369 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* AppDelegate.m */; };
</span><span class="cx">                 51E244FA11EFCE07008228D1 /* MBToolbarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 51E244F911EFCE07008228D1 /* MBToolbarItem.m */; };
</span><span class="cx">                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
</span><span class="lines">@@ -20,15 +23,26 @@
</span><span class="cx">                 BC8FB5A8116AA1FE0080D413 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC8FB5A7116AA1FE0080D413 /* WebKit2.framework */; };
</span><span class="cx"> /* End PBXBuildFile section */
</span><span class="cx"> 
</span><ins>+/* Begin PBXContainerItemProxy section */
+                1AFFEF8918611D0500DA465E /* PBXContainerItemProxy */ = {
+                        isa = PBXContainerItemProxy;
+                        containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
+                        proxyType = 1;
+                        remoteGlobalIDString = 1AFFEF741860EE6700DA465E;
+                        remoteInfo = MiniBrowserBundle;
+                };
+/* End PBXContainerItemProxy section */
+
</ins><span class="cx"> /* Begin PBXCopyFilesBuildPhase section */
</span><del>-                BCBD38CF11B08C0100E01E54 /* Copy WebBundle */ = {
</del><ins>+                BCBD38CF11B08C0100E01E54 /* Copy Bundle */ = {
</ins><span class="cx">                         isa = PBXCopyFilesBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="cx">                         dstPath = Contents;
</span><span class="cx">                         dstSubfolderSpec = 1;
</span><span class="cx">                         files = (
</span><ins>+                                1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */,
</ins><span class="cx">                         );
</span><del>-                        name = &quot;Copy WebBundle&quot;;
</del><ins>+                        name = &quot;Copy Bundle&quot;;
</ins><span class="cx">                         runOnlyForDeploymentPostprocessing = 0;
</span><span class="cx">                 };
</span><span class="cx"> /* End PBXCopyFilesBuildPhase section */
</span><span class="lines">@@ -40,6 +54,14 @@
</span><span class="cx">                 0FE643A2161FAC660059E3FF /* WK1BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WK1BrowserWindowController.h; path = mac/WK1BrowserWindowController.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WK1BrowserWindowController.m; path = mac/WK1BrowserWindowController.m; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
</span><ins>+                1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MiniBrowser.wkbundle; sourceTree = BUILT_PRODUCTS_DIR; };
+                1AFFEF761860EE6800DA465E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
+                1AFFEF781860EE6800DA465E /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
+                1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = MiniBrowserBundle.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
+                1AFFEF841860EF2200DA465E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Bundle/Info.plist; sourceTree = SOURCE_ROOT; };
+                1AFFEF851860EF2200DA465E /* MiniBrowserBundle_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MiniBrowserBundle_Prefix.pch; path = mac/Bundle/MiniBrowserBundle_Prefix.pch; sourceTree = SOURCE_ROOT; };
+                1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MiniBrowserWebProcessPlugIn.m; sourceTree = SOURCE_ROOT; };
+                1AFFEF8718611C3D00DA465E /* MiniBrowserWebProcessPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MiniBrowserWebProcessPlugIn.h; sourceTree = SOURCE_ROOT; };
</ins><span class="cx">                 1DDD58150DA1D0A300B32029 /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainMenu.xib; path = mac/MainMenu.xib; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 256AC3D80F4B6AC300CF3369 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = mac/AppDelegate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 256AC3D90F4B6AC300CF3369 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = mac/AppDelegate.m; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -61,6 +83,14 @@
</span><span class="cx"> /* End PBXFileReference section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXFrameworksBuildPhase section */
</span><ins>+                1AFFEF721860EE6700DA465E /* Frameworks */ = {
+                        isa = PBXFrameworksBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                1AFFEF771860EE6800DA465E /* Cocoa.framework in Frameworks */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
</ins><span class="cx">                 8D11072E0486CEB800E47090 /* Frameworks */ = {
</span><span class="cx">                         isa = PBXFrameworksBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -108,6 +138,7 @@
</span><span class="cx">                         children = (
</span><span class="cx">                                 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
</span><span class="cx">                                 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
</span><ins>+                                1AFFEF781860EE6800DA465E /* CoreData.framework */,
</ins><span class="cx">                         );
</span><span class="cx">                         name = &quot;Other Frameworks&quot;;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -116,10 +147,22 @@
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="cx">                                 8D1107320486CEB800E47090 /* MiniBrowser.app */,
</span><ins>+                                1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */,
</ins><span class="cx">                         );
</span><span class="cx">                         name = Products;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><ins>+                1AFFEF791860EE6800DA465E /* Bundle */ = {
+                        isa = PBXGroup;
+                        children = (
+                                1AFFEF841860EF2200DA465E /* Info.plist */,
+                                1AFFEF851860EF2200DA465E /* MiniBrowserBundle_Prefix.pch */,
+                                1AFFEF8718611C3D00DA465E /* MiniBrowserWebProcessPlugIn.h */,
+                                1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */,
+                        );
+                        path = Bundle;
+                        sourceTree = &quot;&lt;group&gt;&quot;;
+                };
</ins><span class="cx">                 29B97314FDCFA39411CA2CEA /* MiniBrowser */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -127,6 +170,7 @@
</span><span class="cx">                                 080E96DDFE201D6D7F000001 /* MiniBrowser */,
</span><span class="cx">                                 29B97317FDCFA39411CA2CEA /* Resources */,
</span><span class="cx">                                 BCA8CBDA11E5787800812FB7 /* Configurations */,
</span><ins>+                                1AFFEF791860EE6800DA465E /* Bundle */,
</ins><span class="cx">                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
</span><span class="cx">                                 19C28FACFE9D520D11CA2CBB /* Products */,
</span><span class="cx">                         );
</span><span class="lines">@@ -146,6 +190,7 @@
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="cx">                                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
</span><ins>+                                1AFFEF761860EE6800DA465E /* Cocoa.framework */,
</ins><span class="cx">                                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
</span><span class="cx">                         );
</span><span class="cx">                         name = Frameworks;
</span><span class="lines">@@ -157,6 +202,7 @@
</span><span class="cx">                                 BCA8CBDD11E578A000812FB7 /* Base.xcconfig */,
</span><span class="cx">                                 BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */,
</span><span class="cx">                                 BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */,
</span><ins>+                                1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */,
</ins><span class="cx">                         );
</span><span class="cx">                         path = Configurations;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -164,18 +210,36 @@
</span><span class="cx"> /* End PBXGroup section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXNativeTarget section */
</span><ins>+                1AFFEF741860EE6700DA465E /* MiniBrowserBundle */ = {
+                        isa = PBXNativeTarget;
+                        buildConfigurationList = 1AFFEF821860EE6800DA465E /* Build configuration list for PBXNativeTarget &quot;MiniBrowserBundle&quot; */;
+                        buildPhases = (
+                                1AFFEF711860EE6700DA465E /* Sources */,
+                                1AFFEF721860EE6700DA465E /* Frameworks */,
+                                1AFFEF731860EE6700DA465E /* Resources */,
+                        );
+                        buildRules = (
+                        );
+                        dependencies = (
+                        );
+                        name = MiniBrowserBundle;
+                        productName = Bundle;
+                        productReference = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */;
+                        productType = &quot;com.apple.product-type.bundle&quot;;
+                };
</ins><span class="cx">                 8D1107260486CEB800E47090 /* MiniBrowser */ = {
</span><span class="cx">                         isa = PBXNativeTarget;
</span><span class="cx">                         buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget &quot;MiniBrowser&quot; */;
</span><span class="cx">                         buildPhases = (
</span><span class="cx">                                 8D1107290486CEB800E47090 /* Resources */,
</span><del>-                                BCBD38CF11B08C0100E01E54 /* Copy WebBundle */,
</del><ins>+                                BCBD38CF11B08C0100E01E54 /* Copy Bundle */,
</ins><span class="cx">                                 8D11072C0486CEB800E47090 /* Sources */,
</span><span class="cx">                                 8D11072E0486CEB800E47090 /* Frameworks */,
</span><span class="cx">                         );
</span><span class="cx">                         buildRules = (
</span><span class="cx">                         );
</span><span class="cx">                         dependencies = (
</span><ins>+                                1AFFEF8A18611D0500DA465E /* PBXTargetDependency */,
</ins><span class="cx">                         );
</span><span class="cx">                         name = MiniBrowser;
</span><span class="cx">                         productInstallPath = &quot;$(HOME)/Applications&quot;;
</span><span class="lines">@@ -199,17 +263,26 @@
</span><span class="cx">                                 Japanese,
</span><span class="cx">                                 French,
</span><span class="cx">                                 German,
</span><ins>+                                en,
</ins><span class="cx">                         );
</span><span class="cx">                         mainGroup = 29B97314FDCFA39411CA2CEA /* MiniBrowser */;
</span><span class="cx">                         projectDirPath = &quot;&quot;;
</span><span class="cx">                         projectRoot = &quot;&quot;;
</span><span class="cx">                         targets = (
</span><span class="cx">                                 8D1107260486CEB800E47090 /* MiniBrowser */,
</span><ins>+                                1AFFEF741860EE6700DA465E /* MiniBrowserBundle */,
</ins><span class="cx">                         );
</span><span class="cx">                 };
</span><span class="cx"> /* End PBXProject section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXResourcesBuildPhase section */
</span><ins>+                1AFFEF731860EE6700DA465E /* Resources */ = {
+                        isa = PBXResourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
</ins><span class="cx">                 8D1107290486CEB800E47090 /* Resources */ = {
</span><span class="cx">                         isa = PBXResourcesBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -222,6 +295,14 @@
</span><span class="cx"> /* End PBXResourcesBuildPhase section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXSourcesBuildPhase section */
</span><ins>+                1AFFEF711860EE6700DA465E /* Sources */ = {
+                        isa = PBXSourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
</ins><span class="cx">                 8D11072C0486CEB800E47090 /* Sources */ = {
</span><span class="cx">                         isa = PBXSourcesBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -237,7 +318,33 @@
</span><span class="cx">                 };
</span><span class="cx"> /* End PBXSourcesBuildPhase section */
</span><span class="cx"> 
</span><ins>+/* Begin PBXTargetDependency section */
+                1AFFEF8A18611D0500DA465E /* PBXTargetDependency */ = {
+                        isa = PBXTargetDependency;
+                        target = 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */;
+                        targetProxy = 1AFFEF8918611D0500DA465E /* PBXContainerItemProxy */;
+                };
+/* End PBXTargetDependency section */
+
</ins><span class="cx"> /* Begin XCBuildConfiguration section */
</span><ins>+                1AFFEF801860EE6800DA465E /* Debug */ = {
+                        isa = XCBuildConfiguration;
+                        baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
+                        buildSettings = {
+                                INFOPLIST_FILE = &quot;&quot;;
+                                WRAPPER_EXTENSION = wkbundle;
+                        };
+                        name = Debug;
+                };
+                1AFFEF811860EE6800DA465E /* Release */ = {
+                        isa = XCBuildConfiguration;
+                        baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
+                        buildSettings = {
+                                INFOPLIST_FILE = &quot;&quot;;
+                                WRAPPER_EXTENSION = wkbundle;
+                        };
+                        name = Release;
+                };
</ins><span class="cx">                 C01FCF4B08A954540054247B /* Debug */ = {
</span><span class="cx">                         isa = XCBuildConfiguration;
</span><span class="cx">                         baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
</span><span class="lines">@@ -270,6 +377,15 @@
</span><span class="cx"> /* End XCBuildConfiguration section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin XCConfigurationList section */
</span><ins>+                1AFFEF821860EE6800DA465E /* Build configuration list for PBXNativeTarget &quot;MiniBrowserBundle&quot; */ = {
+                        isa = XCConfigurationList;
+                        buildConfigurations = (
+                                1AFFEF801860EE6800DA465E /* Debug */,
+                                1AFFEF811860EE6800DA465E /* Release */,
+                        );
+                        defaultConfigurationIsVisible = 0;
+                        defaultConfigurationName = Release;
+                };
</ins><span class="cx">                 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget &quot;MiniBrowser&quot; */ = {
</span><span class="cx">                         isa = XCConfigurationList;
</span><span class="cx">                         buildConfigurations = (
</span></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowserWebProcessPlugInh"></a>
<div class="addfile"><h4>Added: trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.h (0 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.h                                (rev 0)
+++ trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.h        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+/*
+ * Copyright (C) 2013 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.
+ */
+
+#import &lt;WebKit2/WKWebProcessPlugIn.h&gt;
+
+@interface MiniBrowserWebProcessPlugIn : NSObject &lt;WKWebProcessPlugIn&gt;
+
+@end
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowserWebProcessPlugInm"></a>
<div class="addfile"><h4>Added: trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.m (0 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.m                                (rev 0)
+++ trunk/Tools/MiniBrowser/MiniBrowserWebProcessPlugIn.m        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+/*
+ * Copyright (C) 2013 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.
+ */
+
+#import &quot;MiniBrowserWebProcessPlugIn.h&quot;
+
+@implementation MiniBrowserWebProcessPlugIn
+
+- (void)webProcessPlugIn:(WKWebProcessPlugInController *)plugInController initializeWithObject:(id)initializationObject
+{
+}   
+
+@end
</ins></span></pre></div>
<a id="trunkToolsMiniBrowsermacAppDelegatem"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/mac/AppDelegate.m (160735 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/mac/AppDelegate.m        2013-12-18 00:20:38 UTC (rev 160735)
+++ trunk/Tools/MiniBrowser/mac/AppDelegate.m        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -46,7 +46,8 @@
</span><span class="cx">     self = [super init];
</span><span class="cx">     if (self) {
</span><span class="cx"> #if WK_API_ENABLED
</span><del>-        _processGroup = [[WKProcessGroup alloc] init];
</del><ins>+        NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForAuxiliaryExecutable:@&quot;MiniBrowser.wkbundle&quot;]];
+        _processGroup = [[WKProcessGroup alloc] initWithInjectedBundleURL:url];
</ins><span class="cx">         _browsingContextGroup = [[WKBrowsingContextGroup alloc] initWithIdentifier:@&quot;MiniBrowser&quot;];
</span><span class="cx"> #endif
</span><span class="cx">         _browserWindows = [[NSMutableSet alloc] init];
</span></span></pre></div>
<a id="trunkToolsMiniBrowsermacBundleInfoplist"></a>
<div class="addfile"><h4>Added: trunk/Tools/MiniBrowser/mac/Bundle/Info.plist (0 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/mac/Bundle/Info.plist                                (rev 0)
+++ trunk/Tools/MiniBrowser/mac/Bundle/Info.plist        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
+&lt;plist version=&quot;1.0&quot;&gt;
+&lt;dict&gt;
+        &lt;key&gt;CFBundleDevelopmentRegion&lt;/key&gt;
+        &lt;string&gt;English&lt;/string&gt;
+        &lt;key&gt;CFBundleExecutable&lt;/key&gt;
+        &lt;string&gt;${EXECUTABLE_NAME}&lt;/string&gt;
+        &lt;key&gt;CFBundleIconFile&lt;/key&gt;
+        &lt;string&gt;&lt;/string&gt;
+        &lt;key&gt;CFBundleIdentifier&lt;/key&gt;
+        &lt;string&gt;com.apple.${PRODUCT_NAME:rfc1034identifier}&lt;/string&gt;
+        &lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt;
+        &lt;string&gt;6.0&lt;/string&gt;
+        &lt;key&gt;CFBundleName&lt;/key&gt;
+        &lt;string&gt;${PRODUCT_NAME}&lt;/string&gt;
+        &lt;key&gt;CFBundlePackageType&lt;/key&gt;
+        &lt;string&gt;BNDL&lt;/string&gt;
+        &lt;key&gt;CFBundleShortVersionString&lt;/key&gt;
+        &lt;string&gt;1.0&lt;/string&gt;
+        &lt;key&gt;CFBundleSignature&lt;/key&gt;
+        &lt;string&gt;????&lt;/string&gt;
+        &lt;key&gt;CFBundleVersion&lt;/key&gt;
+        &lt;string&gt;1&lt;/string&gt;
+        &lt;key&gt;NSPrincipalClass&lt;/key&gt;
+        &lt;string&gt;MiniBrowserWebProcessPlugIn&lt;/string&gt;
+&lt;/dict&gt;
+&lt;/plist&gt;
</ins></span></pre></div>
<a id="trunkToolsMiniBrowsermacBundleMiniBrowserBundle_Prefixpch"></a>
<div class="addfile"><h4>Added: trunk/Tools/MiniBrowser/mac/Bundle/MiniBrowserBundle_Prefix.pch (0 => 160736)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/mac/Bundle/MiniBrowserBundle_Prefix.pch                                (rev 0)
+++ trunk/Tools/MiniBrowser/mac/Bundle/MiniBrowserBundle_Prefix.pch        2013-12-18 00:24:01 UTC (rev 160736)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+/*
+ * Copyright (C) 2013 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.
+ */
+
+#ifdef __OBJC__
+    #import &lt;Cocoa/Cocoa.h&gt;
+#endif
</ins></span></pre>
</div>
</div>

</body>
</html>