Title: [235766] releases/WebKitGTK/webkit-2.22
- Revision
- 235766
- Author
- [email protected]
- Date
- 2018-09-06 16:47:59 -0700 (Thu, 06 Sep 2018)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.92 release.
.:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
Source/WebKit:
* wpe/NEWS: Add release notes for 2.21.92.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (235765 => 235766)
--- releases/WebKitGTK/webkit-2.22/ChangeLog 2018-09-06 23:44:49 UTC (rev 235765)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog 2018-09-06 23:47:59 UTC (rev 235766)
@@ -1,3 +1,9 @@
+2018-09-06 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.92 release.
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2018-09-03 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.0 release.
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (235765 => 235766)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-09-06 23:44:49 UTC (rev 235765)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-09-06 23:47:59 UTC (rev 235766)
@@ -1,3 +1,9 @@
+2018-09-06 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.92 release.
+
+ * wpe/NEWS: Add release notes for 2.21.92.
+
2018-09-03 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.0 release.
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS (235765 => 235766)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS 2018-09-06 23:44:49 UTC (rev 235765)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS 2018-09-06 23:47:59 UTC (rev 235766)
@@ -1,3 +1,35 @@
+==================
+WPE WebKit 2.21.92
+==================
+
+What's new in WPE WebKit 2.21.91?
+
+ - New MiniBrowser for WPE, which can be enabled at build time.
+ - Add warn_unused_result attribute to some _javascript_Core GLib APIs.
+ - Fix the build in mips64.
+ - Add new API to inject/register user content in isolated worlds.
+ - Add more API to JSCException to handle column number, convert exception to string, get the exception backtrace,
+ create exceptions with a custom error name and report exception message with full details.
+ - Fix excessive CPU usage when getting the process memory footprint.
+ - Fix several crashes and rendering issues.
+
+==================
+WPE WebKit 2.21.91
+==================
+
+What's new in WPE WebKit 2.21.91?
+
+ - Add API to evaluate code in a new object to _javascript_Core GLib API.
+ - Add API to check for syntax errors in given code to _javascript_Core GLib API.
+ - Update jsc_context_evaluate_with_source_uri() to receive also a starting line number.
+ - Add API to allow creating variadic functions to _javascript_Core GLib API.
+ - Add API to run _javascript_ from a WebKitWebView in an isolated world.
+ - Disable Gigacage if mmap fails to allocate in Linux.
+ - Fix WebProcess crash when trying to use the remote Web Inspector.
+ - Fix a network process crash when trying to get cookies of about:blank page.
+ - Fix some frames being dropped when using requestAnimationFrame() to animate elements.
+ - Fix several crashes and rendering issues.
+
=================
WPE WebKit 2.21.2
=================
Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake (235765 => 235766)
--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake 2018-09-06 23:44:49 UTC (rev 235765)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake 2018-09-06 23:47:59 UTC (rev 235766)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 21 2)
+SET_PROJECT_VERSION(2 21 92)
set(WPE_API_VERSION 0.1)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 3 0 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 0 2)
# 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