summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Qt/KDE Maintainers [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
check_html_unknown_elements
Gbp-Pq: Name check_html_unknown_elements.diff
Debian Qt/KDE Maintainers [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
fix_nonlinux_glibc_linkage
have glibc. Not yet upstreamed. Requires a upstreamming of the gnukfreebsd patch
Gbp-Pq: Name fix_nonlinux_glibc_linkage.diff
Modestas Vainius [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
Make hide_symbols to cover all QtWebKit portions
Almost everything in Source/WebCore/generated was not build with
-fvisibility=hidden resulting into redundantly polluted and huge dynamic symbol
list in libQtWebKit.so.
Therefore, move +hide_symbols configuration parameter upwards in order for it
to cover everything including the offending Source/WebCore/CodeGenerators.pri
Gbp-Pq: Name webkit_qt_hide_symbols.diff
Debian Qt/KDE Maintainers [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
hurd
Gbp-Pq: Name hurd.diff
Debian Qt/KDE Maintainers [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
no_gc_sections
Gbp-Pq: Name no_gc_sections.diff
Debian Qt/KDE Maintainers [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
_sparc_unaligned_access
Gbp-Pq: Name 05_sparc_unaligned_access.diff
Debian Qt/KDE Maintainers [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
reduce_memory_usage
Gbp-Pq: Name reduce_memory_usage.patch
Florian Bruhin [Wed, 18 Mar 2015 17:47:19 +0000 (18:47 +0100)]
Fix URLs visited during private browsing showing up in WebpageIcons.db.
Ported from http://trac.webkit.org/changeset/181565 by beidson@apple.com.
Upstream patch by Sam Weinig, reviewed by Brady Eidson.
* loader/icon/IconController.cpp:
(WebCore::IconController::startLoader): Bail early here if the page is using an ephemeral session.
(WebCore::IconController::continueLoadWithDecision): Instead of here.
Change-Id: I263bb6122606caa3488d641b127dd377012ee424
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Gbp-Pq: Name webpageicons_db_privacy.patch
Sune Vuorela [Mon, 13 Oct 2014 18:39:26 +0000 (20:39 +0200)]
Blacklist libkpartsplugin
KPartsPlugin is built using qt4, and loading that into a Qt5 QtWebkit
makes stuff crash.
Change-Id: I47d01dfe3b215192b012911013b352ea5b5b1530
Gbp-Pq: Name blacklist_libkpartsplugin.patch
Allan Sandfeld Jensen [Mon, 13 Oct 2014 13:32:14 +0000 (15:32 +0200)]
Fix crash when a network-request is aborted while forwarding data
Since we forward data block-wise a network request may be aborted while
we are still forwarding received data. In that case we should stop the
forwarding.
Task-number: QTBUG-41877
Change-Id: Ia34bbdcacdc4eb70a2e814d3b4bada9844abbb83
Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Gbp-Pq: Name fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch
Allan Sandfeld Jensen [Thu, 9 Oct 2014 15:40:37 +0000 (17:40 +0200)]
Fix CLoop on big-endian machines
Callee and ScopeChain are JSObject pointers and saved in the 64bit
structure for JS registers. On a 32bit big-endian machine the actual
pointer is offset by the PayloadOffset of 4 bytes, but on little-endian
and 64bit architectures there is no offset.
This patch fixes four places the payloadOffset was not correctly added
on 32bit big-endian, and six places it was added on 64big big-endian
when it shouldn't.
Task-number: QTBUG-41896
Change-Id: I46b474bee9822b8040d1b7b2e8f31ce42e0adefe
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Gbp-Pq: Name fix_cloop_on_big_endian_machines.patch
Allan Sandfeld Jensen [Fri, 10 Oct 2014 12:50:18 +0000 (14:50 +0200)]
Do not use JIT on big endian architectures
All the JIT implementations targets the little-endian versions of ARM,
MIPS and SH4 respectively. So in case anyone builds on those platforms
we should not enable JIT.
Task-number: QTBUG-41896
Change-Id: I5be167511e2c3eac6c63e603b82da84fb6b29eaa
Reviewed-by: Julien Brianceau <jbriance@cisco.com>
Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Gbp-Pq: Name do_not_use_jit_on_big_endian_machines.patch
Felix Geyer [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
qtwebkit-opensource-src (5.3.2+dfsg-4) unstable; urgency=medium
[ Dmitry Shachnev ]
* Backport upstream fix that adds missing checks for HTMLUnknownElement.
Closes: #781194.
[ Felix Geyer ]
* Backport upstream fix that prevents recording visited URLs to its favicon
database while using private browsing mode.
Closes: #780748.
[dgit import unpatched qtwebkit-opensource-src 5.3.2+dfsg-4]
Felix Geyer [Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)]
Import qtwebkit-opensource-src_5.3.2+dfsg-4.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.3.2+dfsg-4 qtwebkit-opensource-src_5.3.2+dfsg-4.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Wed, 17 Sep 2014 03:23:05 +0000 (03:23 +0000)]
Import qtwebkit-opensource-src_5.3.2+dfsg.orig.tar.xz
[dgit import orig qtwebkit-opensource-src_5.3.2+dfsg.orig.tar.xz]