Package: webkit / 1.8.1-3.4

Metadata

Package Version Patches format
webkit 1.8.1-3.4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_notebook_scroll.patch | (download)

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

---
10_kfreebsd_support.patch | (download)

Source/ThirdParty/ANGLE/src/compiler/osinclude.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
11_hurd_support.patch | (download)

Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

---
12_large mem page.patch | (download)

Source/JavaScriptCore/heap/CopiedSpace.h | 20 10 + 10 - 0 !
Source/JavaScriptCore/heap/CopiedSpaceInlineMethods.h | 42 29 + 13 - 0 !
Source/JavaScriptCore/heap/MarkStack.cpp | 8 4 + 4 - 0 !
3 files changed, 43 insertions(+), 27 deletions(-)

 support architectures with large page sizes (closes: #694971).
13_thread safe icon db.patch | (download)

Source/WebCore/loader/icon/IconDatabase.cpp | 11 11 + 0 - 0 !
Source/WebCore/loader/icon/IconDatabase.h | 1 1 + 0 - 0 !
Source/WebCore/loader/icon/IconDatabaseBase.h | 4 3 + 1 - 0 !
Source/WebKit/gtk/webkit/webkitfavicondatabase.cpp | 9 6 + 3 - 0 !
Source/WebKit2/UIProcess/WebIconDatabase.cpp | 8 8 + 0 - 0 !
Source/WebKit2/UIProcess/WebIconDatabase.h | 2 2 + 0 - 0 !
6 files changed, 31 insertions(+), 4 deletions(-)

 make favicon database thread-safe (closes: #697172).
14_ia64 wide ptr.patch | (download)

Source/JavaScriptCore/API/APICast.h | 6 3 + 3 - 0 !
Source/JavaScriptCore/interpreter/Interpreter.cpp | 24 20 + 4 - 0 !
Source/JavaScriptCore/interpreter/Register.h | 12 11 + 1 - 0 !
Source/JavaScriptCore/runtime/JSValue.h | 144 136 + 8 - 0 !
Source/JavaScriptCore/runtime/JSValueInlineMethods.h | 187 185 + 2 - 0 !
Source/JavaScriptCore/wtf/Platform.h | 13 9 + 4 - 0 !
6 files changed, 364 insertions(+), 22 deletions(-)

 fix wide pointer issues on ia64 (closes: #642750).
15_ia64 use system malloc.patch | (download)

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

 fix wide pointer issues on ia64 (closes: #642750).