<!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>[207934] trunk/Source/WebKit/mac</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/207934">207934</a></dd>
<dt>Author</dt> <dd>mitz@apple.com</dd>
<dt>Date</dt> <dd>2016-10-26 22:17:34 -0700 (Wed, 26 Oct 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Xcode] WebKit fails to build when CLANG_WARN_DOCUMENTATION_COMMENTS is enabled
https://bugs.webkit.org/show_bug.cgi?id=164048

Reviewed by Tim Horton.

* Configurations/Base.xcconfig: Enabled CLANG_WARN_DOCUMENTATION_COMMENTS.
* Configurations/WebKitLegacy.xcconfig: Made the compiler treat the icu headers as system
  headers.

* History/WebBackForwardList.h: Fixed parameter name in @param entry.
* Misc/WebDownload.h: Removed empty entries.
* Misc/WebIconDatabase.h: Remove incorrect @param entries.
* Misc/WebQuotaManager.h: Added missing parameter names in @param entries.
* WebView/WebFrameLoadDelegate.h: Corrected parameter names in @param entries.
* WebView/WebFrameViewPrivate.h: Changed incorrect @result to @abstract.
* WebView/WebPolicyDelegate.h: Fixed parameter name and removed incorrect @param entries.
* WebView/WebPreferences.h: Changed @method to @property in a couple of places.
* WebView/WebResourceLoadDelegate.h: Fixed parameter names.
* WebView/WebUIDelegate.h: Filled in two empty @param entries. Added missing parameter name,
  Fixed a typo and removed empty @discussion entry. Fixed some parameter names.
