qtwebkit-opensource-src.git
10 years agoFix CLoop on big-endian machines
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

10 years agoDo not use JIT on big endian architectures
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

10 years agoqtwebkit-opensource-src (5.3.2+dfsg-4) unstable; urgency=medium
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]

10 years agoImport qtwebkit-opensource-src_5.3.2+dfsg-4.debian.tar.xz
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]

11 years agoImport qtwebkit-opensource-src_5.3.2+dfsg.orig.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]