Package: webkitgtk / 2.4.9-1~deb8u1

Metadata

Package Version Patches format
webkitgtk 2.4.9-1~deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix gtkdoc error.patch | (download)

Tools/gtk/gtkdoc.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix gtk-doc generation error
Bug: https://bugs.webkit.org/show_bug.cgi?id=128927
install minibrowser.patch | (download)

Tools/MiniBrowser/gtk/GNUmakefile.am | 5 1 + 4 - 0 !
Tools/MiniBrowser/gtk/main.c | 2 0 + 2 - 0 !
2 files changed, 1 insertion(+), 6 deletions(-)

 install the minibrowser binary
atomic_build_fix.patch | (download)

Source/autotools/SetupCompilerFlags.m4 | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 some architectures need to add -latomic explicitly
restore_sparc_code.patch | (download)

Source/WTF/wtf/Platform.h | 20 19 + 1 - 0 !
Source/WTF/wtf/dtoa/utils.h | 2 1 + 1 - 0 !
2 files changed, 20 insertions(+), 2 deletions(-)

 restore removed sparc code
Bug: https://bugs.webkit.org/show_bug.cgi?id=124941
02_notebook_scroll.patch | (download)

Source/WebKit/gtk/webkit/webkitwebview.cpp | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

---
ftbfs armhf.patch | (download)

Source/JavaScriptCore/GNUmakefile.am | 2 2 + 0 - 0 !
Source/autotools/SetupAutomake.m4 | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 fix ftbfs in armhf
Bug: https://bugs.webkit.org/show_bug.cgi?id=130507
x32_support.patch | (download)

Source/WTF/wtf/Platform.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix ftbfs in x32
Bug-Debian: https://bugs.debian.org/700795
fix arm64 build.patch | (download)

Source/WTF/wtf/Platform.h | 10 9 + 1 - 0 !
Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp | 2 1 + 1 - 0 !
2 files changed, 10 insertions(+), 2 deletions(-)

 fix arm64 build
 Add AArch64 support in Platform.h
 Don't use COMPARE_AND_SWAP on arm64; it produces invalid asm.
 Fix some other areas where disabling JIT doesn't work.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752735
ppc64 align.patch | (download)

Source/JavaScriptCore/heap/CopiedBlock.h | 4 4 + 0 - 0 !
Source/JavaScriptCore/interpreter/JSStack.cpp | 12 12 + 0 - 0 !
2 files changed, 16 insertions(+)

 fix crash in ppc64el
Bug: https://bugs.webkit.org/show_bug.cgi?id=130237
Bug-Debian: https://bugs.debian.org/762670
fix cloop.patch | (download)

Source/JavaScriptCore/interpreter/ProtoCallFrame.h | 4 2 + 2 - 0 !
Source/JavaScriptCore/llint/LLIntSlowPaths.cpp | 4 2 + 2 - 0 !
Source/JavaScriptCore/llint/LowLevelInterpreter.asm | 4 2 + 2 - 0 !
Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm | 26 13 + 13 - 0 !
Source/JavaScriptCore/llint/LowLevelInterpreter64.asm | 10 5 + 5 - 0 !
5 files changed, 24 insertions(+), 24 deletions(-)

 fix crash on powerpc
Bug-Debian: https://bugs.debian.org/771841