Title: [254829] trunk
- Revision
- 254829
- Author
- [email protected]
- Date
- 2020-01-20 08:55:23 -0800 (Mon, 20 Jan 2020)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.4 release
.:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
Source/WebKit:
* wpe/NEWS: Add release notes for 2.27.4
Modified Paths
Diff
Modified: trunk/ChangeLog (254828 => 254829)
--- trunk/ChangeLog 2020-01-20 16:17:05 UTC (rev 254828)
+++ trunk/ChangeLog 2020-01-20 16:55:23 UTC (rev 254829)
@@ -1,3 +1,9 @@
+2020-01-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.4 release
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2020-01-16 Don Olmstead <[email protected]>
[PlayStation] Enable WebKit
Modified: trunk/Source/WebKit/ChangeLog (254828 => 254829)
--- trunk/Source/WebKit/ChangeLog 2020-01-20 16:17:05 UTC (rev 254828)
+++ trunk/Source/WebKit/ChangeLog 2020-01-20 16:55:23 UTC (rev 254829)
@@ -1,3 +1,9 @@
+2020-01-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.4 release
+
+ * wpe/NEWS: Add release notes for 2.27.4
+
2020-01-20 Zan Dobersek <[email protected]>
[WPE] Add WebKitRectangle, use it for WebKitWebView's SHOW_MENU signal
Modified: trunk/Source/WebKit/wpe/NEWS (254828 => 254829)
--- trunk/Source/WebKit/wpe/NEWS 2020-01-20 16:17:05 UTC (rev 254828)
+++ trunk/Source/WebKit/wpe/NEWS 2020-01-20 16:55:23 UTC (rev 254829)
@@ -1,9 +1,28 @@
-================
-WebKitGTK 2.27.3
-================
+=================
+WPE WebKit 2.27.4
+=================
-What's new in WebKitGTK 2.27.3?
+What's new in WPE WebKit 2.27.3?
+ - Add API for input methods.
+ - Add API to serialize/deserialize a JSCValue to/from a JSON string.
+ - Add WebKitOptionMenu API.
+ - Add support for strict secure cookies.
+ - Add support for saving data from remote inspector.
+ - Support client-side video rendering using DMA-BUF to share frames across processes.
+ - Fix rendering of conic gradients in high resolution displays.
+ - Fix special combination characters not respecting the keystroke order when high CPU load.
+ - Honor the IndexedDB directory set in WebsiteDataManager.
+ - Fix rendering of text when there's an initial advance in the text run.
+ - Fix web process crash when displaying a KaTeX formula.
+ - Fix several crashes and rendering issues.
+
+=================
+WPE WebKit 2.27.3
+=================
+
+What's new in WPE WebKit 2.27.3?
+
- Improve performance when falling back to system fonts.
- Stop using DBus for the remote inspector implementation to improve the performance of both
WebDriver and remote inspector.
Modified: trunk/Source/cmake/OptionsWPE.cmake (254828 => 254829)
--- trunk/Source/cmake/OptionsWPE.cmake 2020-01-20 16:17:05 UTC (rev 254828)
+++ trunk/Source/cmake/OptionsWPE.cmake 2020-01-20 16:55:23 UTC (rev 254829)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 27 3)
+SET_PROJECT_VERSION(2 27 4)
set(WPE_API_VERSION 1.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 11 0 8)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 12 0 9)
# 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