pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Add initial COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun May 29 19:29:19 2022 +0200
Changeset:	a0ddeec2a912c504b8c7d250e5d68d3b472781eb

Added Files:
	webkit-gtk/COMMIT_MSG

Log Message:
webkit-gtk: Add initial COMMIT_MSG

At the moment only upstream changes are listed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0ddeec2a912c504b8c7d250e5d68d3b472781eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/COMMIT_MSG | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)

diffs:
diff --git a/webkit-gtk/COMMIT_MSG b/webkit-gtk/COMMIT_MSG
new file mode 100644
index 0000000000..345da831d1
--- /dev/null
+++ b/webkit-gtk/COMMIT_MSG
@@ -0,0 +1,74 @@
+webkit-gtk: Update to 2.36.3
+
+Changes:
+WebKitGTK 2.36.3
+================
+  - Support capturing already encoded video streams, which takes advantage
+    of encoding done in hardware by devices which support this feature.
+  - Avoid using experimental GStreamer elements for video demuxing.
+  - Avoid using the legacy GStreamer VA-API decoding plug-ins, which often
+    cause rendering issues and are not much maintained. Their usage can be
+    re-enabled setting WEBKIT_GST_ENABLE_LEGACY_VAAPI=1 in the environment.
+  - Fix playback of YouTube streams which use dynamic ad insertion.
+  - Fix display capture with Pipewire.
+  - Fix the build without the X11 target when X11 headers are not present.
+  - Fix several crashes and rendering issues.
+
+WebKitGTK 2.36.2
+================
+  - Fix some pages showing empty content boxes when using GTK4.
+  - Fix the build with accessibility disabled.
+  - Fix the build with newer Ruby versions.
+  - Fix several crashes and rendering issues.
+
+WebKitGTK 2.36.1
+================
+  - Fix the build with accessibility disabled.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Croatian.
+
+WebKitGTK 2.36.0
+================
+  - Fix selection foreground color on text with decorations.
+  - Fix seeking on YouTube videos.
+  - Fix list item marker not exposed to a11y when not a direct child of a list item.
+  - Fix a crash while closing a page.
+  - Fix the build to make it reproducible again.
+  - Fix several crashes and rendering issues.
+
+WebKitGTK 2.35.90
+=================
+  - Fix scrolling with the mouse wheel on sites using overscroll-behavior.
+  - Suspend web processes after some time in the process cache.
+  - Fix renderning of horizontal scrollbars with themes enabling steppers.
+  - Ensure EGL displays are terminated before web process exits.
+  - Deinitialize gstreamer before web process exits.
+  - Make fonts under XDG_DATA_DIRS available in web process sanbox.
+  - Canonicalize paths passed to bubblewrap launcher.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Hebrew.
+
+WebKitGTK 2.35.3
+================
+  - Fix a crash at startup when bubblewrap sandbox is enabled.
+  - Fix a crash when starting a drag an drop on touchscreen.
+  - Fix several crashes and rendering issues.
+
+WebKitGTK 2.35.2
+================
+  - Add new accessibility implementation using ATSPI DBus interfaces instead of ATK.
+  - Use native GtkWidgets for form validation popups.
+  - Add support for requestVideoFrameCallback.
+  - Add support for accent colors.
+  - Fix pinch zooming from a link to not activate the link.
+  - Fix kinetic scrolling via touch screen.
+  - Fix several crashes and rendering issues.
+
+WebKitGTK 2.35.1
+================
+  - Make user interactive threads (event handler, scrolling, ...) real time in linux.
+  - Add new API to set HTTP response information to custom uri schemes.
+  - Add support for media session.
+  - Change hardware-acceleration-policy setting default value to always.
+  - Fix jsc_value_object_define_property_accessor() to work with objects not having a wrapped instance.
+  - Fix several crashes and rendering issues.


Home | Main Index | Thread Index | Old Index