Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.45.1 release
Browse files Browse the repository at this point in the history
* Source/WebKit/wpe/NEWS: Add release notes for 2.45.1.
* Source/cmake/OptionsWPE.cmake: Bump version numbers.

Canonical link: https://commits.webkit.org/278634@main
  • Loading branch information
aperezdc committed May 10, 2024
1 parent 7a21088 commit 27323d1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions Source/WebKit/wpe/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
=================
WPE WebKit 2.45.1
=================

What's new in WPE WebKit 2.45.1?

- Use Skia by default instead of Cairo for rendering. Cairo support may
still be built passing -DUSE_SKIA=OFF to CMake.
- Synchronize WebGL content using fences, where available.
- Disable the gst-libav AAC decoder.
- Support AXActiveElement and AXSelectedChildren for combo boxes,
lists and list boxes.
- Decrease input notifications for gamepad inputs.
- Make gamepads visible on axis movements, and not only on button presses.
- Improve DMA-BUF format negotiation and buffer allocation to facilitate
faster code paths in buffer handling.
- Make user scripts and style sheets visible in the Web Inspector.
- Make hole-punch media playback support video elements with rounded
corners.
- Enable by default building support for the MediaSession and WebCodecs APIs.
- Allow WebDriver connections to already running browsers.
- Support downloading files from the Web Inspector when using HTTP
remote connections.
- Replace build-time per-platform multimedia support option with quirks
applied at runtime. Automatic quirk detection is used by default, and
quirks may be overriden using the WEBKIT_GST_QUIRKS and
WEBKIT_GST_HOLE_PUNCH environment variables.
- Deprecate the WebKitWebView::insecure-content-detected signal.
- Fix mouse location in WebDriver when output device scaling is in effect.
- Fix touch input event propagation.
- Fix missing mouse cursor in the WPE Wayland platform support.
- Fix several crashes and rendering issues.

=================
WPE WebKit 2.43.1
=================
Expand Down
2 changes: 1 addition & 1 deletion Source/cmake/OptionsWPE.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(GNUInstallDirs)
include(VersioningUtils)

SET_PROJECT_VERSION(2 45 0)
SET_PROJECT_VERSION(2 45 1)

# This is required because we use the DEPFILE argument to add_custom_command().
# Remove after upgrading cmake_minimum_required() to 3.20.
Expand Down

0 comments on commit 27323d1

Please sign in to comment.