<!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>[213703] trunk/Source/WebKit2</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/213703">213703</a></dd>
<dt>Author</dt> <dd>tpopela@redhat.com</dd>
<dt>Date</dt> <dd>2017-03-09 23:19:04 -0800 (Thu, 09 Mar 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, fix documentation typos

* UIProcess/API/gtk/WebKitAuthenticationRequest.cpp:
* UIProcess/API/gtk/WebKitContextMenuActions.h:
* UIProcess/API/gtk/WebKitContextMenuItem.cpp:
* UIProcess/API/gtk/WebKitDownload.cpp:
(webkitDownloadNotifyProgress):
* UIProcess/API/gtk/WebKitEditorState.cpp:
* UIProcess/API/gtk/WebKitEditorState.h:
* UIProcess/API/gtk/WebKitError.h:
* UIProcess/API/gtk/WebKitFileChooserRequest.cpp:
* UIProcess/API/gtk/WebKitFindController.cpp:
* UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp:
* UIProcess/API/gtk/WebKitHitTestResult.cpp:
* UIProcess/API/gtk/WebKitPolicyDecision.cpp:
* UIProcess/API/gtk/WebKitPrintOperation.h:
* UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:
* UIProcess/API/gtk/WebKitSecurityManager.cpp:
* UIProcess/API/gtk/WebKitSettings.cpp:
(webkit_settings_class_init):
* UIProcess/API/gtk/WebKitUserMediaPermissionRequest.cpp:
(webkitUserMediaPermissionRequestAllow):
* UIProcess/API/gtk/WebKitWebContext.cpp:
* UIProcess/API/gtk/WebKitWebInspector.cpp:
(webkit_web_inspector_class_init):
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_class_init):
* UIProcess/API/gtk/WebKitWebView.h:
* UIProcess/API/gtk/WebKitWebsiteDataManager.cpp:
* WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp:
* WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp:
* WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:
(webkit_web_page_class_init):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitAuthenticationRequestcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAuthenticationRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitContextMenuActionsh">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuActions.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitContextMenuItemcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitDownloadcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitEditorStatecpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitEditorStateh">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitErrorh">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitFileChooserRequestcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitFindControllercpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFindController.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitGeolocationPermissionRequestcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitHitTestResultcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitPolicyDecisioncpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecision.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitPrintOperationh">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitResponsePolicyDecisioncpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitSecurityManagercpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitSettingscpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitUserMediaPermissionRequestcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserMediaPermissionRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebContextcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebInspectorcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewh">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebsiteDataManagercpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebsiteDataManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitFramecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitWebExtensioncpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitWebPagecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/ChangeLog        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -1,3 +1,39 @@
</span><ins>+2017-03-09  Tomas Popela  &lt;tpopela@redhat.com&gt;
+
+        Unreviewed, fix documentation typos
+
+        * UIProcess/API/gtk/WebKitAuthenticationRequest.cpp:
+        * UIProcess/API/gtk/WebKitContextMenuActions.h:
+        * UIProcess/API/gtk/WebKitContextMenuItem.cpp:
+        * UIProcess/API/gtk/WebKitDownload.cpp:
+        (webkitDownloadNotifyProgress):
+        * UIProcess/API/gtk/WebKitEditorState.cpp:
+        * UIProcess/API/gtk/WebKitEditorState.h:
+        * UIProcess/API/gtk/WebKitError.h:
+        * UIProcess/API/gtk/WebKitFileChooserRequest.cpp:
+        * UIProcess/API/gtk/WebKitFindController.cpp:
+        * UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp:
+        * UIProcess/API/gtk/WebKitHitTestResult.cpp:
+        * UIProcess/API/gtk/WebKitPolicyDecision.cpp:
+        * UIProcess/API/gtk/WebKitPrintOperation.h:
+        * UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:
+        * UIProcess/API/gtk/WebKitSecurityManager.cpp:
+        * UIProcess/API/gtk/WebKitSettings.cpp:
+        (webkit_settings_class_init):
+        * UIProcess/API/gtk/WebKitUserMediaPermissionRequest.cpp:
+        (webkitUserMediaPermissionRequestAllow):
+        * UIProcess/API/gtk/WebKitWebContext.cpp:
+        * UIProcess/API/gtk/WebKitWebInspector.cpp:
+        (webkit_web_inspector_class_init):
+        * UIProcess/API/gtk/WebKitWebView.cpp:
+        (webkit_web_view_class_init):
+        * UIProcess/API/gtk/WebKitWebView.h:
+        * UIProcess/API/gtk/WebKitWebsiteDataManager.cpp:
+        * WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp:
+        * WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp:
+        * WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:
+        (webkit_web_page_class_init):
+
</ins><span class="cx"> 2017-03-09  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Fix CMake build
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitAuthenticationRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAuthenticationRequest.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAuthenticationRequest.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAuthenticationRequest.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -150,10 +150,10 @@
</span><span class="cx">  *
</span><span class="cx">  * Determine whether the authentication method associated with this
</span><span class="cx">  * #WebKitAuthenticationRequest should allow the storage of credentials.
</span><del>- * This will return %FALSE if webkit doesn't support credential storing
</del><ins>+ * This will return %FALSE if WebKit doesn't support credential storing
</ins><span class="cx">  * or if private browsing is enabled.
</span><span class="cx">  *
</span><del>- * Returns: %TRUE if webkit can store credentials or %FALSE otherwise.
</del><ins>+ * Returns: %TRUE if WebKit can store credentials or %FALSE otherwise.
</ins><span class="cx">  *
</span><span class="cx">  * Since: 2.2
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitContextMenuActionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuActions.h (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuActions.h        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuActions.h        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -38,12 +38,12 @@
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_IMAGE_IN_NEW_WINDOW: Open current image in a new window.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_IMAGE_TO_DISK: Download current image.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_TO_CLIPBOARD: Copy current image to the clipboard.
</span><del>- * @WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_URL_TO_CLIPBOARD: Copy curent image location to the clipboard.
</del><ins>+ * @WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_URL_TO_CLIPBOARD: Copy current image location to the clipboard.
</ins><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_FRAME_IN_NEW_WINDOW: Open current frame in a new window.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_GO_BACK: Load the previous history item.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_GO_FORWARD: Load the next history item.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_STOP: Stop any ongoing loading operation.
</span><del>- * @WEBKIT_CONTEXT_MENU_ACTION_RELOAD: Reload the conents of current view.
</del><ins>+ * @WEBKIT_CONTEXT_MENU_ACTION_RELOAD: Reload the contents of current view.
</ins><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_COPY: Copy current selection the clipboard.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_CUT: Cut current selection to the clipboard.
</span><span class="cx">  * @WEBKIT_CONTEXT_MENU_ACTION_PASTE: Paste clipboard contents.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitContextMenuItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">  * load operation will be stopped. You can get the #GtkAction of a
</span><span class="cx">  * #WebKitContextMenuItem created with a #WebKitContextMenuAction with
</span><span class="cx">  * webkit_context_menu_item_get_action() and connect to #GtkAction::activate signal
</span><del>- * to be notified when the item is activated. But you can't prevent the asociated
</del><ins>+ * to be notified when the item is activated. But you can't prevent the associated
</ins><span class="cx">  * action from being performed.
</span><span class="cx">  *
</span><span class="cx">  * Returns: the newly created #WebKitContextMenuItem object.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitDownloadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -352,7 +352,7 @@
</span><span class="cx">     g_signal_emit(download, signals[RECEIVED_DATA], 0, bytesReceived);
</span><span class="cx"> 
</span><span class="cx">     // Throttle progress notification to not consume high amounts of
</span><del>-    // CPU on fast links, except when the last notification occured
</del><ins>+    // CPU on fast links, except when the last notification occurred
</ins><span class="cx">     // more than 0.016 secs ago (60 FPS), or the last notified progress
</span><span class="cx">     // is passed in 1% or we reached the end.
</span><span class="cx">     gdouble currentElapsed = g_timer_elapsed(priv-&gt;timer.get(), 0);
</span><span class="lines">@@ -470,7 +470,7 @@
</span><span class="cx">  * filename you can connect to notify::response signal and call
</span><span class="cx">  * webkit_download_set_destination().
</span><span class="cx">  * If #WebKitDownload::decide-destination signal is not handled
</span><del>- * and destination URI is not set when the download tranfer starts,
</del><ins>+ * and destination URI is not set when the download transfer starts,
</ins><span class="cx">  * the file will be saved with the filename suggested by the server in
</span><span class="cx">  * %G_USER_DIRECTORY_DOWNLOAD directory.
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitEditorStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">  *
</span><span class="cx">  * Gets the typing attributes at the current cursor position.
</span><span class="cx">  * If there is a selection, this returns the typing attributes
</span><del>- * of the the selected text. Note that in case of a selection,
</del><ins>+ * of the selected text. Note that in case of a selection,
</ins><span class="cx">  * typing attributes are considered active only when they are
</span><span class="cx">  * present throughout the selection.
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitEditorStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * WebKitEditorTypingAttributes:
</span><del>- * @WEBKIT_EDITOR_TYPING_ATTRIBUTE_NONE: No typing attrubutes.
</del><ins>+ * @WEBKIT_EDITOR_TYPING_ATTRIBUTE_NONE: No typing attributes.
</ins><span class="cx">  * @WEBKIT_EDITOR_TYPING_ATTRIBUTE_BOLD: Bold typing attribute.
</span><span class="cx">  * @WEBKIT_EDITOR_TYPING_ATTRIBUTE_ITALIC: Italic typing attribute.
</span><span class="cx">  * @WEBKIT_EDITOR_TYPING_ATTRIBUTE_UNDERLINE: Underline typing attribute.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitErrorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">  * @WEBKIT_PLUGIN_ERROR_FAILED: Generic plugin load failure
</span><span class="cx">  * @WEBKIT_PLUGIN_ERROR_CANNOT_FIND_PLUGIN: Load failure due to missing plugin
</span><span class="cx">  * @WEBKIT_PLUGIN_ERROR_CANNOT_LOAD_PLUGIN: Load failure due to inability to load plugin
</span><del>- * @WEBKIT_PLUGIN_ERROR_JAVA_UNAVAILABLE: Load failue due to missing Java support that is required to load plugin
</del><ins>+ * @WEBKIT_PLUGIN_ERROR_JAVA_UNAVAILABLE: Load failure due to missing Java support that is required to load plugin
</ins><span class="cx">  * @WEBKIT_PLUGIN_ERROR_CONNECTION_CANCELLED: Load failure due to connection cancellation
</span><span class="cx">  * @WEBKIT_PLUGIN_ERROR_WILL_HANDLE_LOAD: Load failure since plugin handles the load
</span><span class="cx">  *
</span><span class="lines">@@ -123,9 +123,9 @@
</span><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * WebKitJavascriptError:
</span><del>- * @WEBKIT_JAVASCRIPT_ERROR_SCRIPT_FAILED: An exception was raised in Javascript execution
</del><ins>+ * @WEBKIT_JAVASCRIPT_ERROR_SCRIPT_FAILED: An exception was raised in JavaScript execution
</ins><span class="cx">  *
</span><del>- * Enum values used to denote errors happending when executing Javascript
</del><ins>+ * Enum values used to denote errors happening when executing JavaScript
</ins><span class="cx">  */
</span><span class="cx"> typedef enum {
</span><span class="cx">     WEBKIT_JAVASCRIPT_ERROR_SCRIPT_FAILED = 699
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx">  * WebKitSnapshotError:
</span><span class="cx">  * @WEBKIT_SNAPSHOT_ERROR_FAILED_TO_CREATE: An error occurred when creating a webpage snapshot.
</span><span class="cx">  *
</span><del>- * Enum values used to denote errors happending when creating snapshots of #WebKitWebView
</del><ins>+ * Enum values used to denote errors happening when creating snapshots of #WebKitWebView
</ins><span class="cx">  */
</span><span class="cx"> typedef enum {
</span><span class="cx">     WEBKIT_SNAPSHOT_ERROR_FAILED_TO_CREATE = 799
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitFileChooserRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -197,7 +197,7 @@
</span><span class="cx">  * Returns: (array zero-terminated=1) (transfer none): a
</span><span class="cx">  * %NULL-terminated array of strings if a list of accepted MIME types
</span><span class="cx">  * is defined or %NULL otherwise, meaning that any MIME type should be
</span><del>- * accepted. This array and its contents are owned by WebKitGTK+ and
</del><ins>+ * accepted. This array and its contents are owned by WebKit and
</ins><span class="cx">  * should not be modified or freed.
</span><span class="cx">  */
</span><span class="cx"> const gchar* const* webkit_file_chooser_request_get_mime_types(WebKitFileChooserRequest* request)
</span><span class="lines">@@ -239,7 +239,7 @@
</span><span class="cx">  *
</span><span class="cx">  * Returns: (transfer none): a #GtkFileFilter if a list of accepted
</span><span class="cx">  * MIME types is defined or %NULL otherwise. The returned object is
</span><del>- * owned by WebKitGTK+ should not be modified or freed.
</del><ins>+ * owned by WebKit should not be modified or freed.
</ins><span class="cx">  */
</span><span class="cx"> GtkFileFilter* webkit_file_chooser_request_get_mime_types_filter(WebKitFileChooserRequest* request)
</span><span class="cx"> {
</span><span class="lines">@@ -329,7 +329,7 @@
</span><span class="cx">  * Returns: (array zero-terminated=1) (transfer none): a
</span><span class="cx">  * %NULL-terminated array of strings if there are selected files
</span><span class="cx">  * associated with the request or %NULL otherwise. This array and its
</span><del>- * contents are owned by WebKitGTK+ and should not be modified or
</del><ins>+ * contents are owned by WebKit and should not be modified or
</ins><span class="cx">  * freed.
</span><span class="cx">  */
</span><span class="cx"> const gchar* const* webkit_file_chooser_request_get_selected_files(WebKitFileChooserRequest* request)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitFindControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFindController.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFindController.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFindController.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -345,7 +345,7 @@
</span><span class="cx">  * @find_controller: the #WebKitFindController
</span><span class="cx">  *
</span><span class="cx">  * Gets the #WebKitWebView this find controller is associated to. Do
</span><del>- * not unref the returned instance as it belongs to the
</del><ins>+ * not dereference the returned instance as it belongs to the
</ins><span class="cx">  * #WebKitFindController.
</span><span class="cx">  *
</span><span class="cx">  * Returns: (transfer none): the #WebKitWebView.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitGeolocationPermissionRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">  *
</span><span class="cx">  * WebKitGeolocationPermissionRequest represents a request for
</span><span class="cx">  * permission to decide whether WebKit should provide the user's
</span><del>- * location to a website when requested throught the Geolocation API.
</del><ins>+ * location to a website when requested through the Geolocation API.
</ins><span class="cx">  *
</span><span class="cx">  * When a WebKitGeolocationPermissionRequest is not handled by the user,
</span><span class="cx">  * it is denied by default.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitHitTestResultcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -380,7 +380,7 @@
</span><span class="cx">  * Gets the value of the #WebKitHitTestResult:link-uri property.
</span><span class="cx">  *
</span><span class="cx">  * Returns: the URI of the link element in the coordinates of the Hit Test,
</span><del>- *    or %NULL if there ins't a link element in @hit_test_result context
</del><ins>+ *    or %NULL if there isn't a link element in @hit_test_result context
</ins><span class="cx">  */
</span><span class="cx"> const gchar* webkit_hit_test_result_get_link_uri(WebKitHitTestResult* hitTestResult)
</span><span class="cx"> {
</span><span class="lines">@@ -396,7 +396,7 @@
</span><span class="cx">  * Gets the value of the #WebKitHitTestResult:link-title property.
</span><span class="cx">  *
</span><span class="cx">  * Returns: the title of the link element in the coordinates of the Hit Test,
</span><del>- *    or %NULL if there ins't a link element in @hit_test_result context or the
</del><ins>+ *    or %NULL if there isn't a link element in @hit_test_result context or the
</ins><span class="cx">  *    link element doesn't have a title
</span><span class="cx">  */
</span><span class="cx"> const gchar* webkit_hit_test_result_get_link_title(WebKitHitTestResult* hitTestResult)
</span><span class="lines">@@ -413,7 +413,7 @@
</span><span class="cx">  * Gets the value of the #WebKitHitTestResult:link-label property.
</span><span class="cx">  *
</span><span class="cx">  * Returns: the label of the link element in the coordinates of the Hit Test,
</span><del>- *    or %NULL if there ins't a link element in @hit_test_result context or the
</del><ins>+ *    or %NULL if there isn't a link element in @hit_test_result context or the
</ins><span class="cx">  *    link element doesn't have a label
</span><span class="cx">  */
</span><span class="cx"> const gchar* webkit_hit_test_result_get_link_label(WebKitHitTestResult* hitTestResult)
</span><span class="lines">@@ -430,7 +430,7 @@
</span><span class="cx">  * Gets the value of the #WebKitHitTestResult:image-uri property.
</span><span class="cx">  *
</span><span class="cx">  * Returns: the URI of the image element in the coordinates of the Hit Test,
</span><del>- *    or %NULL if there ins't an image element in @hit_test_result context
</del><ins>+ *    or %NULL if there isn't an image element in @hit_test_result context
</ins><span class="cx">  */
</span><span class="cx"> const gchar* webkit_hit_test_result_get_image_uri(WebKitHitTestResult* hitTestResult)
</span><span class="cx"> {
</span><span class="lines">@@ -446,7 +446,7 @@
</span><span class="cx">  * Gets the value of the #WebKitHitTestResult:media-uri property.
</span><span class="cx">  *
</span><span class="cx">  * Returns: the URI of the media element in the coordinates of the Hit Test,
</span><del>- *    or %NULL if there ins't a media element in @hit_test_result context
</del><ins>+ *    or %NULL if there isn't a media element in @hit_test_result context
</ins><span class="cx">  */
</span><span class="cx"> const gchar* webkit_hit_test_result_get_media_uri(WebKitHitTestResult* hitTestResult)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitPolicyDecisioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecision.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecision.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecision.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">  * webkit_policy_decision_use:
</span><span class="cx">  * @decision: a #WebKitPolicyDecision
</span><span class="cx">  *
</span><del>- * Accept the action which triggerd this decision.
</del><ins>+ * Accept the action which triggered this decision.
</ins><span class="cx">  */
</span><span class="cx"> void webkit_policy_decision_use(WebKitPolicyDecision* decision)
</span><span class="cx"> {
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">  * webkit_policy_decision_ignore:
</span><span class="cx">  * @decision: a #WebKitPolicyDecision
</span><span class="cx">  *
</span><del>- * Ignore the action which triggerd this decision. For instance, for a
</del><ins>+ * Ignore the action which triggered this decision. For instance, for a
</ins><span class="cx">  * #WebKitResponsePolicyDecision, this would cancel the request.
</span><span class="cx">  */
</span><span class="cx"> void webkit_policy_decision_ignore(WebKitPolicyDecision* decision)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitPrintOperationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.h (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.h        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.h        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * WebKitPrintOperationResponse:
</span><del>- * @WEBKIT_PRINT_OPERATION_RESPONSE_PRINT: Print button was cliked in print dialog
</del><ins>+ * @WEBKIT_PRINT_OPERATION_RESPONSE_PRINT: Print button was clicked in print dialog
</ins><span class="cx">  * @WEBKIT_PRINT_OPERATION_RESPONSE_CANCEL: Print dialog was cancelled
</span><span class="cx">  *
</span><span class="cx">  * Enum values representing the response of the print dialog shown with
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitResponsePolicyDecisioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">  *
</span><span class="cx">  * WebKitResponsePolicyDecision represents a policy decision for a
</span><span class="cx">  * resource response, whether from the network or the local system.
</span><del>- * A very common usecase for these types of decision is deciding
</del><ins>+ * A very common use case for these types of decision is deciding
</ins><span class="cx">  * whether or not to download a particular resource or to load it
</span><span class="cx">  * normally.
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitSecurityManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -320,7 +320,7 @@
</span><span class="cx">  * Whether @scheme is considered as an empty document scheme.
</span><span class="cx">  * See also webkit_security_manager_register_uri_scheme_as_empty_document().
</span><span class="cx">  *
</span><del>- * Returns: %TRUE if @scheme is a an empty document scheme or %FALSE otherwise.
</del><ins>+ * Returns: %TRUE if @scheme is an empty document scheme or %FALSE otherwise.
</ins><span class="cx">  */
</span><span class="cx"> gboolean webkit_security_manager_uri_scheme_is_empty_document(WebKitSecurityManager* manager, const char* scheme)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitSettingscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -1084,7 +1084,7 @@
</span><span class="cx">      * Whether to turn on site-specific quirks. Turning this on will
</span><span class="cx">      * tell WebKit to use some site-specific workarounds for
</span><span class="cx">      * better web compatibility. For example, older versions of
</span><del>-     * MediaWiki will incorrectly send to WebKit a css file with KHTML
</del><ins>+     * MediaWiki will incorrectly send to WebKit a CSS file with KHTML
</ins><span class="cx">      * workarounds. By turning on site-specific quirks, WebKit will
</span><span class="cx">      * special-case this and other cases to make some specific sites work.
</span><span class="cx">      */
</span><span class="lines">@@ -1290,8 +1290,8 @@
</span><span class="cx">      * The #WebKitHardwareAccelerationPolicy to decide how to enable and disable
</span><span class="cx">      * hardware acceleration. The default value %WEBKIT_HARDWARE_ACCELERATION_POLICY_ON_DEMAND
</span><span class="cx">      * enables the hardware acceleration when the web contents request it, disabling it again
</span><del>-     * when no longer needed. It's possible to enfore hardware acceleration to be always enabled
-     * by using %WEBKIT_HARDWARE_ACCELERATION_POLICY_ALWAYS. And it's also posible to disable it
</del><ins>+     * when no longer needed. It's possible to enforce hardware acceleration to be always enabled
+     * by using %WEBKIT_HARDWARE_ACCELERATION_POLICY_ALWAYS. And it's also possible to disable it
</ins><span class="cx">      * completely using %WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER. Note that disabling hardware
</span><span class="cx">      * acceleration might cause some websites to not render correctly or consume more CPU.
</span><span class="cx">      *
</span><span class="lines">@@ -2497,7 +2497,7 @@
</span><span class="cx">  *
</span><span class="cx">  * Get the #WebKitSettings:enable-webgl property.
</span><span class="cx">  *
</span><del>- * Returns: %TRUE If webgl support is enabled or %FALSE otherwise.
</del><ins>+ * Returns: %TRUE If WebGL support is enabled or %FALSE otherwise.
</ins><span class="cx">  */
</span><span class="cx"> gboolean webkit_settings_get_enable_webgl(WebKitSettings* settings)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitUserMediaPermissionRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserMediaPermissionRequest.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserMediaPermissionRequest.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserMediaPermissionRequest.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">  *
</span><span class="cx">  * WebKitUserMediaPermissionRequest represents a request for
</span><span class="cx">  * permission to decide whether WebKit should be allowed to access the user's
</span><del>- * audio and video source devices when requested throught the getUserMedia API.
</del><ins>+ * audio and video source devices when requested through the getUserMedia API.
</ins><span class="cx">  *
</span><span class="cx">  * When a WebKitUserMediaPermissionRequest is not handled by the user,
</span><span class="cx">  * it is denied by default.
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto videoDevice = !videoDeviceUIDs.isEmpty() ? videoDeviceUIDs[0] : emptyString();
</span><span class="cx">     auto audioDevice = !audioDeviceUIDs.isEmpty() ? audioDeviceUIDs[0] : emptyString();
</span><del>-    
</del><ins>+
</ins><span class="cx">     priv-&gt;request-&gt;allow(audioDevice, videoDevice);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -675,7 +675,7 @@
</span><span class="cx">  * starting a download from a particular #WebKitWebView use
</span><span class="cx">  * webkit_web_view_download_uri() instead.
</span><span class="cx">  *
</span><del>- * Returns: (transfer full): a new #WebKitDownload representing the
</del><ins>+ * Returns: (transfer full): a new #WebKitDownload representing
</ins><span class="cx">  *    the download operation.
</span><span class="cx">  */
</span><span class="cx"> WebKitDownload* webkit_web_context_download_uri(WebKitWebContext* context, const gchar* uri)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebInspectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -266,7 +266,7 @@
</span><span class="cx">      * in the inspector view to show the inspector in a separate window. In this case
</span><span class="cx">      * the signal #WebKitWebInspector::open-window is emitted after this one.
</span><span class="cx">      *
</span><del>-     * To prevent the inspector vew from being detached you can connect to this
</del><ins>+     * To prevent the inspector view from being detached you can connect to this
</ins><span class="cx">      * signal and simply return %TRUE.
</span><span class="cx">      *
</span><span class="cx">      * Returns: %TRUE to stop other handlers from being invoked for the event.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -1066,7 +1066,7 @@
</span><span class="cx">      * @web_view: the #WebKitWebView on which the signal is emitted
</span><span class="cx">      * @load_event: the #WebKitLoadEvent
</span><span class="cx">      *
</span><del>-     * Emitted when the a load operation in @web_view changes.
</del><ins>+     * Emitted when a load operation in @web_view changes.
</ins><span class="cx">      * The signal is always emitted with %WEBKIT_LOAD_STARTED when a
</span><span class="cx">      * new load request is made and %WEBKIT_LOAD_FINISHED when the load
</span><span class="cx">      * finishes successfully or due to an error. When the ongoing load
</span><span class="lines">@@ -1251,7 +1251,7 @@
</span><span class="cx">      * &lt;function&gt;window.showModalDialog&lt;/function&gt;. The purpose of
</span><span class="cx">      * this signal is to allow the client application to prepare the
</span><span class="cx">      * new view to behave as modal. Once the signal is emitted a new
</span><del>-     * mainloop will be run to block user interaction in the parent
</del><ins>+     * main loop will be run to block user interaction in the parent
</ins><span class="cx">      * #WebKitWebView until the new dialog is closed.
</span><span class="cx">      */
</span><span class="cx">     signals[RUN_AS_MODAL] =
</span><span class="lines">@@ -1478,7 +1478,7 @@
</span><span class="cx">      * @web_view: the #WebKitWebView on which the signal is emitted
</span><span class="cx">      * @print_operation: the #WebKitPrintOperation that will handle the print request
</span><span class="cx">      *
</span><del>-     * Emitted when printing is requested on @web_view, usually by a javascript call,
</del><ins>+     * Emitted when printing is requested on @web_view, usually by a JavaScript call,
</ins><span class="cx">      * before the print dialog is shown. This signal can be used to set the initial
</span><span class="cx">      * print settings and page setup of @print_operation to be used as default values in
</span><span class="cx">      * the print dialog. You can call webkit_print_operation_set_print_settings() and
</span><span class="lines">@@ -2295,7 +2295,7 @@
</span><span class="cx">  * @web_view: a #WebKitWebView
</span><span class="cx">  *
</span><span class="cx">  * Get whether a #WebKitWebView is ephemeral. To create an ephemeral #WebKitWebView you need to
</span><del>- * use g_object_new() and pass is-ephemeral propery with %TRUE value. See
</del><ins>+ * use g_object_new() and pass is-ephemeral property with %TRUE value. See
</ins><span class="cx">  * #WebKitWebView:is-ephemeral for more details.
</span><span class="cx">  * If @web_view was created with a ephemeral #WebKitWebView:related-view or an
</span><span class="cx">  * ephemeral #WebKitWebView:web-context it will also be ephemeral.
</span><span class="lines">@@ -2403,7 +2403,7 @@
</span><span class="cx">  * Load the given @content string for the URI @content_uri.
</span><span class="cx">  * This allows clients to display page-loading errors in the #WebKitWebView itself.
</span><span class="cx">  * When this method is called from #WebKitWebView::load-failed signal to show an
</span><del>- * error page, the the back-forward list is maintained appropriately.
</del><ins>+ * error page, then the back-forward list is maintained appropriately.
</ins><span class="cx">  * For everything else this method works the same way as webkit_web_view_load_html().
</span><span class="cx">  */
</span><span class="cx"> void webkit_web_view_load_alternate_html(WebKitWebView* webView, const gchar* content, const gchar* contentURI, const gchar* baseURI)
</span><span class="lines">@@ -2579,7 +2579,7 @@
</span><span class="cx">  * Gets the value of the #WebKitWebView:is-loading property.
</span><span class="cx">  * You can monitor when a #WebKitWebView is loading a page by connecting to
</span><span class="cx">  * notify::is-loading signal of @web_view. This is useful when you are
</span><del>- * interesting in knowing when the view is loding something but not in the
</del><ins>+ * interesting in knowing when the view is loading something but not in the
</ins><span class="cx">  * details about the status of the load operation, for example to start a spinner
</span><span class="cx">  * when the view is loading a page and stop it when it finishes.
</span><span class="cx">  *
</span><span class="lines">@@ -3481,7 +3481,7 @@
</span><span class="cx">  *
</span><span class="cx">  * Requests downloading of the specified URI string for @web_view.
</span><span class="cx">  *
</span><del>- * Returns: (transfer full): a new #WebKitDownload representing the
</del><ins>+ * Returns: (transfer full): a new #WebKitDownload representing
</ins><span class="cx">  *    the download operation.
</span><span class="cx">  */
</span><span class="cx"> WebKitDownload* webkit_web_view_download_uri(WebKitWebView* webView, const char* uri)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -111,7 +111,7 @@
</span><span class="cx">  * @WEBKIT_LOAD_REDIRECTED: A provisional data source received
</span><span class="cx">  * a server redirect.
</span><span class="cx">  * @WEBKIT_LOAD_COMMITTED: The content started arriving for a page load.
</span><del>- * The necessary transport requirements are stabilished, and the
</del><ins>+ * The necessary transport requirements are established, and the
</ins><span class="cx">  * load is being performed.
</span><span class="cx">  * @WEBKIT_LOAD_FINISHED: Load completed. All resources are done loading
</span><span class="cx">  * or there was an error during the load operation.
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebsiteDataManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebsiteDataManager.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebsiteDataManager.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebsiteDataManager.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -751,7 +751,7 @@
</span><span class="cx">  *
</span><span class="cx">  * Finish an asynchronous operation started with webkit_website_data_manager_remove().
</span><span class="cx">  *
</span><del>- * Returns: %TRUE if website data resources were succesfully removed, or %FALSE otherwise.
</del><ins>+ * Returns: %TRUE if website data resources were successfully removed, or %FALSE otherwise.
</ins><span class="cx">  *
</span><span class="cx">  * Since: 2.16
</span><span class="cx">  */
</span><span class="lines">@@ -803,7 +803,7 @@
</span><span class="cx">  *
</span><span class="cx">  * Finish an asynchronous operation started with webkit_website_data_manager_clear()
</span><span class="cx">  *
</span><del>- * Returns: %TRUE if website data was succesfully cleared, or %FALSE otherwise.
</del><ins>+ * Returns: %TRUE if website data was successfully cleared, or %FALSE otherwise.
</ins><span class="cx">  *
</span><span class="cx">  * Since: 2.16
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitFramecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">  * webkit_frame_is_main_frame:
</span><span class="cx">  * @frame: a #WebKitFrame
</span><span class="cx">  *
</span><del>- * Gets whether @frame is the a main frame of a #WebKitWebPage
</del><ins>+ * Gets whether @frame is the main frame of a #WebKitWebPage
</ins><span class="cx">  *
</span><span class="cx">  * Returns: %TRUE if @frame is a main frame or %FALSE otherwise
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitWebExtensioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx">  * Get the web page of the given @page_id.
</span><span class="cx">  *
</span><span class="cx">  * Returns: (transfer none): the #WebKitWebPage for the given @page_id, or %NULL if the
</span><del>- *    identifier doesn't correspond to an exsiting web page.
</del><ins>+ *    identifier doesn't correspond to an existing web page.
</ins><span class="cx">  */
</span><span class="cx"> WebKitWebPage* webkit_web_extension_get_page(WebKitWebExtension* extension, guint64 pageID)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitWebPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp (213702 => 213703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp        2017-03-10 05:18:28 UTC (rev 213702)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp        2017-03-10 07:19:04 UTC (rev 213703)
</span><span class="lines">@@ -453,13 +453,13 @@
</span><span class="cx">      * @context_menu: the proposed #WebKitContextMenu
</span><span class="cx">      * @hit_test_result: a #WebKitWebHitTestResult
</span><span class="cx">      *
</span><del>-     * Emmited before a context menu is displayed in the UI Process to
</del><ins>+     * Emitted before a context menu is displayed in the UI Process to
</ins><span class="cx">      * give the application a chance to customize the proposed menu,
</span><span class="cx">      * build its own context menu or pass user data to the UI Process.
</span><span class="cx">      * This signal is useful when the information available in the UI Process
</span><span class="cx">      * is not enough to build or customize the context menu, for example, to
</span><span class="cx">      * add menu entries depending on the #WebKitDOMNode at the coordinates of the
</span><del>-     * @hit_test_result. Otherwise, it's recommened to use #WebKitWebView::context-menu
</del><ins>+     * @hit_test_result. Otherwise, it's recommended to use #WebKitWebView::context-menu
</ins><span class="cx">      * signal instead.
</span><span class="cx">      *
</span><span class="cx">      * Returns: %TRUE if the proposed @context_menu has been modified, or %FALSE otherwise.
</span><span class="lines">@@ -482,8 +482,8 @@
</span><span class="cx">      * @web_page: the #WebKitWebPage on which the signal is emitted
</span><span class="cx">      * @console_message: the #WebKitConsoleMessage
</span><span class="cx">      *
</span><del>-     * Emmited when a message is sent to the console. This can be a message
-     * produced by the use of JavaScript console API, a javascript exception,
</del><ins>+     * Emitted when a message is sent to the console. This can be a message
+     * produced by the use of JavaScript console API, a JavaScript exception,
</ins><span class="cx">      * a security error or other errors, warnings, debug or log messages.
</span><span class="cx">      * The @console_message contains information of the message.
</span><span class="cx">      *
</span><span class="lines">@@ -505,7 +505,7 @@
</span><span class="cx">      *     #WebKitDOMElement with the list of forms in the page
</span><span class="cx">      *
</span><span class="cx">      * Emitted after form elements (or form associated elements) are associated to a particular web
</span><del>-     * page. This is useful to implement form autofilling for web pages where form fields are added
</del><ins>+     * page. This is useful to implement form auto filling for web pages where form fields are added
</ins><span class="cx">      * dynamically. This signal might be emitted multiple times for the same web page.
</span><span class="cx">      *
</span><span class="cx">      * Note that this signal could be also emitted when form controls are moved between forms. In
</span></span></pre>
</div>
</div>

</body>
</html>