-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: post | ||
title: "WPE WebKit 2.47.2 released" | ||
tags: [release, unstable] | ||
package: wpewebkit | ||
version: 2.47.2 | ||
permalink: /release/wpewebkit-2.47.2.html | ||
--- | ||
|
||
This is a development release leading towards the 2.48 series. | ||
|
||
### What's new in WPE WebKit 2.47.2? | ||
|
||
- Move tiles rendering to a secondary thread when using the GPU. | ||
- Use the damage information when collected to improve composition in WebKit. | ||
- Improve performance of Canvas `putImageData`/`getImageData` by avoiding buffer copies. | ||
- Add system settings API to WPEPlatform. | ||
- Fix opacity not being handled correctly for DMA-BUF negotiation. | ||
- Fix `transform-style: preserve-3D` intersection rendering. | ||
- Fix video dimensions since GStreamer 1.24.9. | ||
- Fix opening links with `window.open()` when `noopener` is present. | ||
- Fix several crashes and rendering issues. | ||
|
||
#### Checksums | ||
|
||
<pre> | ||
wpewebkit-2.47.2.tar.xz (39.6 MiB) | ||
md5sum: f215b136dae435442745a4b059fe34a6 | ||
sha1sum: f79dceabe36ef39f814560f89d8bfa06f0eaa41b | ||
sha256sum: ee1626c271566b1859d25e50a378a8781db87b78dbc6369df1f7f046af9547c7 | ||
</pre> |