Title: [229457] trunk/Source/WebKit
Revision
229457
Author
[email protected]
Date
2018-03-09 02:37:01 -0800 (Fri, 09 Mar 2018)

Log Message

Unreviewed. [GTK][WPE] Bump Since tags of resource load stats API.

The functionality hasn't been properly tested to be released in WebKitGTK+ 2.20.

* UIProcess/API/glib/WebKitWebsiteDataManager.cpp:
(webkit_website_data_manager_class_init):
* UIProcess/API/gtk/WebKitWebsiteData.h:
* UIProcess/API/wpe/WebKitWebsiteData.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229456 => 229457)


--- trunk/Source/WebKit/ChangeLog	2018-03-09 10:18:50 UTC (rev 229456)
+++ trunk/Source/WebKit/ChangeLog	2018-03-09 10:37:01 UTC (rev 229457)
@@ -1,3 +1,14 @@
+2018-03-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. [GTK][WPE] Bump Since tags of resource load stats API.
+
+        The functionality hasn't been properly tested to be released in WebKitGTK+ 2.20.
+
+        * UIProcess/API/glib/WebKitWebsiteDataManager.cpp:
+        (webkit_website_data_manager_class_init):
+        * UIProcess/API/gtk/WebKitWebsiteData.h:
+        * UIProcess/API/wpe/WebKitWebsiteData.h:
+
 2018-03-08  Zan Dobersek  <[email protected]>
 
         Unreviewed. Suppress GCC warnings in SystemPreviewController.cpp by

Modified: trunk/Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp (229456 => 229457)


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp	2018-03-09 10:18:50 UTC (rev 229456)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp	2018-03-09 10:37:01 UTC (rev 229457)
@@ -343,7 +343,7 @@
      *
      * The directory where resource load statistics will be stored.
      *
-     * Since: 2.20
+     * Since: 2.22
      */
     g_object_class_install_property(
         gObjectClass,
@@ -643,7 +643,7 @@
  *
  * Returns: (allow-none): the directory where resource load statistics are stored or %NULL if @manager is ephemeral.
  *
- * Since: 2.20
+ * Since: 2.22
  */
 const gchar* webkit_website_data_manager_get_resource_load_statistics_directory(WebKitWebsiteDataManager* manager)
 {
@@ -685,7 +685,7 @@
  *
  * Enable collection of resource load statistics for intelligent tracking prevention.
  *
- * Since: 2.20
+ * Since: 2.22
  */
 void webkit_website_data_manager_set_resource_load_statistics_enabled(WebKitWebsiteDataManager* manager, gboolean enabled)
 {
@@ -702,7 +702,7 @@
  *
  * Returns: %TRUE if collection of resource load statistics is enabled, or %FALSE otherwise.
  *
- * Since: 2.20
+ * Since: 2.22
  */
 gboolean webkit_website_data_manager_get_resource_load_statistics_enabled(WebKitWebsiteDataManager* manager)
 {

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebsiteData.h (229456 => 229457)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebsiteData.h	2018-03-09 10:18:50 UTC (rev 229456)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebsiteData.h	2018-03-09 10:37:01 UTC (rev 229457)
@@ -44,7 +44,7 @@
  * @WEBKIT_WEBSITE_DATA_INDEXEDDB_DATABASES: IndexedDB databases.
  * @WEBKIT_WEBSITE_DATA_PLUGIN_DATA: Plugins data.
  * @WEBKIT_WEBSITE_DATA_COOKIES: Cookies.
- * @WEBKIT_WEBSITE_DATA_RESOURCE_LOAD_STATISTICS: Resource load statistics. Since 2.20.
+ * @WEBKIT_WEBSITE_DATA_RESOURCE_LOAD_STATISTICS: Resource load statistics. Since 2.22.
  * @WEBKIT_WEBSITE_DATA_ALL: All types.
  *
  * Enum values with flags representing types of Website data.

Modified: trunk/Source/WebKit/UIProcess/API/wpe/WebKitWebsiteData.h (229456 => 229457)


--- trunk/Source/WebKit/UIProcess/API/wpe/WebKitWebsiteData.h	2018-03-09 10:18:50 UTC (rev 229456)
+++ trunk/Source/WebKit/UIProcess/API/wpe/WebKitWebsiteData.h	2018-03-09 10:37:01 UTC (rev 229457)
@@ -44,7 +44,7 @@
  * @WEBKIT_WEBSITE_DATA_INDEXEDDB_DATABASES: IndexedDB databases.
  * @WEBKIT_WEBSITE_DATA_PLUGIN_DATA: Plugins data.
  * @WEBKIT_WEBSITE_DATA_COOKIES: Cookies.
- * @WEBKIT_WEBSITE_DATA_RESOURCE_LOAD_STATISTICS: Resource load statistics. Since 2.20.
+ * @WEBKIT_WEBSITE_DATA_RESOURCE_LOAD_STATISTICS: Resource load statistics. Since 2.22.
  * @WEBKIT_WEBSITE_DATA_ALL: All types.
  *
  * Enum values with flags representing types of Website data.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to