Version 72 (modified by 6 years ago) ( diff ) | ,
---|
Preparing for 2.22.0
WebkitGTK+ 2.22.0 will be the next release in the stable series (following 2.20.x). We should merge not overly intrusive patches that improve stability or performance, fix build issues, etc. We branched at r234917(16/08/18).
When filing bugs (http://bugs.webkit.org) against stable release, please prefix them with "[GTK] [Stable]" to ensure they are addressed with high priority. Also, running a debug build and including stack traces is highly encouraged. (Don't use "[Stable]" if the bug also applies to master, though.)
To get the stable branch code, simply check out http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.22
Over the next few weeks we'll be merging important fixes into the branch, so be sure to stay up to date. Thanks for your help!
Proposed merges for 2.22.3
https://trac.webkit.org/changeset/235536 Speculative build fix for WPE after r235531https://trac.webkit.org/changeset/236391 [ARM] Building FELightingNEON.cpp fails due to missing lightVector memberhttps://trac.webkit.org/changeset/236395 [MSE][GStreamer] Don't update duration when it was not previously NaNhttps://trac.webkit.org/changeset/236409 [MSE][GStreamer] Pull demuxed samples in batcheshttps://trac.webkit.org/changeset/236482 [WPE] Export jsc_ symbolshttps://trac.webkit.org/changeset/236566 [MSE] Fix unwanted sample erase from the decode queuehttps://trac.webkit.org/changeset/236656 [MSE][GStreamer] Reset running time in PlaybackPipeline::flush()https://trac.webkit.org/changeset/236666 [WPE] fix buffer over-read in RenderThemeWPE::mediaControlsStyleSheet()https://trac.webkit.org/changeset/236679 [MSE][GStreamer] Set a minimum sample durationhttps://trac.webkit.org/changeset/236399 [MSE][GStreamer] Use no-more-pads event for noticing initialization segmentshttps://trac.webkit.org/changeset/236547 [MSE][GStreamer] Use sentinel buffer to detect end of append (1/2)https://trac.webkit.org/changeset/236717 [MSE][GStreamer] Use sentinel buffer to detect end of append (2/2)https://bugs.webkit.org/show_bug.cgi?id=190085 [MSE] Use tolerance when growing the coded frame grouphttps://trac.webkit.org/changeset/236716 [GStreamer][MSE] Ubuntu LTS build broken since r236409https://trac.webkit.org/changeset/236668 [GStreamer] Fix abort in gst_sample_get_info()https://trac.webkit.org/changeset/236721 [GStreamer][playbin3] Stream tag lists leakshttps://trac.webkit.org/changeset/236735 [MSE][GStreamer] Add h264parse to accept MP4 without stss- https://trac.webkit.org/changeset/235903 WebPageProxy should hold a WeakPtr to its PageClient
- https://trac.webkit.org/changeset/235907 Unreviewed, fix build after r235903
- https://trac.webkit.org/changeset/235908 Unreviewed, attempt to fix Apple builds after r235903
- https://trac.webkit.org/changeset/236928 Validation in Connection::readBytesFromSocket() is too aggressive
- https://trac.webkit.org/changeset/236961 [GStreamer] Stealing cross-origin video pixel with HLS
- https://trac.webkit.org/changeset/236975 [WPE] Explicitly link against gmodule where used
- https://trac.webkit.org/changeset/236985 [WPE][GTK] Complex text crashes with harfbuzz 1.8.8
Proposed merges for 2.22.2
https://trac.webkit.org/changeset/236258 [MSE] Use some tolerance when deciding whether a frame should be appended to the decode queuehttps://trac.webkit.org/changeset/236264 [GStreamer][MSE] Add a default sample durationhttps://trac.webkit.org/changeset/236275 [WPE] fails to build on ARM arches complaining about undefined reference to epoxy_eglMakeCurrenthttps://trac.webkit.org/changeset/236309 [WPE] Built RPM of WPE webkit fails to install with "nothing provides libWPEToolingBackends.so()"https://trac.webkit.org/changeset/236315 [ARM] Build broken on armv7hl after r235517https://trac.webkit.org/changeset/236314 [MSE] Fix comparsion with uninitialized greatestDecodeDurationhttps://trac.webkit.org/changeset/236349 [GTK] ANGLE's eglplatform.h does not support Wayland-only builds
Proposed merges for 2.22.1
https://trac.webkit.org/changeset/235612 [WPE][GTK] Add more unused result warnings to JSC APIhttps://trac.webkit.org/changeset/235740 [JSC] Build broken after r234975 on s390x, ppc64le, armv7hlhttps://trac.webkit.org/changeset/235933 Linking against libWPEWebKit-0.1.so is not posible when WPE is build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFFhttps://trac.webkit.org/changeset/235906 WebFullScreenManager should compile when ENABLE(VIDEO) is offhttps://trac.webkit.org/changeset/235895 Add missing #if ENABLE(VIDEO) Page.cpp and Page.h
Proposed merges for 2.22.0
https://trac.webkit.org/changeset/235373 [GTK][JSC] Add warn_unused_result attribute to some APIshttps://trac.webkit.org/changeset/235499 [ConnectionUnix] Shrink sizeof AttachmentInfo by reordering membershttps://trac.webkit.org/changeset/235194 Don't use WTF_CPU_MIPS when building for mips64https://trac.webkit.org/changeset/235529 [GTK] Touchscreen pinch to zoom should scale the page like other platformshttps://trac.webkit.org/changeset/235588 [WPE] 2.21.91 fails to build with ENABLE_MINIBROWSER
Proposed merges for 2.21.92
*
https://trac.webkit.org/changeset/234926 [l10n] Updated Polish translation of WebKitGTK+ for 2.22
https://trac.webkit.org/changeset/234982 [SOUP] Handle OAuth authentication after r234912https://trac.webkit.org/changeset/235080 [GTK] Sort inspector GResource manifest to ensure reproducible buildshttps://trac.webkit.org/changeset/235133 Increment NetworkCache::Storage::lastStableVersion after r233742
Changes on track
Previous versions
For changes in older stable branches see: 2.20.x
Useful commands
To get a wiki-formated list of commits that just got merged:
$ git log --pretty=oneline <commit>.. | cut -d ' ' -f 5- | sed "s,\(.\+\)\(https://bugs.*\), * ~~[\2] ''\1''~~,"
How to add a webkit-2.22 branch to existing git-svn clone
If you have already cloned git://git.webkit.org/WebKit.git, it only contains a git-svn clone of the svn trunk. To add webkit-2.22 branch to there, add a new remote to .git/config:
[svn-remote "webkit-2.22"] url = http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.22 fetch = :refs/remotes/git-svn-webkit-2.22
and run the following commands:
git svn fetch webkit-2.22 -r 234917 git branch webkit-2.22 git-svn-webkit-2.22 git checkout webkit-2.22 git svn rebase