* WebView/WebUIDelegatePrivate.h: Fixed parameter names.
* WebView/WebView.h: Changed @method to @property in a couple of places.
* WebView/WebViewPrivate.h: Fixed parameter names, changed incorrect @result to @abstract.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacConfigurationsBasexcconfig">trunk/Source/WebKit/mac/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebKitmacConfigurationsWebKitLegacyxcconfig">trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig</a></li>
<li><a href="#trunkSourceWebKitmacHistoryWebBackForwardListh">trunk/Source/WebKit/mac/History/WebBackForwardList.h</a></li>
<li><a href="#trunkSourceWebKitmacMiscWebDownloadh">trunk/Source/WebKit/mac/Misc/WebDownload.h</a></li>
<li><a href="#trunkSourceWebKitmacMiscWebIconDatabaseh">trunk/Source/WebKit/mac/Misc/WebIconDatabase.h</a></li>
<li><a href="#trunkSourceWebKitmacMiscWebQuotaManagerh">trunk/Source/WebKit/mac/Misc/WebQuotaManager.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebFrameLoadDelegateh">trunk/Source/WebKit/mac/WebView/WebFrameLoadDelegate.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebFrameViewPrivateh">trunk/Source/WebKit/mac/WebView/WebFrameViewPrivate.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebPolicyDelegateh">trunk/Source/WebKit/mac/WebView/WebPolicyDelegate.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebPreferencesh">trunk/Source/WebKit/mac/WebView/WebPreferences.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebResourceLoadDelegateh">trunk/Source/WebKit/mac/WebView/WebResourceLoadDelegate.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebUIDelegateh">trunk/Source/WebKit/mac/WebView/WebUIDelegate.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebUIDelegatePrivateh">trunk/Source/WebKit/mac/WebView/WebUIDelegatePrivate.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewh">trunk/Source/WebKit/mac/WebView/WebView.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewPrivateh">trunk/Source/WebKit/mac/WebView/WebViewPrivate.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/ChangeLog        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2016-10-26  Dan Bernstein  &lt;mitz@apple.com&gt;
+
+        [Xcode] WebKit fails to build when CLANG_WARN_DOCUMENTATION_COMMENTS is enabled
+        https://bugs.webkit.org/show_bug.cgi?id=164048
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig: Enabled CLANG_WARN_DOCUMENTATION_COMMENTS.
+        * Configurations/WebKitLegacy.xcconfig: Made the compiler treat the icu headers as system
+          headers.
+
+        * History/WebBackForwardList.h: Fixed parameter name in @param entry.
+        * Misc/WebDownload.h: Removed empty entries.
+        * Misc/WebIconDatabase.h: Remove incorrect @param entries.
+        * Misc/WebQuotaManager.h: Added missing parameter names in @param entries.
+        * WebView/WebFrameLoadDelegate.h: Corrected parameter names in @param entries.
+        * WebView/WebFrameViewPrivate.h: Changed incorrect @result to @abstract.
+        * WebView/WebPolicyDelegate.h: Fixed parameter name and removed incorrect @param entries.
+        * WebView/WebPreferences.h: Changed @method to @property in a couple of places.
+        * WebView/WebResourceLoadDelegate.h: Fixed parameter names.
+        * WebView/WebUIDelegate.h: Filled in two empty @param entries. Added missing parameter name,
+          Fixed a typo and removed empty @discussion entry. Fixed some parameter names.
+        * WebView/WebUIDelegatePrivate.h: Fixed parameter names.
+        * WebView/WebView.h: Changed @method to @property in a couple of places.
+        * WebView/WebViewPrivate.h: Fixed parameter names, changed incorrect @result to @abstract.
+
</ins><span class="cx"> 2016-10-26  Brian Burg  &lt;bburg@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: remove unused bool return value from FrontendChannel::sendMessageToFrontend
</span></span></pre></div>
<a id="trunkSourceWebKitmacConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -69,6 +69,7 @@
</span><span class="cx"> GCC_WARN_UNINITIALIZED_AUTOS = YES;
</span><span class="cx"> GCC_WARN_UNUSED_FUNCTION = YES;
</span><span class="cx"> GCC_WARN_UNUSED_VARIABLE = YES;
</span><ins>+CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
</ins><span class="cx"> OTHER_MIGFLAGS = -F$(BUILT_PRODUCTS_DIR);
</span><span class="cx"> PREBINDING = NO;
</span><span class="cx"> WARNING_CFLAGS = -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
</span></span></pre></div>
<a id="trunkSourceWebKitmacConfigurationsWebKitLegacyxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> FRAMEWORK_SEARCH_PATHS_ios_Production = $(PRODUCTION_FRAMEWORKS_DIR);
</span><span class="cx"> FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR) &quot;$(UMBRELLA_FRAMEWORKS_DIR)&quot; $(inherited);
</span><span class="cx"> 
</span><del>-OTHER_CFLAGS[sdk=macosx*] = $(OTHER_CFLAGS) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
</del><ins>+OTHER_CFLAGS[sdk=macosx*] = $(OTHER_CFLAGS) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks -isystem &quot;$(WEBCORE_PRIVATE_HEADERS_DIR)/icu&quot;;
</ins><span class="cx"> OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS);
</span><span class="cx"> 
</span><span class="cx"> GCC_PREFIX_HEADER = mac/WebKitPrefix.h;
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx"> GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(FEATURE_DEFINES) FRAMEWORK_NAME=WebKitLegacy $(inherited);
</span><span class="cx"> 
</span><span class="cx"> WEBKITADDITIONS_HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions $(SDKROOT)/usr/local/include/WebKitAdditions;
</span><del>-HEADER_SEARCH_PATHS = $(WEBKITSYSTEMINTERFACE_STATIC_LIBRARY_HEADERS_FOLDER_PATH) &quot;$(WEBCORE_PRIVATE_HEADERS_DIR)/ForwardingHeaders&quot; &quot;$(WEBCORE_PRIVATE_HEADERS_DIR)/icu&quot; &quot;$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKitLegacy&quot; &quot;$(BUILT_PRODUCTS_DIR)/usr/local/include&quot; $(WEBKITADDITIONS_HEADER_SEARCH_PATHS) $(HEADER_SEARCH_PATHS);
</del><ins>+HEADER_SEARCH_PATHS = $(WEBKITSYSTEMINTERFACE_STATIC_LIBRARY_HEADERS_FOLDER_PATH) &quot;$(WEBCORE_PRIVATE_HEADERS_DIR)/ForwardingHeaders&quot; &quot;$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKitLegacy&quot; &quot;$(BUILT_PRODUCTS_DIR)/usr/local/include&quot; $(WEBKITADDITIONS_HEADER_SEARCH_PATHS) $(HEADER_SEARCH_PATHS);
</ins><span class="cx"> INFOPLIST_FILE = mac/Info.plist;
</span><span class="cx"> INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
</span><span class="cx"> INSTALL_PATH[sdk=macosx*] = $(WEBKIT_LEGACY_FRAMEWORKS_DIR);
</span></span></pre></div>
<a id="trunkSourceWebKitmacHistoryWebBackForwardListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/History/WebBackForwardList.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/History/WebBackForwardList.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/History/WebBackForwardList.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method addItem:
</span><span class="cx">     @abstract Adds an entry to the list.
</span><del>-    @param entry The entry to add.
</del><ins>+    @param item The entry to add.
</ins><span class="cx">     @discussion The added entry is inserted immediately after the current entry.
</span><span class="cx">     If the current position in the list is not at the end of the list, elements in the
</span><span class="cx">     forward list will be dropped at this point.  In addition, entries may be dropped to keep
</span></span></pre></div>
<a id="trunkSourceWebKitmacMiscWebDownloadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Misc/WebDownload.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Misc/WebDownload.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/Misc/WebDownload.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -74,9 +74,6 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method downloadWindowForAuthenticationSheet:
</span><del>-    @abstract
-    @param
-    @result
</del><span class="cx"> */
</span><span class="cx"> - (NSWindow *)downloadWindowForAuthenticationSheet:(WebDownload *)download;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacMiscWebIconDatabaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Misc/WebIconDatabase.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Misc/WebIconDatabase.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/Misc/WebIconDatabase.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -82,8 +82,6 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method iconForURL:withSize:
</span><span class="cx">     @discussion Calls iconForURL:withSize:cache: with YES for cache.
</span><del>-    @param URL
-    @param size
</del><span class="cx"> */
</span><span class="cx"> - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size;
</span><span class="cx"> 
</span><span class="lines">@@ -92,8 +90,6 @@
</span><span class="cx">     @discussion Returns an icon for a web site URL from memory or disk. nil if none is found.
</span><span class="cx">     Usually called by a UI element to determine if a site URL has an associated icon.
</span><span class="cx">     Often called by the observer of WebIconChangedNotification after the notification is sent.
</span><del>-    @param URL
-    @param size
</del><span class="cx">     @param cache If yes, caches the returned image in memory if not already cached
</span><span class="cx"> */
</span><span class="cx"> - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
</span><span class="lines">@@ -102,7 +98,6 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method iconURLForURL:withSize:cache:
</span><span class="cx">     @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
</span><del>-    @param URL
</del><span class="cx"> */
</span><span class="cx"> - (NSString *)iconURLForURL:(NSString *)URL;
</span><span class="cx"> 
</span><span class="lines">@@ -109,7 +104,6 @@
</span><span class="cx"> #if !TARGET_OS_IPHONE
</span><span class="cx"> /*!
</span><span class="cx">     @method defaultIconWithSize:
</span><del>-    @param size
</del><span class="cx"> */
</span><span class="cx"> - (NSImage *)defaultIconWithSize:(NSSize)size;
</span><span class="cx"> - (NSImage *)defaultIconForURL:(NSString *)URL withSize:(NSSize)size;
</span><span class="lines">@@ -118,7 +112,6 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method retainIconForURL:
</span><span class="cx">     @abstract Increments the retain count of the icon.
</span><del>-    @param URL
</del><span class="cx"> */
</span><span class="cx"> - (void)retainIconForURL:(NSString *)URL;
</span><span class="cx"> 
</span><span class="lines">@@ -125,7 +118,6 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method releaseIconForURL:
</span><span class="cx">     @abstract Decrements the retain count of the icon.
</span><del>-    @param URL
</del><span class="cx"> */
</span><span class="cx"> - (void)releaseIconForURL:(NSString *)URL;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacMiscWebQuotaManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Misc/WebQuotaManager.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Misc/WebQuotaManager.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/Misc/WebQuotaManager.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method initWithOrigin:
</span><del>-    @param The security origin this will manage.
</del><ins>+    @param origin The security origin this will manage.
</ins><span class="cx">     @result A new WebQuotaManager object.
</span><span class="cx"> */
</span><span class="cx"> - (id)initWithOrigin:(WebSecurityOrigin *)origin;
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method setQuota:
</span><del>-    @param Sets a new quota, in bytes, on this security origin.
</del><ins>+    @param quota a new quota, in bytes, to set on this security origin.
</ins><span class="cx"> */
</span><span class="cx"> - (void)setQuota:(unsigned long long)quota;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebFrameLoadDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebFrameLoadDelegate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebFrameLoadDelegate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebFrameLoadDelegate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didStartProvisionalLoadForFrame:
</span><span class="cx">     @abstract Notifies the delegate that the provisional load of a frame has started
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame for which the provisional load has started
</span><span class="cx">     @discussion This method is called after the provisional data source of a frame
</span><span class="cx">     has started to load.
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didReceiveServerRedirectForProvisionalLoadForFrame:
</span><span class="cx">     @abstract Notifies the delegate that a server redirect occurred during the provisional load
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame for which the redirect occurred
</span><span class="cx"> */
</span><span class="cx"> - (void)webView:(WebView *)sender didReceiveServerRedirectForProvisionalLoadForFrame:(WebFrame *)frame;
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didFailProvisionalLoadWithError:forFrame:
</span><span class="cx">     @abstract Notifies the delegate that the provisional load has failed
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param error The error that occurred
</span><span class="cx">     @param frame The frame for which the error occurred
</span><span class="cx">     @discussion This method is called after the provisional data source has failed to load.
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didCommitLoadForFrame:
</span><span class="cx">     @abstract Notifies the delegate that the load has changed from provisional to committed
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame for which the load has committed
</span><span class="cx">     @discussion This method is called after the provisional data source has become the
</span><span class="cx">     committed data source.
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didReceiveTitle:forFrame:
</span><span class="cx">     @abstract Notifies the delegate that the page title for a frame has been received
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param title The new page title
</span><span class="cx">     @param frame The frame for which the title has been received
</span><span class="cx">     @discussion The title may update during loading; clients should be prepared for this.
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didFinishLoadForFrame:
</span><span class="cx">     @abstract Notifies the delegate that the committed load of a frame has completed
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame that finished loading
</span><span class="cx">     @discussion This method is called after the committed data source of a frame has successfully loaded
</span><span class="cx">     and will only be called when all subresources such as images and stylesheets are done loading.
</span><span class="lines">@@ -133,7 +133,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didFailLoadWithError:forFrame:
</span><span class="cx">     @abstract Notifies the delegate that the committed load of a frame has failed
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param error The error that occurred
</span><span class="cx">     @param frame The frame that failed to load
</span><span class="cx">     @discussion This method is called after a data source has committed but failed to completely load.
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didChangeLocationWithinPageForFrame:
</span><span class="cx">     @abstract Notifies the delegate that the scroll position in a frame has changed
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame that scrolled
</span><span class="cx">     @discussion This method is called when anchors within a page have been clicked.
</span><span class="cx"> */
</span><span class="lines">@@ -152,7 +152,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:willPerformClientRedirectToURL:delay:fireDate:forFrame:
</span><span class="cx">     @abstract Notifies the delegate that a frame will perform a client-side redirect
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param URL The URL to be redirected to
</span><span class="cx">     @param seconds Seconds in which the redirect will happen
</span><span class="cx">     @param date The fire date
</span><span class="lines">@@ -165,7 +165,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:didCancelClientRedirectForFrame:
</span><span class="cx">     @abstract Notifies the delegate that a pending client-side redirect has been cancelled
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame for which the pending redirect was cancelled
</span><span class="cx">     @discussion A client-side redirect can be cancelled if a frame changes location before the timeout.
</span><span class="cx"> */
</span><span class="lines">@@ -174,7 +174,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:willCloseFrame:
</span><span class="cx">     @abstract Notifies the delegate that a frame will be closed
</span><del>-    @param webView The WebView sending the message
</del><ins>+    @param sender The WebView sending the message
</ins><span class="cx">     @param frame The frame that will be closed
</span><span class="cx">     @discussion This method is called right before WebKit is done with the frame
</span><span class="cx">     and the objects that it contains.
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebFrameViewPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebFrameViewPrivate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebFrameViewPrivate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebFrameViewPrivate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> #if !TARGET_OS_IPHONE
</span><span class="cx"> /*!
</span><span class="cx">     @method _setCustomScrollViewClass:
</span><del>-    @result Switches the WebFrameView's scroll view class, this class needs to be a subclass of WebDynamicScrollBarsView.
</del><ins>+    @abstract Switches the WebFrameView's scroll view class, this class needs to be a subclass of WebDynamicScrollBarsView.
</ins><span class="cx">     Passing nil will switch back to the default WebDynamicScrollBarsView class.
</span><span class="cx">  */
</span><span class="cx"> - (void)_setCustomScrollViewClass:(Class)scrollViewClass;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebPolicyDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebPolicyDelegate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebPolicyDelegate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebPolicyDelegate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">     @discussion This method is called to decide what to do with an targetted nagivation that would open a new window.
</span><span class="cx">     @param actionInformation Dictionary that describes the action that triggered this navigation.
</span><span class="cx">     @param request The request for the proposed navigation
</span><del>-    @param frame The frame in which the navigation is taking place
</del><ins>+    @param frameName The frame in which the navigation is taking place
</ins><span class="cx">     @param listener The object to call when the decision is made
</span><span class="cx">     @discussion This method is provided so that modified clicks on a targetted link which
</span><span class="cx">     opens a new frame can prevent the new window from being opened if they decide to
</span><span class="lines">@@ -194,9 +194,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:unableToImplementPolicy:error:forURL:inFrame:
</span><span class="cx">     @discussion Called when a WebPolicy could not be implemented. It is up to the client to display appropriate feedback.
</span><del>-    @param policy The policy that could not be implemented.
</del><span class="cx">     @param error The error that caused the policy to not be implemented.
</span><del>-    @param URL The URL of the resource for which a particular action was requested but failed.
</del><span class="cx">     @param frame The frame in which the policy could not be implemented.
</span><span class="cx"> */
</span><span class="cx"> - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebPreferencesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebPreferences.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebPreferences.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebPreferences.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx"> - (instancetype)initWithIdentifier:(NSString *)anIdentifier;
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><del>-    @method identifier
</del><ins>+    @property identifier
</ins><span class="cx">     @result Returns the identifier for this WebPreferences.
</span><span class="cx"> */
</span><span class="cx"> @property (nonatomic, readonly, copy) NSString *identifier;
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx"> @property (nonatomic) int minimumFontSize;
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><del>-    @method minimumLogicalFontSize
</del><ins>+    @property minimumLogicalFontSize
</ins><span class="cx"> */
</span><span class="cx"> @property (nonatomic) int minimumLogicalFontSize;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebResourceLoadDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebResourceLoadDelegate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebResourceLoadDelegate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebResourceLoadDelegate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:identifierForInitialRequest:fromDataSource:
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param request The request about to be sent.
</span><span class="cx">     @param dataSource The datasource that initiated the load.
</span><span class="cx">     @discussion An implementor of WebResourceLoadDelegate should provide an identifier
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">     @method webView:resource:willSendRequest:redirectResponse:fromDataSource:
</span><span class="cx">     @discussion This message is sent before a load is initiated.  The request may be modified
</span><span class="cx">     as necessary by the receiver.
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param identifier An identifier that can be used to track the progress of a resource load across
</span><span class="cx">     multiple call backs.
</span><span class="cx">     @param request The request about to be sent.
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:resource:didReceiveResponse:fromDataSource:
</span><span class="cx">     @abstract This message is sent after a response has been received for this load.
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param identifier An identifier that can be used to track the progress of a resource load across
</span><span class="cx">     multiple call backs.
</span><span class="cx">     @param response The response for the request.
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:resource:didReceiveContentLength:fromDataSource:
</span><span class="cx">     @discussion Multiple of these messages may be sent as data arrives.
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param identifier An identifier that can be used to track the progress of a resource load across
</span><span class="cx">     multiple call backs.
</span><span class="cx">     @param length The amount of new data received.  This is not the total amount, just the new amount received.
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:resource:didFinishLoadingFromDataSource:
</span><span class="cx">     @discussion This message is sent after a load has successfully completed.
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param identifier An identifier that can be used to track the progress of a resource load across
</span><span class="cx">     multiple call backs.
</span><span class="cx">     @param dataSource The dataSource that initiated the load.
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:resource:didFailLoadingWithError:fromDataSource:
</span><span class="cx">     @discussion This message is sent after a load has failed to load due to an error.
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param identifier An identifier that can be used to track the progress of a resource load across
</span><span class="cx">     multiple call backs.
</span><span class="cx">     @param error The error associated with this load.
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:plugInFailedWithError:dataSource:
</span><span class="cx">     @discussion Called when a plug-in is not found, fails to load or is not available for some reason.
</span><del>-    @param webView The WebView sending the message.
</del><ins>+    @param sender The WebView sending the message.
</ins><span class="cx">     @param error The plug-in error. In the userInfo dictionary of the error, the object for the
</span><span class="cx">     NSErrorFailingURLKey key is a URL string of the SRC attribute, the object for the WebKitErrorPlugInNameKey
</span><span class="cx">     key is a string of the plug-in's name, the object for the WebKitErrorPlugInPageURLStringKey key is a URL string
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebUIDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebUIDelegate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebUIDelegate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebUIDelegate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method chooseFilename:
</span><span class="cx">     @abstract Call this method to return a filename from the file open panel.
</span><del>-    @param fileName
</del><ins>+    @param fileName the path of the selected file
</ins><span class="cx"> */
</span><span class="cx"> - (void)chooseFilename:(NSString *)fileName;
</span><span class="cx"> 
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method chooseFilenames:
</span><span class="cx">     @abstract Call this method to return an array of filenames from the file open panel.
</span><del>-    @param fileNames
</del><ins>+    @param fileNames an array of paths of selected files
</ins><span class="cx"> */
</span><span class="cx"> - (void)chooseFilenames:(NSArray *)fileNames WEBKIT_AVAILABLE_MAC(10_6);
</span><span class="cx"> 
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webViewFocus:
</span><span class="cx">     @abstract Focus the current window (i.e. makeKeyAndOrderFront:).
</span><del>-    @param The WebView sending the delegate method.
</del><ins>+    @param sender The WebView sending the delegate method.
</ins><span class="cx">     @discussion Clients showing multiple views in one window may want to
</span><span class="cx">     also do something to focus the one corresponding to this WebView.
</span><span class="cx"> */
</span><span class="lines">@@ -353,8 +353,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webViewFrame:
</span><span class="cx">     @param sender The WebView sending the delegate method.
</span><del>-    @abstract REturn the window's frame rect
-    @discussion 
</del><ins>+    @abstract Return the window's frame rect
</ins><span class="cx"> */
</span><span class="cx"> - (NSRect)webViewFrame:(WebView *)sender;
</span><span class="cx"> 
</span><span class="lines">@@ -387,7 +386,7 @@
</span><span class="cx">     @method webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:
</span><span class="cx">     @abstract Display a JavaScript text input panel.
</span><span class="cx">     @param sender The WebView sending the delegate method.
</span><del>-    @param message The message to display.
</del><ins>+    @param prompt The message to display.
</ins><span class="cx">     @param defaultText The initial text for the text entry area.
</span><span class="cx">     @param frame The WebFrame whose JavaScript initiated this call.
</span><span class="cx">     @result The typed text if the user hit OK, otherwise nil.
</span><span class="lines">@@ -528,7 +527,7 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:printFrameView:
</span><span class="cx">     @abstract Informs that a WebFrameView needs to be printed
</span><del>-    @param webView The WebView sending the delegate method
</del><ins>+    @param sender The WebView sending the delegate method
</ins><span class="cx">     @param frameView The WebFrameView needing to be printed
</span><span class="cx">     @discussion This method is called when a script or user requests the page to be printed.
</span><span class="cx">     In this method the delegate can prepare the WebFrameView to be printed. Some content that WebKit
</span><span class="lines">@@ -542,7 +541,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method webViewHeaderHeight:
</span><del>-    @param webView The WebView sending the delegate method
</del><ins>+    @param sender The WebView sending the delegate method
</ins><span class="cx">     @abstract Reserve a height for the printed page header.
</span><span class="cx">     @result The height to reserve for the printed page header, return 0.0 to not reserve any space for a header.
</span><span class="cx">     @discussion The height returned will be used to calculate the rect passed to webView:drawHeaderInRect:.
</span><span class="lines">@@ -551,7 +550,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method webViewFooterHeight:
</span><del>-    @param webView The WebView sending the delegate method
</del><ins>+    @param sender The WebView sending the delegate method
</ins><span class="cx">     @abstract Reserve a height for the printed page footer.
</span><span class="cx">     @result The height to reserve for the printed page footer, return 0.0 to not reserve any space for a footer.
</span><span class="cx">     @discussion The height returned will be used to calculate the rect passed to webView:drawFooterInRect:.
</span><span class="lines">@@ -560,7 +559,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:drawHeaderInRect:
</span><del>-    @param webView The WebView sending the delegate method
</del><ins>+    @param sender The WebView sending the delegate method
</ins><span class="cx">     @param rect The NSRect reserved for the header of the page
</span><span class="cx">     @abstract The delegate should draw a header for the sender in the supplied rect.
</span><span class="cx"> */
</span><span class="lines">@@ -568,7 +567,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:drawFooterInRect:
</span><del>-    @param webView The WebView sending the delegate method
</del><ins>+    @param sender The WebView sending the delegate method
</ins><span class="cx">     @param rect The NSRect reserved for the footer of the page
</span><span class="cx">     @abstract The delegate should draw a footer for the sender in the supplied rect.
</span><span class="cx"> */
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebUIDelegatePrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebUIDelegatePrivate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebUIDelegatePrivate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebUIDelegatePrivate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -247,7 +247,6 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:decidePolicyForGeolocationRequestFromOrigin:frame:listener:
</span><del>-    @abstract 
</del><span class="cx">     @param webView The WebView sending the delegate method.
</span><span class="cx">     @param origin The security origin that would like to use Geolocation.
</span><span class="cx">     @param frame The WebFrame whose JavaScript initiated this call.
</span><span class="lines">@@ -267,8 +266,8 @@
</span><span class="cx"> /*!
</span><span class="cx">     @method webView:printFrame:
</span><span class="cx">     @abstract Informs that a WebFrame needs to be printed
</span><del>-    @param webView The WebView sending the delegate method
-    @param frameView The WebFrame needing to be printed
</del><ins>+    @param sender The WebView sending the delegate method
+    @param frame The WebFrame needing to be printed
</ins><span class="cx">     @discussion This method is called when a script or user requests the page to be printed.
</span><span class="cx"> */
</span><span class="cx"> - (void)webView:(WebView *)sender printFrame:(WebFrame *)frame;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebView.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebView.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebView.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -362,7 +362,7 @@
</span><span class="cx"> @property (nonatomic, copy) NSString *customTextEncodingName;
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><del>-    @method mediaStyle
</del><ins>+    @property mediaStyle
</ins><span class="cx">     @abstract The media style for the WebView.
</span><span class="cx">     @discussion The mediaStyle will override the normal value
</span><span class="cx">     of the CSS media property. Setting the value to nil will restore the normal value. The value will be nil unless explicitly set.
</span><span class="lines">@@ -516,7 +516,7 @@
</span><span class="cx"> @property (nonatomic) BOOL drawsBackground;
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><del>-    @method shouldUpdateWhileOffscreen
</del><ins>+    @property shouldUpdateWhileOffscreen
</ins><span class="cx">     @abstract Whether the WebView is always updated even when it is not in a window that is currently visible.
</span><span class="cx">     @discussion If set to NO, then whenever the web view is not in a visible window, updates to the web page will not necessarily be rendered in the view.
</span><span class="cx">     However, when the window is made visible, the view will be updated automatically. Not updating while hidden can improve performance. If set to is YES,
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebViewPrivate.h (207933 => 207934)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebViewPrivate.h        2016-10-27 04:54:14 UTC (rev 207933)
+++ trunk/Source/WebKit/mac/WebView/WebViewPrivate.h        2016-10-27 05:17:34 UTC (rev 207934)
</span><span class="lines">@@ -491,7 +491,7 @@
</span><span class="cx">     @discussion Register classes that implement WebDocumentView and WebDocumentRepresentation respectively.
</span><span class="cx">     @param viewClass The WebDocumentView class to use to render data for a given MIME type.
</span><span class="cx">     @param representationClass The WebDocumentRepresentation class to use to represent data of the given MIME type.
</span><del>-    @param scheme The URL scheme to represent with an object of the given class.
</del><ins>+    @param URLScheme The URL scheme to represent with an object of the given class.
</ins><span class="cx"> */
</span><span class="cx"> + (void)_registerViewClass:(Class)viewClass representationClass:(Class)representationClass forURLScheme:(NSString *)URLScheme;
</span><span class="cx"> 
</span><span class="lines">@@ -574,7 +574,7 @@
</span><span class="cx"> #if !TARGET_OS_IPHONE
</span><span class="cx"> /*!
</span><span class="cx">     @method setAlwaysShowVerticalScroller:
</span><del>-    @result Forces the vertical scroller to be visible if flag is YES, otherwise
</del><ins>+    @abstract Forces the vertical scroller to be visible if flag is YES, otherwise
</ins><span class="cx">     if flag is NO the scroller with automatically show and hide as needed.
</span><span class="cx">  */
</span><span class="cx"> - (void)setAlwaysShowVerticalScroller:(BOOL)flag;
</span><span class="lines">@@ -587,7 +587,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method setAlwaysShowHorizontalScroller:
</span><del>-    @result Forces the horizontal scroller to be visible if flag is YES, otherwise
</del><ins>+    @abstract Forces the horizontal scroller to be visible if flag is YES, otherwise
</ins><span class="cx">     if flag is NO the scroller with automatically show and hide as needed.
</span><span class="cx">  */
</span><span class="cx"> - (void)setAlwaysShowHorizontalScroller:(BOOL)flag;
</span><span class="lines">@@ -794,7 +794,7 @@
</span><span class="cx"> 
</span><span class="cx"> /*!
</span><span class="cx">     @method setCSSAnimationsSuspended
</span><del>-    @param paused YES to suspend animations, NO to resume animations.
</del><ins>+    @param suspended YES to suspend animations, NO to resume animations.
</ins><span class="cx">     @discussion Suspends or resumes all running animations and transitions in the page.
</span><span class="cx"> */
</span><span class="cx"> - (void)setCSSAnimationsSuspended:(BOOL)suspended;
</span></span></pre>
</div>
</div>

</body>
</html>