qtwebkit-opensource-src.git
18 months agoMerge qtwebkit-opensource-src (5.212.0~alpha4-37) import into refs/heads/workingbranch
Dmitry Shachnev [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-37) import into refs/heads/workingbranch

18 months agofix offlineasm error with Ruby 3.2
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
fix offlineasm error with Ruby 3.2

Origin: upstream, https://commits.webkit.org/219400@main
Last-Update: 2024-03-28

Swap checks to prevent applying the =~ operator to Annotation instances,
which do not define it.

Gbp-Pq: Name offlineasm_ruby_3.2.diff

18 months agoadd loongarch64 support
Dandan Zhang [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
add loongarch64 support

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1096
Last-Update: 2024-03-09

Gbp-Pq: Name loongarch64.diff

18 months agofix build with libxml2 version 2.12.0
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
fix build with libxml2 version 2.12.0

Origin: upstream, https://commits.webkit.org/270977@main
Last-Update: 2024-01-22

Gbp-Pq: Name libxml2_2.12.diff

18 months agoANGLE: add missing include to fix build with GCC 13
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
ANGLE: add missing include to fix build with GCC 13

Origin: upstream, https://chromium.googlesource.com/angle/angle/+/cdfa8f504d83c2a3
Last-Update: 2023-06-18

Gbp-Pq: Name gcc_13.diff

18 months agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

18 months agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

18 months agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

18 months agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

18 months agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

18 months agolet Bison generate the header directly
Dmitry Shachnev [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

18 months agoadd support for riscv64 architecture
William Grant [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

18 months agoLocally define PATH_MAX is not available
Pino Toscano [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

18 months agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

18 months agoqtwebkit-opensource-src (5.212.0~alpha4-37) unstable; urgency=medium
Dmitry Shachnev [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
qtwebkit-opensource-src (5.212.0~alpha4-37) unstable; urgency=medium

  * Update debian/libqt5webkit5.symbols for sh4.
  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-37]

18 months agoImport qtwebkit-opensource-src_5.212.0~alpha4-37.debian.tar.xz
Dmitry Shachnev [Tue, 21 May 2024 16:02:42 +0000 (19:02 +0300)]
Import qtwebkit-opensource-src_5.212.0~alpha4-37.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-37 qtwebkit-opensource-src_5.212.0~alpha4-37.debian.tar.xz]

2 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-33) import into refs/heads/workingbranch
Dmitry Shachnev [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-33) import into refs/heads/workingbranch

2 years agoANGLE: add missing include to fix build with GCC 13
Debian Qt/KDE Maintainers [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
ANGLE: add missing include to fix build with GCC 13

Origin: upstream, https://chromium.googlesource.com/angle/angle/+/cdfa8f504d83c2a3
Last-Update: 2023-06-18

Gbp-Pq: Name gcc_13.diff

2 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

2 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

2 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

2 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

2 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

2 years agolet Bison generate the header directly
Dmitry Shachnev [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

2 years agoadd support for riscv64 architecture
William Grant [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

2 years agoLocally define PATH_MAX is not available
Pino Toscano [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

2 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

2 years agoqtwebkit-opensource-src (5.212.0~alpha4-33) unstable; urgency=medium
Dmitry Shachnev [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-33) unstable; urgency=medium

  * Add a patch to fix build with GCC 13 (closes: #1037834).
  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-33]

2 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-33.debian.tar.xz
Dmitry Shachnev [Sat, 8 Jul 2023 07:25:33 +0000 (08:25 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-33.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-33 qtwebkit-opensource-src_5.212.0~alpha4-33.debian.tar.xz]

2 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-30) import into refs/heads/workingbranch
Dmitry Shachnev [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-30) import into refs/heads/workingbranch

2 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

2 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

2 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

2 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

2 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

2 years agolet Bison generate the header directly
Dmitry Shachnev [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

2 years agoadd support for riscv64 architecture
William Grant [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

2 years agoLocally define PATH_MAX is not available
Pino Toscano [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

2 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

2 years agoqtwebkit-opensource-src (5.212.0~alpha4-30) unstable; urgency=medium
Dmitry Shachnev [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-30) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-30]

2 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-30.debian.tar.xz
Dmitry Shachnev [Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-30.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-30 qtwebkit-opensource-src_5.212.0~alpha4-30.debian.tar.xz]

3 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-28) import into refs/heads/workingbranch
Dmitry Shachnev [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-28) import into refs/heads/workingbranch

3 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

3 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

3 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

3 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

3 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

3 years agolet Bison generate the header directly
Dmitry Shachnev [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

3 years agoadd support for riscv64 architecture
William Grant [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

3 years agoLocally define PATH_MAX is not available
Pino Toscano [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

3 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

3 years agoqtwebkit-opensource-src (5.212.0~alpha4-28) unstable; urgency=medium
Dmitry Shachnev [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-28) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-28]

3 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-28.debian.tar.xz
Dmitry Shachnev [Sat, 17 Dec 2022 15:20:04 +0000 (15:20 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-28.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-28 qtwebkit-opensource-src_5.212.0~alpha4-28.debian.tar.xz]

3 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-26) import into refs/heads/workingbranch
Dmitry Shachnev [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-26) import into refs/heads/workingbranch

3 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

3 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

3 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

3 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

3 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

3 years agolet Bison generate the header directly
Dmitry Shachnev [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

3 years agoadd support for riscv64 architecture
William Grant [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

3 years agoLocally define PATH_MAX is not available
Pino Toscano [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

3 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

3 years agoqtwebkit-opensource-src (5.212.0~alpha4-26) unstable; urgency=medium
Dmitry Shachnev [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-26) unstable; urgency=medium

  [ Bo YU ]
  * Fix build on riscv64 (closes: #1021548).

  [ Dmitry Shachnev ]
  * Update debian/libqt5webkit5.symbols for hurd-i386 and sh4.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-26]

3 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-26.debian.tar.xz
Dmitry Shachnev [Tue, 1 Nov 2022 18:32:28 +0000 (18:32 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-26.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-26 qtwebkit-opensource-src_5.212.0~alpha4-26.debian.tar.xz]

3 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-25) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-25) import into refs/heads/workingbranch

3 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

3 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

3 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

3 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

3 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

3 years agolet Bison generate the header directly
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

3 years agoadd support for riscv64 architecture
William Grant [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

3 years agoLocally define PATH_MAX is not available
Pino Toscano [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

3 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

3 years agoqtwebkit-opensource-src (5.212.0~alpha4-25) unstable; urgency=medium
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-25) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-25]

3 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-25.debian.tar.xz
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-25.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-25 qtwebkit-opensource-src_5.212.0~alpha4-25.debian.tar.xz]

3 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-21) import into refs/heads/workingbranch
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-21) import into refs/heads/workingbranch

3 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

3 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

3 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

3 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

3 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

3 years agolet Bison generate the header directly
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

3 years agoadd support for riscv64 architecture
William Grant [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

3 years agoLocally define PATH_MAX is not available
Pino Toscano [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

3 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

3 years agoqtwebkit-opensource-src (5.212.0~alpha4-21) unstable; urgency=medium
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-21) unstable; urgency=medium

  * Update debian/libqt5webkit5.symbols from buildds’ logs.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-21]

3 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-21.debian.tar.xz
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-21.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-21 qtwebkit-opensource-src_5.212.0~alpha4-21.debian.tar.xz]

3 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-19) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-19) import into refs/heads/workingbranch

3 years agofix macro definitions TRUE, FALSE
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
fix macro definitions TRUE, FALSE

Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13

Gbp-Pq: Name icu_68.diff

3 years agofix JSCore segmentation fault on 64-bit big endian systems
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems

Origin: backport, https://github.com/webkit/webkit/commit/3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24

In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:

2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);

while the same slot is accessed later by the jitted code as 32 bit integer:

macro getProperty(slow)
   loadisFromInstruction(6, t1)

This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.

Gbp-Pq: Name jscore_big_endian.diff

3 years agoremove invalid g_object declarations to fix build with glib ≥ 2.68
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68

Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07

Gbp-Pq: Name glib_2.68.diff

3 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

3 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

3 years agolet Bison generate the header directly
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

3 years agoadd support for riscv64 architecture
William Grant [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

3 years agoLocally define PATH_MAX is not available
Pino Toscano [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

3 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

3 years agoqtwebkit-opensource-src (5.212.0~alpha4-19) unstable; urgency=medium
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-19) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-19]