Title: [271391] trunk
- Revision
- 271391
- Author
- [email protected]
- Date
- 2021-01-12 01:32:37 -0800 (Tue, 12 Jan 2021)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.31.1 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.31.1.
* webkitglib-symbols.map: Remove WebKit::PluginProcessMain.
Modified Paths
Diff
Modified: trunk/ChangeLog (271390 => 271391)
--- trunk/ChangeLog 2021-01-12 07:04:59 UTC (rev 271390)
+++ trunk/ChangeLog 2021-01-12 09:32:37 UTC (rev 271391)
@@ -1,3 +1,9 @@
+2021-01-12 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.31.1 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2021-01-11 Yoshiaki Jitsukawa <[email protected]>
[PlayStation] Add MiniBrowser
Modified: trunk/Source/WebKit/ChangeLog (271390 => 271391)
--- trunk/Source/WebKit/ChangeLog 2021-01-12 07:04:59 UTC (rev 271390)
+++ trunk/Source/WebKit/ChangeLog 2021-01-12 09:32:37 UTC (rev 271391)
@@ -1,3 +1,10 @@
+2021-01-12 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.31.1 release
+
+ * gtk/NEWS: Add release notes for 2.31.1.
+ * webkitglib-symbols.map: Remove WebKit::PluginProcessMain.
+
2021-01-11 Peng Liu <[email protected]>
Receiving two enter/exit fullscreen delegate callbacks on iPad when presenting fullscreen elements
Modified: trunk/Source/WebKit/gtk/NEWS (271390 => 271391)
--- trunk/Source/WebKit/gtk/NEWS 2021-01-12 07:04:59 UTC (rev 271390)
+++ trunk/Source/WebKit/gtk/NEWS 2021-01-12 09:32:37 UTC (rev 271391)
@@ -1,4 +1,17 @@
================
+WebKitGTK 2.31.1
+================
+
+What's new in WebKitGTK 2.31.1?
+
+ - Remove support for NPAPI plugins.
+ - Enable the web process cache when PSON is enabled too.
+ - TLS errors and proxy settings APIs have been moved from WebKitContext to WebKitWebsiteDataManager.
+ - Add new API to remove individual scripts/stylesheets using WebKitUserContentManager.
+ - Correctly apply the system font scaling factor.
+ - Show main loop frames information in the web inspector.
+
+================
WebKitGTK 2.29.4
================
Modified: trunk/Source/WebKit/webkitglib-symbols.map (271390 => 271391)
--- trunk/Source/WebKit/webkitglib-symbols.map 2021-01-12 07:04:59 UTC (rev 271390)
+++ trunk/Source/WebKit/webkitglib-symbols.map 2021-01-12 09:32:37 UTC (rev 271391)
@@ -7,7 +7,6 @@
"bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_key";
"bmalloc::vmPageSize()::cached";
"WebKit::NetworkProcessMain(int, char**)";
- "WebKit::PluginProcessMain(int, char**)";
"WebKit::WebKitExtensionManager::initialize(WebKit::InjectedBundle*, API::Object*)";
"WebKit::WebKitExtensionManager::singleton()";
"WebKit::WebProcessMain(int, char**)";
Modified: trunk/Source/cmake/OptionsGTK.cmake (271390 => 271391)
--- trunk/Source/cmake/OptionsGTK.cmake 2021-01-12 07:04:59 UTC (rev 271390)
+++ trunk/Source/cmake/OptionsGTK.cmake 2021-01-12 09:32:37 UTC (rev 271391)
@@ -4,7 +4,7 @@
WEBKIT_OPTION_BEGIN()
WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
-SET_PROJECT_VERSION(2 31 0)
+SET_PROJECT_VERSION(2 31 1)
if (USE_GTK4)
set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
else ()
set(WEBKITGTK_API_VERSION 4.0)
set(GTK_MINIMUM_VERSION 3.22.0)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 87 0 50)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 88 0 51)
endif ()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 0 18)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 1 18)
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes