]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
webkit2gtk-4.0: Update to 2.20.0
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 25 Mar 2018 19:32:21 +0000 (21:32 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 26 Mar 2018 09:08:00 +0000 (11:08 +0200)
vapi/webkit2gtk-4.0.vapi
vapi/webkit2gtk-web-extension-4.0.vapi

index 10dbc371136f8bfcd7b4df57afa9903d22542cbd..6696d1516695749123e545926ba1901564b040f7 100644 (file)
@@ -1200,16 +1200,10 @@ namespace WebKit {
                public unowned string? get_local_storage_directory ();
                [Version (since = "2.10")]
                public unowned string? get_offline_application_cache_directory ();
-               [Version (since = "2.20")]
-               public unowned string? get_resource_load_statistics_directory ();
-               [Version (since = "2.20")]
-               public bool get_resource_load_statistics_enabled ();
                [Version (since = "2.10")]
                public unowned string? get_websql_directory ();
                [Version (since = "2.16")]
                public async bool remove (WebKit.WebsiteDataTypes types, GLib.List<WebKit.WebsiteData> website_data, GLib.Cancellable? cancellable) throws GLib.Error;
-               [Version (since = "2.20")]
-               public void set_resource_load_statistics_enabled (bool enabled);
                [Version (since = "2.10")]
                public string base_cache_directory { get; construct; }
                [Version (since = "2.10")]
@@ -1225,8 +1219,6 @@ namespace WebKit {
                public string local_storage_directory { get; construct; }
                [Version (since = "2.10")]
                public string offline_application_cache_directory { get; construct; }
-               [Version (since = "2.20")]
-               public string resource_load_statistics_directory { get; construct; }
                [Version (since = "2.10")]
                public string websql_directory { get; construct; }
        }
@@ -1489,7 +1481,6 @@ namespace WebKit {
                INDEXEDDB_DATABASES,
                PLUGIN_DATA,
                COOKIES,
-               RESOURCE_LOAD_STATISTICS,
                ALL
        }
        [CCode (cheader_filename = "webkit2/webkit2.h", cprefix = "WEBKIT_DOWNLOAD_ERROR_")]
index 6905d32f26c1083fa590f062fd84f9b15d82d18f..9f225c794d69e99e2073eb20a80167611b7f9c34 100644 (file)
@@ -3065,7 +3065,7 @@ namespace WebKit {
                public signal void form_controls_associated (GLib.GenericArray<WebKit.DOM.Element> elements);
                public signal bool send_request (WebKit.URIRequest request, WebKit.URIResponse redirected_response);
                [Version (since = "2.20")]
-               public signal void will_submit_form (WebKit.DOM.HTMLFormElement form, WebKit.FormSubmissionStep step, WebKit.Frame source_frame, WebKit.Frame target_frame, GLib.GenericArray<string> text_field_names, GLib.GenericArray<string> text_field_values);
+               public signal void will_submit_form (WebKit.DOM.Element form, WebKit.FormSubmissionStep step, WebKit.Frame source_frame, WebKit.Frame target_frame, GLib.GenericArray<string> text_field_names, GLib.GenericArray<string> text_field_values);
        }
        [CCode (cheader_filename = "webkit2/webkit-web-extension.h", cprefix = "WEBKIT_CONSOLE_MESSAGE_LEVEL_", type_id = "webkit_console_message_level_get_type ()")]
        [Version (since = "2.12")]