WebKit Bugzilla
Attachment 361154 Details for
Bug 194274
: [WPE][GTK] Defer sandboxing APIs to 2.26
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194274-20190204224852.patch (text/plain), 1.98 KB, created by
Michael Catanzaro
on 2019-02-04 20:48:53 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-02-04 20:48:53 PST
Size:
1.98 KB
patch
obsolete
>Subversion Revision: 240963 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 937763a81a2be5c4a109a876b2d8581245e8aa04..bf2067866d9dbe07163e4c81c64949e1b25c9981 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2019-02-04 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ [WPE][GTK] Defer sandboxing APIs to 2.26 >+ https://bugs.webkit.org/show_bug.cgi?id=194274 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ 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-04 Simon Fraser <simon.fraser@apple.com> > > Move some macOS/iOS scrolling code into the scrolling/cocoa directory >diff --git a/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp b/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp >index 724c5fbf5e847ced1f30fb08cfd58d8d1f569f0b..1ecbf3803e5e405d5176f9351d923e8cd1734327 100644 >--- a/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp >+++ b/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp >@@ -1159,7 +1159,7 @@ void webkit_web_context_register_uri_scheme(WebKitWebContext* context, const cha > * > * 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) > { >@@ -1183,7 +1183,7 @@ void webkit_web_context_set_sandbox_enabled(WebKitWebContext* context, gboolean > * > * 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) > { >@@ -1205,7 +1205,7 @@ void webkit_web_context_add_path_to_sandbox(WebKitWebContext* context, const cha > * > * Returns: %TRUE if sandboxing is enabled, or %FALSE otherwise. > * >- * Since: 2.24 >+ * Since: 2.26 > */ > gboolean webkit_web_context_get_sandbox_enabled(WebKitWebContext* context) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194274
: 361154