-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wpewebkit,ci: Bump to version 2.46.1
* Create new recipe for version 2.46.1 * Delete recipes for version 2.42.5 Changes: * Skia is used instead of Cairo for 2D rendering, and GPU rendering is enabled by default. * Offscreen Canvas is now enabled by default. * Add support for system tracing using Sysprof. * Add new API to load settings from a config file. * Add a new setting to toggle 2D Canvas acceleration (enabled by default). * Undeprecate console messages API and make it available in the 2.0 API. * Use the Skia CPU renderer by default, which at the moment performs better in a number of embedded devices. The GPU renderer is still available and may be enabled by setting WEBKIT_SKIA_ENABLE_CPU_RENDERING=0 in the environment. * Add an ENABLE_WPE_PLATFORM build option to CMake. This is disabled by default because the WPEPlatform API is in development and provided as part of the 2.46.x releases as a preview feature. * Fix login QR code not shown in WhatsApp web. * Fix processes not spawning when process startup is customized using the wpe_process_provider API from libwpe. * Fix mouse simulation with WebDriver when using a classic WPE backend through libwpe. * Disable DMABuf video sink by default to prevent file descriptor leaks. * Fix building the MiniBrowser. * Fix the build with libsysprof-capture version 44 and older. * Fix the build with GCC 13. * Fix several crashes and rendering issues. Release Notes: * https://wpewebkit.org/release/wpewebkit-2.46.0.html * https://wpewebkit.org/release/wpewebkit-2.46.1.html Also CI updates in the build tests jobs definitions: * Update test jobs definitions to primary build 2.46.X * Remove preset for 2.42 and add a new one for 2.42
- Loading branch information
Showing
8 changed files
with
32 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../templates/template/presets/wpe-2_42.conf → .../templates/template/presets/wpe-2_46.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo" | ||
PREFERRED_PROVIDER_virtual/libwpe = "libwpe" | ||
PREFERRED_VERSION_cog = "0.18.%" | ||
PREFERRED_VERSION_libwpe = "1.14.%" | ||
PREFERRED_VERSION_libwpe = "1.16.%" | ||
PREFERRED_VERSION_wpebackend-fdo = "1.14.%" | ||
PREFERRED_VERSION_wpebackend-rdk = "1.20200213" | ||
PREFERRED_VERSION_wpewebkit = "2.42.%" | ||
PREFERRED_VERSION_wpewebkit = "2.46.%" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
297 changes: 0 additions & 297 deletions
297
.../wpewebkit/wpewebkit/0001-FELightningNEON.cpp-fails-to-build-NEON-fast-path-se_2.42.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.