Title: [241589] trunk/Source/WebKit
Revision
241589
Author
[email protected]
Date
2019-02-15 09:14:59 -0800 (Fri, 15 Feb 2019)

Log Message

[WPE][GTK] Defer sandboxing APIs to 2.26
https://bugs.webkit.org/show_bug.cgi?id=194274

Reviewed by Carlos Garcia Campos.

The web process sandbox has not been widely-tested yet, so we should defer the new APIs to
2.26.

* UIProcess/API/glib/WebKitWebContext.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241588 => 241589)


--- trunk/Source/WebKit/ChangeLog	2019-02-15 16:52:33 UTC (rev 241588)
+++ trunk/Source/WebKit/ChangeLog	2019-02-15 17:14:59 UTC (rev 241589)
@@ -1,3 +1,15 @@
+2019-02-15  Michael Catanzaro  <[email protected]>
+
+        [WPE][GTK] Defer sandboxing APIs to 2.26
+        https://bugs.webkit.org/show_bug.cgi?id=194274
+
+        Reviewed by Carlos Garcia Campos.
+
+        The web process sandbox has not been widely-tested yet, so we should defer the new APIs to
+        2.26.
+
+        * UIProcess/API/glib/WebKitWebContext.cpp:
+
 2019-02-10  Darin Adler  <[email protected]>
 
         Replace more uses of String::format with StringConcatenate (mostly non-Apple platform-specific cases)

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


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp	2019-02-15 16:52:33 UTC (rev 241588)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp	2019-02-15 17:14:59 UTC (rev 241589)
@@ -1160,7 +1160,7 @@
  *
  * This is only implemented on Linux and is a no-op otherwise.
  *
- * Since: 2.24
+ * Since: 2.26
  */
 void webkit_web_context_set_sandbox_enabled(WebKitWebContext* context, gboolean enabled)
 {
@@ -1184,7 +1184,7 @@
  *
  * See also webkit_web_context_set_sandbox_enabled()
  *
- * Since: 2.24
+ * Since: 2.26
  */
 void webkit_web_context_add_path_to_sandbox(WebKitWebContext* context, const char* path, gboolean readOnly)
 {
@@ -1206,7 +1206,7 @@
  *
  * Returns: %TRUE if sandboxing is enabled, or %FALSE otherwise.
  *
- * Since: 2.24
+ * Since: 2.26
  */
 gboolean webkit_web_context_get_sandbox_enabled(WebKitWebContext* context)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to