Changeset 241589 in webkit


Ignore:
Timestamp:
Feb 15, 2019 9:14:59 AM (5 years ago)
Author:
Michael Catanzaro
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r241587 r241589  
     12019-02-15  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE][GTK] Defer sandboxing APIs to 2.26
     4        https://bugs.webkit.org/show_bug.cgi?id=194274
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        The web process sandbox has not been widely-tested yet, so we should defer the new APIs to
     9        2.26.
     10
     11        * UIProcess/API/glib/WebKitWebContext.cpp:
     12
    1132019-02-10  Darin Adler  <darin@apple.com>
    214
  • trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp

    r241559 r241589  
    11611161 * This is only implemented on Linux and is a no-op otherwise.
    11621162 *
    1163  * Since: 2.24
     1163 * Since: 2.26
    11641164 */
    11651165void webkit_web_context_set_sandbox_enabled(WebKitWebContext* context, gboolean enabled)
     
    11851185 * See also webkit_web_context_set_sandbox_enabled()
    11861186 *
    1187  * Since: 2.24
     1187 * Since: 2.26
    11881188 */
    11891189void webkit_web_context_add_path_to_sandbox(WebKitWebContext* context, const char* path, gboolean readOnly)
     
    12071207 * Returns: %TRUE if sandboxing is enabled, or %FALSE otherwise.
    12081208 *
    1209  * Since: 2.24
     1209 * Since: 2.26
    12101210 */
    12111211gboolean webkit_web_context_get_sandbox_enabled(WebKitWebContext* context)
Note: See TracChangeset for help on using the changeset viewer.