Title: [235118] trunk
- Revision
- 235118
- Author
- [email protected]
- Date
- 2018-08-21 09:33:51 -0700 (Tue, 21 Aug 2018)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.91 release.
.:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
Source/WebKit:
* wpe/NEWS: Add release notes for the 2.21.91 release.
Modified Paths
Diff
Modified: trunk/ChangeLog (235117 => 235118)
--- trunk/ChangeLog 2018-08-21 16:16:54 UTC (rev 235117)
+++ trunk/ChangeLog 2018-08-21 16:33:51 UTC (rev 235118)
@@ -1,5 +1,11 @@
2018-08-21 Adrian Perez de Castro <[email protected]>
+ Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.91 release.
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
+2018-08-21 Adrian Perez de Castro <[email protected]>
+
[WPE] Update to use libwpe-1.0.0 and WPEBackend-fdo-1.0.0
https://bugs.webkit.org/show_bug.cgi?id=188782
Modified: trunk/Source/WebKit/ChangeLog (235117 => 235118)
--- trunk/Source/WebKit/ChangeLog 2018-08-21 16:16:54 UTC (rev 235117)
+++ trunk/Source/WebKit/ChangeLog 2018-08-21 16:33:51 UTC (rev 235118)
@@ -1,3 +1,9 @@
+2018-08-21 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.91 release.
+
+ * wpe/NEWS: Add release notes for the 2.21.91 release.
+
2018-08-21 Commit Queue <[email protected]>
Unreviewed, rolling out r234981.
Modified: trunk/Source/WebKit/wpe/NEWS (235117 => 235118)
--- trunk/Source/WebKit/wpe/NEWS 2018-08-21 16:16:54 UTC (rev 235117)
+++ trunk/Source/WebKit/wpe/NEWS 2018-08-21 16:33:51 UTC (rev 235118)
@@ -1,3 +1,21 @@
+==================
+WPE WebKit 2.21.91
+==================
+
+What' new in WPE WebKit 2.21.2?
+
+ - 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: trunk/Source/cmake/OptionsWPE.cmake (235117 => 235118)
--- trunk/Source/cmake/OptionsWPE.cmake 2018-08-21 16:16:54 UTC (rev 235117)
+++ trunk/Source/cmake/OptionsWPE.cmake 2018-08-21 16:33:51 UTC (rev 235118)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 21 2)
+SET_PROJECT_VERSION(2 21 91)
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