Title: [250706] trunk/Source/WebKit
Revision
250706
Author
carlo...@webkit.org
Date
2019-10-03 23:04:52 -0700 (Thu, 03 Oct 2019)

Log Message

Unreviewed. Address review comments after r250646.

I forgot to include the documentation improvements suggested.

* UIProcess/API/glib/WebKitWebContext.cpp:
(webkit_web_context_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (250705 => 250706)


--- trunk/Source/WebKit/ChangeLog	2019-10-04 05:52:17 UTC (rev 250705)
+++ trunk/Source/WebKit/ChangeLog	2019-10-04 06:04:52 UTC (rev 250706)
@@ -1,3 +1,12 @@
+2019-10-03  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Address review comments after r250646.
+
+        I forgot to include the documentation improvements suggested.
+
+        * UIProcess/API/glib/WebKitWebContext.cpp:
+        (webkit_web_context_class_init):
+
 2019-10-03  Christopher Reid  <chris.r...@sony.com>
 
         [WinCairo] Remote inspector client target list is racy

Modified: trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp (250705 => 250706)


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp	2019-10-04 05:52:17 UTC (rev 250705)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp	2019-10-04 06:04:52 UTC (rev 250706)
@@ -474,6 +474,12 @@
      *
      * Whether swap Web processes on cross-site navigations is enabled.
      *
+     * When enabled, pages from each security origin will be handled by
+     * their own separate Web processes, which are started (and
+     * terminated) on demand as the user navigates across different
+     * domains. This is an important security measure which helps prevent
+     * websites stealing data from other visited pages.
+     *
      * Since: 2.28
      */
     g_object_class_install_property(
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to