2021-01-12 16:21:31 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
webkit-gtk: More portability fixes.
|
2020-12-31 21:04:14 by Nia Alarie | Files touched by this commit (38) |
Log message:
Normalize handling packages that require 64-bit atomic ops.
|
2020-12-15 18:59:01 by Leonardo Taccari | Files touched by this commit (8) |  |
Log message:
webkit-gtk: Update to 2.30.4
pkgsrc changes:
- Remove ICU 68.1 patches applied upstream
Changes:
WebKitGTK 2.30.4
================
- Fix text data sent with WebSockets when using libsoup < 2.68.
- Fix the rendering on Raspberry Pi 3 using the proprietary video driver.
- Fix clipping of descedant layers of a mask layer.
- Fix the build with ICU 68.1.
|
2020-11-20 15:33:14 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
webkit-gtk: Update to 2.30.3
Changes:
2.30.3
======
- Add new build option USE(64KB_PAGE_BLOCK).
- Fix backdrop filters with rounded borders.
- Fix scrolling iframes when async scrolling is enabled.
- Allow applications to handle drag and drop on the web view again.
- Update Outlook user agent quirk.
- Fix the build with video support disabled.
- Fix several crashes and rendering issues.
|
2020-11-06 23:21:35 by Leonardo Taccari | Files touched by this commit (6) |
Log message:
webkit-gtk: Backport patches needed for building with ICU 68.1
From upstream changeset 269325.
|
2020-11-06 16:06:50 by Nia Alarie | Files touched by this commit (6) |
Log message:
Split out ICU integration library from the harfbuzz package.
Only a few pieces of software are using the ICU integration library,
these aren't the big harfbuzz users (i.e. gtk). this is intended to lessen
the impact of icu's frequent ABI breaks.
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-10-23 17:01:48 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
webkit-gtk: Update to 2.30.2
Changes:
2.30.2
======
- Fix scrolling when smooth scrolling is enabled in async scrolling mode.
- Fix WebSocket requests with same-site cookies.
- Fix TLS certificate information for service workers.
- Handle chassis type when its value is quoted.
- Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED.
- Fix the build with ENABLE_GAMEPAD enabled.
- Fix several crashes and rendering issues.
|
2020-09-28 11:17:35 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
webkit-gtk: Update to 2.30.1
Changes:
2.30.1
======
- Bring back the environment variable to force single process mode when PSON is \
disabled.
- Fix downloads started by an ephemeral web context.
- Translation updates: Brazilian Portuguese.
|
2020-09-11 16:47:35 by Leonardo Taccari | Files touched by this commit (11) |  |
Log message:
webkit-gtk: Update to 2.30.0
pkgsrc changes:
- Unconditionally disable systemd support via CMAKE_ARGS (by default systemd is
enabled unconditionally)
Changes:
WebKitGTK 2.30.0
================
- Fix NTLM authentication.
- Don't try to use SHM on wayland with older wpebackend-fdo.
- Fix the build due to seccomp.h header not found.
WebKitGTK 2.29.92
=================
- Fix user agent header after a redirect when a new quirk is required.
- Stop using firefox user agent quirk for google docs.
- Fix rendering frames timeline panel in web inspector.
- Fix per-thread cpu usage in web inspector.
- Fix several crashes and rendering issues.
- Translation updates: Polish
WebKitGTK 2.29.91
=================
- Fix a web process crash introduced in 2.29.90.
WebKitGTK 2.29.90
=================
- Fix font variation settings when font smoothing setting is also present.
- Fix HTML drag and drop operations.
- Fix argument order for clone syscall seccomp filter on s390x.
- Fix a crash when selecting text.
- Fix several crashes and rendering issues.
WebKitGTK 2.29.4
================
- Add support for backdrop filters.
- Add support for text-underline-offset and text-decoration-thickness.
- Add OpenCDM and AV1 support to media backend.
- Add new API to get ITP data summary.
- Use mobile user-agent on tablets.
- Fix several crashes and rendering issues.
WebKitGTK 2.29.3
================
- Add webkit_authentication_request_get_security_origin.
- Change the cookies accept policy to always when no-third-party is set and \
ITP is enabled.
- Fix web process hangs on large GitHub pages.
- Bubblewrap sandbox should not attempt to bind empty paths.
- Add support for sndio to bubblewrap sandbox.
- Also handle dark themes when the name ends with -Dark.
- Fix a race condition causing a crash in media player.
- Fix several crashes and rendering issues.
WebKitGTK 2.29.2
================
- Add Intelligent Tracking Prevention (ITP) support.
- Add support for video formats in img elements.
- Add API to handle video autoplay policy that now defaults to disallow \
autoplay videos with audio.
- Add API to mute a web view.
- Add API to allow applications to handle the HTTP authentication credential \
storage.
- Add a WebKitSetting to set the media content types requiring hardware support.
- Fix a crash during drag an drop due to a bug introduced in 2.29.1.
- Do not start page load during animation in back/forward gesture.
- Fix several crashes and rendering issues.
- Translation updates: Ukrainian.
WebKitGTK 2.29.1
================
- Stop using GTK theming to render form controls.
- Add API to disable GTK theming for scrollbars too.
- Fix several race conditions and threading issues in the media player.
- Add USER_AGENT_BRANDING build option.
- Add paste as plain text option to the context menu for rich editable content.
- Fix several crashes and rendering issues.
|