* New upstream release.
* debian/copyright:
- Update copyright information of all files.
* debian/rules:
- Remove last empty line from debian/control.
* debian/patches/fix-ftbfs-i386.patch:
- i386 build fix.
[dgit import unpatched webkit2gtk 2.42.5-1]
--- /dev/null
--- /dev/null
++webkit2gtk (2.31.1-1) experimental; urgency=medium
++
++ Starting from the 2.31.x development versions, support for NPAPI
++ plugins has been completely removed from WebKitGTK. This technology is
++ deprecated and has already been removed from all major web browsers.
++
++ The last important user of this API was the Adobe Flash Player, which
++ reached end of life in December 2020.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 15 Jan 2021 17:31:53 +0100
++
++webkit2gtk (2.20.0-2) unstable; urgency=medium
++
++ webkit2gtk 2.20.0 contains a security feature named Gigacage that
++ requires a virtual memory region of several gigabytes and is used for
++ variable-length random-access allocations.
++
++ One consequence of this is that webkit-based applications may not run if
++ their maximum virtual memory size is restricted (e.g. using ulimit -v).
++
++ If it's not possible to remove the VM size limits the Gigacage can be
++ disabled by setting the environment variable GIGACAGE_ENABLED=no. Keep
++ in mind that you will be making your system less secure by doing this.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 21 Mar 2018 14:14:44 +0200
++
++webkit2gtk (2.10.4+dfsg1-1) unstable; urgency=medium
++
++ Since webkit2gtk 2.10.4, support for GTK+2-based plugins (Adobe
++ Flash, Google Talk/Hangouts) has been moved to a separate package
++ called libwebkit2gtk-4.0-37-gtk2.
++
++ This removes the GTK+ 2 dependency from the main libwebkit2gtk package
++ and makes it much smaller, so if you don't want to use any of those
++ plugins you don't need to install this new package.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 12 Nov 2015 20:40:18 +0200
--- /dev/null
--- /dev/null
++.\" Hey, EMACS: -*- nroff -*-
++.\" First parameter, NAME, should be all caps
++.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
++.\" other parameters are allowed: see man(7), man(1)
++.TH WebKitWebDriver 1 "Feb 27, 2020"
++.\" Please adjust this date whenever revising the manpage.
++.\"
++.\" Some roff macros, for reference:
++.\" .nh disable hyphenation
++.\" .hy enable hyphenation
++.\" .ad l left justify
++.\" .ad b justify to both left and right margins
++.\" .nf disable filling
++.\" .fi enable filling
++.\" .br insert line break
++.\" .sp <n> insert n+1 empty lines
++.\" for manpage-specific macros, see man(7)
++.SH NAME
++WebKitWebDriver \- WebDriver service implementation for WebKitGTK.
++.SH SYNOPSIS
++.B WebKitWebDriver
++.RI [ options ]
++.SH DESCRIPTION
++This manual page documents briefly the
++.B WebKitWebDriver
++command.
++.PP
++WebDriver is an automation API to control a web browser. It allows the
++user to create automated tests for web applications independently of the
++browser and platform.
++
++The \fBWebKitWebDriver\fP binary provides the WebDriver service
++implementation for WebKitGTK. It works as a server, processing client
++requests to spawn and control the web browser. This driver is not tied
++to any specific browser and can be used with any WebKitGTK-based
++browser, but it uses MiniBrowser as the default.
++.SH OPTIONS
++.TP
++.B \-h,\ \-\-help
++Show summary of command-line options.
++.TP
++.B \-p <port>,\ \-\-port=<port>
++Set the port number that the driver will use.
++.SH AUTHOR
++This manual page was written by Alberto Garcia <berto@igalia.com>,
++based on the contents of \fIhttps://blogs.igalia.com/carlosgc/2017/09/09/webdriver-support-in-webkitgtk-2-18/\fP.
--- /dev/null
--- /dev/null
++webkit2gtk (2.42.5-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/copyright:
++ - Update copyright information of all files.
++ * debian/rules:
++ - Remove last empty line from debian/control.
++ * debian/patches/fix-ftbfs-i386.patch:
++ - i386 build fix.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 05 Feb 2024 11:55:25 +0100
++
++webkit2gtk (2.42.4-1) unstable; urgency=high
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 15 Dec 2023 10:58:35 +0100
++
++webkit2gtk (2.42.3-1) unstable; urgency=high
++
++ * New upstream release.
++ * Drop tweaks for some arches that are unsupported or haven't worked in
++ a long time: ia64, m68k, kfreebsd, mips and mipsel.
++ * Refresh all patches.
++ * debian/control.in:
++ - Set the debhelper compatibility level to 13.
++ * debian/rules:
++ - Stop overriding dh_missing, no longer needed with dh compat 13.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 05 Dec 2023 14:28:29 +0100
++
++webkit2gtk (2.42.2-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/copyright:
++ - Update copyright information of all files.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 10 Nov 2023 19:02:00 +0100
++
++webkit2gtk (2.42.1-2) unstable; urgency=medium
++
++ * debian/patches/disable-dmabuf-nvidia.patch:
++ - Disable the DMABuf renderer for NVIDIA proprietary drivers
++ (Closes: #1039720, #1052055).
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 04 Oct 2023 17:09:23 +0200
++
++webkit2gtk (2.42.1-1) unstable; urgency=high
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 27 Sep 2023 10:49:22 +0200
++
++webkit2gtk (2.42.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Bring all changes from the 2.41 (experimental) branch.
++ * debian/gbp.conf:
++ - Update upstream branch name.
++ * debian/control.in:
++ - Remove the minimum versions of all build dependencies in the cases
++ where they are very old.
++ - Add build dependency on libjxl-dev, JPEGXL is now enabled by
++ default.
++ - Require CMake 3.16
++ * debian/control-common.in:
++ - Add dependency on libgles2. This is no longer detected automatically
++ because it's loaded at runtime by libepoxy (see #1050777).
++ * debian/source/lintian-overrides:
++ - Update source-is-missing overrides.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ - Update symbols.
++ * debian/rules:
++ - Use --max-parallel=2 in Debian mipsel builds again.
++ - Don't build jpegxl support on Ubuntu yet (it's still in universe)
++ (Jeremy Bicha).
++ * debian/copyright:
++ - Update copyright information of all files.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 15 Sep 2023 14:49:49 +0200
++
++webkit2gtk (2.40.5-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/rules:
++ - Use -O1 instead of -Os in sh4 (thanks, John Paul Adrian Glaubitz)
++ (Closes: #1042519).
++ * Drop debian/patches/fix-jsc-timestamp.patch.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 02 Aug 2023 00:01:52 +0300
++
++webkit2gtk (2.40.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/rules:
++ - Set Build-Depends-Indep to jdupes when USE_PREBUILT_DOCS is set.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 21 Jul 2023 11:01:47 +0200
++
++webkit2gtk (2.40.3-2) unstable; urgency=high
++
++ * debian/rules:
++ - Use override_dh_install-indep when setting up the documentation
++ (Closes: #1039877).
++ * debian/control.in:
++ - Move jdupes to Build-Depends-Indep.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 29 Jun 2023 15:14:08 +0200
++
++webkit2gtk (2.40.3-1) unstable; urgency=high
++
++ * New upstream release (Closes: #1036946).
++ * debian/control.in:
++ - Enable the bubblewrap sandbox in riscv64.
++ * debian/copyright:
++ - Update copyright information of all files.
++ * debian/patches/fix-jsc-timestamp.patch:
++ - Ensure reproducibility of __TIMESTAMP__ in JSCBytecodeCacheVersion.cpp.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 28 Jun 2023 16:55:42 +0200
++
++webkit2gtk (2.40.2-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/rules:
++ - Pass -VNone to dh_makeshlibs for javascriptcore to keep the behavior
++ of the debhelper compat level 11 and earlier.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 30 May 2023 10:19:01 +0200
++
++webkit2gtk (2.40.1-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/rules:
++ - Build with -DUSE_GBM=OFF in the Hurd (Closes: #1033999).
++ * Drop fix-script-message-received-marshaller.patch and
++ fix-gst-crash.patch. Refresh all other patches.
++ * debian/copyright:
++ - Update copyright information of all files.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 20 Apr 2023 14:29:23 +0200
++
++webkit2gtk (2.40.0-3) unstable; urgency=medium
++
++ * debian/{rules,control.in}:
++ - Add dependency on libgles2 on arm (Closes: #1033230).
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 21 Mar 2023 18:11:48 +0100
++
++webkit2gtk (2.40.0-2) unstable; urgency=medium
++
++ * debian/patches/fix-script-message-received-marshaller.patch:
++ - Cherry pick fix for a regression that affects Epiphany.
++ * debian/patches/fix-gst-crash.patch:
++ - Cherry pick fix for a GStreamer-related crash.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 18 Mar 2023 11:41:32 +0100
++
++webkit2gtk (2.40.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Bring all changes from the 2.39 (experimental) branch.
++ * The GTK4 build's API number changes from 5.0 to 6.0.
++ - debian/{rules,not-installed,control.in,control-common.in}: Update
++ all these files to reflect the API and package name changes.
++ * debian/rules:
++ - Build with -DDEBUG_FISSION=OFF since it adds the -gsplit-dwarf flag
++ that is currently not supported by dh_dwz (see #1016936).
++ - Disable WebGL in armel, mipsel, m68k, powerpc and sh4 to work around
++ a FTBFS caused by upstream bug #252670.
++ - Stop passing -DUSE_LD_GOLD=OFF, this option no longer exists (and
++ update reduce-memory-overheads.patch accordingly).
++ - Use reduced optimizations on m68k in order to lower memory
++ requirements (John Paul Adrian Glaubitz) (Closes: #1032404).
++ - Disable AVIF and GStreamer transcoding on Ubuntu (Jeremy Bicha).
++ - Build the 4.1 API version of the WebKit WebDriver if possible.
++ - Rename WebKit2WebExtension to WebKitWebProcessExtension in the GTK4
++ build's install files.
++ - Remove /usr/include/*/JavaScriptCore from the GTK4 build's .install
++ files.
++ * Use the documentation from the 4.1 API build. This simplifies the
++ build process a bit (the package is still named 4.0-doc to make
++ backports easier).
++ * debian/control.in:
++ - Add build dependencies on unifdef, libavif-dev and
++ libgstreamer-plugins-bad1.0-dev (for webrtc).
++ - Require libgstreamer-plugins-bad1.0-dev >= 1.20.0, this is needed
++ for USE_GSTREAMER_TRANSCODER.
++ - Don't use ccache on m68k (thanks, John Paul Adrian Glaubitz)
++ (Closes: #1033042).
++ * debian/copyright:
++ - Update copyright information of all files.
++ * debian/gbp.conf:
++ - Update upstream branch name.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ - Update symbols.
++ - Mark with (gtk3-only) and (gtk4-only) the symbols that are specific
++ to each build.
++ * debian/libwebkit2gtk-4.0-37.install:
++ - WebKit2GTK-*.mo is now WebKitGTK-*.mo.
++ * debian/libwebkit2gtk-4.0-dev.install:
++ - Update include path.
++ * debian/source/lintian-overrides:
++ - Update source-is-missing overrides.
++ * debian/patches/dont-detect-sse2.patch:
++ - Don't build ANGLE with SSE support in i386.
++ * Drop debian/patches/fix-non-unified-build.patch and use unified builds
++ in all architecture.
++ * Refresh all other patches.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 17 Mar 2023 14:52:02 +0100
++
++webkit2gtk (2.38.5-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2023-0002 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ - CVE-2023-23529 (fixed in 2.38.5).
++ * Remove debian/patches/fix-nonunified-build.patch.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 15 Feb 2023 18:10:55 +0100
++
++webkit2gtk (2.38.4-2) unstable; urgency=high
++
++ * The WebKitGTK security advisory WSA-2023-0001 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ - CVE-2022-42826, CVE-2023-23517, CVE-2023-23518 (fixed in 2.38.4).
++ * debian/patches/fix-nonunified-build.patch:
++ - Fix non-unified build (FTBFS in mipsel).
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 03 Feb 2023 15:52:39 +0100
++
++webkit2gtk (2.38.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/control.in:
++ - Update Standards-Version to 4.6.2 (no changes).
++ - Rename obsolete packages in Build-Depends:
++ + libfontconfig1-dev -> libfontconfig-dev
++ + libfreetype6-dev -> libfreetype-dev
++ + libegl1-mesa-dev -> libegl-dev
++ * debian/copyright:
++ - Update copyright information of all files.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 02 Feb 2023 10:50:05 +0100
++
++webkit2gtk (2.38.3-1) unstable; urgency=high
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 24 Dec 2022 16:24:20 +0100
++
++webkit2gtk (2.38.2-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2022-0010 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ - CVE-2022-32888 and CVE-2022-32923 (fixed in 2.38.0).
++ - CVE-2022-42799, CVE-2022-42823 and CVE-2022-42824 (fixed in 2.38.2).
++ * debian/patches/fix-nonunified-build.patch:
++ - Drop this patch.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 04 Nov 2022 17:37:25 +0100
++
++webkit2gtk (2.38.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 21 Oct 2022 15:32:54 +0200
++
++webkit2gtk (2.38.0-3) unstable; urgency=high
++
++ * debian/patches/fix-nonunified-build.patch:
++ - Fix non-unified GTK4 build.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 28 Sep 2022 09:20:17 +0200
++
++webkit2gtk (2.38.0-2) unstable; urgency=high
++
++ * The WebKitGTK security advisory WSA-2022-0009 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ - CVE-2022-32891 (fixed in 2.36.5).
++ - CVE-2022-32886 and CVE-2022-32912 (fixed in 2.36.8).
++ * debian/rules:
++ - Build with -DENABLE_UNIFIED_BUILDS=OFF on mips, mipsel and sh4, we
++ are having problems to build webkit due to lack of memory (#1020642).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 26 Sep 2022 11:25:41 +0200
++
++webkit2gtk (2.38.0-1) unstable; urgency=high
++
++ * New upstream release (Closes: #986218).
++ * debian/rules:
++ - Add USE_PREBUILT_DOCS variable to allow using the prebuilt
++ documentation included in the upstream tarball when gi-docgen is
++ missing.
++ * Bring all changes from the 2.37 (experimental) branch.
++ * debian/gbp.conf:
++ - Update upstream branch name.
++ * Generate debian/control from debian/control.in and control-common.in
++ depending on whether we're making the soup2 (4.0 API), soup3 (4.1 API)
++ and/or gtk4 (5.0 API) builds.
++ * debian/rules:
++ - Add new target to generate debian/control.
++ - Enable the GTK4 build (Closes: #1016765).
++ - ENABLE_GTKDOC is now ENABLE_DOCUMENTATION.
++ - Make CCACHE_DIR and CCACHE_NOHASHDIR global variables so they also
++ apply to the install target. This fixes a FTBFS if the home dir is not
++ writable (as is the case with buildds)
++ * debian/control.in:
++ - Remove build dependency on libnotify-dev (no longer used by WebKit).
++ - Replace build dependency on gtk-doc-tools with gi-docgen.
++ * The documentation has been renamed from webkitdomgtk to
++ webkit2gtk-web-extension and from jsc-glib to javascriptcoregtk.
++ - Update debian/libwebkit2gtk-4.0-doc.doc-base.* and
++ debian/libwebkit2gtk-4.0-doc.links.
++ * Refresh all patches.
++ * debian/source/lintian-overrides:
++ - Update source-is-missing overrides.
++ * debian/copyright:
++ - Update copyright information of all files.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ - Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 16 Sep 2022 16:59:49 +0200
++
++webkit2gtk (2.36.7-1) unstable; urgency=high
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 25 Aug 2022 01:49:31 +0200
++
++webkit2gtk (2.36.6-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2022-0007 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ - CVE identifiers: CVE-2022-32792, CVE-2022-32816 and CVE-2022-2294
++ (fixed in 2.36.5).
++ * debian/rules:
++ - Enable wpe on Ubuntu now that the MIR has been accepted (thanks,
++ Sebastien Bacher) (Closes: #1016585).
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 10 Aug 2022 14:56:32 +0200
++
++webkit2gtk (2.36.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2022-0006 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ - CVE-2022-22662 (fixed in 2.36.0).
++ - CVE-2022-22677 and CVE-2022-26710 (fixed in 2.36.4).
++ * debian/control:
++ - Don't use ccache in i386 because Ubuntu doesn't have it and Debian
++ can live without it (webkit-team/webkit!14).
++ * Update format of lintian overrides (see #1007002).
++ * debian/control:
++ - Update Standards-Version to 4.6.1.0 (no changes).
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 06 Jul 2022 13:54:15 +0200
++
++webkit2gtk (2.36.3-1) unstable; urgency=high
++
++ * New upstream release.
++ * Use ccache to speed-up the compilation since the majority of the files
++ are identical in both the soup2 and soup3 builds.
++ - debian/control: Add build dependency on ccache.
++ - debian/rules: Set CCACHE_NOHASHDIR and CCACHE_BASEDIR so ccache
++ actually works with different build directories.
++ - debian/rules: Set CCACHE_DIR inside the source directory, otherwise
++ ccache would try to write to the home directory, which is forbidden
++ by the Debian policy.
++
++ -- Alberto Garcia <berto@igalia.com> Sun, 29 May 2022 13:07:27 +0200
++
++webkit2gtk (2.36.2-1) unstable; urgency=high
++
++ [ Alberto Garcia ]
++ * New upstream release.
++
++ [ Adrian Bunk ]
++ * debian/rules: lower memory requirements on sh4.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 18 May 2022 10:13:09 +0200
++
++webkit2gtk (2.36.1-1) unstable; urgency=medium
++
++ [ Alberto Garcia ]
++ * New upstream release.
++
++ [ Jeremy Bicha ]
++ * Reduce the number of parallel build jobs on Ubuntu's amd64
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 21 Apr 2022 16:47:44 +0200
++
++webkit2gtk (2.36.0-3) unstable; urgency=medium
++
++ * debian/rules:
++ - Build with -Os, -g0 and ggc-min-expand=10 in mips / mipsel in order
++ to lower the memory requirements and revert the changes from
++ 2.36.0-2 (thanks, Adrian Bunk).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 04 Apr 2022 12:58:57 +0200
++
++webkit2gtk (2.36.0-2) unstable; urgency=medium
++
++ * debian/rules:
++ - Disable unified builds in Debian/mipsel and reduce the number of
++ parallel jobs in order to prevent running out of memory.
++ * debian/control:
++ - Clarify in package descriptions that 4.0 and 4.1 packages use
++ different versions of libsoup and that the documentation package is
++ equally valid for both.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 29 Mar 2022 23:06:22 +0200
++
++webkit2gtk (2.36.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++ * debian/rules:
++ + Build with CMAKE_BUILD_WITH_INSTALL_RPATH=ON, otherwise builds are
++ not reproducible if they happen in different directories.
++ * Bring all changes from the 2.35 (experimental) branch.
++ * debian/control:
++ + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/rules:
++ + USE_SYSTEMD was renamed to ENABLE_JOURNALD_LOG.
++ * debian/control:
++ + Remove all Conflicts: lines, they are obsolete.
++ + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev.
++ + Simplify descriptions and remove references to the WebKit2 API
++ layer.
++ * Build the 4.1 API version of the packages. These use libsoup 3 instead
++ of libsoup 2 but are otherwise identical to the 4.0 API packages.
++ + debian/control:
++ - Add build dependency on libsoup-3.0-dev.
++ - Add entries for the new packages. The 4.1 versions of the
++ WebDriver, JSC command-line interpreter and documentation are
++ currently not being generated.
++ + debian/rules:
++ - Add commands to build both sets of packages.
++ + debian/libwebkit2gtk-4.0-37.install:
++ - Update path of locale files to select only the exact API version.
++ + debian/not-installed:
++ - Don't install the 4.1 build of the JSC command-line interpreter.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 21 Mar 2022 23:10:15 +0100
++
++webkit2gtk (2.34.6-1) unstable; urgency=high
++
++ [ Alberto Garcia ]
++ * New upstream release.
++ + Fixes CVE-2022-22620.
++
++ [ Jeremy Bicha ]
++ * debian/rules:
++ + Reduce the number of parallel build jobs on Ubuntu's arm64.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 17 Feb 2022 19:52:20 +0100
++
++webkit2gtk (2.34.5-1) unstable; urgency=high
++
++ * New upstream release.
++ + Fixes CVE-2022-22589, CVE-2022-22590 and CVE-2022-22592.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 09 Feb 2022 12:10:57 +0100
++
++webkit2gtk (2.34.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * Set the debhelper compatibility level to 12:
++ - Get rid of debian/compat.
++ - Add build dependency on debhelper-compat.
++ * debian/rules:
++ - Stop using --builddirectory=build, .gir files no longer seem to
++ contain references to the build directory (see the 2.27.90-1 entry
++ for more details).
++ * debian/copyright:
++ + Update copyright years.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 21 Jan 2022 11:44:16 +0100
++
++webkit2gtk (2.34.3-1) unstable; urgency=high
++
++ [ Alberto Garcia ]
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2021-0007 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ + CVE-2021-30809, CVE-2021-30836 (fixed in 2.32.4).
++ + CVE-2021-30818, CVE-2021-30823, CVE-2021-30884, CVE-2021-30888,
++ CVE-2021-30889, CVE-2021-30897 (fixed in 2.34.0).
++ + CVE-2021-30887, CVE-2021-30890 (fixed in 2.34.3).
++
++ [ Sebastien Bacher ]
++ * debian/rules:
++ + Explicitly disable lto since when it's on the build is failing, that
++ doesn't impact Debian by default but is an issue on Ubuntu.
++ (Closes: #1000598)
++ + Don't recommend xdg-desktop-portal-gtk on Ubuntu i386, it's a partial
++ architecture and the binary doesn't exist (Closes: #1000599).
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 21 Dec 2021 00:59:40 +0100
++
++webkit2gtk (2.34.2-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 24 Nov 2021 15:56:26 +0100
++
++webkit2gtk (2.34.1-1) unstable; urgency=high
++
++ [ Alberto Garcia ]
++ * New upstream release.
++ * debian/rules:
++ + Build with -O1 in sh3 and sh4 (Closes: #995717).
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/libwebkit2gtk-4.0-37.lintian-overrides:
++ + Override library-not-linked-against-libc.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/control:
++ + Update Standards-Version to 4.6.0.1 (no changes).
++
++ [ Sebastien Bacher ]
++ * debian/control, debian/rules:
++ + handle gstreamer1.0-plugins-bad with the same Ubuntu override than
++ libav, it's also in universe (Closes: #995166).
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 22 Oct 2021 00:56:49 +0200
++
++webkit2gtk (2.34.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Bring all changes from the 2.33 (experimental) branch.
++ * debian/rules:
++ + Build with -DUSE_SOUP2=ON.
++ * debian/control:
++ + Add build dependency on liblcms2-dev (bug #880697).
++ + Remove the dummy libwebkit2gtk-4.0-37-gtk2 package.
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * Refresh all patches.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 23 Sep 2021 12:10:43 +0200
++
++webkit2gtk (2.32.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 17 Sep 2021 21:16:20 +0200
++
++webkit2gtk (2.32.3-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2021-0004 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ + CVE-2021-30666, CVE-2021-30761 (fixed in 2.26.0).
++ + CVE-2021-30762 (fixed in 2.28.0).
++ + CVE-2021-1817, CVE-2021-1820, CVE-2021-1825, CVE-2021-1826,
++ CVE-2021-30661 (fixed in 2.30.0).
++ + CVE-2021-21806 (fixed in 2.30.6).
++ + CVE-2021-30682 (fixed in 2.32.0).
++ + CVE-2021-30758 (fixed in 2.32.2).
++ + CVE-2021-21775, CVE-2021-21779, CVE-2021-30663, CVE-2021-30665,
++ CVE-2021-30689, CVE-2021-30720, CVE-2021-30734, CVE-2021-30744,
++ CVE-2021-30749, CVE-2021-30795, CVE-2021-30797, CVE-2021-30799
++ (fixed in 2.32.3).
++
++ -- Alberto Garcia <berto@igalia.com> Sun, 25 Jul 2021 00:25:47 +0200
++
++webkit2gtk (2.32.2-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Update patch.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 09 Jul 2021 13:41:26 +0200
++
++webkit2gtk (2.32.1-2) unstable; urgency=high
++
++ * debian/control:
++ + Update the dependencies on GStreamer plugins (Closes: #989332):
++ - WebKitGTK really expects at least the -base and -good sets.
++ - For video playback (e.g YouTube) -bad is also recommended.
++ - The pulseaudio plugin was merged into the -good package so it will
++ be always be available now. Move -alsa to Suggests.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 07 Jun 2021 10:39:51 +0200
++
++webkit2gtk (2.32.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Update patch.
++ * Downgrade dependency on xdg-desktop-portal-gtk to a recommendation.
++ This works around an autopkgtest regression in balsa (see #987686).
++ (Closes: #987428).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 10 May 2021 12:20:44 +0200
++
++webkit2gtk (2.32.0-2) unstable; urgency=high
++
++ * The WebKitGTK security advisory WSA-2021-0003 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ + CVE-2021-1788, CVE-2021-1844, CVE-2021-1871 (fixed in 2.32.0).
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Compile BytecodeGenerator.cpp without optimizations on m68k and sh4,
++ otherwise the build fails due to gcc bugs.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 22 Apr 2021 18:42:46 +0200
++
++webkit2gtk (2.32.0-1) experimental; urgency=medium
++
++ * New upstream release (Closes: #984522).
++ * debian/control:
++ + Make the gir packages require the exact binary versions of
++ libwebkit2gtk-4.0-37 and libjavascriptcoregtk-4.0-18
++ * debian/watch:
++ + Scan stable releases only.
++ * debian/rules:
++ + Add dependency on xdg-desktop-portal-gtk when the bubblewrap sandbox
++ is enabled (see webkit bug #213148) (thanks, Hannes Müller).
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 26 Mar 2021 15:15:20 +0100
++
++webkit2gtk (2.31.91-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-mips-page-size.patch:
++ + Increase the page size from 4KB to 16KB on MIPS, this fixes a crash
++ with Loongson CPUs that don't support 4KB pages (see #977779).
++ * debian/patches/fix-ftbfs-i386.patch:
++ + Drop this patch.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 12 Mar 2021 16:19:15 +0100
++
++webkit2gtk (2.31.90-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Enable the gamepad support only on Linux (Closes: #980745):
++ + debian/rules:
++ + Pass -DENABLE_GAMEPAD=OFF on non-Linux build.
++ + debian/control:
++ + Depend on libmanette-0.2-dev only on Linux.
++ * debian/patches/fix-ftbfs-x32.patch:
++ + Refresh patch.
++ * debian/control:
++ + Depend on GStreamer >= 1.14.0.
++ + Update Standards-Version to 4.5.1 (no changes).
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/watch:
++ + Set version to 4 (fixes older-debian-watch-file-standard).
++ * debian/patches/fix-ftbfs-i386.patch:
++ + Fix build on i386 (upstream bug #222480).
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 27 Feb 2021 22:02:35 +0100
++
++webkit2gtk (2.31.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Remove some obsolete build dependencies (see #979170):
++ + gawk is not needed since WebKitGTK switched from autotools to CMake.
++ + libgeoclue-2-dev and geoclue-2.0 are not required since WebKitGTK
++ 2.25.1 (upstream bug 195994).
++ + libupower-glib-dev is not required since WebKitGTK 2.19.92 (upstream
++ bug 181825).
++ + libfile-copy-recursive-perl is not required since WebKitGTK 2.19.3
++ (upstream bug 180479).
++ + mesa-common-dev used to provide GL/gl.h but this header is now in
++ libgl-dev.
++ + libgles2-mesa-dev used to provide GLES3/gl3.h but this header is now
++ in libgles-dev.
++ + libgl1-mesa-dev and libgles2-mesa-dev are now dummy packages.
++ + libpango1.0-dev is not checked for any specific version at build
++ time so there's no need to list it.
++ * Update the minimum required versions of some packages:
++ + cmake from 3.3 to 3.10
++ + libglib2.0-dev from 2.36.0 to 2.44.0
++ + libgtk-3-dev from 3.10.0 to 3.22.0
++ + libcairo2-dev from 1.10.2 to 1.14.0
++ + libsoup2.4-dev from 2.42.0 to 2.54.0.
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.31.x packages in experimental.
++ * Use -DFORCE_32BIT on 32-bit builds.
++ + This replaces debian/patches/fix-ftbfs-x86.patch.
++ * Refresh all patches.
++ * debian/control:
++ + Add build dependency on libmanette-0.2-dev.
++ + Stop suggesting browser-plugin-freshplayer-pepperflash for
++ libwebkit2gtk-4.0-37-gtk2.
++ * debian/NEWS:
++ - Add item explaining the removal of support for NPAPI plugins.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * Enable the build on non-Linux architectures (Closes: #978098):
++ + debian/rules:
++ - Build with -DUSE_SYSTEMD=OFF if the OS is not Linux.
++ + debian/patches/fix-ftbfs-hurd.patch:
++ - Add alternative implementation of scanDirectoryForDictionaries()
++ that does not use PATH_MAX (for the Hurd).
++ + debian/control:
++ - Set the architecture of all binary packages to 'any' and require
++ bubblewrap, systemd and libwpebackend-fdo on Linux only.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 16 Jan 2021 16:38:36 +0100
++
++webkit2gtk (2.30.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK security advisory WSA-2020-0008 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ + CVE-2020-9952 (fixed in 2.28.3).
++ + CVE-2020-9948, CVE-2020-9951 (fixed in 2.30.0).
++ + CVE-2020-9983, CVE-2020-13584 (fixed in 2.30.3).
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 15 Dec 2020 15:23:01 +0100
++
++webkit2gtk (2.30.3-1) unstable; urgency=high
++
++ * New upstream release
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 20 Nov 2020 15:24:07 +0100
++
++webkit2gtk (2.30.2-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 23 Oct 2020 12:18:03 +0200
++
++webkit2gtk (2.30.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/source/lintian-overrides:
++ + Remove mailing-list-obsolete-in-debian-infrastructure.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 21 Sep 2020 15:34:07 +0200
++
++webkit2gtk (2.30.0-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/watch:
++ + Scan stable releases only.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 11 Sep 2020 15:54:31 +0200
++
++webkit2gtk (2.29.92-1) experimental; urgency=medium
++
++ * New upstream development release.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 04 Sep 2020 17:10:45 +0200
++
++webkit2gtk (2.29.91-1) experimental; urgency=medium
++
++ * New upstream development release (Closes: #967992).
++ * debian/copyright:
++ + Update copyright information of all files.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 14 Aug 2020 14:31:36 +0200
++
++webkit2gtk (2.29.4-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/control:
++ + Install libgl1-mesa-dev unconditionally. The decision of which gl
++ library to use is now taken directly by cmake.
++ * Don't build the documentation in binary-arch builds and with the nodoc
++ build profile.
++ + debian/control:
++ - Move gtk-doc-tools and *-doc to Build-Depends-Indep.
++ - Add Build-Profiles: <!nodoc> to libwebkit2gtk-4.0-doc
++ + debian/rules:
++ - Use dh_listpackages to decide whether to build the documentation.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 29 Jul 2020 23:17:24 +0200
++
++webkit2gtk (2.29.3-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/rules:
++ + Remove disabling of openjpeg on Ubuntu, it's in main now (thanks,
++ Sebastien Bacher)
++ * debian/copyright:
++ + Update copyright information of all files.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 08 Jul 2020 10:42:33 +0200
++
++webkit2gtk (2.29.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Refresh.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 25 Jun 2020 14:16:50 +0200
++
++webkit2gtk (2.29.1-1) experimental; urgency=medium
++
++ * New upstream development release (Closes: #945237).
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.29.x packages in experimental.
++ * Refresh all patches.
++ * debian/patches/dont-fallback-to-libwpe.patch,
++ debian/patches/user-agent-branding.patch:
++ + Drop these patches, they are now included upstream.
++ * debian/rules:
++ + Replace USER_AGENT_GTK_DISTRIBUTOR_NAME with the new
++ USER_AGENT_BRANDING build option in Ubuntu.
++ * debian/patches/detect-gstreamer-gl.patch,
++ debian/patches/detect-woff.patch:
++ + Drop these patches. We won't be making backports of WebKitGTK 2.29.x
++ for stretch.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/control:
++ + Add build dependency on libsystemd-dev.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 18 May 2020 16:43:00 +0200
++
++webkit2gtk (2.28.2-2) unstable; urgency=high
++
++ * debian/patches/dont-fallback-to-libwpe.patch:
++ + Fix crash when DISPLAY is unset (Closes: #956219).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 27 Apr 2020 14:55:16 +0200
++
++webkit2gtk (2.28.2-1) unstable; urgency=high
++
++ * New upstream release (Closes: #956837).
++ * debian/patches/fix-ftbfs-mips64el.patch:
++ + Drop this patch.
++ * debian/rules:
++ + Don't set -Wall or -Wl,--as-needed, these are already used by
++ default. Fixes the debian-rules-uses-as-needed-linker-flag lintian
++ warning.
++ + Include /usr/share/dpkg/buildflags.mk instead of setting the build
++ flags manually.
++ * debian/source/lintian-overrides:
++ + Override mailing-list-obsolete-in-debian-infrastructure.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 24 Apr 2020 14:49:30 +0200
++
++webkit2gtk (2.28.1-2) unstable; urgency=high
++
++ * The WebKitGTK security advisory WSA-2020-0004 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ + CVE-2020-11793 (fixed in 2.28.1).
++ * fix-ftbfs-mips64el.patch:
++ + Fix a FTBFS in mipsel64.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 20 Apr 2020 01:50:19 +0200
++
++webkit2gtk (2.28.1-1) unstable; urgency=medium
++
++ * New upstream release (Closes: #956219, #954026).
++ * debian/control:
++ + Remove build dependency on libx11-xcb-dev now that gstreamer depends
++ on it (see #948143).
++ * debian/patches/use-python3.patch:
++ + Drop patch, this is now upstream.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 13 Apr 2020 13:08:54 +0200
++
++webkit2gtk (2.28.0-2) unstable; urgency=high
++
++ * The WebKitGTK security advisory WSA-2020-0003 lists the following
++ security fixes in the latest versions of WebKitGTK:
++ + CVE-2020-10018 (fixed in 2.28.0).
++ * debian/rules:
++ + Disable the WPE renderer on Ubuntu since the required backend is in
++ universe (thanks, Sebastien Bacher).
++ * debian/gbp.conf:
++ + Update upstream branch name.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 12 Mar 2020 20:35:21 +0100
++
++webkit2gtk (2.28.0-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/watch:
++ + Scan stable releases only.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 10 Mar 2020 14:22:29 +0100
++
++webkit2gtk (2.27.91-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh debian/patches/dont-detect-sse2.patch.
++ * debian/rules:
++ + Use -mlra -fno-move-loop-invariants in sh3 and sh4 builds (thanks,
++ Adrian Glaubitz) (Closes: #952482).
++ + Use jdupes to remove duplicate files in libwebkit2gtk-4.0-doc.
++ * debian/control:
++ + Add build dependency on jdupes.
++ + Update Standards-Version to 4.5.0 (no changes).
++ * debian/WebKitWebDriver.1:
++ + Fix grammar.
++ * debian/copyright:
++ + Update copyright information of all files.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 27 Feb 2020 16:50:58 +0100
++
++webkit2gtk (2.27.90-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/use-python3.patch:
++ + The unversioned python interpreter (i.e. Python 2) is not installed
++ by default anymore, so use Python 3 instead (Closes: #948839).
++ * debian/control:
++ + Drop build dependency on python.
++ + Mark libwebkit2gtk-4.0-doc and libwebkit2gtk-4.0-37-gtk2 as
++ Multi-Arch: foreign.
++ * debian/rules:
++ + Don't use the Gold linker on powerpc (Closes: #949618).
++ + Run dh with --builddirectory=build. Some source files are generated
++ inside this directory and are later referenced from the .gir files
++ so their path names should be independent from the architecture.
++ * Refresh all patches.
++ * debian/patches/reduce-memory-overheads.patch:
++ + Reduce memory usage when not using the Gold linker
++ (Closes: #949621).
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Bring the patch from the unstable branch.
++ * Add debian/upstream/metadata.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 11 Feb 2020 00:06:15 +0100
++
++webkit2gtk (2.27.4-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/control:
++ + Switch build dependency from libenchant-dev to libenchant-2-dev
++ (Closes: #948106).
++ + Add build dependency on libx11-xcb-dev.
++ + Add Rules-Requires-Root: no.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing override.
++ * debian/copyright:
++ + Update copyright years.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ + Add Build-Depends-Package field.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 10 Jan 2020 16:47:54 +0100
++
++webkit2gtk (2.27.3-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Build without the bubblewrap sandbox if the required dependencies are
++ not available:
++ + debian/rules:
++ - Pass -DENABLE_BUBBLEWRAP_SANDBOX depending on whether libseccomp
++ is installed.
++ - Add runtime dependencies on bubblewrap and xdg-dbus-proxy
++ conditionally to the status of ENABLE_BUBBLEWRAP_SANDBOX.
++ + debian/control:
++ - Don't require bubblewrap, xdg-dbus-proxy or libseccomp-dev in
++ alpha, ia64, m68k, riscv64, sh4 or sparc64.
++ * Enable USE_WPE_RENDERER:
++ + debian/control:
++ - Add build dependency on libwpebackend-fdo-1.0-dev.
++ + debian/rules:
++ - Set USE_WPE_RENDERER depending on whether wpebackend-fdo is
++ available or not (this allows disabling it by simply removing the
++ build dependency).
++ * debian/rules:
++ + Use -g1 in all builds. The webkit2gtk debug packages are huge and
++ I'm not convinced that they have been very useful for reporting
++ bugs. Using -g1 is enough for a basic backtrace and it makes the
++ packages easier to handle.
++ + Install the NEWS file using debian/libwebkit2gtk-4.0-37.docs.
++ * debian/patches/detect-woff.patch:
++ + Refresh.
++ * debian/control:
++ + Add build dependency on python.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 26 Nov 2019 17:31:23 +0200
++
++webkit2gtk (2.27.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/control:
++ + Require bubblewrap >= 0.3.1.
++ + Update Standards-Version to 4.4.1 (no changes).
++ + Add Breaks for Evolution < 3.34.1 (see WebKit bug #201033).
++ * debian/rules:
++ + Stop building with -O1 for armhf and friends, the build seems to
++ work just fine with -O2 now.
++ * Drop fix-ftbfs-m68k.patch, we are not building for m68k anyway.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing override.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 22 Oct 2019 21:33:09 +0300
++
++webkit2gtk (2.27.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.27.x packages in experimental.
++ * Refresh all patches.
++ + Use -DWTF_CPU_ARM64_CORTEXA53=OFF to fix the arm64 build.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 08 Oct 2019 16:58:23 +0300
++
++webkit2gtk (2.26.1-1) experimental; urgency=medium
++
++ [ Jeremy Bicha ]
++ * Suggest instead of Recommend gstreamer1.0-libav on Ubuntu
++
++ [ Alberto Garcia ]
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 23 Sep 2019 15:55:10 +0300
++
++webkit2gtk (2.26.0-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/watch:
++ + Scan stable releases only.
++ * debian/copyright:
++ + Remove nonexistent files.
++ * Add a dummy libwebkit2gtk-4.0-37-gtk2 with a transition plan for
++ people who still need to use Flash.
++ + debian/control:
++ - Add the package, suggest browser-plugin-freshplayer-pepperflash.
++ + debian/libwebkit2gtk-4.0-37-gtk2.NEWS:
++ - Add news item about the Flash transition plan.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 10 Sep 2019 16:22:11 +0300
++
++webkit2gtk (2.25.92-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing override.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 03 Sep 2019 15:14:06 +0300
++
++webkit2gtk (2.25.4-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing override.
++ * Use the CLoop Javascript interpreter in i386 and stop telling gcc to
++ use SSE2 instructions (Closes: #930935).
++ + debian/rules:
++ - Build with -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON and stop using
++ -msse2 -mfpmath=sse.
++ + debian/patches/dont-detect-sse2.patch:
++ - Don't check for SSE2 support.
++ + debian/NEWS:
++ - Remove item about the requirement to have an SSE2-capable CPU.
++ * WebKitGTK 2.25.3 no longer ships the GTK 2 plugin process:
++ + debian/control:
++ - Drop build dependency on libgtk2.0-dev.
++ - Remove the libwebkit2gtk-4.0-37-gtk2 package.
++ + debian/NEWS:
++ - Add item explaining the removal of the GTK 2 plugin process.
++ + debian/libwebkit2gtk-4.0-37-gtk2.install:
++ - Drop this file.
++ * debian/control:
++ + Recommend gstreamer1.0-libav. This package allows the user to play
++ most internet videos (Closes: #870814).
++ + Update Standards-Version to 4.4.0 (no changes).
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 09 Aug 2019 11:52:26 +0200
++
++webkit2gtk (2.25.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/webdriver-path.patch,
++ debian/patches/fix-ftbfs-hurd.patch:
++ + Remove.
++ * debian/patches/detect-woff.patch
++ + Refresh.
++ * debian/rules:
++ + Build with -DUSE_WPE_RENDERER=OFF.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 17 Jun 2019 23:39:56 +0300
++
++webkit2gtk (2.25.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/rules:
++ + Don't add -msse2 manually to CFLAGS, WebKitGTK does this automatically
++ now.
++ * debian/control:
++ + Add build and runtime dependencies on bubblewrap, xdg-dbus-proxy and
++ libseccomp-dev (ENABLE_BUBBLEWRAP_SANDBOX is now on by default).
++ * debian/patches/webdriver-path.patch:
++ + Fix name of the WebKitWebDriver executable.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.25.x packages in experimental.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 03 Jun 2019 18:35:12 +0300
++
++webkit2gtk (2.24.2-1) unstable; urgency=medium
++
++ * New upstream release.
++ + This fixes CVE-2019-8595, CVE-2019-8607 and CVE-2019-8615.
++ * debian/patches/fix-redirected-streams.patch,
++ debian/patches/fix-cjk-white-space.patch:
++ + Drop these patches.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 17 May 2019 17:40:52 +0300
++
++webkit2gtk (2.24.1-2) unstable; urgency=high
++
++ * The WebKitGTK+ security advisory WSA-2019-0002 lists the following
++ security fixes in the latest versions of WebKitGTK+:
++ + CVE-2019-6201, CVE-2019-7285, CVE-2019-7292, CVE-2019-8503,
++ CVE-2019-8515 (fixed in 2.22.6).
++ + CVE-2019-8518, CVE-2019-8523 (fixed in 2.22.7).
++ + CVE-2019-8524, CVE-2019-8535, CVE-2019-8536, CVE-2019-8544,
++ CVE-2019-8551, CVE-2019-8558, CVE-2019-8559, CVE-2019-8563,
++ CVE-2019-8506 (fixed in 2.24.0).
++ + CVE-2019-11070, CVE-2019-6251 (fixed in 2.24.1).
++ * debian/patches/fix-redirected-streams.patch:
++ + Fix playback of redirected streams (Closes: #928044).
++ * debian/patches/fix-cjk-white-space.patch:
++ + Fix white space rendering with noto CJK font (Closes: #926872).
++ * debian/NEWS:
++ + Add news item about the lack of support for pre-SSE2 i386 CPUs.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 10 May 2019 12:39:42 +0300
++
++webkit2gtk (2.24.1-1) unstable; urgency=high
++
++ * New upstream release.
++ + This fixes CVE-2019-6251.
++ * GTK has dropped the '+' from its name, and so has WebKitGTK, so update
++ all references.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/rules:
++ + No need to chmod generate-gtkdoc anymore.
++ + 32-bit x86 builds require SSE2 now.
++ * debian/watch:
++ + Scan stable releases only.
++ * debian/patches/detect-woff.patch:
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 09 Apr 2019 17:31:03 +0300
++
++webkit2gtk (2.24.0-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/copyright:
++ + Remove nonexistent files.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 13 Mar 2019 12:12:49 +0200
++
++webkit2gtk (2.23.92-1) experimental; urgency=medium
++
++ [ Jeremy Bicha ]
++ * debian/rules: Use --buildsystem=cmake+ninja
++
++ [ Alberto Garcia ]
++ * New upstream development release.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 06 Mar 2019 19:04:30 +0200
++
++webkit2gtk (2.23.91-1) experimental; urgency=medium
++
++ [ Alberto Garcia ]
++ * New upstream development release.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ [ Jeremy Bicha ]
++ * Disable openjpeg2 support on Ubuntu since it's not in Ubuntu main yet.
++ See bug 711061.
++ * debian/rules:
++ + Use -O1 in armhf to fix the build.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 20 Feb 2019 16:08:54 +0200
++
++webkit2gtk (2.23.90-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/detect-woff.patch:
++ + Refresh.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing override.
++ * debian/control:
++ + Add build dependency on libopenjp2-7-dev.
++ * debian/copyright:
++ + Update copyright years.
++ * debian/rules:
++ + Stop building with ENABLE_BUBBLEWRAP_SANDBOX=OFF, this option no
++ longer exists.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 14 Feb 2019 17:58:57 +0200
++
++webkit2gtk (2.23.3-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/missing-gtkdoc-files.patch:
++ + Drop this patch, it is no longer needed.
++ * debian/control:
++ + Set the architecture to linux-any, this package depends on the
++ Linux-specific sysinfo() call.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 14 Jan 2019 11:51:50 +0200
++
++webkit2gtk (2.23.2-1) experimental; urgency=medium
++
++ * New upstream development release (Closes: #914986).
++ * debian/patches/build-minibrowser.patch,
++ debian/patches/detect-jit.patch,
++ debian/patches/fix-ftbfs-armel.patch:
++ + Remove these patches, they are now upstream.
++ * debian/patches/detect-woff.patch,
++ debian/patches/fix-ftbfs-m68k.patch,
++ debian/patches/fix-ftbfs-x32.patch:
++ + Refresh these patches.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/patches/missing-gtkdoc-files.patch:
++ + Upstream forgot to add Tools/gtkdoc to the tarball.
++ * debian/rules:
++ + Make Tools/gtkdoc/generate-gtkdoc executable.
++ * debian/control:
++ + Update Standards-Version to 4.3.0 (no changes).
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 08 Jan 2019 16:55:02 +0200
++
++webkit2gtk (2.23.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.23.x packages in experimental.
++ * debian/rules:
++ + Build with ENABLE_BUBBLEWRAP_SANDBOX=OFF, since it requires
++ xdg-dbus-proxy which is not available in Debian.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/patches/build-minibrowser.patch:
++ + Add missing cmake code to build the minibrowser.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 23 Nov 2018 16:16:56 +0200
++
++webkit2gtk (2.22.4-1) unstable; urgency=high
++
++ * New upstream release.
++ * The WebKitGTK+ security advisory WSA-2018-0008 lists the following
++ security fixes in the latest versions of WebKitGTK+:
++ + CVE-2018-4373 (fixed in 2.22.0).
++ + CVE-2018-4375, CVE-2018-4376, CVE-2018-4378, CVE-2018-4382,
++ CVE-2018-4392 and CVE-2018-4416 (fixed in 2.22.1).
++ + CVE-2018-4345 and CVE-2018-4386 (fixed in 2.22.3).
++ + CVE-2018-4372 (fixed in 2.22.4).
++ * debian/control:
++ + libwoff-dev is now available on kfreebsd, so we can use it.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 22 Nov 2018 14:59:41 +0200
++
++webkit2gtk (2.22.3-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ [ Jeremy Bicha ]
++ * Enable woff2 support in Ubuntu too.
++ * Opt out of Ubuntu language packs. This package is updated too often.
++
++ [ Alberto Garcia ]
++ * debian/patches/detect-woff.patch:
++ + WOFF2 is not available on all platforms, so don't abort the build if
++ it's not installed. This way it's enough if we simply remove
++ libwoff-dev from the Build-Depends when necessary.
++ * debian/control:
++ + Don't depend on libwoff-dev on kfreebsd, it's not available.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 29 Oct 2018 13:36:11 +0200
++
++webkit2gtk (2.22.2-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/upstream/signing-key.asc:
++ + Add Adrian Perez's GPG key to the keyring. He'll also be in charge
++ of making upstream releases.
++ * debian/patches/fix-ftbfs-x32.patch:
++ + Fix the X32 build.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + Fix the armel build.
++ + debian/rules:
++ - Stop passing -DENABLE_JIT=OFF manually.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 22 Sep 2018 00:31:55 +0300
++
++webkit2gtk (2.22.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/replace-stdmax.patch:
++ + Drop patch, this has been merged upstream.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 20 Sep 2018 11:55:58 +0300
++
++webkit2gtk (2.22.0-2) unstable; urgency=medium
++
++ * Upload to unstable.
++ * debian/rules:
++ + Disable JIT on armel, it's currently broken.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/watch:
++ + Scan stable releases only.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 14 Sep 2018 21:23:00 +0300
++
++webkit2gtk (2.22.0-1) experimental; urgency=medium
++
++ * New upstream release.
++ * Drop use-wtf-cpu-mips64.patch and refresh fix-ftbfs-x86.patch.
++ * debian/control:
++ + Update Standards-Version to 4.2.1 (no changes).
++ * debian/copyright:
++ + Remove nonexistent files.
++ * debian/patches/replace-stdmax.patch:
++ + Don't use std::max in RegisterState.h, this causes build failures
++ with some versions of libstdc++.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 03 Sep 2018 15:51:37 +0300
++
++webkit2gtk (2.21.92-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/use-wtf-cpu-mips64.patch:
++ + Don't use WTF_CPU_MIPS on mips64. This makes WebKit enable JIT,
++ which breaks the build.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 24 Aug 2018 18:37:29 +0300
++
++webkit2gtk (2.21.91-2) experimental; urgency=medium
++
++ * debian/rules:
++ + Pass --fail-missing to dh_missing.
++ * debian/libjavascriptcoregtk-4.0-dev.install:
++ + Install headers in usr/include/webkitgtk-4.0/jsc/ (Closes: #906519).
++ * Install the jsc-glib and webkitdomgtk documentation.
++ * debian/patches/detect-jit.patch:
++ + Fix detection of when to enable the JIT and USE_SYSTEM_MALLOC.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 21 Aug 2018 10:47:19 +0300
++
++webkit2gtk (2.21.91-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Refresh.
++ * debian/patches/gtk-doc-build-fix.patch:
++ + Remove.
++ * Don't use NEWS as an upstream changelog anymore (as required by Debian
++ policy 4.2.0).
++ * debian/control:
++ + Update Standards-Version to 4.2.0.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/rules:
++ + Don't pass -DENABLE_JIT=OFF manually anymore, since r232918 WebKit
++ only enables JIT in the targets where it's known to work.
++ + Stop passing --ddeb-migration to dh_strip, the automatic debug
++ symbol migration is complete.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 16 Aug 2018 18:06:58 +0300
++
++webkit2gtk (2.21.5-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/control:
++ + Update Standards-Version to 4.1.5 (no changes needed).
++ * debian/patches/detect-gstreamer-gl.patch:
++ + Refresh.
++ * debian/patches/gtk-doc-build-fix.patch:
++ + Fix build failure when generating documentation.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 30 Jul 2018 13:58:42 +0300
++
++webkit2gtk (2.21.4-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-sparc64.patch:
++ + Refresh.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 12 Jun 2018 15:34:54 +0300
++
++webkit2gtk (2.21.3-1) experimental; urgency=medium
++
++ * New upstream development release (Closes: #899338).
++ * debian/rules:
++ + Build with -DRELEASE_WITHOUT_OPTIMIZATIONS if "noopt" is set.
++ * debian/patches/prefer-pthread.patch:
++ + Enable THREADS_PREFER_PTHREAD_FLAG. This fixes a FTBFS in riscv64
++ (see Debian #895969 and WebKit #182622).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 28 May 2018 15:48:50 +0200
++
++webkit2gtk (2.21.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-atomics-build.patch,
++ debian/patches/fix-format-security.patch:
++ + Remove these patches, they are now upstream.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Update.
++ * debian/rules:
++ + Remove compatibility with versions of debhelper < 9.20151219 in
++ override_dh_strip, we require version 10 since 2.20.1-1.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 21 May 2018 11:16:26 +0300
++
++webkit2gtk (2.21.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/patches/fix-format-security.patch:
++ + Fix build with GCC due to bogus format-security error.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 20 Apr 2018 11:23:59 +0300
++
++webkit2gtk (2.20.1-1) unstable; urgency=medium
++
++ [ Alberto Garcia ]
++ * New upstream release.
++ * debian/rules:
++ + Ubuntu doesn't install changelogs with dh_installchangelogs, so
++ let's use dh_installdocs instead (but keep dh_installchangelogs for
++ Debian).
++ * debian/control:
++ + Update Standards-Version to 4.1.4 (no changes needed).
++
++ [ Jeremy Bicha ]
++ * The WebKitGTK+ security advisory WSA-2018-0003 lists the following
++ security fixes in the latest versions of WebKitGTK+:
++ + CVE-2018-4101, CVE-2018-4113, CVE-2018-4114, CVE-2018-4117,
++ CVE-2018-4118, CVE-2018-4119, CVE-2018-4120, CVE-2018-4122,
++ CVE-2018-4125, CVE-2018-4127, CVE-2018-4128, CVE-2018-4129,
++ CVE-2018-4133, CVE-2018-4146, CVE-2018-4161, CVE-2018-4162,
++ CVE-2018-4163, CVE-2018-4165 (fixed in 2.20.0).
++ * Update Vcs fields for migration to https://salsa.debian.org/
++ * Enable gstreamer-gl on Ubuntu too (LP: #1752197)
++ * Bump debhelper compat to 10
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 10 Apr 2018 20:34:42 +0200
++
++webkit2gtk (2.20.0-2) unstable; urgency=medium
++
++ * Upload to unstable (Closes: #889659, #888543).
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/NEWS:
++ + Add news item about the Gigacage feature.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 21 Mar 2018 14:31:13 +0200
++
++webkit2gtk (2.20.0-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + Detect missing __atomic_fetch_add_8() and rename patch to
++ fix-atomics-build.patch.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * debian/copyright:
++ + Remove nonexistent files.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 12 Mar 2018 16:49:26 +0200
++
++webkit2gtk (2.19.92-1) experimental; urgency=medium
++
++ [ Alberto Garcia ]
++ * New upstream development release.
++ * debian/rules:
++ + Don't redefine CFLAGS or LDFLAGS when calling cmake, and don't add
++ CPPFLAGS to CFLAGS/CXXFLAGS. Cmake already reads all those
++ environment variables.
++ * Build the documentation:
++ + debian/rules:
++ - Support the DEB_BUILD_OPTIONS "nodoc" tag and pass -DENABLE_GTKDOC
++ to CMake depending on whether it's set or not.
++ - Override the dh_install rule to make sure that a dummy doc
++ directory is present if "nodoc" is set.
++ + debian/control:
++ - Add build dependencies on libglib2.0-doc, libgtk-3-doc and
++ libsoup2.4-doc.
++ - Update Standards-Version to 4.1.3 (we now support "nodoc").
++ + debian/libwebkit2gtk-4.0-doc.install:
++ - Install the generated documentation instead of the one provided by
++ upstream.
++ * debian/copyright:
++ + Update copyright years.
++
++ [ Jeremy Bicha ]
++ * gstreamergl has moved to gstreamer base in 1.13 so update dependencies
++ * Fix Ubuntu useragent (LP: #1751484)
++ * Temporarily disable WOFF2 on Ubuntu, see bug 1742743
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 07 Mar 2018 11:18:52 +0200
++
++webkit2gtk (2.19.91-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/rules:
++ + Use -O1 in powerpc as well.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 21 Feb 2018 13:09:22 +0200
++
++webkit2gtk (2.19.90-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/rules:
++ + Use -O1 in sh3 and sh4 (thanks, John Paul Adrian Glaubitz).
++ * Refresh all patches.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 05 Feb 2018 14:19:43 +0200
++
++webkit2gtk (2.19.6-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 17 Jan 2018 15:55:19 +0200
++
++webkit2gtk (2.19.5-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + Refresh.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 10 Jan 2018 13:21:48 +0200
++
++webkit2gtk (2.19.3-2) experimental; urgency=medium
++
++ * WOFF2 is now available in Debian, so build webkit2gtk with it:
++ + debian/control:
++ - Add build dependency on libwoff-dev.
++ + debian/rules:
++ - Remove -DUSE_WOFF2=OFF.
++ + debian/libwebkit2gtk-4.0-37.symbols:
++ - Add new symbols.
++ * Add new webkit2gtk-driver package containing the WebKitWebDriver
++ binary.
++ + debian/control:
++ - Add the entry for the new package.
++ + debian/webkit2gtk-driver.install:
++ - Install the WebKitWebDriver binary.
++ + debian/webkit2gtk-driver.manpages, debian/WebKitWebDriver.1:
++ - Add manpage.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 04 Jan 2018 15:17:27 +0200
++
++webkit2gtk (2.19.3-1) experimental; urgency=medium
++
++ * New upstream development release (Closes: #882387).
++
++ [ Jeremy Bicha ]
++ * debian/control: Update Vcs-Git to point to correct branch.
++ * Allow setting the distributor name in the User Agent string. Ubuntu
++ wants this patch, but since it makes it easier to identify the user
++ let's leave it disabled in Debian (Closes: #883712).
++ + debian/patches/user-agent-branding.patch:
++ - Patch to support updating the User-Agent string.
++ + debian/rules:
++ - Pass -DUSER_AGENT_GTK_DISTRIBUTOR_NAME when building for Ubuntu.
++
++ [ Alberto Garcia ]
++ * Refresh all patches.
++ * Several cross-compilation fixes in debian/rules (thanks, Helmut
++ Grohne).
++ + Include /usr/share/dpkg/architecture.mk instead of calling
++ dpkg-architecture manually to set the DEB_*_ARCH variables.
++ + Use DEB_BUILD_ARCH_BITS to decide whether to pass --no-keep-memory
++ to the linker.
++ + Use DEB_HOST_ARCH to decide whether to use -g1 and -DENABLE_JIT=OFF.
++ + Remove the --no-relax flag for alpha, this was a workaround for a 10
++ year old binutils bug.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 13 Dec 2017 14:26:06 +0100
++
++webkit2gtk (2.19.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/control:
++ + Request native version of the Ruby package (thanks, Helmut Grohne)
++ + Build depend on libfile-copy-recursive-perl.
++ * Instead of passing -DUSE_GSTREAMER_GL=OFF explicitly, let CMake do it
++ if libgstreamer-plugins-bad1.0-dev is not installed.
++ + debian/patches/detect-gstreamer-gl.patch:
++ - Disable USE_GSTREAMER_GL if GStreamerGL is not found.
++ + debian/rules:
++ - Remove the list of architectures that are not using GStreamerGL.
++ * debian/control:
++ + Don't require libgstreamer-plugins-bad1.0-dev in hppa, m68k,
++ powerpcspe, sh4 or x32.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 21 Nov 2017 12:54:32 +0200
++
++webkit2gtk (2.19.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.19.x packages in experimental.
++ * debian/control:
++ + Add build dependency on libupower-glib-dev.
++ * debian/rules:
++ + Build with -DUSE_WOFF2=OFF, this needs libwoff2dec which is still
++ not available in Debian.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 02 Nov 2017 16:48:14 +0200
++
++webkit2gtk (2.18.2-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/control:
++ + Set the minimum versions of these build dependencies: cmake >= 3.3,
++ libcairo2-dev >= 1.10.2, libfontconfig1-dev >= 2.8, and
++ libgcrypt20-dev >= 1.7.0, libxml2-dev >= 2.8.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 27 Oct 2017 15:05:15 +0200
++
++webkit2gtk (2.18.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * The WebKitGTK+ security advisory WSA-2017-0008 lists the following
++ security fixes in the latest versions of WebKitGTK+:
++ + CVE-2017-7081 and CVE-2017-7142 (fixed in 2.16.1).
++ + CVE-2017-7094 (fixed in 2.16.3).
++ + CVE-2017-7099 (fixed in 2.16.4).
++ + CVE-2017-7087, CVE-2017-7089, CVE-2017-7090, CVE-2017-7091,
++ CVE-2017-7092, CVE-2017-7093, CVE-2017-7095, CVE-2017-7096,
++ CVE-2017-7098, CVE-2017-7100, CVE-2017-7102, CVE-2017-7104,
++ CVE-2017-7107, CVE-2017-7109, CVE-2017-7111, CVE-2017-7117,
++ CVE-2017-7120 (fixed in 2.18.0).
++ * debian/control:
++ + Recommend the Pulseaudio or ALSA GStreamer plugins, since they're
++ needed for audio playback (Closes: #877281).
++ * debian/patches/fix-ftbfs-alpha.patch:
++ + This patch is no longer needed, drop it.
++ * Refresh all other patches.
++ * debian/control:
++ + Remove 'Priority: extra' fields, all packages have optional priority
++ now (the 'extra' priority has been deprecated).
++ * debian/copyright:
++ + Use https for the Format URL.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 18 Oct 2017 14:36:55 +0300
++
++webkit2gtk (2.18.0-2) unstable; urgency=medium
++
++ * Upload to unstable.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * The WebKitGTK+ security advisory WSA-2017-0007 lists the following
++ security fixes in WebKitGTK+ 2.16.3:
++ + CVE-2017-1000121.
++ + CVE-2017-1000122.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 14 Sep 2017 10:44:32 +0300
++
++webkit2gtk (2.18.0-1) experimental; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 11 Sep 2017 11:05:27 +0300
++
++webkit2gtk (2.17.92-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Disable GStreamerGL in the Hurd:
++ + Pass -DUSE_GSTREAMER_GL=OFF in debian/rules.
++ + Remove build dependency on libgstreamer-plugins-bad1.0-dev from
++ debian/control.
++ * debian/control:
++ + Recommmend libgl1-mesa-dri (Closes: #873084).
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 04 Sep 2017 17:02:41 +0300
++
++webkit2gtk (2.17.91-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches and remove no-whole-archive.patch.
++ * debian/patches/fix-ftbfs-hurd.patch:
++ + Work around missing PATH_MAX definition in ConfigFile.h
++ * Disable GStreamerGL in kFreeBSD and sparc64:
++ + Pass -DUSE_GSTREAMER_GL=OFF in debian/rules.
++ + Remove build dependency on libgstreamer-plugins-bad1.0-dev from
++ debian/control.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 18 Aug 2017 14:32:00 +0300
++
++webkit2gtk (2.17.90-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/control:
++ + Add build dependency on libtasn1-6-dev (for Web Crypto).
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * Disable GStreamerGL in armel and armhf, the usage of two different GL
++ implementations causes a build failure (see WebKit but #175127).
++ + debian/control: Don't install libgstreamer-plugins-bad1.0-dev in
++ those architectures.
++ + debian/rules: Pass -DUSE_GSTREAMER_GL=OFF.
++ * debian/patches/no-whole-archive.patch:
++ + Don't use --whole-archive for the WebKit2 target libraries.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 10 Aug 2017 12:45:07 +0300
++
++webkit2gtk (2.17.5-2) experimental; urgency=medium
++
++ * debian/rules:
++ + Don't pass -DENABLE_DISASSEMBLER=0, this is no longer necessary.
++ + Don't disable JIT in arm64.
++ + Don't disable the gold linker in any architecture.
++ * debian/control:
++ + Add build dependency on mesa-common-dev (GStreamerGL needs GL/gl.h),
++ this is automatically pulled in some architectures by
++ libgl1-mesa-dev, but without it the build fails in all others.
++ * Refresh debian/patches/fix-ftbfs-m68k.patch.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 04 Aug 2017 15:23:53 +0300
++
++webkit2gtk (2.17.5-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Fix FTBFS in m68k.
++ * debian/control:
++ + Add build dependency on libgstreamer-plugins-bad1.0-dev for
++ GStreamerGL and bump all GStreamer dependencies to >= 1.2.3.
++ + Add build dependency on libgles2-mesa-dev for all
++ architectures (GStreamerGL needs GLES3/gl3.h).
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++ * Override typelib-package-name-does-not-match and
++ gir-missing-typelib-dependency lintian warnings in
++ gir1.2-javascriptcoregtk-4.0, gir1.2-webkit2-4.0,
++ libjavascriptcoregtk-4.0-dev and libwebkit2gtk-4.0-dev.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 28 Jul 2017 23:27:14 +0200
++
++webkit2gtk (2.17.4-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-sparc64.patch:
++ + Refresh.
++ * debian/patches/fix-ftbfs-x86.patch:
++ + Update to fix build in x86_64.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 19 Jun 2017 10:42:06 +0300
++
++webkit2gtk (2.17.3-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Refresh all patches.
++ * debian/patches/fix-ftbfs-x86.patch:
++ + Fix FTBFS in x86.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.17.x packages in experimental.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 03 Jun 2017 18:51:02 +0300
++
++webkit2gtk (2.16.3-2) unstable; urgency=medium
++
++ * Upload to unstable (Closes: #836055).
++ * debian/watch:
++ + Stop scanning the 2.15 branch.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * The WebKitGTK+ security advisory WSA-2017-0004 lists the following
++ security fixes in the latest versions of WebKitGTK+:
++ + CVE-2017-2505, CVE-2017-2508, CVE-2017-2514, CVE-2017-2521
++ (fixed in 2.16.0).
++ + CVE-2017-2504, CVE-2017-2506, CVE-2017-2515, CVE-2017-2525,
++ CVE-2017-2526, CVE-2017-2528, CVE-2017-2530, CVE-2017-2531,
++ CVE-2017-2536, CVE-2017-2544, CVE-2017-2547, CVE-2017-2549,
++ CVE-2017-6980, CVE-2017-6984 (fixed in 2.16.1).
++ + CVE-2017-2496, CVE-2017-2510, CVE-2017-2539 (fixed in 2.16.3).
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 01 Jun 2017 00:29:57 +0300
++
++webkit2gtk (2.16.3-1) experimental; urgency=medium
++
++ * New upstream release
++ + This fixes CVE-2017-2496, CVE-2017-2539 and CVE-2017-2510.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 24 May 2017 15:17:20 +0200
++
++webkit2gtk (2.16.2-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + Refresh.
++ * debian/patches/fix-ftbfs-x32.patch:
++ + Remove, this one is now upstream.
++ * debian/copyright:
++ + Update copyright years and remove nonexistent files.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 09 May 2017 12:21:07 +0300
++
++webkit2gtk (2.16.1-1) experimental; urgency=medium
++
++ * New upstream release (Closes: #853705).
++ * debian/control:
++ + Downgrade libwebkit2gtk-4.0-37-gtk2 from Recommends to Suggests,
++ since most apps that depend on webkit2gtk don't need this.
++ (Closes: #858839)
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 04 Apr 2017 15:48:44 +0300
++
++webkit2gtk (2.16.0-1) experimental; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 22 Mar 2017 12:15:14 +0200
++
++webkit2gtk (2.15.92-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-x32.patch:
++ + Fix FTBFS in x32.
++ * debian/libwebkit2gtk-4.0-doc.links:
++ + Remove webkit2gtk-4.0.devhelp2.gz -> webkit2gtk.devhelp2.gz symlink
++ as it is now obsolete (see upstream bug #139369).
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 14 Mar 2017 11:31:31 +0200
++
++webkit2gtk (2.15.91-1) experimental; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 01 Mar 2017 12:17:05 +0200
++
++webkit2gtk (2.15.90-1) experimental; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 21 Feb 2017 10:44:50 +0200
++
++webkit2gtk (2.15.4-1) experimental; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 31 Jan 2017 14:02:33 +0200
++
++webkit2gtk (2.15.3-1) experimental; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++ * debian/patches/fix-ftbfs-hurd.patch:
++ + Fix FTBFS in Hurd.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/libwebkit2gtk-4.0-37.lintian-overrides:
++ + Remove unused overrides file.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 20 Jan 2017 11:04:52 +0200
++
++webkit2gtk (2.15.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Verify GPG signature of the upstream tarball:
++ + debian/upstream/signing-key.asc:
++ - Add key file.
++ + debian/watch:
++ - Add pgpsigurlmangle option.
++ * Refresh all patches.
++ * debian/control:
++ + Add build dependencies on libgeoclue-2-dev and libgcrypt20-dev, and
++ remove libgnutls28-dev.
++ * debian/rules:
++ + Use the NEWS file as the upstream changelog.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 21 Nov 2016 20:34:28 +0200
++
++webkit2gtk (2.15.1-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + The previous update broke this patch, fix it now.
++ * Refresh all other patches.
++ * debian/rules:
++ + Don't use the gold linker in kFreeBSD, its version of libxslt is
++ still affected by #801989. We should be able to revert this change
++ once we have libxslt >= 1.1.29.
++ + Enable gold again in mips and mipsel now that #834147 is fixed and
++ we have binutils 2.27-9.
++ * debian/watch, debian/gbp.conf:
++ + Update for 2.15.x packages in experimental.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 26 Oct 2016 17:43:28 +0300
++
++webkit2gtk (2.14.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/install-minibrowser.patch:
++ + Drop patch, this has been merged upstream.
++ * debian/rules:
++ + Set -DENABLE_MINIBROWSER=ON.
++ * debian/libjavascriptcoregtk-4.0-bin.install:
++ + Install the jsc executable in /usr/bin.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + Add output message telling whether we need to build Atomics.cpp.
++ * debian/control:
++ + Update Vcs-* links (thanks, Jeremy Bicha) (Closes: #840483).
++ * debian/compat:
++ + Set debhelper compatibility level to 9.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 12 Oct 2016 14:09:27 +0300
++
++webkit2gtk (2.14.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/watch:
++ + Stop scanning the 2.13 branch.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 20 Sep 2016 15:31:35 +0300
++
++webkit2gtk (2.13.92-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/patches/fix-ftbfs-armel.patch:
++ + Fix FTBFS in Armel.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 16 Sep 2016 11:32:19 +0300
++
++webkit2gtk (2.13.91-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * debian/{control,copyright,watch}:
++ + Use https instead of http for webkitgtk.org.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Drop this patch, the m68k build has been broken for ages.
++ * debian/patches/fix-ftbfs-alpha.patch,
++ debian/patches/fix-ftbfs-sparc64.patch:
++ + Refresh.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update.
++ * debian/rules:
++ + Don't use the gold linker in mips/mipsel, see #834147.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 13 Sep 2016 11:40:22 +0300
++
++webkit2gtk (2.13.4-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/patches/hide-gtk2-plugins.patch:
++ + Dropped, merged upstream.
++ * debian/patches/fix-ftbfs-alpha.patch,
++ debian/patches/fix-ftbfs-m68k.patch,
++ debian/patches/fix-ftbfs-sparc64.patch,
++ debian/patches/install-minibrowser.patch:
++ + Refreshed.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + New symbols added, and some optional dom symbols dropped.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 31 Jul 2016 20:46:25 +0200
++
++webkit2gtk (2.12.3-1) unstable; urgency=high
++
++ * New upstream release (Closes: #821228).
++ + This fixes CVE-2016-1856 and CVE-2016-1857.
++ * debian/control:
++ + Now that the GTK+ transition to 3.20 is done, we can revert the
++ build dependency on gtk+3 back to >= 3.10.
++ * debian/rules:
++ + Pass '--with gir' to dh instead of overriding dh_shlibdeps.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 24 May 2016 11:17:40 +0200
++
++webkit2gtk (2.12.2-1) unstable; urgency=medium
++
++ * New upstream release (Closes: #803104).
++ * debian/control:
++ + Update build dependency on gtk+3 to >= 3.20 (see #820309).
++ + Update Standards-Version to 3.9.8 (no changes needed).
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 28 Apr 2016 11:46:35 +0300
++
++webkit2gtk (2.12.1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-freebsd.patch,
++ debian/patches/fix-ftbfs-powerpc.patch,
++ debian/patches/fix-ftbfs-hurd.patch:
++ + Remove, all these are upstream now.
++ * debian/patches/fix-ftbfs-alpha.patch,
++ debian/patches/fix-ftbfs-m68k.patch,
++ debian/patches/fix-ftbfs-sparc64.patch,
++ debian/patches/hide-gtk2-plugins.patch
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 14 Apr 2016 14:07:29 +0300
++
++webkit2gtk (2.12.0-2) unstable; urgency=medium
++
++ * debian/patches/fix-ftbfs-freebsd.patch:
++ + Fix FTBFS in GNU/kFreeBSD.
++ * debian/patches/fix-ftbfs-powerpc.patch:
++ + Fix FTBFS in PowerPC.
++ * debian/patches/fix-ftbfs-hurd.patch:
++ + Fix FTBFS in the Hurd.
++
++ -- Alberto Garcia <berto@igalia.com> Sun, 03 Apr 2016 15:54:37 +0300
++
++webkit2gtk (2.12.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Refresh all patches.
++ * debian/source/lintian-overrides:
++ + Update source-is-missing overrides.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update.
++ * debian/copyright:
++ + Remove files that no longer exist.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 22 Mar 2016 12:16:08 +0200
++
++webkit2gtk (2.10.9-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 18 Mar 2016 12:35:25 +0200
++
++webkit2gtk (2.10.8-1) unstable; urgency=high
++
++ * New upstream release. This fixes CVE-2016-1726 (Closes: #802380).
++ * Allow building the package with debhelper < 9.20151219. This won't
++ produce any debug packages (since they are automatically generated
++ now), but it can be useful for backports.
++ + debian/control:
++ - Revert build dependency on debhelper back to >= 9.
++ + debian/rules:
++ - Don't make dh_strip fail if it doesn't support --ddeb-migration.
++ * debian/rules:
++ + The list of architectures in which the debug packages are causing
++ problems continues to grow, so let's try the opposite approach: we
++ build by default using -g1 except in the cases where we know that
++ -g works fine (amd64, ppc64, ppc64el).
++ + Enable all hardening flags.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Enclose the changes to the compile assertions inside an #ifdef block
++ so they only apply to m68k.
++ * debian/patches/fix-ftbfs-alpha.patch:
++ + Fix FTBFS in alpha (Closes: #815124).
++ * debian/patches/fix-ftbfs-sparc64.patch:
++ + Add patch metadata.
++ * debian/source/lintian-overrides:
++ + Update overrides so the latest lintian doesn't give more
++ source-is-missing false positives.
++ * debian/control:
++ + Bump Standards-Version to 3.9.7; no changes needed.
++ + Use secure URIs for the Vcs-* fields.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 12 Mar 2016 00:07:55 +0200
++
++webkit2gtk (2.10.6-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 27 Jan 2016 16:48:08 +0200
++
++webkit2gtk (2.10.5-1) unstable; urgency=high
++
++ * New upstream release. Fixes CVE-2015-7096 and CVE-2015-7098.
++ This release doesn't contain any non-DFSG files in the original
++ tarball, so we can ship it as-is and remove the +dfsg suffix from the
++ Debian version.
++ + debian/watch:
++ - Remove the 'dversionmangle' option.
++ + debian/rules:
++ - Remove the get-orig-source target.
++ - Don't generate (and clean) jquery.min.js.
++ + debian/control:
++ - Remove build dependency on slimit.
++ + debian/jquery-1.9.1.js:
++ - Remove.
++ * debian/patches/fix-ftbfs-sparc64.patch:
++ + Fix FTBFS on sparc64 (Closes: #806816).
++ * debian/rules:
++ + Don't pass -DENABLE_YARR_JIT=0, passing -DENABLE_JIT=OFF already
++ takes care of that.
++ + Remove EXTRA_DH_ARGUMENTS, this is no longer being used.
++ * debian/watch:
++ + Only scan releases from the stable branches.
++ * Migrate to automatic -dbgsym packages:
++ + debian/control:
++ - Remove the entries for libjavascriptcoregtk-4.0-18-dbg and
++ libwebkit2gtk-4.0-37-dbg.
++ - Require debhelper >= 9.20151219.
++ + debian/rules:
++ - Replace --dbg-package with --ddeb-migration in dh_strip.
++ * debian/copyright:
++ + Update copyright years.
++ + Remove mentions to jquery (which is no longer included) and
++ FontWithNoValidEncoding.fon, which is a regular font in the FON file
++ format.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 21 Jan 2016 14:26:30 +0200
++
++webkit2gtk (2.10.4+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/install-minibrowser.patch:
++ + Refresh.
++ * webkit2gtk includes a binary called WebKitPluginProcess2 that allows
++ loading plugins that depend on GTK+2, like Adobe Flash or Google
++ Hangouts. This however has the side effect of requiring GTK+2 and all
++ its dependencies. We're moving the WebKitPluginProcess2 to a separate
++ package so users that don't need any of those plugins don't need to
++ install GTK+2 (Closes: #804412).
++ + debian/control:
++ - Add the entry for the new libwebkit2gtk-4.0-37-gtk2 package.
++ + debian/rules:
++ - Run dh_strip on the new package as well.
++ + debian/patches/hide-gtk2-plugins.patch:
++ - Hide plugins if the plugin process is not available.
++ + debian/libwebkit2gtk-4.0-37-gtk2.install:
++ - Install WebKitPluginProcess2.
++ + debian/libwebkit2gtk-4.0-37.install:
++ - Remove WebKitPluginProcess2.
++ + debian/NEWS:
++ - Add news item about the new package.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 12 Nov 2015 23:10:53 +0200
++
++webkit2gtk (2.10.3+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/rules:
++ + The size of the webkit2gtk -dbg packages is huge and has been a
++ source of headaches in many architectures that cannot build them or
++ deal with them easily. Our current approach has been to disable them
++ completely for those architectures. For this release we'll build
++ them again but using -g1 instead, which produces _way_ smaller files
++ that are still useful for backtraces.
++ + Use -g1 for mips64el as well.
++ + Build using -DG_DISABLE_CAST_CHECKS when not in debug mode.
++ * debian/control:
++ + Drop the gir1.2-gtk* and gir1.2-soup* build dependencies, they are
++ already being pulled by libgtk*-dev and libsoup*-dev.
++ + Make libegl1-mesa-dev an explicit requirement in all architectures,
++ it's necessary for the Wayland target.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 26 Oct 2015 14:41:33 +0200
++
++Webkit2gtk (2.10.2+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/rules:
++ + Don't build debug packages in arm64, it kills the buildd.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 15 Oct 2015 13:36:30 +0300
++
++webkit2gtk (2.10.1+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/install-minibrowser.patch:
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 14 Oct 2015 10:57:35 +0300
++
++webkit2gtk (2.10.0+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-ftbfs-gcc5.patch:
++ + Remove, this has been merged upstream.
++ * debian/patches/restore_sparc_code.patch:
++ + Remove, this is obsolete.
++ * debian/patches/install-minibrowser.patch,
++ debian/patches/fix-ftbfs-m68k.patch:
++ + Refresh.
++ * debian/control:
++ + Add build dependency on libhyphen-dev.
++ + Build depend on libegl1-mesa-dev and libgles2-mesa-dev on arm64,
++ armel and armhf.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update.
++ * debian/copyright:
++ + Remove files that no longer exist from the list.
++ + Reorder paragraphs to fix 'unused-paragraph...' lintian warnings.
++ * debian/source/lintian-overrides:
++ + lintian gives false positives with many of the javascript files in
++ the source tarball, thinking that they are minified (see #798900).
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 22 Sep 2015 17:21:00 +0300
++
++webkit2gtk (2.8.5+dfsg1-3) unstable; urgency=medium
++
++ * debian/rules:
++ + Do not run dh_builddeb in parallel, it is very I/O intensive for
++ some buildds.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 10 Sep 2015 15:01:57 +0300
++
++webkit2gtk (2.8.5+dfsg1-2) unstable; urgency=medium
++
++ * debian/patches/fix-ftbfs-gcc5.patch:
++ + Fix FTBFS with GCC 5 in some architectures.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 24 Aug 2015 07:41:11 +0300
++
++webkit2gtk (2.8.5+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 07 Aug 2015 11:25:09 +0300
++
++webkit2gtk (2.8.4+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ + Uses _ABI64 instead of _MIPS_SIM_ABI64 for mips64el. Closes: #789262.
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Refreshed.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 09 Jul 2015 12:02:15 +0200
++
++webkit2gtk (2.8.3+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/rules:
++ + The default linker uses too much memory and it makes the build fail
++ in i386, so let's get back to the old behavior and disable gold in
++ arm64 only.
++ + The shared library is too big in i386 and this is causing problems
++ when generating the introspection bindings, so use -g1. See also
++ upstream bug #140176.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 18 May 2015 12:53:57 +0300
++
++webkit2gtk (2.8.2+dfsg1-2) unstable; urgency=medium
++
++ * debian/rules:
++ + Disable the gold linker, it's causing problems in arm64 at least.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 13 May 2015 14:29:30 +0300
++
++webkit2gtk (2.8.2+dfsg1-1) unstable; urgency=medium
++
++ [ Alberto Garcia ]
++ * New upstream release.
++
++ [ Helge Deller ]
++ * debian/rules:
++ + Disable debugging symbols in hppa (Closes: #784176).
++
++ [ Andreas Schwab ]
++ * debian/patches/fix-ftbfs-m68k.patch:
++ + Fix FTBFS in m68k.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 12 May 2015 15:31:38 +0300
++
++webkit2gtk (2.8.1+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * Drop all patches, except:
++ + debian/patches/restore_sparc_code.patch:
++ - Refresh and update it to make it work with cmake.
++ + debian/patches/install-minibrowser.patch:
++ - Update for this release.
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update.
++ * debian/libwebkit2gtk-4.0-doc.install:
++ + Update documentation path in the source tree.
++ * debian/copyright:
++ + Update copyright years.
++ * debian/control:
++ + Add build dependencies on libgnutls28-dev and libnotify-dev.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 27 Apr 2015 21:22:35 +0300
++
++webkit2gtk (2.6.2+dfsg1-4) unstable; urgency=medium
++
++ * debian/patches/fix-ftbfs-hppa.patch:
++ + Fix FTBFS in HPPA (Closes: #776281).
++ * debian/libwebkit2gtk-4.0-doc.links:
++ + Add symbolic link to make the documentation appear in devhelp
++ (Closes: #777589).
++ * debian/patches/fix-gstreamer-leak.patch:
++ + Fix memory leak in GStreamer code.
++ * debian/patches/remote-inspector.patch:
++ + Make the remote inspector work again.
++ * debian/patches/render-block-cast.patch:
++ + Fix invalid cast in WebCore::RenderBlock::blockSelectionGaps.
++ * debian/patches/fix-jit-crash.patch:
++ + Fix crash in SpeculativeJIT::compile() when loading theblaze.com.
++ * debian/patches/fix-null-renderer.patch:
++ + NULL pointer check in HTMLPlugInImageElement.
++ * debian/patches/fix-integer-overflow.patch:
++ + Fix crash due to integer overflow.
++ * debian/patches/serialized-script-value.patch:
++ + Prevent unsafe access to internal types.
++ * debian/patches/http-latin1.patch:
++ + HTTP header values should be treated as latin1, not UTF-8.
++ * debian/patches/fix-null-string-conversion.patch:
++ + Add NULL check to convertToUTF8String().
++ * debian/patches/fix-timers-animations.patch:
++ + Timers might never be fired during animations.
++ * debian/patches/fix-ax-crash.patch:
++ + Recursive crash at WebCore::accessibleNameForNode.
++ * debian/patches/fix-clearselection-segfault.patch:
++ + Fix segfault when calling clearSelection on a detached RenderObject.
++ * debian/patches/fix-date.patch:
++ + String(new Date(Mar 30 2014 01:00:00)) is wrong in CET.
++ * debian/patches/check-tls-errors.patch:
++ + Check TLS errors as soon as they are set in the SoupMessage.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 06 Mar 2015 09:33:11 +0200
++
++webkit2gtk (2.6.2+dfsg1-3) unstable; urgency=medium
++
++ * debian/patches/no-ssl-record-version.patch:
++ + Don't use a SSL3.0 record version in client hello.
++ * debian/patches/nullptr-accessibilitymenulistoption.patch:
++ + Check for NULL pointers in AccessibilityMenuListOption.
++ * debian/patches/nullptr-applystylecommand.patch:
++ + Check for NULL pointer in ApplyStyleCommand.
++ * debian/patches/nullptr-frameprogresstracker.patch:
++ + Check for NULL pointer in FrameProgressTracker.
++ * debian/patches/render-text-control.patch:
++ + Check for NULL pointer in SearchInputType.
++ * debian/patches/twitter-inserted-text.patch:
++ + Fix inserted text when typing in the Twitter message box.
++ * debian/patches/protect-document.patch:
++ + Protect Document in ProcessingInstruction::setXSLStyleSheet(). This
++ is a security fix, see https://codereview.chromium.org/579133004.
++ * debian/patches/at-spi2.patch:
++ + Accessible values are no longer accessible via AT-SPI2.
++ * debian/patches/ax-focus-events.patch:
++ + Fix accessible focus events in non-focused combo boxes.
++
++ -- Alberto Garcia <berto@igalia.com> Sun, 07 Dec 2014 17:53:25 +0100
++
++webkit2gtk (2.6.2+dfsg1-2) unstable; urgency=medium
++
++ * debian/patches/fix-mips64-build.patch:
++ + Fix mips64el build (Closes: #767598).
++ * debian/patches/flash-crash.patch:
++ + Fix crash in the Flash player (Closes: #768341).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 10 Nov 2014 11:44:56 +0200
++
++webkit2gtk (2.6.2+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 23 Oct 2014 12:17:48 +0300
++
++webkit2gtk (2.6.1+dfsg1-2) unstable; urgency=medium
++
++ * debian/rules:
++ + Disable debugging symbols in armel and kfreebsd-amd64.
++ * debian/control:
++ + Bump Standards-Version to 3.9.6; no changes needed.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 15 Oct 2014 15:03:26 +0300
++
++webkit2gtk (2.6.1+dfsg1-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-header-template.patch:
++ + Remove.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 13 Oct 2014 15:18:12 +0300
++
++webkit2gtk (2.6.0+dfsg1-3) unstable; urgency=medium
++
++ * debian/patches/atomic_build_fix.patch:
++ + Make -latomic work also when --as-needed is present (Closes:
++ 764193).
++ * debian/rules:
++ + Don't build -dbg packages if we don't have debugging symbols.
++ + Disable debugging symbols in armhf (Closes: #764192).
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 06 Oct 2014 15:18:03 +0300
++
++webkit2gtk (2.6.0+dfsg1-2) unstable; urgency=medium
++
++ [ Alberto Garcia ]
++ * debian/patches/atomic_build_fix.patch:
++ + Add -latomic also to shared libraries.
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/rules:
++ + Disable debugging symbols on powerpc. Should fix the build
++ as otherwise the linker needs too much memory and fails.
++ + Disable JIT on armel. Should fix the build.
++ * Upload to unstable.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 02 Oct 2014 00:42:20 +0200
++
++webkit2gtk (2.6.0+dfsg1-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/patches/fix-textrel-x86.patch,
++ debian/patches/change-libexec-dir.patch:
++ + Remove.
++ * debian/patches/dfg-jit.patch,
++ debian/patches/install-minibrowser.patch,
++ debian/patches/restore_sparc_code.patch:
++ + Refresh.
++ * debian/patches/atomic_build_fix.patch:
++ + Add -latomic to fix build in some architectures.
++ * debian/patches/css-image-set.patch:
++ + Enable CSS_IMAGE_SET, required in order to display all inspector
++ icons.
++ * debian/rules:
++ + Disable JIT completely in mips and mipsel, it does not build at the
++ moment, see https://bugs.webkit.org/show_bug.cgi?id=136753.
++ + Enable JIT in armel and armhf.
++ * debian/copyright:
++ + Update with all the changes in 2.6.0 (Closes: #760477).
++ * debian/libwebkit2gtk-4.0-37.symbols:
++ + Update.
++ * Make gir1.2- and -dev packages multi-arch compliant:
++ + debian/gir1.2-javascriptcoregtk-4.0.install,
++ debian/gir1.2-webkit2-4.0.install:
++ - Put .typelib files in /usr/lib/<arch>/girepository-1.0.
++ + debian/control:
++ - Add Multi-Arch field to the affected packages.
++ + debian/gir1.2-javascriptcoregtk-4.0.links,
++ debian/libjavascriptcoregtk-4.0-dev.links:
++ - Remove old compatibility links.
++ + debian/patches/fix-header-template.patch:
++ - Make WebKitEnumTypes.h equal in all builds by not including the
++ name of the build directory.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 29 Sep 2014 15:48:56 +0300
++
++webkit2gtk (2.5.3+dfsg1-1) experimental; urgency=medium
++
++ * New upstream release from the upcoming 2.6 branch.
++ + Rename source package to webkit2gtk, since now WebKitGTK+ only
++ provides the new WebKit2 API. We have to keep the old webkitgtk
++ packages around until all apps using the old API have ben ported.
++ + Add the +dfsg1 suffix to the version number since we have to remove
++ a few non-free files from the source tarball.
++ * debian/gbp.conf:
++ + Update upstream branch name.
++ * debian/watch:
++ + Add dversionmangle rule to strip +dfsg1 from the package.
++ * debian/rules:
++ + Rewrite completely using the debhelper sequencer and build with
++ cmake instead of autotools.
++ + Disable JIT and MacroAssembler in all architectures unless we know
++ it works.
++ + Add get-orig-source target.
++ * debian/control:
++ + Remove all packages that use the old WebKit API, as well as the
++ -common packages.
++ + libjavascriptcoregtk-3.0-0 => libjavascriptcoregtk-4.0-18.
++ + libwebkit2gtk-3.0-25 => libwebkit2gtk-4.0-37.
++ + Don't depend on any specific compiler.
++ + Add build dependencies on cmake and slimit.
++ + Replace libgeoclue-dev with geoclue-2.0.
++ + Split libwebkit2gtk-4.0-doc from the -dev package.
++ + Remove Mike Hommey from the Uploaders field.
++ * debian/copyright:
++ + Make it compliant with the copyright format v1.0 and refactor the
++ licenses a bit.
++ * debian/jquery-1.9.1.js:
++ + Provide uncompressed version of jquery to replace the compressed one
++ that had to be removed from the original tarball.
++ * debian/patches/enable_llint.patch,
++ debian/patches/02_notebook_scroll.patch,
++ debian/patches/atomic_build_fix.patch,
++ debian/patches/fix-gtkdoc-error.patch,
++ debian/patches/ftbfs-armhf.patch:
++ + Remove.
++ * debian/patches/dfg-jit.patch,
++ debian/patches/local-label-string-hurd.patch,
++ debian/patches/restore_sparc_code.patch,
++ debian/patches/fix-textrel-x86.patch:
++ + Refresh.
++ * debian/patches/install-minibrowser.patch:
++ + Rewrite to make it work with cmake.
++ * debian/patches/change-libexec-dir.patch:
++ + Install all auxiliary binaries in the same directory.
++ * debian/source/lintian-overrides:
++ + Remove.
++ * debian/libwebkit2gtk-4.0-37.lintian-overrides:
++ + Override shared-lib-without-dependency-information warning in
++ libwebkit2gtkinjectedbundle.so, that's a module used internally
++ by webkit.
++ * debian/symbols.filter:
++ + Remove.
++
++ -- Alberto Garcia <berto@igalia.com> Wed, 27 Aug 2014 06:18:56 +0000
++
++webkitgtk (2.4.1-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/patches/ftbfs-armhf.patch:
++ + Fix FTBFS in armhf.
++ * debian/patches/local-label-string-hurd.patch:
++ + Fix FTBFS in hurd-i386.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 14 Apr 2014 20:22:51 +0000
++
++webkitgtk (2.4.0-1) experimental; urgency=medium
++
++ * New upstream stable release.
++ * debian/patches/fix-textrel-x86.patch:
++ + Remove TEXTREL tag in x86.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 25 Mar 2014 11:18:17 +0200
++
++webkitgtk (2.3.92-1) experimental; urgency=low
++
++ * New upstream release.
++ * debian/patches/dfg-jit.patch,
++ debian/patches/install-minibrowser.patch:
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 17 Mar 2014 21:07:56 +0000
++
++webkitgtk (2.3.90-1) experimental; urgency=medium
++
++ * New upstream release.
++ * debian/libwebkitgtk-1.0-0.symbols,
++ debian/libwebkitgtk-3.0-0.symbols,
++ debian/libwebkit2gtk-3.0-25.symbols:
++ + Add new symbols.
++ * debian/control:
++ + Update package descriptions.
++ + Remove redundant Priority fields from libwebkitgtk-{1,3}.0-common.
++ + Remove duplicate build dependency on flex.
++ * debian/patches/install-minibrowser.patch:
++ + Ship the MiniBrowser binary, which is useful for testing purposes.
++ * debian/patches/dfg-jit.patch:
++ + Enable DFG JIT on FreeBSD and Hurd.
++ * debian/patches/fix-gtkdoc-error.patch:
++ + Fix error in gtk-doc generation.
++ * debian/patches/02_notebook_scroll.patch:
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 18 Feb 2014 11:33:19 +0000
++
++webkitgtk (2.3.5-1) experimental; urgency=low
++
++ * New upstream release.
++ * debian/patches/02_notebook_scroll.patch,
++ debian/patches/enable_llint.patch,
++ debian/patches/restore_sparc_code.patch:
++ + Refresh.
++ * debian/patches/x86_asm_fix.patch:
++ + Remove, this has been merged upstream.
++ * Build a libjavascriptcoregtk-3.0-bin package with the jsc interpreter
++ + debian/control: add the new entry.
++ + debian/rules: rename the binary from jsc-3 to jsc and add the
++ suitable debhelper rules.
++ + debian/libjavascriptcoregtk-3.0-bin.install: list package contents.
++ + debian/libjavascriptcoregtk-3.0-bin.manpages,
++ debian/jsc.1: add manual page.
++ * debian/libwebkit2gtk-3.0-25.symbols:
++ + Add new symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 07 Feb 2014 10:22:37 +0000
++
++webkitgtk (2.3.4-4) experimental; urgency=low
++
++ * debian/patches/atomic_build_fix.patch:
++ + Update the patch with a fix that actually works.
++
++ -- Alberto Garcia <berto@igalia.com> Sat, 01 Feb 2014 09:18:42 +0000
++
++webkitgtk (2.3.4-3) experimental; urgency=low
++
++ * debian/patches/atomic_build_fix.patch:
++ + Add -latomic to fix build in some architectures.
++ * debian/patches/x86_asm_fix.patch:
++ + Update patch with a better fix.
++ * debian/patches/enable_llint.patch:
++ + Refresh.
++
++ -- Alberto Garcia <berto@igalia.com> Tue, 28 Jan 2014 10:47:31 +0000
++
++webkitgtk (2.3.4-2) experimental; urgency=low
++
++ * debian/patches/x86_asm_fix.patch:
++ + Fix build failure on x86 due to incorrect asm generation.
++ * debian/patches/enable_llint.patch:
++ + Enable LLINT in FreeBSD and Hurd.
++ * debian/patches/restore_sparc_code.patch:
++ + Restore removed SPARC code.
++
++ -- Alberto Garcia <berto@igalia.com> Thu, 16 Jan 2014 08:30:14 +0000
++
++webkitgtk (2.3.4-1) experimental; urgency=low
++
++ * New upstream release.
++ * WebKit is now built in fast-install mode by default, there's no need
++ to run chrpath anymore.
++ + debian/rules: remove it from the installation process.
++ + debian/control: don't build depend on it.
++ * debian/libwebkit2gtk-3.0-25.symbols:
++ + Added new symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Mon, 13 Jan 2014 19:48:47 +0000
++
++webkitgtk (2.3.3-1) experimental; urgency=low
++
++ * New upstream release.
++ * debian/patches/02_notebook_scroll.patch:
++ + Refreshed.
++ * Multi-arch support:
++ + debian/control: Add Multi-Arch and Pre-Depends fields to all
++ packages with shared libraries.
++ + debian/*.install: replace usr/lib/ with usr/lib/*/, but keep
++ GObject Introspection .typelib files in /usr/lib
++ + debian/rules: adapt libdir and libexecdir to multi-arch.
++ * debian/control:
++ + Add myself to Uploaders.
++ + Update package descriptions.
++ + Build depend on libpng-dev, not libpng12-dev.
++ + Bump Standards-Version to 3.9.5; no changes needed.
++ + Use canonical versions of VCS URLs.
++ * debian/rules:
++ + Support noopt and debug in DEB_BUILD_OPTIONS.
++ + Disable JIT and MacroAssembler on powerpcspe and mips64el.
++ + No need to pass --enable-wayland-target anymore, it's automatically
++ enabled now.
++ + Disable parallel builds since they're unstable at the moment.
++ + Don't create the libexec dirs manually, this is no longer needed.
++ + Remove rpath from WebKitPluginProcess and WebKitWebProcess.
++ * debian/libwebkitgtk-1.0-0.symbols,
++ debian/libwebkitgtk-3.0-0.symbols,
++ debian/libwebkit2gtk-3.0-25.symbols:
++ + Updated for the new symbols.
++
++ -- Alberto Garcia <berto@igalia.com> Fri, 03 Jan 2014 23:49:07 +0000
++
++webkitgtk (2.3.2-1) experimental; urgency=low
++
++ * New upstream release.
++ * debian/patches/40_hppa_platform_h.patch,
++ debian/patches/41_hppa_build_fix.patch,
++ debian/patches/50_bsd-hurd-build-fix.patch,
++ debian/patches/60_add-missing-include.patch,
++ debian/patches/61_add-another-missing-include.patch,
++ debian/patches/70_Add-stubs-for-missing-symbols-in-dom-bindings.patch:
++ + Removed, merged upstream.
++ * debian/patches/30_gtkdoc_fixxref_warnings.patch:
++ + Drop unapplied patch that we don't need anymore.
++ * debian/patches/13_thread-safe-icon-db.patch:
++ + Drop unapplied patch that was fixed upstream a long time ago.
++ * debian/patches/12_large-mem-page.patch:
++ + Drop unapplied patch, it hasn't been applied in quite some time
++ and we haven't heard of any complains. Besides, the patch no
++ longer applies as the code it touched has been largely reworked
++ or removed.
++ * debian/patches/14_ia64-wide-ptr.patch,
++ debian/patches/15_ia64-use-system-malloc.patch:
++ + Dropped. The former wasn't been applied and needs rebasing if still
++ needed. The second is probably useless given all the other patches
++ that were needed on IA64 are gone. It may not be needed anymore as
++ the code that the patch tries to workaround may be fixed now.
++ If these or any other patches are needed for IA64, they should be
++ sent upstream so we don't run into problems like this again.
++ * debian/rules:
++ + Disable debugging symbols on powerpcspe. Closes: #696472.
++ * debian/libwebkitgtk-1.0-0.symbols,
++ debian/libwebkitgtk-3.0-0.symbols,
++ debian/libwebkit2gtk-3.0-25.symbols:
++ + Updated for the new symbols.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 21 Nov 2013 22:15:28 +0100
++
++webkitgtk (2.3.1-1) experimental; urgency=low
++
++ [ Michael Biebl ]
++ * debian/rules:
++ + Replace another occurence of findstring with filter.
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/watch,
++ debian/gbp.conf:
++ + Update for 2.3 packages in experimental.
++ * New upstream development release.
++ + Re-enables MathML support. Closes: #649067.
++ * debian/control,
++ debian/rules:
++ + Enable wayland support on linux.
++ * debian/rules:
++ + Use gcc / g++ 4.8 instead of 4.7. We should just be using the
++ default here but some architectures are still defaulting to 4.6.
++ * debian/patches/01_do-not-build-testing-tools.patch:
++ + Removed, no longer needed.
++ * debian/patches:
++ + Refreshed.
++ * debian/patches/50_bsd-hurd-build-fix.patch:
++ + Fix the build on !linux.
++ * debian/patches/60_add-missing-include.patch:
++ + Patch from upstream bugzilla, fix another build issue.
++ * debian/patches/61_add-another-missing-include.patch:
++ + Another missing include, patch from upstream bugzilla.
++ * debian/patches/40_hppa_platform_h.patch:
++ + WTF_CPU_HPPA was already being defined, so only define the missing
++ remaining bits.
++ + Don't disable YARR, JIT and MacroAssembler here, this is a more general
++ problem as explained in https://bugs.webkit.org/show_bug.cgi?id=113638
++ and we already disable those in debian/rules.
++ * debian/patches/70_Add-stubs-for-missing-symbols-in-dom-bindings.patch:
++ + New patch, add stubs for a few missing symbols in the DOM bindings
++ which are gone because the underlying objects have been removed.
++ * debian/libwebkitgtk-1.0-0.symbols,
++ debian/libwebkitgtk-3.0-0.symbols,
++ debian/libwebkit2gtk-3.0-25.symbols:
++ + Updated for the new symbols.
++ * debian/source/lintian-overrides:
++ + Override license-problem-json-evil, the file is mentioning the original
++ implementation's license but doesn't actually have that license.
++ + Drop an old override.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 05 Nov 2013 14:24:07 +0100
++
++webkitgtk (2.2.1-1) unstable; urgency=low
++
++ * debian/gbp.conf:
++ + Added.
++ * New upstream stable release.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 29 Oct 2013 20:44:42 +0100
++
++webkitgtk (2.2.0-2) unstable; urgency=low
++
++ * debian/rules:
++ + Disable JIT on mips, should fix the FTBFS.
++ * Upload to unstable.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 14 Oct 2013 19:00:57 +0200
++
++webkitgtk (2.2.0-1) experimental; urgency=low
++
++ * New upstream stable release.
++ * debian/control:
++ + Remove gail build dependencies, no longer needed.
++ * debian/patches:
++ + Refreshed.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 09 Oct 2013 16:01:05 +0200
++
++webkitgtk (2.1.91-1) experimental; urgency=low
++
++ [ Michael Biebl ]
++ * debian/rules:
++ + Use filter instead of findstring to match the current architecture as
++ findstring also matches substrings so we accidentally used stabs debug
++ symbols for i386 and amd64 and disabled jit for mips.
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/rules:
++ + Use CPPFLAGS instead of JSC_CPPFLAGS to disable JIT and MacroAssembler
++ as JSC_CPPFLAGS is no longer honored by the build system. This fixes
++ the build (again) on ia64 powerpc sparc s390 and s390x.
++ * debian/patches/40_hppa_platform_h.patch,
++ debian/patches/41_hppa_build_fix.patch,
++ debian/rules:
++ + Add support for HPPA. Thanks to John David Anglin for the patches.
++ Closes: #721206.
++ * debian/patches/20_mesa-llvmpipe-crash.patch,
++ debian/patches/25_bison_2.6_ftbfs.patch:
++ + Remove patches that were cherry-picked from upstream 2.1.x and we
++ no longer use.
++ * debian/rules:
++ + Disable JIT and MacroAssembler on alpha. Closes: #721863.
++ + Likewise for ppc64 and sparc64.
++
++ [ Gustavo Noronha Silva ]
++ * debian/rules:
++ + Disable GLX on ARM, thanks to Sjoerd Simons.
++ * debian/patches/10_hurd_getCurrentExecutablePath.patch,
++ debian/patches/20_bsd-hurd-gtest-port.patch:
++ + removed, applied upstream
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 16 Sep 2013 15:02:08 -0300
++
++webkitgtk (2.1.90.1-1) experimental; urgency=low
++
++ [ Gustavo Noronha Silva ]
++ * New development release
++ * debian/patches/series, debian/patches/03_dom_bindings_compat.patch:
++ - removed patch; applied upstream
++ * debian/patches/02_notebook_scroll.patch:
++ - refreshed
++ * debian/*.symbols:
++ - updated with ABI additions
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/rules:
++ + Switch powerpc to stabs as it's currently taking too much space in
++ the buildds.
++ * debian/control:
++ + Add myself to Uploaders.
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 29 Aug 2013 21:32:48 -0300
++
++webkitgtk (2.1.4-3) experimental; urgency=low
++
++ * debian/control, debian/libwebkitgtk-common-dev.install:
++ - install the webkitdom headers in a separate dev package that can be
++ depended on by both libwebkitgtk-3.0-dev and libwebkit2gtk-3.0-dev
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 23 Aug 2013 15:03:44 -0300
++
++webkitgtk (2.1.4-2) experimental; urgency=low
++
++ * debian/rules:
++ - merge build and install rules so we can install right after building
++ each flavor, and save space by cleaning up the build
++ - clean *.pyc files in the clean target, to allow multiple builds in the
++ same source tree again
++ * debian/rules:
++ - disable debug symbols sparc, and use stabs for armel, like we already
++ do for armhf; their buildds are too constrained in terms of hardware
++ resources
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 21 Aug 2013 23:13:58 -0300
++
++webkitgtk (2.1.4-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/01_do-not-build-testing-tools.patch:
++ - refreshed
++ * debian/libjavascriptcore*dev.install, gir1.2-*.install,
++ debian/libjavascriptcore*dev.links, gir1.2-*.links:
++ - Install the GObject Introspection support files, and compatibility
++ links that cover the old names
++ * debian/patches/03_dom_bindings_compat.patch:
++ - Add symbols that went missing since the last stable release
++ * debian/*.symbols:
++ - updated symbols files to contain the newly added APIs
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 19 Aug 2013 21:11:33 -0300
++
++webkitgtk (2.0.4-2) unstable; urgency=low
++
++ [ Jeremy Bicha ]
++ * Don't recommend universe gstreamer codecs on Ubuntu. Closes: #714299.
++
++ [ Gustavo Noronha ]
++ * debian/patches/03_atomics-buildfix.patch:
++ - patch from upstream to fix build in architectures which do not support
++ some atomic builtins for 64 bits types (should fix powerpc and sparc)
++ * debian/libwebkit2gtk-3.0-25.symbols, debian/symbols.filter:
++ - export the WebGtkExtensionManager, used by WebKit2GTK+ for loading
++ injected bundle plugins
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 14 Aug 2013 22:13:41 -0300
++
++webkitgtk (2.0.4-1) experimental; urgency=low
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/compat:
++ + Go back to compat 8 for now as compressed symbol files kill .deb
++ compression. Also objcopy seems to take a lot of memory to compress
++ debugging symbols, killing the build in some cases.
++ * debian/rules:
++ + Stop building with -O1 on armhf. Hopefully the compiler error we were
++ getting has been fixed.
++ + Build with -gstabs on armhf and kfreebsd to try to eat less memory
++ and make the build succeed. If it doesn't we may have to disable
++ debugging symbols as we do in many other arches.
++
++ [ Gustavo Noronha Silva ]
++ * New upstream release
++ * debian/*.symbols, debian/*.install, debian/symbols.filter,
++ debian/patches/01_do-not-build-testing-tools.patch, debian/rules:
++ - Avoid exposing a ton of C++ symbols by not building the testing
++ tools
++ - We no longer build the test browsers, as well
++ * debian/rules:
++ - move dh_autoreconf call to its own rule with its own custom stamp,
++ so we can just call binary if the build fails and we want to try again
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 08 Aug 2013 20:00:46 -0300
++
++webkitgtk (2.0.3-1) experimental; urgency=low
++
++ * Team upload.
++
++ * debian/libwebkit2gtk-3.0-25.symbols:
++ + Added missing i386 symbols. Should really fix the i386 build.
++ Closes: #704886.
++ * debian/rules:
++ + Pass -I Source/autotools to autoreconf to make sure aclocal can find
++ the necessary macros, as otherwise some versions such as aclocal-1.11
++ have some trouble with this.
++ + Add --disable-jit back on mipsel, armel and powerpc. The change was
++ probably lost with the webkit2 addition.
++ + Don't pass --with-gstreamer=1.0 anymore, GStreamer support is always
++ 1.0 now and the configure flag has been dropped.
++ + Don't pass --disable-plugin-process. The flag is gone and the plugin
++ process is always built for WebKit2, which is what we were doing.
++ + Don't pass --disable-jit on powerpc. Instead disable JIT, YARR and
++ assembler in ia64 powerpc sparc s390 and s390x as there's no
++ support for MacroAssembler for them.
++ * debian/patches/changeset_145551.diff:
++ + Backport from upstream, implement Double2Ints in CLoop backend for
++ 32 bit architectures, needed for the above architectures where we
++ disable JIT, YARR and assembler.
++ * debian/control:
++ + Build depend on libgudev-1.0-dev on linux for gamepad support.
++ * debian/patches/10_hurd_getCurrentExecutablePath.patch:
++ + Readd patch from #669059 that was lost. Fixes build on hurd.
++
++ * New upstream release.
++ * changeset_150117.diff, changeset_150326.diff, changeset_150963.diff:
++ + Dropped, included upstream.
++
++ * debian/patches/changeset_147557.diff:
++ + Backport from upstream, fix a dispose/finalize mistake that can
++ cause crashes in some scenarios.
++ * debian/patches/20_bsd-hurd-gtest-port.patch:
++ + New patch. Fix kfreebsd and hurd builds by making gtest know about
++ them.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Jun 2013 20:52:37 +0200
++
++webkit (1.8.1-4) unstable; urgency=low
++
++ * Acknowledge NMUs. Thanks Samuel, Ansgar and Michael!
++ * debian/patches/20_mesa-llvmpipe-crash.patch:
++ + Backport change from upstream, fixes crashes when running
++ mesa llvmpipe drivers. Closes: #711584.
++ * debian/patches/25_bison_2.6_ftbfs.patch:
++ + Backport change from upstream, fix the build with bison >= 2.6.
++ * debian/patches/30_gtkdoc_fixxref_warnings.patch:
++ + New patch. Ignore warnings when generating the html documentation.
++ The broken links were probably already there in previous builds
++ as we don't build depend on the necessary -doc packages. We will
++ upload 2.0.x to unstable soonish anyway so no point in fixing
++ such minor issues here.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jun 2013 21:48:22 +0200
++
++webkitgtk (2.0.2-2) experimental; urgency=low
++
++ * Team upload.
++
++ * debian/control,
++ debian/rules:
++ + Build depend on gcc-4.7 and g++-4.7 and set the C compiler and C++
++ compiler to this version as webkitgtk now requires GCC >= 4.7 and
++ the default on many architectures is still 4.6.
++ * debian/control,
++ debian/compat:
++ + Bump debhelper compat to 9. Among other things, this brings us
++ compressed debug info files. It also brings build-id debug info
++ files which greatly speed up gdb start up as gdb won't have to
++ checksum the (rather big) webkit debug info files anymore.
++ * debian/rules:
++ + Exclude libwebkit2gtkinjectedbundle.so from dh_makeshlibs as it's a
++ private library and debhelper looks at every shared lib in compat 9.
++ * debian/libwebkitgtk-1.0-0.symbols,
++ debian/libwebkitgtk-3.0-0.symbols:
++ + Add missing symbols for 32 bit arches. Closes: #704886.
++ * debian/libwebkit2gtk-3.0-25.symbols:
++ + Demangle symbols.
++ * debian/control:
++ + Bump required build dependencies according to Versions.mk.
++ + Add missing build dependency on flex. Thanks to Sjoerd Simons for
++ noticing this.
++ + Also add other missing build dependencies (cairo, freetype,
++ fontconfig and libxml).
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 04 Jun 2013 15:00:49 +0200
++
++webkitgtk (2.0.2-1) experimental; urgency=low
++
++ * Team upload.
++
++ * New upstream release.
++ + debian/patches/03_avoid_unresolved_x_symbols.patch:
++ - Removed, applied upstream.
++ + debian/patches/changeset_150117.diff,
++ debian/patches/changeset_150256.diff,
++ debian/patches/changeset_150326.diff,
++ debian/patches/changeset_150963.diff:
++ - Backport various build fixes from upstream.
++ + debian/*.symbols:
++ - Updated.
++ + debian/libwebkit2gtk-3.0-0.install:
++ - Don't install .la files.
++ + debian/rules:
++ - Re-enable parallel build support, the above patches should
++ make it work.
++ + debian/libwebkit2gtk-3.0-{0,25}.install,
++ debian/control,
++ debian/rules:
++ - Renamed libwebkit2gtk-3.0-0 to libwebkit2gtk-3.0-25.
++ - Make libwebkit2gtk-3.0-25 break/replace the old
++ libwebkit2gtk-3.0-0 as the injected-bundle module path
++ is the same.
++ + debian/libwebkit2gtk-3.0-25.symbols:
++ - Add a symbols file for libwebkit2gtk-3.0.
++ * debian/watch:
++ + Updated to work with the new page.
++ * debian/rules:
++ + Run dh_autoreconf. Makes it easier to backport upstream patches
++ that modify autotools files.
++ * debian/control:
++ + Mention "dummy" in libwebkit-dev's long description to shut
++ lintian up.
++ + Bump Standards-Version to 3.9.4; no changes needed.
++ + Bump libharfbuzz-dev's minimum build dependency to pick up a
++ dependency against the new libharfbuzz0a package.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 29 May 2013 10:39:29 +0200
++
++webkitgtk (1.11.91-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/03_avoid_unresolved_x_symbols.patch:
++ - patch to avoid linking issue
++ * debian/rules:
++ - enable WebKit2 packages
++ * debian/*.symbols:
++ - updated with new symbols
++ * debian/control:
++ - add libwebp-dev to the build dependencies
++ - add libsecret-1-dev to build dependencies
++ - add libharfbuzz-dev >= 0.9.7 to build dependencies
++ * debian/libwebkitgtk-3.0-dev.install:
++ - install webkitdom includes, which now live in a new path
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sun, 17 Mar 2013 11:43:34 -0300
++
++webkitgtk (1.10.2-2) experimental; urgency=low
++
++ * Integrate patches and acknowledge NMUs; thanks to Ansgar Burchardt
++ <ansgar@debian.org>, and Michael Gilbert <mgilbert@debian.org>
++ * debian/control, debian/rules:
++ - switch to building with GStreamer 1.0
++ * debian/control:
++ - added ruby to the Build-Dependencies, it is now required
++ for building WebKit
++ * debian/rules:
++ - ensure configure is the last command run in a single shell invocation,
++ so the build fails early if configure fails
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sun, 24 Feb 2013 16:51:07 -0300
++
++webkitgtk (1.10.2-1) experimental; urgency=low
++
++ * New stable release
++ - source package renamed following upstream
++ - Includes the WebCore split patches, so the make command line
++ limit problem should not happen
++ * Acknowledge NMU to fix FreeBSD and Hurd, thanks to Samuel
++ Thibault <sthibault@debian.org>
++ * Acknowledge NMU to change deb compression to xz, thanks to
++ Ansgar Burchardt <ansgar@debian.org>
++ * Acknowledge NMU to use smaller debug format for ia64 as well,
++ thanks to Ansgar Burchardt <ansgar@debian.org>
++ * debian/*.symbols:
++ - updated
++ * debian/control:
++ - bump libsoup dependency to 2.40 accross the board,
++ following upstream's bump but using the first stable
++ release instead of the development one
++ * debian/*webkit2*, debian/rules, debian/control:
++ - new packages for the WebKit2GTK+ library, not built by default, you
++ can enable them by setting the make ENABLE_WEBKIT2 variable to yes
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 05 Dec 2012 23:41:36 -0200
++
++webkit (1.9.2-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/10_kfreebsd_support.patch:
++ - removed; applied upstream
++ * debian/rules:
++ - disable AR_FLAGS space optimization for now, since linking two libtool
++ convenience libraries seems to break that
++ * debian/*.symbols:
++ - updated with symbols of the new version
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 08 May 2012 12:01:33 -0300
++
++webkit (1.8.1-3.4) unstable; urgency=medium
++
++ * Non-maintainer upload.
++ * Fix wide pointer issues on ia64 (closes: #642750).
++ * Make favicon database thread-safe (closes: #697172).
++ * Support architectures with large page sizes (closes: #694971).
++ * Compile with --disable-jit on armel, mipsel, and powerpc (closes: #651636).
++
++ -- Michael Gilbert <mgilbert@debian.org> Sat, 16 Feb 2013 21:46:48 +0000
++
++webkit (1.8.1-3.3) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * debian/rules: Disable debug symbols also for ia64.
++
++ -- Ansgar Burchardt <ansgar@debian.org> Thu, 13 Sep 2012 23:39:52 +0200
++
++webkit (1.8.1-3.2) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * debian/rules: use xz compression for binary packages. (Closes: #684139)
++
++ -- Ansgar Burchardt <ansgar@debian.org> Sat, 08 Sep 2012 18:40:04 +0200
++
++webkit (1.8.1-3.1) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * Fix debian/patches/10_kfreebsd_support.patch
++ debian/patches/11_hurd_support.patch patches for kfreebsd and hurd build
++ (Closes: #669059).
++
++ -- Samuel Thibault <sthibault@debian.org> Fri, 25 May 2012 11:00:30 +0200
++
++webkit (1.8.1-3) unstable; urgency=low
++
++ [ Samuel Thibault ]
++ * debian/rules:
++ - Disable debug symbols also for hurd-i386 (Closes: #664810)
++ * debian/patches/11_hurd_support.patch:
++ - Add Hurd-specific code path before the catch-all UNIX code path for
++ getting the executable path (Closes: 669059)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 23 May 2012 22:54:54 -0300
++
++webkit (1.8.1-2) unstable; urgency=low
++
++ [ Michael Biebl ]
++ * debian/rules:
++ - Use set -e in for loops to fail early
++ - Standardize on $(shell ) for shell invocation and only add
++ -Wl,--no-keep-memory for 32 bits architectures
++ - Disable debugging symbols completely for architectures for
++ which we were using -gstabs before, since they keep hitting
++ memory limits on the buildds
++
++ [ Jeremy Bicha ]
++ * debian/rules:
++ - Remove duplicate LDFLAGS when running configure
++ * debian/watch:
++ - Look for tar.xz files from now on
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 04 May 2012 12:37:56 -0300
++
++webkit (1.8.1-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/patches/10_kfreebsd_support.patch:
++ - Patch by Steven Chamberlain <steven@pyro.eu.org> to fix the
++ build for kFreeBSD (Closes: #669308)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 26 Apr 2012 19:52:12 -0300
++
++webkit (1.8.0-2) unstable; urgency=low
++
++ * Upload to unstable
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 03 Apr 2012 16:50:54 -0300
++
++webkit (1.8.0-1) experimental; urgency=low
++
++ * New stable release
++ * debian/control:
++ - move libwebkit-dev to oldlibs
++ * debian/*.symbols:
++ - updated with symbols additions
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 28 Mar 2012 09:53:38 -0300
++
++webkit (1.7.92-1) experimental; urgency=low
++
++ * New development release
++ * debian/control:
++ - wrapped Build-Dependencies
++ * debian/rules:
++ - pass --no-keep-memory to the linker, to make build less likely
++ to fail with an OOM
++ * debian/*.symbols:
++ - updated with new symbols
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 26 Mar 2012 19:56:51 -0300
++
++webkit (1.7.91-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/05_sparc-needs-alignment.patch:
++ - removed; applied upstream
++ * debian/libwebkitgtk*.symbols:
++ - added DRT optional symbols that are different on i386/powerpc
++ * debian/control:
++ - replace dh_clean -k call with dh_prep
++ - bump Build-Depends on debhelper, for dh_prep
++ - bump Dependency on libsoup to for the -dev packages to match the
++ Build-Dependency
++ - Recommend gstreamer packages required to play most formats
++ with <video> and <audio>
++ * debian/rules:
++ - disable parallel builds to work-around the racy problems
++ we have seen in the wild
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sat, 10 Mar 2012 23:25:33 -0300
++
++webkit (1.7.90+svn20120304-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/01_double-conversion.patch,
++ debian/patches/03_fix-documentation-build.patch,
++ debian/patches/04_hurd-fix.patch:
++ - removed; applied upstream
++ * debian/*.symbols:
++ - updated
++ * Merged changes done in 1.6.3-2
++ * debian/control:
++ - Put all gir1.2-* packages into the introspection section.
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sun, 04 Mar 2012 16:28:56 -0300
++
++webkit (1.7.5-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/03_fix-documentation-build.patch:
++ - refreshed, with changes from upstream
++ * debian/patches/04_hurd-fix.patch:
++ - refreshed;
++ * Merged changes done in 1.6.3-1
++ * debian/*.symbols:
++ - updated symbols file with ABI changes
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 17 Feb 2012 11:48:31 -0200
++
++webkit (1.7.4-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/01_double-conversion.patch:
++ - refreshed; partially applied upstream
++ * debian/patches/03_freebsd-fix.patch,
++ debian/patches/04_pkgconfig-fix.patch:
++ - removed; applied upstream
++ * debian/patches/03_fix-documentation-build.patch:
++ - added; fix building docs for the GTK+ 2 library
++ * debian/control:
++ - update build-dependency for libsoup2.4-dev to 2.37.4
++ - add libgl1-mesa-dev as a B-D, since we now build with
++ WebGL enabled by default
++ * debian/rules:
++ - adapted doc installation to the new system
++ * debian/*.install:
++ - include directory got renamed webkit->webkitgtk
++ * debian/libwebkit*.symbols:
++ - updated
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 19 Jan 2012 00:09:29 -0200
++
++webkit (1.6.3-2) unstable; urgency=low
++
++ * debian/patches/05_sparc-needs-alignment.patch:
++ - patch by Jurij Smakov <jurij@wooyd.org> to fix JSC for SPARC
++ (Closes: #651934)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sun, 04 Mar 2012 12:05:04 -0300
++
++webkit (1.6.3-1) unstable; urgency=low
++
++ * debian/patches/04_pkgconfig-fix.patch:
++ - removed; applied in this upstream version
++ * debian/rules:
++ - move -Wl,--no-relax to LD_FLAGS, when building on alpha, and add
++ LDFLAGS as a parameter (part of #648761)
++ * debian/patches/01_double-conversion.patch:
++ - add CPU(ALPHA) to the list of cpus that pass the test
++ (Closes: #648761)
++ * debian/patches/04_hurd-fix.patch:
++ - patch by Pino Toscano <pino@debian.org> to fix FTBFS on Hurd
++ (Closes: #649192)
++ * debian/rules:
++ - accepted patch by Moritz Muehlenhoff <jmm@debian.org> to use
++ dpkg-buildflags for cflags/cppflags/ldflags (Closes: #659391)
++ * debian/control:
++ - add Conflicts and Replaces combo on libjavascriptcoregtk-1.0-dev also
++ for libwebkit-dev << 1.5.0 (Closes: #657408)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 15 Feb 2012 23:29:11 -0200
++
++webkit (1.6.3-1) unstable; urgency=low
++
++ * debian/patches/04_pkgconfig-fix.patch:
++ - removed; applied in this upstream version
++ * debian/rules:
++ - move -Wl,--no-relax to LD_FLAGS, when building on alpha, and add
++ LDFLAGS as a parameter (part of #648761)
++ * debian/patches/01_double-conversion.patch:
++ - add CPU(ALPHA) to the list of cpus that pass the test
++ (Closes: #648761)
++ * debian/patches/04_hurd-fix.patch:
++ - patch by Pino Toscano <pino@debian.org> to fix FTBFS on Hurd
++ (Closes: #649192)
++ * debian/rules:
++ - accepted patch by Moritz Muehlenhoff <jmm@debian.org> to use
++ dpkg-buildflags for cflags/cppflags/ldflags (Closes: #659391)
++ * debian/control:
++ - add Conflicts and Replaces combo on libjavascriptcoregtk-1.0-dev also
++ for libwebkit-dev << 1.5.0 (Closes: #657408)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 15 Feb 2012 23:29:11 -0200
++
++webkit (1.6.1-5) unstable; urgency=low
++
++ * debian/rules:
++ - also build with stabs debug symbols format when under s390x
++ patch by Aurelien Jarno <aurel32@debian.org> (Closes: #637228)
++ * debian/control:
++ - add Breaks for midori and claws-mail-fancy-plugin versions that
++ were using the private webkit_web_view_get_selected_text symbol
++ (Closes: #646095)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 01 Nov 2011 23:20:19 -0200
++
++webkit (1.6.1-4) unstable; urgency=low
++
++ * debian/patches/03_freebsd-fix.patch:
++ - fix FreeBSD 64 bits build
++ * debian/patches/04_pkgconfig-fix.patch:
++ - import patch from upstream to fix pkg-config file to require the JSC
++ one
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sun, 23 Oct 2011 20:10:53 -0200
++
++webkit (1.6.1-3) unstable; urgency=low
++
++ * debian/patches/01_double-conversion.patch:
++ - imported from upstream; fixes s390 double conversion, modified
++ to also include IA64
++ * debian/rules:
++ - try reducing the disk space used to build webkit by using thin
++ archives
++ - disable silent rules to make debugging easier
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 21 Oct 2011 10:38:17 -0200
++
++webkit (1.6.1-2) unstable; urgency=low
++
++ * Rename source package back to webkit
++ * debian/control:
++ - Build-Depend on gawk, since our GNUmakefile.in has lines that are too
++ long for mawk, which results in a broken GNUmakefile
++ * debian/rules:
++ - re-enable installing documentation
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 18 Oct 2011 09:59:20 -0200
++
++webkitgtk+ (1.6.1-1) experimental; urgency=low
++
++ * New upstream release
++ * debian/patches/01_fix-introspection.patch:
++ - Removed; applied upstream
++ * debian/patches/02_notebook_scroll.patch:
++ - Patch by Josselin Mouette <joss@debian.org> to ignore alt+wheel
++ (Closes: #640980)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 26 Sep 2011 23:24:37 -0300
++
++webkitgtk+ (1.5.2-1) experimental; urgency=low
++
++ * New upstream development release
++ * debian/patches/01_spoof-ua-for-calendar.patch:
++ - Remove; applied upstream
++ * debian/patches/01_fix-introspection.patch:
++ - Fix the introspection build
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Aug 2011 21:43:19 -0300
++
++webkitgtk+ (1.4.2-2) unstable; urgency=low
++
++ * debian/rules:
++ - fix armhf special-casing to actually work as intended; thanks to
++ mbiebl for finding the issue and helping resolve it
++ * debian/watch:
++ - provided by Michael Biebl <biebl@debian.org>; thanks! (Closes: #633446)
++ * debian/patches/01_spoof-ua-for-calendar.patch:
++ - steal patch from upstream (on track for 1.4.3) to make Google Calendar
++ behave and not give us the mobile version
++ * debian/control:
++ - Build-Depend on libjpeg-dev instead of libjpeg62-dev (See #635287)
++ - Re-add the libwebkit-dev package to automatically upgrade packages
++ using the GTK+ 2.0 version of WebKitGTK+.
++ - Fix capitalization of GTK+ in the description (Closes: #611871)
++ - Set Homepage to webkitgtk.org instead of webkit.org (Closes: #589431)
++ - Update to the new GI mini-policy by making the -dev packages depend on
++ the appropriate gir1.2-webkit-?.0 packages (Closes: #633962)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 25 Jul 2011 21:08:52 -0300
++
++webkitgtk+ (1.4.2-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/patches/01_add-missing-file.patch:
++ - removed; pushed upstream.
++ * debian/rules:
++ - use gstabs for mips and mipsel as well, to try to make it possible for
++ the builders to build webkit
++ - use -O1 for armhf to workaround compiler bug
++
++ -- Gustavo Noronha Silva <kov@debian.org> Sun, 10 Jul 2011 10:54:24 -0300
++
++webkitgtk+ (1.4.1-2) unstable; urgency=low
++
++ * debian/patches/01_add-missing-file.patch:
++ - copied MIPSAssembler.h from upstream's source repository; it's missing
++ from the sources list and didn't get included in the tarball, this will
++ fix the build on MIPS
++ * debian/control:
++ - fix dependency on gtk2 to please lintian (remove -1)
++ - adjust Standards-Version with no changes to the packaging
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 20 Jun 2011 14:50:27 -0300
++
++webkitgtk+ (1.4.1-1) unstable; urgency=low
++
++ * New upstream version, uploaded to unstable.
++ * debian/*.symbols:
++ - add optional symbols for some JIT stub symbols that show up in some
++ platforms (i.e. ARMEL)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 06 Jun 2011 21:12:38 -0300
++
++webkitgtk+ (1.4.0-1) experimental; urgency=low
++
++ * debian/patches/02_plugin_check_mixed_symbols.patch,
++ debian/patches/01_plugin_path.patch:
++ - removed; applied upstream
++ * debian/control, debian/changelog:
++ - rename source package and remove the libwebkit-dev package to avoid
++ automatically transitioning packages to the new version
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 29 Apr 2011 10:57:23 -0300
++
++webkit (1.3.13-4) experimental; urgency=low
++
++ * debian/*.symbols:
++ - remove debian revision from WTFReportBacktrace@Base to make
++ lintian happy
++ - add optional C++ symbols for functions that use different data types
++ on 32 bits architectures
++ * debian/patches/02_plugin_check_mixed_symbols.patch:
++ - patch from upstream bugzilla that causes webkit itself to check for
++ mixed gtk symbols in a plugin before loading it
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 12 Apr 2011 09:21:29 -0300
++
++webkit (1.3.13-3) experimental; urgency=low
++
++ * debian/control:
++ - depend on a libgtk2.0-dev version that provides introspection information
++ (Closes: #621809)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 08 Apr 2011 23:50:32 -0300
++
++webkit (1.3.13-2) experimental; urgency=low
++
++ * debian/patches/01_plugin_path.patch:
++ - obtained from upstream; will allow not disabling flash when used with
++ nspluginwrapper
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 08 Apr 2011 10:12:50 -0300
++
++webkit (1.3.13-1) experimental; urgency=low
++
++ * New upstream release.
++ * debian/patches/01_expose_less_symbols.patch:
++ - remove this patch; deal with the symbols instead
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 29 Mar 2011 11:14:00 -0300
++
++webkit (1.3.12-1) experimental; urgency=low
++
++ * New upstream release
++ * debian/*.symbols:
++ - updated with new symbols
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 15 Mar 2011 00:32:03 -0300
++
++webkit (1.3.11-3) experimental; urgency=low
++
++ * debian/*.symbols:
++ - fix demangled names (Closes: #614770)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 23 Feb 2011 09:25:49 -0300
++
++webkit (1.3.11-2) experimental; urgency=low
++
++ * debian/libwebkit-{1,3}.0-0.symbols:
++ - tag exported WTF symbols as optional, and use their demangled name
++ with the c++ tag; this should fix the FTBFS
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 22 Feb 2011 14:31:14 -0300
++
++webkit (1.3.11-1) experimental; urgency=low
++
++ * New development release
++ * debian/patches/01_expose_less_symbols.patch:
++ - export less symbols, and don't build DRT
++ * debian/control:
++ - updated to reflect changes in naming of packages related to GTK+ 3
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 19 Jan 2011 11:05:31 -0200
++
++webkit (1.3.10-1) experimental; urgency=low
++
++ * New development release
++ * debian/control:
++ - Build-Depend on GTK+3 >= 2.99.1 to avoid problems with the multiple
++ breakages
++ * debian/rules:
++ - adapt for source layout changes
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 13 Jan 2011 10:37:55 -0200
++
++webkit (1.3.9-1) experimental; urgency=low
++
++ * New development release
++ - fixes build with newest GTK+
++ * debian/control:
++ - build-depend on GTK+ >= 2.91.7 for the GTK+3-based version
++ - build-depend on gir1.2-{gtk-2.0,soup-2.4}
++ - rename introspection packages to gir1.2-*
++ - updated Build-Depends on gobject-introspection
++ - tighten dependency of -dev packages on library packages
++ - add missing ${misc:Depends}
++ - update Standards-Version to 3.9.1
++ * debian/rules:
++ - add dh_girepository calls to actually do something to ${gir:Depends}
++ - run dh_makeshlibs targetting the appropriate packages (library ones,
++ not dev)
++ - remove rpath from the installed binaries
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 27 Dec 2010 14:06:08 -0200
++
++webkit (1.3.8-1) experimental; urgency=low
++
++ * New upstream development release
++ * debian/debian/gir1.0-webkit-1.0.install, debian/control,
++ debian/rules, debian/libwebkit-dev.install:
++ - add gir1.0-webkit-1.0 package, and enable introspection support
++ - rename packages to accomodate soname change
++ - add new packages for gtk3-based webkitgtk
++ * debian/control, debian/rules:
++ - enable building geolocation support
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 11 Aug 2010 11:10:28 -0300
++
++webkit (1.1.17-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/copyright:
++ - updated with changes since 1.1.16
++ * debian/libwebkit-1.0-2.symbols:
++ - updated
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 02 Dec 2009 23:13:32 -0200
++
++webkit (1.1.16-3) unstable; urgency=low
++
++ * Fix building on kfresbsd-amd64 (Closes: #554718)
++ - Patch by Petr Salinger <Petr.Salinger@seznam.cz>
++ * Fix tightened dependency
++ * debian/rules:
++ - remove rpath from GtkLauncher and DumpRenderTree
++ * debian/control:
++ - depend on chrpath for change above
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 11 Nov 2009 21:21:12 -0200
++
++webkit (1.1.16-2) unstable; urgency=low
++
++ * debian/control:
++ - tighten libwebkit-dev dependency on the library
++ (Closes: #554014)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 02 Nov 2009 17:07:03 -0200
++
++webkit (1.1.16-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/copyright:
++ - updated with the copyright changes since 1.1.15
++ * debian/libwebkit-1.0-2.symbols:
++ - updated with new symbols
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 29 Oct 2009 19:06:20 -0200
++
++webkit (1.1.15.2-1) unstable; urgency=low
++
++ * New upstream (semi-stable) release
++ * Fix building on IA64 (Closes: #547797)
++ Thanks to Colin Watson <cjwatson@ubuntu.com>
++ * Fix building on alpha (Closes: #548499)
++ * Fix building on amd64 FreeBSD
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 06 Oct 2009 21:17:08 +0100
++
++webkit (1.1.15.1-1) unstable; urgency=low
++
++ * New upstream (semi-stable) release
++ * debian/libwebkit-1.0-2.symbols:
++ - remove revisions from the symbol versions
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 06 Aug 2010 11:19:52 -0300
++
++webkit (1.1.15-1) experimental; urgency=low
++
++ * New upstream release
++ - includes fix for crash that will be fixed in 1.1.15.1
++ * debian/copyright:
++ - updated with changes since 1.1.14
++ * debian/libwebkit-1.0-2.symbols:
++ - updated
++ * debian/control:
++ - force same upstream version for -common
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 21 Sep 2009 21:22:43 -0300
++
++webkit (1.1.14-1) experimental; urgency=low
++
++ * New upstream release
++ * debian/copyright:
++ - updated with changes since 1.1.13
++ * debian/control:
++ - made libwebkit-dev Arch: any (Closes: #539511)
++ * debian/libwebkit-1.0-2:
++ - updated
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 09 Sep 2009 11:32:23 -0300
++
++webkit (1.1.13-1) experimental; urgency=low
++
++ * New upstream release
++ - security fixes are already included in this release
++ (Closes: #538346, #538402)
++ * debian/control:
++ - update Build-Depends on libsoup to match upstream requirements
++ (Closes: #542272)
++ - Bump Build-Depends on libsoup2.4-dev to 2.27.91
++ * debian/copyright:
++ - updated with changes since 1.1.12
++ * debian/libwebkit-1.0-2.symbols:
++ - new symbols
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 24 Aug 2009 21:25:59 -0300
++
++webkit (1.1.12-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/copyright:
++ - updated with changes since 1.1.10
++ * debian/libwebkit-1.0-2.symbols:
++ - adding new symbols
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 28 Jul 2009 21:04:56 +0200
++
++webkit (1.1.10-2) unstable; urgency=low
++
++ * debian/rules:
++ - trying to get the package built on s390, by using -gstabs
++ (Closes: #528524)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Jun 2009 23:05:07 -0300
++
++webkit (1.1.10-1) unstable; urgency=low
++
++ * debian/copyright:
++ - updated with the changes up to the current release
++ * debian/libwebkit-1.0-2.symbols:
++ - updated with new symbols
++ * debian/control:
++ - Build-Depend on libgail-dev
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 16 Jun 2009 18:52:32 -0300
++
++webkit (1.1.7-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/libwebkit-1.0-2.symbols:
++ - updated with the new symbols in 1.1.7
++ * debian/libwebkit-dev.install, debian/libwebkit-dev.links,
++ debian/rules:
++ - Build, and ship gtk-doc documentation (Closes: #526683)
++ * debian/copyright:
++ - updated.
++
++ -- Gustavo Noronha Silva <kov@debian.org> Fri, 15 May 2009 18:30:58 -0300
++
++webkit (1.1.6-2) unstable; urgency=low
++
++ * Imported two changes from upstream to fix building on AMD64
++ (Closes: #527096)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 12 May 2009 15:00:47 -0300
++
++webkit (1.1.6-1) unstable; urgency=low
++
++ [ Mike Hommey ]
++ * New upstream release.
++
++ [ Gustavo Noronha Silva ]
++ * Imported patch from upstream git mirror to avoid a regression in the
++ webkit_web_frame_load_string method.
++ See https://bugs.webkit.org/show_bug.cgi?id=25466
++ * debian/copyright:
++ - updated with changes since the last release
++ * debian/libwebkit-1.0-2.symbols:
++ - updated
++ * debian/control:
++ - added libenchant-dev to the Build-Depends
++
++ -- Gustavo Noronha Silva <kov@debian.org> Mon, 04 May 2009 21:40:15 -0300
++
++webkit (1.1.5-2) unstable; urgency=low
++
++ * Upload to unstable.
++ * debian/libwebkit-1.0-2.symbols:
++ - removed debian revision from the symbol versions
++ * debian/control:
++ - Put the libwebkit-1.0-2-dbg package in the "debug" section.
++ - Build depend on libgstreamer-plugins-base0.10-dev. (Closes: #525554)
++ * debian/rules:
++ - Bump shlibs to fit symbols file.
++
++ -- Mike Hommey <glandium@debian.org> Sat, 25 Apr 2009 18:42:37 +0200
++
++webkit (1.1.5-1) experimental; urgency=low
++
++ [ Mike Hommey ]
++ * New upstream release:
++ - Filter out all C++ symbols. (Closes: #521569)
++ * debian/control:
++ - Change libwebkit-1.0-common section and priority to fit override.
++ - Bumped Standards-Version to 3.8.1.0. No changes required.
++ * debian/rules:
++ - Patch config.{sub|guess} in autotools/.
++
++ [ Gustavo Noronha Silva ]
++ * debian/copyright:
++ - updated with the copyright changes since last version
++ * debian/libwebkit-1.0-0.symbols:
++ - updated with the new symbols
++ * debian/libwebkit-1.0-common.install:
++ - also install translation files
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 16 Apr 2009 23:20:43 -0300
++
++webkit (1.1.3-3) experimental; urgency=low
++
++ [ Gustavo Noronha Silva ]
++ * debian/control:
++ - make libwebkit-1.0-dev depend on libsoup2.4-dev (>= 2.25.91)
++
++ [ Mike Hommey ]
++ * autotoolsconfig.h.in:
++ - Brown paper bag fix to add missing AC_DEFINEs.
++ * debian/control:
++ - libwebkit-dev doesn't need an outdated conflict with libwebkitgdk-dev.
++ - libwebkit-1.0-2-dbg doesn't need to conflict/replace libwebkit-1.0-1-dbg
++ thanks to the changes in previous release.
++ * debian/rules:
++ - Bump shlibs to fit symbols file.
++ * debian/copyright:
++ - Updated for a small discrepancy I spotted.
++ - Added Gustavo's copyright on debian/* files and updated mine.
++
++ -- Mike Hommey <glandium@debian.org> Fri, 27 Mar 2009 21:20:48 +0100
++
++webkit (1.1.3-2) experimental; urgency=low
++
++ [ Gustavo Noronha Silva ]
++ * debian/control, debian/libwebkit-1.0-2.install:
++ - move the GtkLauncher and DumpRenderTree binaries to a directory named
++ after the soname of the library, so that different binary incompatible
++ versions of the library are installable in parallel (Closes: #520981)
++ * debian/libwebkit-1.0-2.symbols:
++ - removed debian revision from the symbol versions
++
++ [ Mike Hommey ]
++ * JavaScriptCore/jit/JITStubs.h:
++ - Use the first definition of RETURN_PAIR on x86-64.
++ * JavaScriptCore/assembler/MacroAssemblerX86_64.h,
++ JavaScriptCore/GNUmakefile.am, GNUmakefile.in, configure.ac, configure:
++ - Enable JIT on x86-64.
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 26 Mar 2009 17:46:30 -0300
++
++webkit (1.1.3-1) experimental; urgency=low
++
++ [ Gustavo Noronha Silva ]
++ * New upstream release
++ - correctly scrolls with space bar (Closes: #519883)
++ * debian/copyright:
++ - updated with changes since last release
++ * debian/libwebkit-1.0-2.symbols:
++ - added new symbols
++
++ [ Mike Hommey ]
++ * autotools/symbols.filter, debian/libwebkit-1.0-2.symbols:
++ - Hide JIT implementation specific symbols. (Closes: #519924, #520006)
++
++ -- Gustavo Noronha Silva <kov@debian.org> Tue, 17 Mar 2009 15:05:40 -0300
++
++webkit (1.1.1-1) experimental; urgency=low
++
++ * New 1.1.1 upstream release
++ * debian/rules, debian/control, debian/*:
++ - soversion was bumped, so rename packages accordingly
++ * debian/control:
++ - curl is not used anymore, so drop build-dependecy and replace it with
++ libsoup2.4 >= 2.25.91
++ * debian/libwebkit-1.0-2.symbols:
++ - updated symbols file; bumped required version of all symbols to 1.1.1,
++ since we had a soversion bump
++ * debian/copyright:
++ - updated with changes from last release we shipped, and updated
++ download location
++ * debian/control, debian/libwebkit-1.0-common.install:
++ - new package to distribute data files, such as the Web Inspector files
++ - libwebkit-1.0-2 now depends on libwebkit-1.0-common
++ * debian/control:
++ - add myself as an Uploader
++
++ -- Gustavo Noronha Silva <kov@debian.org> Thu, 05 Mar 2009 16:28:43 -0300
++
++webkit (1.0.2~pre.svn37878-1) experimental; urgency=low
++
++ * Upstream 1.0.2 pre-release, taken from svn revision 37878.
++ * debian/rules:
++ - Use configure instead of autogen.sh, now configure is shipped.
++ - Don't remove automake/autoconf generated files.
++ - Bump shlibs because of some new symbols.
++ - Don't need --enable-svg-experimental anymore.
++ - Feed configure with --host and --build.
++ - Use config.guess and config.sub from autotools-dev.
++ * debian/control: Don't build depend on autoconf/automake/libtool, but
++ autotools-dev, instead.
++ * GNUmakefile.am, GNUmakefile.in: Add missing dash in version script option.
++ * debian/libwebkit-1.0-1.symbols: Add new symbols.
++ * WebCore/page/gtk/AXObjectCacheAtk.cpp: printfs being removed upstream,
++ we don't need to #include <stdio.h> anymore.
++ * configure.ac, configure, GNUmakefile.am, GNUmakefile.in: Properly check
++ and link against libpng. bz#21884.
++ * configure.ac, configure: Properly check and link against libpangoft2.
++ bz#21885.
++ * debian/copyright: Updated to fit additions/removals of files upstream.
++
++ -- Mike Hommey <glandium@debian.org> Sat, 25 Oct 2008 15:19:56 +0200
++
++webkit (1.0.1-4) unstable; urgency=high
++
++ * WebCore/dom/Document.*, WebCore/loader/DocLoader.*: Avoid DoS via
++ crafted CSS import statements. Fixes: CVE-2008-3632. Closes: #499771.
++
++ -- Mike Hommey <glandium@debian.org> Sat, 27 Sep 2008 08:57:48 +0200
++
++webkit (1.0.1-3) unstable; urgency=low
++
++ * WebCore/platform/graphics/gtk/FontCacheGtk.cpp,
++ WebCore/platform/graphics/gtk/FontGtk.cpp,
++ WebCore/platform/graphics/gtk/FontPlatformData.h,
++ WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp,
++ WebCore/platform/graphics/gtk/SimpleFontDataGtk.cpp: cherry-picked change
++ from SVN revision 36309 to fix various font selection problems.
++ Closes: #464477.
++
++ -- Mike Hommey <glandium@debian.org> Sat, 20 Sep 2008 12:02:58 +0200
++
++webkit (1.0.1-2) unstable; urgency=low
++
++ * symbols.filter: As a workaround for #490173, hide all C++ mangled symbols.
++ This will be enough for now, while fixing FTBFS on ARM.
++ * debian/rules: Build with -Wl,--no-relax on alpha, to work around a
++ binutils bug causing FTBFS.
++
++ -- Mike Hommey <glandium@debian.org> Thu, 10 Jul 2008 21:10:27 +0200
++
++webkit (1.0.1-1) unstable; urgency=low
++
++ * New upstream release. Closes: #489385.
++ * debian/copyright:
++ - Updated to fit additions/removals of files upstream.
++ - Updated where the source was gotten.
++ - Fixed typos for Collabora. Closes: #484661.
++ * JavaScriptCore/wtf/FastMalloc.cpp, JavaScriptCore/wtf/ListHashSet.h,
++ JavaScriptCore/wtf/Platform.h, JavaScriptCore/wtf/Vector.h,
++ WebCore/platform/text/AtomicString.cpp,
++ WebCore/platform/text/StringHash.h: Fixed some alignment problems on sparc
++ (and some that might occur on arm, too). Closes: #487745. Some compiler
++ warnings about alignment remain, but I don't know if they are a real
++ problem yet.
++ * debian/control:
++ - Added build dependency on libxt-dev.
++ - Relax libwebkit-dev dependency on libwebkit-1.0-1.
++ - Bumped Standards-Version to 3.8.0.1. No changes.
++ * WebCore/page/gtk/AXObjectCacheAtk.cpp: Include stdio.h to avoid FTBFS
++ because of undefined printf.
++ * GNUmakefile.am, symbols.filter: Filter out all std::* symbols exported
++ because of stl headers.
++ * debian/libwebkit-1.0-1.symbols: Add symbols file.
++ * debian/rules: Bump shlibs because of some new symbols.
++
++ -- Mike Hommey <glandium@debian.org> Sun, 06 Jul 2008 15:09:55 +0200
++
++webkit (0~svn32442-1) unstable; urgency=low
++
++ [ Mike Hommey ]
++ * New upstream snapshot
++ * debian/copyright: Updated to fit additions/removals of files upstream.
++ * debian/control: Add libpango1.0-dev to build dependencies and tighten
++ libgtk2.0-dev build dependency. Closes: #477493.
++
++ [ Luca Bruno ]
++ * debian/libwebkit-1.0-1.install, debian/rules: Install GtkLauncher
++ and DumpRenderTree in /usr/lib/webkit-1.0/libexec. Closes: #476514.
++
++ -- Mike Hommey <glandium@debian.org> Wed, 23 Apr 2008 22:20:25 +0200
++
++webkit (0~svn31841-1) unstable; urgency=low
++
++ * New upstream snapshot
++ + Includes proper Requires in .pc file. Closes: #450949.
++ * debian/copyright: Updated to fit additions/removals of files upstream.
++ * debian/control, debian/rules: Don't build QtWebKit, it will be built from
++ Qt sources.
++ * debian/libqtwebkit*: Removed.
++ * debian/rules: Replaced make calls with $(MAKE).
++ * debian/control, debian/rules: Don't use qmake anymore, but use autotools
++ instead.
++ * debian/libwebkitgtk-dev.install: Remove the .prl file that was generated
++ by qmake.
++ * WebCore/WebCore.pro, WebKit.pro: Revert previous changes, as we don't use
++ qmake anymore.
++ * JavaScriptCore/wtf/ASCIICType.h: Revert what were warning fixes, to avoid
++ diverging too much from upstream.
++ * debian/rules: Clean-up autotools generated files in the clean target.
++ * debian/control, debian/rules, debian/libwebkit*: Rename packages to fit
++ new library SONAME.
++ * debian/control: libwebkit-dev doesn't need to depend on libglib2.0-dev.
++ * debian/libwebkit-1.0-1.install, debian/rules: Install GtkLauncher and
++ DumpRenderTree in /usr/lib/webkit-1.0, and don't rename DumpRenderTree, as
++ Qt homonym lie elsewhere.
++ * debian/libwebkit-1.0-1.preinst, debian/libwebkit-1.0-1.postrm: Don't
++ divert anything, since we don't clash with older files anymore.
++ * debian/rules: Ugly hack to add -Wl,--as-needed without it getting reordered
++ by libtool.
++ * WebKitTools/GNUmakefile.am: Don't build GtkLauncher and DumpRenderTree
++ with rpath.
++
++ -- Mike Hommey <glandium@debian.org> Sat, 12 Apr 2008 21:40:00 +0200
++
++webkit (0~svn27674-4) unstable; urgency=low
++
++ * debian/rules: Revert change from 0~svn27674-3, which was obviously not
++ enough.
++ * WebKit.pro: Don't build testkjs, that provokes the s390 FTBFSes ; we don't
++ install it anyways. Closes: #466848.
++ * JavaScriptCore/kjs/interpreter.cpp, JavaScriptCore/wtf/ASCIICType.h,
++ WebCore/dom/Position.cpp, WebCore/editing/Selection.cpp,
++ WebCore/editing/SelectionController.cpp,
++ WebCore/editing/VisiblePosition.cpp,
++ WebCore/ksvg2/svg/SVGFontFaceElement.cpp,
++ WebCore/loader/FTPDirectoryParser.cpp,
++ WebCore/loader/icon/IconDatabase.cpp,
++ WebCore/platform/TextCodecLatin1.cpp,
++ WebCore/platform/TextCodecUserDefined.cpp,
++ WebCore/platform/TextStream.cpp,
++ WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp: Fix FTBFS with
++ gcc 4.3 due to missing includes. Closes: #455125.
++
++ -- Mike Hommey <glandium@debian.org> Thu, 21 Feb 2008 23:01:12 +0100
++
++webkit (0~svn27674-3) unstable; urgency=low
++
++ * debian/rules: Work around #466613 (FTBFS on s390) by building a little bit
++ less optimized (-O1). Thanks to Josselin Mouette.
++ * debian/control:
++ - Add Vcs-Browser and Vcs-Git fields, and turn Homepage indications in
++ descriptions into a control field.
++ - Bumped Standards-Version to 3.7.3.0. No changes.
++
++ -- Mike Hommey <glandium@debian.org> Wed, 20 Feb 2008 21:49:33 +0100
++
++webkit (0~svn29752-1) experimental; urgency=low
++
++ * New upstream snapshot
++ * debian/copyright: Updated to fit additions/removals of files upstream.
++ * JavaScriptCore/wtf/TCSpinLock.h: Revert our work-around, now that a
++ proper patch has been applied upstream.
++ * WebCore/WebCore.pro: Don't use Qt version as SO version for QtWebKit.
++ * debian/control, debian/rules, debian/lib*0d.install: Bump SO version to
++ 1d because of ABI incompatible changes, and change package names
++ accordingly.
++ * debian/rules: Don't remove -lqtwebico from QtWebKit.pc, since it's not
++ here anymore.
++ * debian/rules, debian/lib*1d.install:
++ - Install new Gtk port's DumpRenderTree tool.
++ - Rename both port's DumpRenderTree tools to <port name>DumpRenderTree
++ to avoid conflicting names.
++ * debian/lib*1d.postrm, debian/lib*1d.preinst: Avoid conflicting files with
++ lib*0d packages (*Launcher programs) but allow to install both new and old
++ libraries by using diversions.
++
++ -- Mike Hommey <glandium@debian.org> Fri, 25 Jan 2008 00:31:51 +0100
++
++webkit (0~svn27674-2) unstable; urgency=low
++
++ * JavaScriptCore/JavaScriptCore.pri: cherry-picked change from revision
++ 28692 to fix FTBFS due to lack of -lpthread on the linker command line.
++ * debian/control: Add dependencies on necessary development packages
++ (essentially for header files) to our own development packages.
++
++ -- Mike Hommey <glandium@debian.org> Sat, 15 Dec 2007 11:04:47 +0100
++
++webkit (0~svn27674-1) unstable; urgency=low
++
++ * New upstream snapshot
++ * debian/copyright: Updated to fit additions/removals of files upstream.
++ * debian/control: Make libwebkitgtk-dev conflict with the old
++ libwebkitgdk-dev. Closes: #449001.
++ * debian/rules: Bump qtwebkit shlibs.
++ * WebKit/qt/Api/qwebpage.cpp: cherry-picked change from revision 27904 to
++ fix crashes when an event is caught outside of the webkit frame in Qt.
++ This occurred, for example, when hovering over the QtLauncher toolbar.
++
++ -- Mike Hommey <glandium@debian.org> Mon, 19 Nov 2007 23:10:38 +0100
++
++webkit (0~svn26044-1) unstable; urgency=low
++
++ * New upstream snapshot
++ * debian/rules:
++ - Add support for DEB_BUILD_OPTIONS=noopt.
++ - Bump qtwebkit shlibs, and remove versioning on the webkitgtk ones,
++ as the library is new.
++ * debian/copyright: Updated to fit additions/removals of files upstream.
++ * debian/control, debian/rules, debian/libwebkitgtk-dev.install,
++ debian/libwebkitgtk0d.install: Replace occurences of gdk by gtk, and
++ rename libwebkitgdk*, to fit upstream rename of the Gtk port.
++ Closes: #445060.
++
++ -- Mike Hommey <glandium@debian.org> Fri, 05 Oct 2007 00:05:06 +0200
++
++webkit (0~svn25144-2) unstable; urgency=low
++
++ * JavaScriptCore/wtf/Platform.h:
++ - Also test if __arm__ is defined, which should fix the FTBFS on arm.
++ - Use better defines for our various arm ports.
++ * JavaScriptCore/kjs/ustring.h, WebCore/platform/DeprecatedString.h: Use
++ these new defines. Thanks Riku Voipio.
++ * debian/control: Build depend on Qt >= 4.3. Thanks Hubert Figuiere.
++ Closes: #439672.
++ * debian/rules: Explicitely use qmake-qt4 instead of qmake to avoid build
++ failures when qt3-dev-tools is installed. Thanks Michael Biebl.
++ Closes: #441007.
++
++ -- Mike Hommey <glandium@debian.org> Thu, 06 Sep 2007 08:12:21 +0200
++
++webkit (0~svn25144-1) unstable; urgency=low
++
++ * New upstream snapshot
++ * debian/copyright: Updated so as to fit what we actually remove (there were
++ missing removals previously, which were not appropriate for the most
++ anyways), and to fit the additions/removals of files upstream.
++ * JavaScriptCore/wtf/TCSpinLock.h: Work around an FTBFS on PPC due to a
++ probable regression in gcc (#438415).
++ * debian/rules:
++ + Change the place we install QtLauncher from, since it moved.
++ + Set binary packages' shlibs correctly.
++ + Use $(CURDIR) variable more safely to avoid problem with build
++ directories with spaces.
++ * WebKitQt/Plugins/Plugins.pro: Build plugins with hidden symbols, so that
++ they don't expose unwanted symbols.
++
++ -- Mike Hommey <glandium@debian.org> Sun, 19 Aug 2007 15:54:12 +0200
++
++webkit (0~svn24735-1) unstable; urgency=low
++
++ * Initial release. (Closes: #428855)
++
++ -- Mike Hommey <glandium@debian.org> Wed, 15 Aug 2007 14:19:46 +0200
--- /dev/null
--- /dev/null
++# This file is autogenerated. DO NOT EDIT
++Source: webkit2gtk
++Priority: optional
++Section: web
++Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
++Uploaders: Gustavo Noronha Silva <kov@debian.org>,
++ Emilio Pozuelo Monfort <pochu@debian.org>,
++ Alberto Garcia <berto@igalia.com>
++X-Ubuntu-Use-Langpack: no
++Build-Depends: debhelper-compat (= 13),
++ ccache [!i386],
++ bubblewrap [!alpha !sh4 !sparc64 !hurd-any],
++ xdg-dbus-proxy [!alpha !sh4 !sparc64 !hurd-any],
++ libseccomp-dev [!alpha !sh4 !sparc64 !hurd-any],
++ cmake (>= 3.16),
++ libglib2.0-dev,
++ libharfbuzz-dev,
++ libcairo2-dev,
++ libfontconfig-dev,
++ libfreetype-dev,
++ libicu-dev,
++ libgcrypt20-dev,
++ libhyphen-dev,
++ libjxl-dev,
++ liblcms2-dev,
++ libmanette-0.2-dev (>= 0.2.4) [linux-any],
++ libxslt1-dev,
++ libxml2-dev,
++ libsoup2.4-dev,libsoup-3.0-dev,libgtk-3-dev,libgtk-4-dev,
++ libsqlite3-dev,
++ libsystemd-dev [linux-any],
++ libgudev-1.0-dev [linux-any],
++ libwoff-dev,
++ libwpebackend-fdo-1.0-dev [linux-any],
++ gperf,
++ bison,
++ flex,
++ ruby:native,
++ unifdef,
++ libavif-dev,
++ libjpeg-dev,
++ libopenjp2-7-dev,
++ libpng-dev,
++ libtasn1-6-dev,
++ libwebp-dev,
++ libxt-dev,
++ libgstreamer1.0-dev,
++ libgstreamer-plugins-base1.0-dev,
++ libgstreamer-plugins-bad1.0-dev (>= 1.20.0),
++ libenchant-2-dev,
++ libsecret-1-dev,
++ gobject-introspection,
++ libgirepository1.0-dev,
++ ninja-build,
++ libegl-dev,
++ libgl-dev,
++ libgles-dev
++Build-Depends-Indep: gi-docgen, libglib2.0-doc, libgtk-3-doc, libsoup2.4-doc, jdupes
++Standards-Version: 4.6.2
++Rules-Requires-Root: no
++Vcs-Browser: https://salsa.debian.org/webkit-team/webkit
++Vcs-Git: https://salsa.debian.org/webkit-team/webkit.git
++Homepage: https://webkitgtk.org/
++
++Package: libjavascriptcoregtk-4.0-bin
++Section: interpreters
++Architecture: any
++Pre-Depends: ${misc:Pre-Depends}
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - command-line interpreter
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.0).
++ .
++ This package provides jsc, a command-line JavaScript interpreter.
++
++Package: libwebkit2gtk-4.0-doc
++Build-Profiles: <!nodoc>
++Section: doc
++Architecture: all
++Multi-Arch: foreign
++Depends: ${misc:Depends}
++Suggests: devhelp
++Description: Web content engine library for GTK - documentation
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ .
++ This package contains the documentation and is valid for versions 4.0,
++ 4.1 and 6.0 of the API.
++
++Package: webkit2gtk-driver
++Architecture: any
++Pre-Depends: ${misc:Pre-Depends}
++Depends: libwebkit2gtk-4.1-0 (= ${binary:Version}),
++ ${shlibs:Depends},
++ ${misc:Depends}
++Description: WebKitGTK WebDriver support
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ .
++ This package provides the WebDriver service implementation for
++ WebKitGTK.
++
++Package: libjavascriptcoregtk-4.0-18
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.0).
++ .
++ This package contains the shared libraries.
++
++Package: libjavascriptcoregtk-4.0-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libjavascriptcoregtk-4.0-18 (= ${binary:Version}),
++ gir1.2-javascriptcoregtk-4.0 (= ${binary:Version}),
++ libglib2.0-dev,
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - development files
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.0).
++ .
++ This package contains the development files.
++
++Package: gir1.2-javascriptcoregtk-4.0
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: ${gir:Depends},
++ libjavascriptcoregtk-4.0-18 (= ${binary:Version}),
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - GObject introspection data
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.0).
++ .
++ This package contains the introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
++Package: libwebkit2gtk-4.0-37
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: libjavascriptcoregtk-4.0-18 (= ${binary:Version}),
++ gstreamer1.0-plugins-base,
++ gstreamer1.0-plugins-good,
++ libgles2,
++ ${bwrap:Depends},
++ ${shlibs:Depends},
++ ${gles:Depends},
++ ${misc:Depends}
++Recommends: gstreamer1.0-gl,
++ libgl1-mesa-dri,
++ ${bwrap:Recommends},
++ ${gst:Recommends}
++Suggests: ${gst:Suggests},
++ gstreamer1.0-alsa
++Description: Web content engine library for GTK
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 4.0 of the API and uses libsoup v2 for
++ the networking stack and the GTK 3 widget toolkit.
++ .
++ This package contains the shared libraries.
++
++Package: libwebkit2gtk-4.0-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libwebkit2gtk-4.0-37 (= ${binary:Version}),
++ gir1.2-webkit2-4.0 (= ${binary:Version}),
++ libgtk-3-dev,
++ libsoup2.4-dev,
++ libjavascriptcoregtk-4.0-dev (= ${binary:Version}),
++ ${misc:Depends}
++Description: Web content engine library for GTK - development files
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 4.0 of the API and uses libsoup v2 for
++ the networking stack and the GTK 3 widget toolkit.
++ .
++ This package contains the development files.
++
++Package: gir1.2-webkit2-4.0
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: gir1.2-javascriptcoregtk-4.0 (= ${binary:Version}),
++ libwebkit2gtk-4.0-37 (= ${binary:Version}),
++ ${gir:Depends},
++ ${misc:Depends}
++Description: Web content engine library for GTK - GObject introspection data
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 4.0 of the API and uses libsoup v2 for
++ the networking stack and the GTK 3 widget toolkit.
++ .
++ This package contains introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
++Package: libjavascriptcoregtk-4.1-0
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.1).
++ .
++ This package contains the shared libraries.
++
++Package: libjavascriptcoregtk-4.1-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libjavascriptcoregtk-4.1-0 (= ${binary:Version}),
++ gir1.2-javascriptcoregtk-4.1 (= ${binary:Version}),
++ libglib2.0-dev,
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - development files
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.1).
++ .
++ This package contains the development files.
++
++Package: gir1.2-javascriptcoregtk-4.1
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: ${gir:Depends},
++ libjavascriptcoregtk-4.1-0 (= ${binary:Version}),
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - GObject introspection data
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.1).
++ .
++ This package contains the introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
++Package: libwebkit2gtk-4.1-0
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: libjavascriptcoregtk-4.1-0 (= ${binary:Version}),
++ gstreamer1.0-plugins-base,
++ gstreamer1.0-plugins-good,
++ libgles2,
++ ${bwrap:Depends},
++ ${shlibs:Depends},
++ ${gles:Depends},
++ ${misc:Depends}
++Recommends: gstreamer1.0-gl,
++ libgl1-mesa-dri,
++ ${bwrap:Recommends},
++ ${gst:Recommends}
++Suggests: ${gst:Suggests},
++ gstreamer1.0-alsa
++Description: Web content engine library for GTK
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 4.1 of the API and uses libsoup v3 for
++ the networking stack and the GTK 3 widget toolkit.
++ .
++ This package contains the shared libraries.
++
++Package: libwebkit2gtk-4.1-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libwebkit2gtk-4.1-0 (= ${binary:Version}),
++ gir1.2-webkit2-4.1 (= ${binary:Version}),
++ libgtk-3-dev,
++ libsoup-3.0-dev,
++ libjavascriptcoregtk-4.1-dev (= ${binary:Version}),
++ ${misc:Depends}
++Description: Web content engine library for GTK - development files
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 4.1 of the API and uses libsoup v3 for
++ the networking stack and the GTK 3 widget toolkit.
++ .
++ This package contains the development files.
++
++Package: gir1.2-webkit2-4.1
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: gir1.2-javascriptcoregtk-4.1 (= ${binary:Version}),
++ libwebkit2gtk-4.1-0 (= ${binary:Version}),
++ ${gir:Depends},
++ ${misc:Depends}
++Description: Web content engine library for GTK - GObject introspection data
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 4.1 of the API and uses libsoup v3 for
++ the networking stack and the GTK 3 widget toolkit.
++ .
++ This package contains introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
++Package: libjavascriptcoregtk-6.0-1
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 6.0).
++ .
++ This package contains the shared libraries.
++
++Package: libjavascriptcoregtk-6.0-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libjavascriptcoregtk-6.0-1 (= ${binary:Version}),
++ gir1.2-javascriptcoregtk-6.0 (= ${binary:Version}),
++ libglib2.0-dev,
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - development files
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 6.0).
++ .
++ This package contains the development files.
++
++Package: gir1.2-javascriptcoregtk-6.0
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: ${gir:Depends},
++ libjavascriptcoregtk-6.0-1 (= ${binary:Version}),
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - GObject introspection data
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 6.0).
++ .
++ This package contains the introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
++Package: libwebkitgtk-6.0-4
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: libjavascriptcoregtk-6.0-1 (= ${binary:Version}),
++ gstreamer1.0-plugins-base,
++ gstreamer1.0-plugins-good,
++ libgles2,
++ ${bwrap:Depends},
++ ${shlibs:Depends},
++ ${gles:Depends},
++ ${misc:Depends}
++Recommends: gstreamer1.0-gl,
++ libgl1-mesa-dri,
++ ${bwrap:Recommends},
++ ${gst:Recommends}
++Suggests: ${gst:Suggests},
++ gstreamer1.0-alsa
++Description: Web content engine library for GTK
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 6.0 of the API and uses libsoup v3 for
++ the networking stack and the GTK 4 widget toolkit.
++ .
++ This package contains the shared libraries.
++
++Package: libwebkitgtk-6.0-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libwebkitgtk-6.0-4 (= ${binary:Version}),
++ gir1.2-webkit-6.0 (= ${binary:Version}),
++ libgtk-4-dev,
++ libsoup-3.0-dev,
++ libjavascriptcoregtk-6.0-dev (= ${binary:Version}),
++ ${misc:Depends}
++Description: Web content engine library for GTK - development files
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 6.0 of the API and uses libsoup v3 for
++ the networking stack and the GTK 4 widget toolkit.
++ .
++ This package contains the development files.
++
++Package: gir1.2-webkit-6.0
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: gir1.2-javascriptcoregtk-6.0 (= ${binary:Version}),
++ libwebkitgtk-6.0-4 (= ${binary:Version}),
++ ${gir:Depends},
++ ${misc:Depends}
++Description: Web content engine library for GTK - GObject introspection data
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version 6.0 of the API and uses libsoup v3 for
++ the networking stack and the GTK 4 widget toolkit.
++ .
++ This package contains introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
--- /dev/null
--- /dev/null
++Package: @LIBJSC_PKG@
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version @WK_API_VERSION@).
++ .
++ This package contains the shared libraries.
++
++Package: libjavascriptcoregtk-@WK_API_VERSION@-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: @LIBJSC_PKG@ (= ${binary:Version}),
++ gir1.2-javascriptcoregtk-@WK_API_VERSION@ (= ${binary:Version}),
++ libglib2.0-dev,
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - development files
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version @WK_API_VERSION@).
++ .
++ This package contains the development files.
++
++Package: gir1.2-javascriptcoregtk-@WK_API_VERSION@
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: ${gir:Depends},
++ @LIBJSC_PKG@ (= ${binary:Version}),
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - GObject introspection data
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version @WK_API_VERSION@).
++ .
++ This package contains the introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
++Package: @LIBWEBKITGTK_PKG@
++Section: libs
++Architecture: any
++Multi-Arch: same
++Pre-Depends: ${misc:Pre-Depends}
++Depends: @LIBJSC_PKG@ (= ${binary:Version}),
++ gstreamer1.0-plugins-base,
++ gstreamer1.0-plugins-good,
++ libgles2,
++ ${bwrap:Depends},
++ ${shlibs:Depends},
++ ${gles:Depends},
++ ${misc:Depends}
++Recommends: gstreamer1.0-gl,
++ libgl1-mesa-dri,
++ ${bwrap:Recommends},
++ ${gst:Recommends}
++Suggests: ${gst:Suggests},
++ gstreamer1.0-alsa
++Description: Web content engine library for GTK
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version @WK_API_VERSION@ of the API and uses libsoup v@SOUP_VERSION@ for
++ the networking stack and the GTK @GTK_VERSION@ widget toolkit.
++ .
++ This package contains the shared libraries.
++
++Package: lib@WEBKIT@gtk-@WK_API_VERSION@-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: @LIBWEBKITGTK_PKG@ (= ${binary:Version}),
++ gir1.2-@WEBKIT@-@WK_API_VERSION@ (= ${binary:Version}),
++ libgtk-@GTK_VERSION@-dev,
++ @SOUPDEV_PKG@,
++ libjavascriptcoregtk-@WK_API_VERSION@-dev (= ${binary:Version}),
++ ${misc:Depends}
++Description: Web content engine library for GTK - development files
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version @WK_API_VERSION@ of the API and uses libsoup v@SOUP_VERSION@ for
++ the networking stack and the GTK @GTK_VERSION@ widget toolkit.
++ .
++ This package contains the development files.
++
++Package: gir1.2-@WEBKIT@-@WK_API_VERSION@
++Section: introspection
++Architecture: any
++Multi-Arch: same
++Depends: gir1.2-javascriptcoregtk-@WK_API_VERSION@ (= ${binary:Version}),
++ @LIBWEBKITGTK_PKG@ (= ${binary:Version}),
++ ${gir:Depends},
++ ${misc:Depends}
++Description: Web content engine library for GTK - GObject introspection data
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ This build provides version @WK_API_VERSION@ of the API and uses libsoup v@SOUP_VERSION@ for
++ the networking stack and the GTK @GTK_VERSION@ widget toolkit.
++ .
++ This package contains introspection data, which can be used by
++ packages using the GIRepository format to generate dynamic bindings.
++
--- /dev/null
--- /dev/null
++Source: webkit2gtk
++Priority: optional
++Section: web
++Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
++Uploaders: Gustavo Noronha Silva <kov@debian.org>,
++ Emilio Pozuelo Monfort <pochu@debian.org>,
++ Alberto Garcia <berto@igalia.com>
++X-Ubuntu-Use-Langpack: no
++Build-Depends: debhelper-compat (= 13),
++ ccache [!i386],
++ bubblewrap [!alpha !sh4 !sparc64 !hurd-any],
++ xdg-dbus-proxy [!alpha !sh4 !sparc64 !hurd-any],
++ libseccomp-dev [!alpha !sh4 !sparc64 !hurd-any],
++ cmake (>= 3.16),
++ libglib2.0-dev,
++ libharfbuzz-dev,
++ libcairo2-dev,
++ libfontconfig-dev,
++ libfreetype-dev,
++ libicu-dev,
++ libgcrypt20-dev,
++ libhyphen-dev,
++ libjxl-dev,
++ liblcms2-dev,
++ libmanette-0.2-dev (>= 0.2.4) [linux-any],
++ libxslt1-dev,
++ libxml2-dev,
++ @EXTRA_BUILD_DEPS@
++ libsqlite3-dev,
++ libsystemd-dev [linux-any],
++ libgudev-1.0-dev [linux-any],
++ libwoff-dev,
++ libwpebackend-fdo-1.0-dev [linux-any],
++ gperf,
++ bison,
++ flex,
++ ruby:native,
++ unifdef,
++ libavif-dev,
++ libjpeg-dev,
++ libopenjp2-7-dev,
++ libpng-dev,
++ libtasn1-6-dev,
++ libwebp-dev,
++ libxt-dev,
++ libgstreamer1.0-dev,
++ libgstreamer-plugins-base1.0-dev,
++ libgstreamer-plugins-bad1.0-dev (>= 1.20.0),
++ libenchant-2-dev,
++ libsecret-1-dev,
++ gobject-introspection,
++ libgirepository1.0-dev,
++ ninja-build,
++ libegl-dev,
++ libgl-dev,
++ libgles-dev
++Build-Depends-Indep: gi-docgen, libglib2.0-doc, libgtk-3-doc, libsoup2.4-doc, jdupes
++Standards-Version: 4.6.2
++Rules-Requires-Root: no
++Vcs-Browser: https://salsa.debian.org/webkit-team/webkit
++Vcs-Git: https://salsa.debian.org/webkit-team/webkit.git
++Homepage: https://webkitgtk.org/
++
++Package: libjavascriptcoregtk-4.0-bin
++Section: interpreters
++Architecture: any
++Pre-Depends: ${misc:Pre-Depends}
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Description: JavaScript engine library from WebKitGTK - command-line interpreter
++ JavaScriptCore is the JavaScript engine used in WebKit. It consists
++ of the following building blocks: lexer, parser, start-up interpreter
++ (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
++ high-throughput optimizing JIT (FTL).
++ .
++ This build comes from the GTK port of WebKit (API version 4.0).
++ .
++ This package provides jsc, a command-line JavaScript interpreter.
++
++Package: libwebkit2gtk-4.0-doc
++Build-Profiles: <!nodoc>
++Section: doc
++Architecture: all
++Multi-Arch: foreign
++Depends: ${misc:Depends}
++Suggests: devhelp
++Description: Web content engine library for GTK - documentation
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ .
++ This package contains the documentation and is valid for versions 4.0,
++ 4.1 and 6.0 of the API.
++
++Package: webkit2gtk-driver
++Architecture: any
++Pre-Depends: ${misc:Pre-Depends}
++Depends: @WEBDRIVER_DEP_PKG@ (= ${binary:Version}),
++ ${shlibs:Depends},
++ ${misc:Depends}
++Description: WebKitGTK WebDriver support
++ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
++ used primarily in Apple's Safari browser. It is made to be embedded in
++ other applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It also
++ supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
++ .
++ WebKitGTK is a WebKit port designed to be used in GTK applications.
++ .
++ This package provides the WebDriver service implementation for
++ WebKitGTK.
++
--- /dev/null
--- /dev/null
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Contact: https://lists.webkit.org/mailman/listinfo/webkit-gtk
++Upstream-Name: webkitgtk
++Source: https://webkitgtk.org/releases/
++
++Files: *
++Copyright: 1999 Antti Koivisto <koivisto@kde.org>
++ 1999-2000 Lars Knoll <knoll@kde.org>
++ 1999-2001 Harri Porten <porten@kde.org>
++ 2001 Dirk Mueller <mueller@kde.org>
++ 2003-2023 Apple Inc
++ 2004-2007 Rob Buis <buis@kde.org>
++ 2004-2008 Nikolas Zimmermann <zimmermann@kde.org>
++ 2005 Frerich Raabe <raabe@kde.org>
++ 2005 Maksim Orlovich <maksim@kde.org>
++ 2005, 2007-2022 Google Inc
++ 2005, 2008-2013 Nokia
++ 2005-2006 Alexey Proskuryakov
++ 2005-2008 Eric Seidel <eric@webkit.org>
++ 2006 Alexander Kellett <lypanov@kde.org>
++ 2006 Graham Dennis <graham.dennis@gmail.com>
++ 2006 Michael Emmel mike.emmel@gmail.com
++ 2006 Samuel Weinig <sam.weinig@gmail.com>
++ 2006-2007 Alexey Proskuryakov <ap@nypop.com>
++ 2006-2007 Alexey Proskuryakov <ap@webkit.org>
++ 2007 Christian Dywan <christian@twotoasts.de>
++ 2007 Henry Mason <hmason@mac.com>
++ 2007 Holger Hans Peter Freyther <zecke@selfish.org>
++ 2007 Justin Haygood <jhaygood@reaktix.com>
++ 2007 Samuel Weinig <sam@webkit.org>
++ 2007, 2009-2010 Holger Hans Peter Freyther
++ 2007-2008 Alp Toker <alp@atoker.com>
++ 2007-2009 Torch Mobile Inc
++ 2008 Alex Mathews <possessedpenguinbob@gmail.com>
++ 2008 Christian Dywan <christian@imendio.com>
++ 2008 Collin Jackson <collinj@webkit.org>
++ 2008 Dirk Schulze <vbs85@gmx.de>
++ 2008 Kelvin W Sherlock <ksherlock@gmail.com>
++ 2008 Nuanti Ltd
++ 2008, 2010 The Android Open Source Project
++ 2008, 2010-2011 Julien Chaffraix <jchaffraix@webkit.org>
++ 2008, 2014 Collabora Ltd
++ 2008-2009 Dirk Schulze <krit@webkit.org>
++ 2009 Antonio Gomes <tonikitoo@webkit.org>
++ 2009 Jeff Schiller <codedread@gmail.com>
++ 2009 Joseph Pecoraro
++ 2009, 2011 Brent Fulgham <bfulgham@webkit.org>
++ 2009-2010 Alex Milowski <alex@milowski.com>
++ 2009-2014 University of Szeged
++ 2009-2023 Igalia S.L.
++ 2010 Adam Barth
++ 2010 Andras Becsi <abecsi@inf.u-szeged.hu>, University of Szeged
++ 2010 Mozilla Corporation
++ 2010 Peter Varga <pvarga@inf.u-szeged.hu>, University of Szeged
++ 2010 Renata Hodovan <hodovan@inf.u-szeged.hu>
++ 2010 Sencha Inc
++ 2010 Torch Mobile (Beijing) Co
++ 2010 Zoltan Herczeg <zherczeg@webkit.org>
++ 2010, 2012 MIPS Technologies Inc
++ 2010, 2012-2014 Patrick Gansterer <paroga@paroga.com>
++ 2010-2011 Zoltan Herczeg
++ 2010-2012 Research In Motion Limited
++ 2010-2013 Motorola Mobility
++ 2011 Adam Barth <abarth@webkit.org>
++ 2011 Andreas Kling <kling@webkit.org>
++ 2011 Benjamin Poulain <benjamin@webkit.org>
++ 2011 Felician Marton
++ 2011 Gabor Loki <loki@webkit.org>
++ 2011 Peter Varga <pvarga@webkit.org>, University of Szeged
++ 2011 ProFUSION embedded systems
++ 2011 Renata Hodovan <reni@webkit.org>
++ 2011, 2014-2017, 2022-2023 The Chromium Authors
++ 2011-2012, 2014-2015 Ericsson AB
++ 2011-2013 Intel Corporation
++ 2011-2013 Samsung Electronics
++ 2011-2014 Adobe Systems Inc
++ 2012 David Barton <dbarton@mathscribe.com>
++ 2012 Gabor Rapcsanyi
++ 2012 Gabor Rapcsanyi <rgabor@inf.u-szeged.hu>, University of Szeged
++ 2012 Intel Inc
++ 2012 Koji Ishii <kojiishi@gmail.com>
++ 2012 Mathias Bynens <mathias@qiwi.be>
++ 2012 Rik Cabanier <cabanier@adobe.com>
++ 2012 Sony Network Entertainment
++ 2012 Victor Carbune <victor@rosedu.org>
++ 2012, 2016 SoftAtHome
++ 2012, 2019 the V8 project authors
++ 2012-2013 Company 100 Inc
++ 2012-2013 Digia Plc
++ 2012-2013 Michael Pruett <michael@68k.org>
++ 2012-2015 University of Washington
++ 2012-2016 Yann Collet
++ 2013 Adenilson Cavalcanti <cavalcantii@gmail.com>
++ 2013 Andrew Bortz
++ 2013 Carlos Garnacho <carlosg@gnome.org>
++ 2013 ChangSeok Oh <shivamidow@gmail.com>
++ 2013 Gustavo Noronha Silva <gns@gnome.org>
++ 2013 The MathJax Consortium
++ 2013 Xidorn Quan <quanxunzhen@gmail.com>
++ 2013-2014 Cable Television Labs Inc
++ 2014 Antoine Quint
++ 2014 Dhi Aurrahman <diorahman@rockybars.com>
++ 2014 Gurpreet Kaur <k.gurpreet@samsung.com>
++ 2014 Raspberry Pi Foundation
++ 2014 Saam Barati. <saambarati1@gmail.com>
++ 2014-2015 Frederic Wang <fred.wang@free.fr>
++ 2014-2015 Saam Barati <saambarati1@gmail.com>
++ 2014-2018 Yusuke Suzuki <utatane.tea@gmail.com>
++ 2015 Dominic Szablewski <dominic@phoboslab.org>
++ 2015 Electronic Arts Inc
++ 2015 Jordan Harband
++ 2015 Tobias Reiss <tobi+webkit@basecode.de>
++ 2015, 2018 Andy VanWagoner <andy@vanwagoner.family>
++ 2015-2016 Sukolsak Sakshuwong <sukolsak@gmail.com>
++ 2015-2017 Canon Inc
++ 2015-2020, 2023 Devin Rousso <webkit@devinrousso.com>
++ 2016 Caitlin Potter <caitp@igalia.com>
++ 2016 Konstantin Tokavev <annulen@yandex.ru>
++ 2016 Yusuke Suzuki <yusuke.suzuki@sslab.ics.keio.ac.jp>
++ 2016, 2021 Red Hat Inc
++ 2016-2018 Akamai Technologies Inc
++ 2016-2019 Oleksandr Skachkov <gskachkov@gmail.com>
++ 2016-2022 Metrological Group B.V
++ 2016-2023 Sony Interactive Entertainment
++ 2017 Caio Lima <ticaiolima@gmail.com>
++ 2017 Endless Mobile Inc
++ 2017 Oleksandr Skachkov <gskackhov@gmail.com>
++ 2018 Google LLC
++ 2018 Yusuke Suzuki <yusukesuzuki@slowstart.org>
++ 2018 mce sys Ltd
++ 2019 Carlos Eduardo Ramalho <cadubentzen@gmail.com>
++ 2019-2021 Alexey Shvayka <shvaikalesh@gmail.com>
++ 2020 Cloudinary Inc
++ 2020 Darryl Pogue <darryl@dpogue.ca>
++ 2020 Jan-Michael Brummer <jan.brummer@tabos.org>
++ 2020 RDK Management
++ 2020 WikiMedia Foundation. All Rights Reserve
++ 2021 7-2022 Apple Inc
++ 2021 Purism SPC
++ 2021 Tyler Wilcock <twilco.o@protonmail.com>
++ 2022 Jarred Sumner
++ 2022 Leaning Technologies Inc
++ 2022 Leonardo Taccari <leot@NetBSD.org>
++ 2023 ChangSeok Oh <changseok@webkit.org>
++ 2023 Colin Vidal <colin@cvidal.org>
++License: BSD-2-clause
++Comment:
++ The default license of WebKit is BSD 2-clause. The exceptions are
++ listed in the sections that follow.
++
++Files: Source/ThirdParty/xdgmime/src/*
++Copyright: 2003-2004 Jonathan Blandford <jrb@alum.mit.edu>
++ 2003-2004, 2008 Red Hat Inc
++ 2004-2005 Matthias Clasen <mclasen@redhat.com>
++License: AFL-2.0 or LGPL-2+
++
++Files: Source/ThirdParty/ANGLE/include/CL/*
++ Source/ThirdParty/ANGLE/include/EGL/*
++ Source/ThirdParty/ANGLE/include/GLES/*
++ Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h
++ Source/ThirdParty/ANGLE/include/GLES3/gl3platform.h
++ Source/ThirdParty/ANGLE/src/android_system_settings/src/com/android/angle/*
++ Source/ThirdParty/ANGLE/src/common/vulkan/vk_google_filtering_precision.h
++ Source/ThirdParty/ANGLE/src/libANGLE/*
++ Source/ThirdParty/ANGLE/src/tests/deqp_support/*
++ Source/ThirdParty/ANGLE/src/tests/test_utils/third_party/*
++ Source/ThirdParty/ANGLE/third_party/logdog/get.sh
++ Source/ThirdParty/ANGLE/util/android/third_party/*
++ Source/ThirdParty/pdfjs/build/*
++ Source/ThirdParty/pdfjs/web/*
++ Source/WTF/wtf/*
++ Tools/TestWebKitAPI/Tests/WTF/Int128.cpp
++Copyright: 2007-2021 The Khronos Group Inc
++ 2010, 2014, 2018-2019 The Android Open Source Project
++ 2012, 2014, 2023 Mozilla Foundation
++ 2015-2016 LunarG Inc
++ 2015-2016 Valve Corporation
++ 2015-2018 Google Inc
++ 2017, 2020 The Abseil Authors
++ 2019, 2022 The ANGLE Project
++ 2020 The SwiftShader Authors
++ 2021 The Chromium Authors
++License: Apache-2.0
++
++Files: Source/WTF/wtf/Markable.h
++Copyright: 2016-2017 Apple Inc
++ 2018 Yusuke Suzuki <yusukesuzuki@slowstart.org>
++License: BSD-2-clause or BSL-1.0
++
++Files: Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h
++ Source/WTF/wtf/RobinHoodHashTable.h
++Copyright: 2015-2022 Apple Inc
++License: BSD-2-clause or Expat
++
++Files: Source/JavaScriptCore/runtime/JSDateMath.cpp
++ Source/WTF/wtf/DateMath.cpp
++Copyright: 1999-2000 Harri Porten <porten@kde.org>
++ 2006-2023 Apple Inc
++ 2007-2009 Torch Mobile Inc
++ 2009 Google Inc
++License: LGPL-2.1+ or MPL-1.1
++
++Files: Source/WebCore/loader/DocumentWriter.h
++Copyright: 2010 Adam Barth
++License: BSD-3-clause-adam-barth
++
++Files: Source/JavaScriptCore/API/JSRetainPtr.h
++ Source/JavaScriptCore/API/JSStringRefBSTR.cpp
++ Source/JavaScriptCore/API/JSStringRefBSTR.h
++ Source/JavaScriptCore/Scripts/UpdateContents.py
++ Source/JavaScriptCore/bytecode/CodeBlock.cpp
++ Source/JavaScriptCore/bytecode/CodeBlock.h
++ Source/JavaScriptCore/bytecode/DirectEvalCodeCache.h
++ Source/JavaScriptCore/bytecode/EvalCodeBlock.cpp
++ Source/JavaScriptCore/bytecode/EvalCodeBlock.h
++ Source/JavaScriptCore/bytecode/FunctionCodeBlock.cpp
++ Source/JavaScriptCore/bytecode/FunctionCodeBlock.h
++ Source/JavaScriptCore/bytecode/GlobalCodeBlock.h
++ Source/JavaScriptCore/bytecode/JumpTable.cpp
++ Source/JavaScriptCore/bytecode/JumpTable.h
++ Source/JavaScriptCore/bytecode/ModuleProgramCodeBlock.cpp
++ Source/JavaScriptCore/bytecode/ModuleProgramCodeBlock.h
++ Source/JavaScriptCore/bytecode/Opcode.cpp
++ Source/JavaScriptCore/bytecode/Opcode.h
++ Source/JavaScriptCore/bytecode/ProgramCodeBlock.cpp
++ Source/JavaScriptCore/bytecode/ProgramCodeBlock.h
++ Source/JavaScriptCore/bytecode/SpeculatedType.cpp
++ Source/JavaScriptCore/bytecode/SpeculatedType.h
++ Source/JavaScriptCore/bytecode/ValueProfile.h
++ Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
++ Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h
++ Source/JavaScriptCore/bytecompiler/Label.h
++ Source/JavaScriptCore/bytecompiler/LabelScope.h
++ Source/JavaScriptCore/bytecompiler/RegisterID.h
++ Source/JavaScriptCore/bytecompiler/SuperSamplerBytecodeScope.h
++ Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp
++ Source/JavaScriptCore/debugger/DebuggerCallFrame.h
++ Source/JavaScriptCore/heap/CodeBlockSetInlines.h
++ Source/JavaScriptCore/heap/GCActivityCallback.cpp
++ Source/JavaScriptCore/heap/GCActivityCallback.h
++ Source/JavaScriptCore/inspector/ConsoleMessage.cpp
++ Source/JavaScriptCore/inspector/ConsoleMessage.h
++ Source/JavaScriptCore/inspector/InjectedScriptManager.cpp
++ Source/JavaScriptCore/inspector/InjectedScriptManager.h
++ Source/JavaScriptCore/inspector/InjectedScriptSource.js
++ Source/JavaScriptCore/inspector/agents/InspectorAgent.cpp
++ Source/JavaScriptCore/inspector/agents/InspectorAgent.h
++ Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp
++ Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h
++ Source/JavaScriptCore/interpreter/CLoopStack.cpp
++ Source/JavaScriptCore/interpreter/CLoopStack.h
++ Source/JavaScriptCore/interpreter/Interpreter.cpp
++ Source/JavaScriptCore/interpreter/Interpreter.h
++ Source/JavaScriptCore/interpreter/Register.h
++ Source/JavaScriptCore/parser/SourceCode.h
++ Source/JavaScriptCore/parser/SourceProvider.h
++ Source/JavaScriptCore/parser/UnlinkedSourceCode.h
++ Source/JavaScriptCore/runtime/CallData.h
++ Source/JavaScriptCore/runtime/ConstructData.h
++ Source/JavaScriptCore/runtime/ExceptionHelpers.cpp
++ Source/JavaScriptCore/runtime/ExceptionHelpers.h
++ Source/JavaScriptCore/runtime/InitializeThreading.cpp
++ Source/JavaScriptCore/runtime/InitializeThreading.h
++ Source/JavaScriptCore/runtime/JSGlobalObject.cpp
++ Source/JavaScriptCore/runtime/JSLexicalEnvironment.cpp
++ Source/JavaScriptCore/runtime/JSLexicalEnvironment.h
++ Source/JavaScriptCore/runtime/JSModuleEnvironment.cpp
++ Source/JavaScriptCore/runtime/JSModuleEnvironment.h
++ Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp
++ Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h
++ Source/JavaScriptCore/runtime/JSSymbolTableObject.cpp
++ Source/JavaScriptCore/runtime/JSSymbolTableObject.h
++ Source/JavaScriptCore/runtime/SamplingCounter.cpp
++ Source/JavaScriptCore/runtime/SamplingCounter.h
++ Source/JavaScriptCore/runtime/SymbolTable.cpp
++ Source/JavaScriptCore/runtime/SymbolTable.h
++ Source/JavaScriptCore/runtime/TypeProfilerLog.cpp
++ Source/JavaScriptCore/runtime/TypeProfilerLog.h
++ Source/JavaScriptCore/runtime/VM.cpp
++ Source/JavaScriptCore/runtime/VM.h
++ Source/JavaScriptCore/shell/playstation/Initializer.cpp
++ Source/WTF/wtf/AutodrainedPool.h
++ Source/WTF/wtf/ConcurrentVector.h
++ Source/WTF/wtf/Deque.h
++ Source/WTF/wtf/DisallowCType.h
++ Source/WTF/wtf/FileSystem.h
++ Source/WTF/wtf/Locker.h
++ Source/WTF/wtf/MainThread.cpp
++ Source/WTF/wtf/MainThread.h
++ Source/WTF/wtf/MediaTime.cpp
++ Source/WTF/wtf/MediaTime.h
++ Source/WTF/wtf/MessageQueue.h
++ Source/WTF/wtf/MetaAllocator.cpp
++ Source/WTF/wtf/MetaAllocator.h
++ Source/WTF/wtf/MetaAllocatorHandle.h
++ Source/WTF/wtf/RedBlackTree.h
++ Source/WTF/wtf/SchedulePair.h
++ Source/WTF/wtf/SegmentedVector.h
++ Source/WTF/wtf/ThreadSpecific.h
++ Source/WTF/wtf/Threading.h
++ Source/WTF/wtf/ThreadingPrimitives.h
++ Source/WTF/wtf/URLHelpers.cpp
++ Source/WTF/wtf/URLHelpers.h
++ Source/WTF/wtf/generic/MainThreadGeneric.cpp
++ Source/WTF/wtf/playstation/FileSystemPlayStation.cpp
++ Source/WTF/wtf/posix/FileSystemPOSIX.cpp
++ Source/WTF/wtf/posix/ThreadingPOSIX.cpp
++ Source/WTF/wtf/text/AtomStringHash.h
++ Source/WTF/wtf/text/StringBuffer.h
++ Source/WTF/wtf/unicode/Collator.h
++ Source/WTF/wtf/unicode/CollatorDefault.cpp
++ Source/WTF/wtf/unicode/icu/CollatorICU.cpp
++ Source/WebCore/Modules/fetch/FetchBodyConsumer.cpp
++ Source/WebCore/Modules/fetch/FetchBodyConsumer.h
++ Source/WebCore/Modules/mediastream/OverconstrainedError.h
++ Source/WebCore/Modules/mediastream/OverconstrainedErrorEvent.h
++ Source/WebCore/Modules/webaudio/AudioBuffer.cpp
++ Source/WebCore/Modules/webaudio/AudioBuffer.h
++ Source/WebCore/Modules/webaudio/AudioListener.cpp
++ Source/WebCore/Modules/webaudio/AudioListener.h
++ Source/WebCore/Modules/webaudio/AudioParam.h
++ Source/WebCore/Modules/webaudio/AudioParamDescriptor.h
++ Source/WebCore/Modules/webaudio/AudioParamMap.cpp
++ Source/WebCore/Modules/webaudio/AudioParamMap.h
++ Source/WebCore/Modules/webaudio/AudioParamTimeline.h
++ Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.h
++ Source/WebCore/Modules/webaudio/AudioWorklet.cpp
++ Source/WebCore/Modules/webaudio/AudioWorklet.h
++ Source/WebCore/Modules/webaudio/AudioWorkletGlobalScope.cpp
++ Source/WebCore/Modules/webaudio/AudioWorkletGlobalScope.h
++ Source/WebCore/Modules/webaudio/AudioWorkletMessagingProxy.cpp
++ Source/WebCore/Modules/webaudio/AudioWorkletMessagingProxy.h
++ Source/WebCore/Modules/webaudio/AudioWorkletNode.cpp
++ Source/WebCore/Modules/webaudio/AudioWorkletNode.h
++ Source/WebCore/Modules/webaudio/AudioWorkletNodeOptions.h
++ Source/WebCore/Modules/webaudio/AudioWorkletProcessor.cpp
++ Source/WebCore/Modules/webaudio/AudioWorkletProcessor.h
++ Source/WebCore/Modules/webaudio/AudioWorkletProcessorConstructionData.h
++ Source/WebCore/Modules/webaudio/AudioWorkletProcessorConstructor.h
++ Source/WebCore/Modules/webaudio/AudioWorkletThread.cpp
++ Source/WebCore/Modules/webaudio/AudioWorkletThread.h
++ Source/WebCore/Modules/webaudio/AutomationRate.h
++ Source/WebCore/Modules/webaudio/ChannelMergerNode.cpp
++ Source/WebCore/Modules/webaudio/ChannelMergerNode.h
++ Source/WebCore/Modules/webaudio/PeriodicWave.cpp
++ Source/WebCore/Modules/webaudio/PeriodicWave.h
++ Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.cpp
++ Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.h
++ Source/WebCore/Modules/webdatabase/Database.cpp
++ Source/WebCore/Modules/webdatabase/Database.h
++ Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.cpp
++ Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h
++ Source/WebCore/Modules/webdatabase/DatabaseDetails.h
++ Source/WebCore/Modules/webdatabase/DatabaseTask.cpp
++ Source/WebCore/Modules/webdatabase/DatabaseTask.h
++ Source/WebCore/Modules/webdatabase/DatabaseThread.cpp
++ Source/WebCore/Modules/webdatabase/DatabaseThread.h
++ Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp
++ Source/WebCore/Modules/webdatabase/DatabaseTracker.h
++ Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h
++ Source/WebCore/Modules/webdatabase/SQLError.h
++ Source/WebCore/Modules/webdatabase/SQLResultSet.cpp
++ Source/WebCore/Modules/webdatabase/SQLResultSet.h
++ Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp
++ Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
++ Source/WebCore/Modules/webdatabase/SQLStatement.cpp
++ Source/WebCore/Modules/webdatabase/SQLStatement.h
++ Source/WebCore/Modules/webdatabase/SQLStatementCallback.h
++ Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.h
++ Source/WebCore/Modules/webdatabase/SQLTransaction.cpp
++ Source/WebCore/Modules/webdatabase/SQLTransaction.h
++ Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp
++ Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h
++ Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h
++ Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h
++ Source/WebCore/Scripts/extract-localizable-strings.pl
++ Source/WebCore/accessibility/AXImage.cpp
++ Source/WebCore/accessibility/AXImage.h
++ Source/WebCore/accessibility/AXLogger.cpp
++ Source/WebCore/accessibility/AXObjectCache.cpp
++ Source/WebCore/accessibility/AccessibilityARIAGrid.cpp
++ Source/WebCore/accessibility/AccessibilityARIAGrid.h
++ Source/WebCore/accessibility/AccessibilityARIAGridCell.cpp
++ Source/WebCore/accessibility/AccessibilityARIAGridCell.h
++ Source/WebCore/accessibility/AccessibilityARIAGridRow.cpp
++ Source/WebCore/accessibility/AccessibilityARIAGridRow.h
++ Source/WebCore/accessibility/AccessibilityImageMapLink.cpp
++ Source/WebCore/accessibility/AccessibilityImageMapLink.h
++ Source/WebCore/accessibility/AccessibilityLabel.cpp
++ Source/WebCore/accessibility/AccessibilityLabel.h
++ Source/WebCore/accessibility/AccessibilityList.cpp
++ Source/WebCore/accessibility/AccessibilityList.h
++ Source/WebCore/accessibility/AccessibilityListBox.cpp
++ Source/WebCore/accessibility/AccessibilityListBox.h
++ Source/WebCore/accessibility/AccessibilityListBoxOption.cpp
++ Source/WebCore/accessibility/AccessibilityListBoxOption.h
++ Source/WebCore/accessibility/AccessibilityMediaObject.cpp
++ Source/WebCore/accessibility/AccessibilityMediaObject.h
++ Source/WebCore/accessibility/AccessibilityNodeObject.cpp
++ Source/WebCore/accessibility/AccessibilityNodeObject.h
++ Source/WebCore/accessibility/AccessibilityObject.cpp
++ Source/WebCore/accessibility/AccessibilityObject.h
++ Source/WebCore/accessibility/AccessibilityRenderObject.cpp
++ Source/WebCore/accessibility/AccessibilityRenderObject.h
++ Source/WebCore/accessibility/AccessibilitySVGRoot.cpp
++ Source/WebCore/accessibility/AccessibilitySVGRoot.h
++ Source/WebCore/accessibility/AccessibilityScrollbar.cpp
++ Source/WebCore/accessibility/AccessibilityScrollbar.h
++ Source/WebCore/accessibility/AccessibilitySlider.cpp
++ Source/WebCore/accessibility/AccessibilitySlider.h
++ Source/WebCore/accessibility/AccessibilityTable.cpp
++ Source/WebCore/accessibility/AccessibilityTable.h
++ Source/WebCore/accessibility/AccessibilityTableCell.cpp
++ Source/WebCore/accessibility/AccessibilityTableCell.h
++ Source/WebCore/accessibility/AccessibilityTableColumn.cpp
++ Source/WebCore/accessibility/AccessibilityTableColumn.h
++ Source/WebCore/accessibility/AccessibilityTableHeaderContainer.cpp
++ Source/WebCore/accessibility/AccessibilityTableHeaderContainer.h
++ Source/WebCore/accessibility/AccessibilityTableRow.cpp
++ Source/WebCore/accessibility/AccessibilityTableRow.h
++ Source/WebCore/accessibility/AccessibilityTree.cpp
++ Source/WebCore/accessibility/AccessibilityTree.h
++ Source/WebCore/accessibility/AccessibilityTreeItem.cpp
++ Source/WebCore/accessibility/AccessibilityTreeItem.h
++ Source/WebCore/animation/CSSPropertyAnimation.cpp
++ Source/WebCore/animation/CSSPropertyAnimation.h
++ Source/WebCore/bindings/js/JSAttrCustom.cpp
++ Source/WebCore/bindings/js/JSCallbackData.cpp
++ Source/WebCore/bindings/js/JSCallbackData.h
++ Source/WebCore/bindings/js/JSElementCustom.cpp
++ Source/WebCore/bindings/js/JSEventCustom.cpp
++ Source/WebCore/bindings/js/JSHistoryCustom.cpp
++ Source/WebCore/bindings/js/JSWindowProxy.cpp
++ Source/WebCore/bindings/js/JSWindowProxy.h
++ Source/WebCore/bindings/js/JSXMLHttpRequestCustom.cpp
++ Source/WebCore/bindings/js/ScriptWrappable.cpp
++ Source/WebCore/css/CSSAspectRatioValue.cpp
++ Source/WebCore/css/CSSAspectRatioValue.h
++ Source/WebCore/css/CSSRayValue.cpp
++ Source/WebCore/css/CSSRayValue.h
++ Source/WebCore/dom/ClassCollection.cpp
++ Source/WebCore/dom/ClassCollection.h
++ Source/WebCore/dom/CurrentScriptIncrementer.h
++ Source/WebCore/dom/DOMException.cpp
++ Source/WebCore/dom/DOMException.h
++ Source/WebCore/dom/StaticNodeList.cpp
++ Source/WebCore/dom/StaticNodeList.h
++ Source/WebCore/dom/make_event_factory.pl
++ Source/WebCore/dom/make_names.pl
++ Source/WebCore/editing/SmartReplace.cpp
++ Source/WebCore/editing/SmartReplace.h
++ Source/WebCore/editing/SmartReplaceCF.cpp
++ Source/WebCore/history/CachedFramePlatformData.h
++ Source/WebCore/html/HTMLTableRowsCollection.cpp
++ Source/WebCore/html/HTMLTableRowsCollection.h
++ Source/WebCore/html/ImageData.cpp
++ Source/WebCore/html/ImageData.h
++ Source/WebCore/html/forms/*
++ Source/WebCore/html/shadow/MediaControlTextTrackContainerElement.cpp
++ Source/WebCore/html/shadow/MediaControlTextTrackContainerElement.h
++ Source/WebCore/inspector/CommandLineAPIHost.cpp
++ Source/WebCore/inspector/CommandLineAPIHost.h
++ Source/WebCore/inspector/CommandLineAPIModuleSource.js
++ Source/WebCore/inspector/InspectorDatabaseResource.cpp
++ Source/WebCore/inspector/InspectorDatabaseResource.h
++ Source/WebCore/inspector/InspectorFrontendHost.cpp
++ Source/WebCore/inspector/InspectorFrontendHost.h
++ Source/WebCore/inspector/InspectorNodeFinder.cpp
++ Source/WebCore/inspector/InspectorNodeFinder.h
++ Source/WebCore/inspector/InspectorOverlay.cpp
++ Source/WebCore/inspector/InspectorOverlay.h
++ Source/WebCore/inspector/InspectorOverlayLabel.cpp
++ Source/WebCore/inspector/InspectorOverlayLabel.h
++ Source/WebCore/inspector/agents/InspectorDOMAgent.cpp
++ Source/WebCore/inspector/agents/InspectorDOMAgent.h
++ Source/WebCore/inspector/agents/InspectorDOMStorageAgent.cpp
++ Source/WebCore/inspector/agents/InspectorDOMStorageAgent.h
++ Source/WebCore/inspector/agents/InspectorDatabaseAgent.cpp
++ Source/WebCore/inspector/agents/InspectorDatabaseAgent.h
++ Source/WebCore/inspector/agents/InspectorLayerTreeAgent.h
++ Source/WebCore/loader/DocumentLoader.cpp
++ Source/WebCore/loader/DocumentLoader.h
++ Source/WebCore/loader/DocumentWriter.cpp
++ Source/WebCore/loader/FormState.cpp
++ Source/WebCore/loader/FormState.h
++ Source/WebCore/loader/FrameLoader.cpp
++ Source/WebCore/loader/FrameLoader.h
++ Source/WebCore/loader/FrameLoaderTypes.h
++ Source/WebCore/loader/HistoryController.cpp
++ Source/WebCore/loader/HistoryController.h
++ Source/WebCore/loader/LocalFrameLoaderClient.h
++ Source/WebCore/loader/MixedContentChecker.cpp
++ Source/WebCore/loader/MixedContentChecker.h
++ Source/WebCore/loader/NavigationAction.cpp
++ Source/WebCore/loader/NavigationAction.h
++ Source/WebCore/loader/NavigationScheduler.cpp
++ Source/WebCore/loader/NavigationScheduler.h
++ Source/WebCore/loader/NetscapePlugInStreamLoader.cpp
++ Source/WebCore/loader/NetscapePlugInStreamLoader.h
++ Source/WebCore/loader/PolicyChecker.cpp
++ Source/WebCore/loader/PolicyChecker.h
++ Source/WebCore/loader/ResourceLoadNotifier.cpp
++ Source/WebCore/loader/ResourceLoadNotifier.h
++ Source/WebCore/loader/ResourceLoader.cpp
++ Source/WebCore/loader/ResourceLoader.h
++ Source/WebCore/loader/SubframeLoader.cpp
++ Source/WebCore/loader/SubframeLoader.h
++ Source/WebCore/loader/SubresourceLoader.cpp
++ Source/WebCore/loader/SubresourceLoader.h
++ Source/WebCore/loader/archive/*
++ Source/WebCore/loader/soup/ResourceLoaderSoup.cpp
++ Source/WebCore/page/BarProp.cpp
++ Source/WebCore/page/BarProp.h
++ Source/WebCore/page/DOMSelection.cpp
++ Source/WebCore/page/DOMSelection.h
++ Source/WebCore/page/Location.cpp
++ Source/WebCore/page/Location.h
++ Source/WebCore/page/PageConsoleClient.cpp
++ Source/WebCore/page/PageConsoleClient.h
++ Source/WebCore/page/ResizeObserverBoxOptions.h
++ Source/WebCore/page/ResizeObserverOptions.h
++ Source/WebCore/page/ResizeObserverSize.h
++ Source/WebCore/page/Screen.cpp
++ Source/WebCore/page/Screen.h
++ Source/WebCore/page/ScrollToOptions.h
++ Source/WebCore/page/SecurityOrigin.cpp
++ Source/WebCore/page/SecurityOrigin.h
++ Source/WebCore/page/SecurityOriginHash.h
++ Source/WebCore/page/WheelEventTestMonitor.cpp
++ Source/WebCore/page/WheelEventTestMonitor.h
++ Source/WebCore/page/WindowFeatures.h
++ Source/WebCore/platform/ColorChooser.h
++ Source/WebCore/platform/ColorChooserClient.h
++ Source/WebCore/platform/FileChooser.cpp
++ Source/WebCore/platform/FileChooser.h
++ Source/WebCore/platform/FileHandle.cpp
++ Source/WebCore/platform/FileHandle.h
++ Source/WebCore/platform/FloatConversion.h
++ Source/WebCore/platform/audio/AudioArray.h
++ Source/WebCore/platform/audio/AudioBus.cpp
++ Source/WebCore/platform/audio/AudioBus.h
++ Source/WebCore/platform/audio/AudioChannel.cpp
++ Source/WebCore/platform/audio/AudioChannel.h
++ Source/WebCore/platform/audio/AudioDestination.h
++ Source/WebCore/platform/audio/AudioFileReader.h
++ Source/WebCore/platform/audio/AudioIOCallback.h
++ Source/WebCore/platform/audio/AudioSourceProvider.h
++ Source/WebCore/platform/audio/Biquad.cpp
++ Source/WebCore/platform/audio/Biquad.h
++ Source/WebCore/platform/audio/Cone.cpp
++ Source/WebCore/platform/audio/Cone.h
++ Source/WebCore/platform/audio/DirectConvolver.cpp
++ Source/WebCore/platform/audio/DirectConvolver.h
++ Source/WebCore/platform/audio/Distance.cpp
++ Source/WebCore/platform/audio/Distance.h
++ Source/WebCore/platform/audio/DownSampler.cpp
++ Source/WebCore/platform/audio/DownSampler.h
++ Source/WebCore/platform/audio/DynamicsCompressor.cpp
++ Source/WebCore/platform/audio/DynamicsCompressor.h
++ Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp
++ Source/WebCore/platform/audio/DynamicsCompressorKernel.h
++ Source/WebCore/platform/audio/FFTConvolver.cpp
++ Source/WebCore/platform/audio/FFTConvolver.h
++ Source/WebCore/platform/audio/FFTFrame.cpp
++ Source/WebCore/platform/audio/FFTFrame.h
++ Source/WebCore/platform/audio/HRTFDatabase.cpp
++ Source/WebCore/platform/audio/HRTFDatabase.h
++ Source/WebCore/platform/audio/HRTFDatabaseLoader.cpp
++ Source/WebCore/platform/audio/HRTFDatabaseLoader.h
++ Source/WebCore/platform/audio/HRTFElevation.cpp
++ Source/WebCore/platform/audio/HRTFElevation.h
++ Source/WebCore/platform/audio/HRTFKernel.cpp
++ Source/WebCore/platform/audio/HRTFKernel.h
++ Source/WebCore/platform/audio/MultiChannelResampler.cpp
++ Source/WebCore/platform/audio/MultiChannelResampler.h
++ Source/WebCore/platform/audio/Panner.cpp
++ Source/WebCore/platform/audio/Panner.h
++ Source/WebCore/platform/audio/Reverb.cpp
++ Source/WebCore/platform/audio/Reverb.h
++ Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp
++ Source/WebCore/platform/audio/ReverbAccumulationBuffer.h
++ Source/WebCore/platform/audio/ReverbConvolver.cpp
++ Source/WebCore/platform/audio/ReverbConvolver.h
++ Source/WebCore/platform/audio/ReverbConvolverStage.cpp
++ Source/WebCore/platform/audio/ReverbConvolverStage.h
++ Source/WebCore/platform/audio/ReverbInputBuffer.cpp
++ Source/WebCore/platform/audio/ReverbInputBuffer.h
++ Source/WebCore/platform/audio/SincResampler.cpp
++ Source/WebCore/platform/audio/SincResampler.h
++ Source/WebCore/platform/audio/UpSampler.cpp
++ Source/WebCore/platform/audio/UpSampler.h
++ Source/WebCore/platform/audio/ZeroPole.cpp
++ Source/WebCore/platform/audio/ZeroPole.h
++ Source/WebCore/platform/graphics/FloatLine.cpp
++ Source/WebCore/platform/graphics/FloatLine.h
++ Source/WebCore/platform/graphics/FloatQuad.cpp
++ Source/WebCore/platform/graphics/FloatQuad.h
++ Source/WebCore/platform/graphics/Font.cpp
++ Source/WebCore/platform/graphics/FontCache.cpp
++ Source/WebCore/platform/graphics/FontCache.h
++ Source/WebCore/platform/graphics/FontCascadeCache.cpp
++ Source/WebCore/platform/graphics/FontCascadeCache.h
++ Source/WebCore/platform/graphics/FontCascadeDescription.cpp
++ Source/WebCore/platform/graphics/FontCascadeFonts.cpp
++ Source/WebCore/platform/graphics/FontDescription.cpp
++ Source/WebCore/platform/graphics/Glyph.h
++ Source/WebCore/platform/graphics/GlyphBuffer.h
++ Source/WebCore/platform/graphics/GlyphBufferMembers.h
++ Source/WebCore/platform/graphics/GlyphMetricsMap.h
++ Source/WebCore/platform/graphics/GlyphPage.h
++ Source/WebCore/platform/graphics/StringTruncator.cpp
++ Source/WebCore/platform/graphics/StringTruncator.h
++ Source/WebCore/platform/graphics/SystemFallbackFontCache.cpp
++ Source/WebCore/platform/graphics/SystemFallbackFontCache.h
++ Source/WebCore/platform/graphics/TextTransform.cpp
++ Source/WebCore/platform/graphics/TextTransform.h
++ Source/WebCore/platform/graphics/coretext/GlyphPageCoreText.cpp
++ Source/WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp
++ Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp
++ Source/WebCore/platform/image-decoders/webp/*
++ Source/WebCore/platform/mediastream/RealtimeOutgoingAudioSource.cpp
++ Source/WebCore/platform/mediastream/RealtimeOutgoingAudioSource.h
++ Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp
++ Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.h
++ Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCMacros.h
++ Source/WebCore/platform/network/HTTPParsers.cpp
++ Source/WebCore/platform/network/HTTPParsers.h
++ Source/WebCore/platform/sql/SQLValue.h
++ Source/WebCore/platform/sql/SQLiteAuthorizer.cpp
++ Source/WebCore/rendering/RenderLineBoxList.cpp
++ Source/WebCore/rendering/RenderLineBoxList.h
++ Source/WebCore/rendering/RenderListBox.cpp
++ Source/WebCore/rendering/RenderListBox.h
++ Source/WebCore/rendering/RenderReplica.cpp
++ Source/WebCore/rendering/RenderReplica.h
++ Source/WebCore/storage/StorageEventDispatcher.h
++ Source/WebCore/svg/graphics/SVGImageClients.h
++ Source/WebCore/xml/XSLTUnicodeSort.cpp
++ Source/WebCore/xml/XSLTUnicodeSort.h
++ Source/WebInspectorUI/UserInterface/Base/DOMUtilities.js
++ Source/WebInspectorUI/UserInterface/Models/Color.js
++ Source/WebInspectorUI/UserInterface/Models/ConsoleCommandResultMessage.js
++ Source/WebInspectorUI/UserInterface/Views/ConsoleCommandView.js
++ Source/WebInspectorUI/UserInterface/Views/ConsoleGroup.js
++ Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js
++ Source/WebInspectorUI/UserInterface/Views/ConsoleSession.js
++ Source/WebInspectorUI/UserInterface/Views/DOMTreeElement.js
++ Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.js
++ Source/WebInspectorUI/UserInterface/Views/DOMTreeUpdater.js
++ Source/WebInspectorUI/UserInterface/Views/GradientSlider.css
++ Source/WebInspectorUI/UserInterface/Views/GradientSlider.js
++ Source/WebInspectorUI/UserInterface/Views/TreeElement.js
++ Source/WebInspectorUI/UserInterface/Views/TreeOutline.js
++ Source/WebKit/UIProcess/Launcher/playstation/ProcessLauncherPlayStation.cpp
++ Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c
++ Source/bmalloc/libpas/src/libpas/pas_red_black_tree.h
++ Source/bmalloc/libpas/src/test/CartesianTreeTests.cpp
++ Source/bmalloc/libpas/src/test/RedBlackTreeTests.cpp
++ Tools/TestWebKitAPI/Tests/WTF/MediaTime.cpp
++ Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp
++ Tools/TestWebKitAPI/Tests/WTF/RedBlackTree.cpp
++ Tools/TestWebKitAPI/Tests/WTF/SafeStrerror.cpp
++Copyright: 2003, 2005-2023 Apple Inc
++ 2006 Alexey Proskuryakov
++ 2006 Alexey Proskuryakov <ap@webkit.org>
++ 2006 Michael Emmel mike.emmel@gmail.com
++ 2007 Alp Toker <alp.toker@collabora.co.uk>
++ 2007 David Smith <catfish.man@gmail.com>
++ 2007 Graham Dennis <graham.dennis@gmail.com>
++ 2007 Holger Hans Peter Freyther
++ 2007 Justin Haygood <jhaygood@reaktix.com>
++ 2007 Nicholas Shanks <contact@nickshanks.com>
++ 2007 Nicholas Shanks <webkit@nickshanks.com>
++ 2007-2008 Alp Toker <alp@atoker.com>
++ 2007-2009 Torch Mobile Inc
++ 2008 Cameron Zwarich <cwzwarich@uwaterloo.ca>
++ 2008 Collabora Ltd
++ 2008 Matt Lilek <webkit@mattlilek.com>
++ 2008 Nuanti Ltd
++ 2008 Tony Chang <idealisms@gmail.com>
++ 2008, 2012 Nokia
++ 2009 Adam Barth
++ 2009 Jian Li <jianli@chromium.org>
++ 2009 Joseph Pecoraro
++ 2009 Julien Chaffraix <jchaffraix@webkit.org>
++ 2009-2015 Google Inc
++ 2011 Ericsson AB
++ 2011 Kris Jordan <krisjordan@gmail.com>
++ 2011-2012 Research In Motion Limited
++ 2012 Intel Inc
++ 2012 Patrick Gansterer <paroga@paroga.com>
++ 2012, 2018 Igalia S.L.
++ 2012-2014 Adobe Systems Inc
++ 2013 Samsung Electronics
++ 2013 Xidorn Quan <quanxunzhen@gmail.com>
++ 2015 Canon Inc
++ 2016 Konstantin Tokavev <annulen@yandex.ru>
++ 2016-2017 Yusuke Suzuki <utatane.tea@gmail.com>
++ 2019 Oracle
++ 2019-2021 Sony Interactive Entertainment
++ 2021 Red Hat Inc
++License: BSD-3-clause-apple
++
++Files: Source/WebCore/Modules/fetch/FetchBody.cpp
++ Source/WebCore/Modules/fetch/FetchBody.h
++ Source/WebCore/Modules/fetch/FetchBodyOwner.cpp
++ Source/WebCore/Modules/fetch/FetchBodyOwner.h
++ Source/WebCore/Modules/fetch/FetchHeaders.cpp
++ Source/WebCore/Modules/fetch/FetchHeaders.h
++ Source/WebCore/Modules/fetch/FetchHeadersGuard.h
++ Source/WebCore/Modules/fetch/FetchLoader.cpp
++ Source/WebCore/Modules/fetch/FetchLoader.h
++ Source/WebCore/Modules/fetch/FetchLoaderClient.h
++ Source/WebCore/Modules/fetch/FetchRequest.cpp
++ Source/WebCore/Modules/fetch/FetchRequest.h
++ Source/WebCore/Modules/fetch/FetchResponse.cpp
++ Source/WebCore/Modules/fetch/FetchResponse.h
++ Source/WebCore/Modules/streams/ReadableStreamSource.h
++ Source/WebCore/bindings/js/JSReadableStreamSourceCustom.cpp
++ Source/WebCore/bindings/js/ReadableStreamDefaultController.cpp
++ Source/WebCore/bindings/js/ReadableStreamDefaultController.h
++ Source/WebCore/bindings/js/WebCoreBuiltinNames.h
++ Source/WebCore/loader/CrossOriginPreflightChecker.cpp
++ Source/WebCore/loader/CrossOriginPreflightChecker.h
++ Source/WebCore/loader/FetchOptions.h
++Copyright: 2015-2016 Canon Inc
++ 2016-2023 Apple Inc
++License: BSD-3-clause-canon
++
++Files: Source/WebCore/html/HTMLUnknownElement.h
++Copyright: 2011 Code Aurora Forum
++License: BSD-3-clause-code-aurora
++
++Files: Source/WebGPU/WebGPU/WebGPU.h
++Copyright: 2019 WebGPU native developers
++License: BSD-3-clause-copyright-holder
++
++Files: Source/WebCore/Modules/mediastream/MediaDevices.cpp
++ Source/WebCore/Modules/mediastream/MediaDevices.h
++ Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.h
++ Source/WebCore/Modules/mediastream/NavigatorMediaDevices.cpp
++ Source/WebCore/Modules/mediastream/NavigatorMediaDevices.h
++ Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp
++ Source/WebCore/Modules/mediastream/PeerConnectionBackend.h
++ Source/WebCore/Modules/mediastream/RTCIceTransport.h
++ Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp
++ Source/WebCore/Modules/mediastream/RTCRtpReceiver.h
++ Source/WebCore/Modules/mediastream/RTCRtpSender.cpp
++ Source/WebCore/Modules/mediastream/RTCRtpSender.h
++ Source/WebCore/Modules/mediastream/RTCRtpTransceiver.cpp
++ Source/WebCore/Modules/mediastream/RTCRtpTransceiver.h
++ Source/WebCore/Modules/mediastream/RTCTrackEvent.cpp
++ Source/WebCore/Modules/mediastream/RTCTrackEvent.h
++ Source/WebCore/Modules/mediastream/UserMediaClient.h
++ Source/WebCore/Modules/mediastream/UserMediaRequest.cpp
++ Source/WebCore/Modules/mediastream/UserMediaRequest.h
++ Source/WebCore/page/EventSource.cpp
++ Source/WebCore/page/EventSource.h
++ Source/WebCore/page/UserMediaRequestIdentifier.h
++ Source/WebCore/platform/mediastream/IceCandidate.h
++ Source/WebCore/platform/mediastream/MediaEndpointConfiguration.cpp
++ Source/WebCore/platform/mediastream/MediaEndpointConfiguration.h
++ Source/WebCore/platform/mediastream/MediaPayload.h
++ Source/WebCore/platform/mediastream/MediaStreamPrivate.h
++ Source/WebCore/platform/mediastream/PeerConnectionStates.h
++ Source/WebCore/platform/mediastream/PeerMediaDescription.h
++ Source/WebCore/platform/mediastream/RealtimeIncomingAudioSource.h
++ Source/WebCore/platform/mediastream/RealtimeIncomingVideoSource.h
++ Source/WebCore/platform/mediastream/RealtimeMediaSource.h
++ Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.cpp
++ Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.h
++ Source/WebCore/platform/mock/MockRealtimeAudioSource.h
++ Source/WebCore/platform/mock/MockRealtimeVideoSource.h
++Copyright: 2009, 2011-2012, 2015-2016 Ericsson AB
++ 2010, 2013-2022 Apple Inc
++ 2011 Code Aurora Forum
++ 2012 Google Inc
++ 2013 Nokia
++License: BSD-3-clause-ericsson
++
++Files: Source/JavaScriptCore/Scripts/xxd.pl
++ Source/JavaScriptCore/inspector/InjectedScript.cpp
++ Source/JavaScriptCore/inspector/InjectedScript.h
++ Source/JavaScriptCore/inspector/InjectedScriptBase.cpp
++ Source/JavaScriptCore/inspector/InjectedScriptBase.h
++ Source/JavaScriptCore/inspector/InjectedScriptModule.cpp
++ Source/JavaScriptCore/inspector/InjectedScriptModule.h
++ Source/JavaScriptCore/inspector/ScriptArguments.cpp
++ Source/JavaScriptCore/inspector/ScriptArguments.h
++ Source/JavaScriptCore/inspector/ScriptCallFrame.cpp
++ Source/JavaScriptCore/inspector/ScriptCallFrame.h
++ Source/JavaScriptCore/inspector/ScriptCallStack.cpp
++ Source/JavaScriptCore/inspector/ScriptCallStack.h
++ Source/JavaScriptCore/inspector/ScriptCallStackFactory.cpp
++ Source/JavaScriptCore/inspector/ScriptCallStackFactory.h
++ Source/JavaScriptCore/inspector/ScriptFunctionCall.cpp
++ Source/JavaScriptCore/inspector/ScriptFunctionCall.h
++ Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.cpp
++ Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h
++ Source/ThirdParty/gtest/include/gtest/*
++ Source/ThirdParty/gtest/samples/*
++ Source/ThirdParty/gtest/scripts/*
++ Source/ThirdParty/gtest/src/*
++ Source/ThirdParty/gtest/test/*
++ Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/*
++ Source/ThirdParty/gtest/xcode/Scripts/runtests.sh
++ Source/ThirdParty/pdfjs/web/standard_fonts/LICENSE_FOXIT
++ Source/WTF/wtf/ByteOrder.h
++ Source/WTF/wtf/CrossThreadCopier.cpp
++ Source/WTF/wtf/CrossThreadCopier.h
++ Source/WTF/wtf/CurrentTime.cpp
++ Source/WTF/wtf/JSONValues.cpp
++ Source/WTF/wtf/JSONValues.h
++ Source/WTF/wtf/SHA1.cpp
++ Source/WTF/wtf/SHA1.h
++ Source/WTF/wtf/SaturatedArithmetic.h
++ Source/WTF/wtf/SizeLimits.cpp
++ Source/WTF/wtf/StreamBuffer.h
++ Source/WTF/wtf/UUID.cpp
++ Source/WTF/wtf/UUID.h
++ Source/WTF/wtf/dtoa/*
++ Source/WTF/wtf/text/LineEnding.cpp
++ Source/WTF/wtf/text/LineEnding.h
++ Source/WebCore/Modules/mediasource/DOMURLMediaSource.cpp
++ Source/WebCore/Modules/mediasource/DOMURLMediaSource.h
++ Source/WebCore/Modules/mediasource/MediaSource.cpp
++ Source/WebCore/Modules/mediasource/MediaSource.h
++ Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp
++ Source/WebCore/Modules/mediasource/MediaSourceRegistry.h
++ Source/WebCore/Modules/mediasource/SourceBuffer.cpp
++ Source/WebCore/Modules/mediasource/SourceBuffer.h
++ Source/WebCore/Modules/mediasource/SourceBufferList.cpp
++ Source/WebCore/Modules/mediasource/SourceBufferList.h
++ Source/WebCore/Modules/mediastream/RTCConfiguration.h
++ Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp
++ Source/WebCore/Modules/mediastream/RTCIceCandidate.h
++ Source/WebCore/Modules/mediastream/RTCIceCandidateInit.h
++ Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp
++ Source/WebCore/Modules/mediastream/RTCPeerConnection.h
++ Source/WebCore/Modules/mediastream/RTCSessionDescription.cpp
++ Source/WebCore/Modules/mediastream/RTCSessionDescription.h
++ Source/WebCore/Modules/mediastream/RTCSessionDescriptionInit.h
++ Source/WebCore/Modules/notifications/Notification.cpp
++ Source/WebCore/Modules/notifications/Notification.h
++ Source/WebCore/Modules/notifications/NotificationClient.h
++ Source/WebCore/Modules/speech/LocalDOMWindowSpeechSynthesis.cpp
++ Source/WebCore/Modules/webauthn/apdu/*
++ Source/WebCore/Modules/webauthn/cbor/*
++ Source/WebCore/Modules/webauthn/fido/AuthenticatorGetInfoResponse.cpp
++ Source/WebCore/Modules/webauthn/fido/AuthenticatorGetInfoResponse.h
++ Source/WebCore/Modules/webauthn/fido/AuthenticatorSupportedOptions.cpp
++ Source/WebCore/Modules/webauthn/fido/AuthenticatorSupportedOptions.h
++ Source/WebCore/Modules/webauthn/fido/DeviceRequestConverter.cpp
++ Source/WebCore/Modules/webauthn/fido/DeviceRequestConverter.h
++ Source/WebCore/Modules/webauthn/fido/DeviceResponseConverter.cpp
++ Source/WebCore/Modules/webauthn/fido/DeviceResponseConverter.h
++ Source/WebCore/Modules/webauthn/fido/FidoConstants.cpp
++ Source/WebCore/Modules/webauthn/fido/FidoConstants.h
++ Source/WebCore/Modules/webauthn/fido/FidoHidMessage.cpp
++ Source/WebCore/Modules/webauthn/fido/FidoHidMessage.h
++ Source/WebCore/Modules/webauthn/fido/FidoHidPacket.cpp
++ Source/WebCore/Modules/webauthn/fido/FidoHidPacket.h
++ Source/WebCore/Modules/webauthn/fido/Pin.cpp
++ Source/WebCore/Modules/webauthn/fido/Pin.h
++ Source/WebCore/Modules/webauthn/fido/U2fCommandConstructor.cpp
++ Source/WebCore/Modules/webauthn/fido/U2fCommandConstructor.h
++ Source/WebCore/Modules/webauthn/fido/U2fResponseConverter.cpp
++ Source/WebCore/Modules/webauthn/fido/U2fResponseConverter.h
++ Source/WebCore/Modules/webdatabase/DatabaseCallback.h
++ Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.cpp
++ Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h
++ Source/WebCore/Modules/websockets/CloseEvent.h
++ Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp
++ Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.h
++ Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
++ Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.h
++ Source/WebCore/Modules/websockets/WebSocket.cpp
++ Source/WebCore/Modules/websockets/WebSocket.h
++ Source/WebCore/Modules/websockets/WebSocketChannelClient.h
++ Source/WebCore/Modules/websockets/WebSocketDeflateFramer.cpp
++ Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h
++ Source/WebCore/Modules/websockets/WebSocketDeflater.cpp
++ Source/WebCore/Modules/websockets/WebSocketDeflater.h
++ Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp
++ Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h
++ Source/WebCore/Modules/websockets/WebSocketExtensionParser.cpp
++ Source/WebCore/Modules/websockets/WebSocketExtensionParser.h
++ Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h
++ Source/WebCore/Modules/websockets/WebSocketFrame.h
++ Source/WebCore/Modules/websockets/WebSocketHandshake.cpp
++ Source/WebCore/Modules/websockets/WebSocketHandshake.h
++ Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.cpp
++ Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.h
++ Source/WebCore/PAL/pal/text/DecodeEscapeSequences.h
++ Source/WebCore/PAL/pal/text/TextEncodingDetector.h
++ Source/WebCore/PAL/pal/text/TextEncodingDetectorICU.cpp
++ Source/WebCore/bindings/js/JSBlobCustom.cpp
++ Source/WebCore/bindings/js/JSErrorHandler.cpp
++ Source/WebCore/bindings/js/JSErrorHandler.h
++ Source/WebCore/bindings/js/JSHTMLTemplateElementCustom.cpp
++ Source/WebCore/bindings/js/JSMessageEventCustom.cpp
++ Source/WebCore/bindings/js/JSMutationObserverCustom.cpp
++ Source/WebCore/bindings/js/JSPerformanceEntryCustom.cpp
++ Source/WebCore/bindings/js/JSPopStateEventCustom.cpp
++ Source/WebCore/bindings/js/ScriptCachedFrameData.cpp
++ Source/WebCore/bindings/js/ScriptCachedFrameData.h
++ Source/WebCore/bindings/js/ScriptSourceCode.h
++ Source/WebCore/bindings/js/ScriptWrappable.h
++ Source/WebCore/bindings/js/ScriptWrappableInlines.h
++ Source/WebCore/css/CSSGridAutoRepeatValue.cpp
++ Source/WebCore/css/CSSGridAutoRepeatValue.h
++ Source/WebCore/css/CSSGridIntegerRepeatValue.cpp
++ Source/WebCore/css/CSSGridIntegerRepeatValue.h
++ Source/WebCore/css/CSSGridLineNamesValue.cpp
++ Source/WebCore/css/CSSGridLineNamesValue.h
++ Source/WebCore/css/CSSGridTemplateAreasValue.cpp
++ Source/WebCore/css/CSSGridTemplateAreasValue.h
++ Source/WebCore/css/CSSPendingSubstitutionValue.h
++ Source/WebCore/css/CSSPropertySourceData.cpp
++ Source/WebCore/css/CSSPropertySourceData.h
++ Source/WebCore/css/CSSSubgridValue.cpp
++ Source/WebCore/css/CSSSubgridValue.h
++ Source/WebCore/css/CSSToLengthConversionData.cpp
++ Source/WebCore/css/CSSToLengthConversionData.h
++ Source/WebCore/css/CSSTransformListValue.cpp
++ Source/WebCore/css/CSSTransformListValue.h
++ Source/WebCore/css/CSSVariableData.cpp
++ Source/WebCore/css/CSSVariableData.h
++ Source/WebCore/css/CSSVariableReferenceValue.cpp
++ Source/WebCore/css/CSSVariableReferenceValue.h
++ Source/WebCore/css/StyleColor.cpp
++ Source/WebCore/css/StyleColor.h
++ Source/WebCore/css/calc/CSSCalcValue.cpp
++ Source/WebCore/css/calc/CSSCalcValue.h
++ Source/WebCore/css/parser/CSSAtRuleID.cpp
++ Source/WebCore/css/parser/CSSAtRuleID.h
++ Source/WebCore/css/parser/CSSParserEnum.h
++ Source/WebCore/css/parser/CSSParserFastPaths.cpp
++ Source/WebCore/css/parser/CSSParserFastPaths.h
++ Source/WebCore/css/parser/CSSParserIdioms.cpp
++ Source/WebCore/css/parser/CSSParserIdioms.h
++ Source/WebCore/css/parser/CSSParserImpl.cpp
++ Source/WebCore/css/parser/CSSParserImpl.h
++ Source/WebCore/css/parser/CSSParserObserverWrapper.cpp
++ Source/WebCore/css/parser/CSSParserObserverWrapper.h
++ Source/WebCore/css/parser/CSSParserToken.cpp
++ Source/WebCore/css/parser/CSSParserToken.h
++ Source/WebCore/css/parser/CSSParserTokenRange.cpp
++ Source/WebCore/css/parser/CSSParserTokenRange.h
++ Source/WebCore/css/parser/CSSPropertyParser.cpp
++ Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
++ Source/WebCore/css/parser/CSSPropertyParserHelpers.h
++ Source/WebCore/css/parser/CSSPropertyParserWorkerSafe.cpp
++ Source/WebCore/css/parser/CSSSelectorParser.cpp
++ Source/WebCore/css/parser/CSSSelectorParser.h
++ Source/WebCore/css/parser/CSSSupportsParser.cpp
++ Source/WebCore/css/parser/CSSSupportsParser.h
++ Source/WebCore/css/parser/CSSTokenizer.cpp
++ Source/WebCore/css/parser/CSSTokenizer.h
++ Source/WebCore/css/parser/CSSTokenizerInputStream.cpp
++ Source/WebCore/css/parser/CSSTokenizerInputStream.h
++ Source/WebCore/css/parser/CSSVariableParser.cpp
++ Source/WebCore/css/parser/CSSVariableParser.h
++ Source/WebCore/css/parser/MediaQueryBlockWatcher.cpp
++ Source/WebCore/css/parser/MediaQueryBlockWatcher.h
++ Source/WebCore/css/parser/SizesAttributeParser.cpp
++ Source/WebCore/css/parser/SizesAttributeParser.h
++ Source/WebCore/css/parser/SizesCalcParser.cpp
++ Source/WebCore/css/parser/SizesCalcParser.h
++ Source/WebCore/dom/ActiveDOMCallback.cpp
++ Source/WebCore/dom/ActiveDOMCallback.h
++ Source/WebCore/dom/ChildListMutationScope.cpp
++ Source/WebCore/dom/ChildListMutationScope.h
++ Source/WebCore/dom/DataTransferItem.cpp
++ Source/WebCore/dom/DataTransferItem.h
++ Source/WebCore/dom/DataTransferItemList.h
++ Source/WebCore/dom/ElementRareData.cpp
++ Source/WebCore/dom/EpochTimeStamp.h
++ Source/WebCore/dom/ErrorEvent.cpp
++ Source/WebCore/dom/ErrorEvent.h
++ Source/WebCore/dom/MutationCallback.h
++ Source/WebCore/dom/MutationObserver.cpp
++ Source/WebCore/dom/MutationObserver.h
++ Source/WebCore/dom/MutationObserverInterestGroup.cpp
++ Source/WebCore/dom/MutationObserverInterestGroup.h
++ Source/WebCore/dom/MutationObserverRegistration.cpp
++ Source/WebCore/dom/MutationObserverRegistration.h
++ Source/WebCore/dom/MutationRecord.cpp
++ Source/WebCore/dom/MutationRecord.h
++ Source/WebCore/dom/NodeRareData.cpp
++ Source/WebCore/dom/RequestAnimationFrameCallback.h
++ Source/WebCore/dom/ScopedEventQueue.cpp
++ Source/WebCore/dom/ScopedEventQueue.h
++ Source/WebCore/dom/StringCallback.cpp
++ Source/WebCore/dom/StringCallback.h
++ Source/WebCore/dom/TreeDepthLimit.h
++ Source/WebCore/dom/TreeScopeOrderedMap.cpp
++ Source/WebCore/dom/TreeScopeOrderedMap.h
++ Source/WebCore/dom/VisibilityState.h
++ Source/WebCore/editing/ApplyBlockElementCommand.h
++ Source/WebCore/editing/EditingStyle.h
++ Source/WebCore/editing/RenderedPosition.cpp
++ Source/WebCore/editing/RenderedPosition.h
++ Source/WebCore/editing/ReplaceNodeWithSpanCommand.cpp
++ Source/WebCore/editing/ReplaceNodeWithSpanCommand.h
++ Source/WebCore/editing/SurroundingText.h
++ Source/WebCore/editing/UndoStep.h
++ Source/WebCore/fileapi/AsyncFileStream.cpp
++ Source/WebCore/fileapi/AsyncFileStream.h
++ Source/WebCore/fileapi/Blob.cpp
++ Source/WebCore/fileapi/Blob.h
++ Source/WebCore/fileapi/BlobBuilder.cpp
++ Source/WebCore/fileapi/BlobBuilder.h
++ Source/WebCore/fileapi/BlobURL.cpp
++ Source/WebCore/fileapi/BlobURL.h
++ Source/WebCore/fileapi/FileReader.cpp
++ Source/WebCore/fileapi/FileReader.h
++ Source/WebCore/fileapi/FileReaderLoader.cpp
++ Source/WebCore/fileapi/FileReaderLoader.h
++ Source/WebCore/fileapi/FileReaderLoaderClient.h
++ Source/WebCore/fileapi/FileReaderSync.cpp
++ Source/WebCore/fileapi/FileReaderSync.h
++ Source/WebCore/fileapi/ThreadableBlobRegistry.cpp
++ Source/WebCore/fileapi/ThreadableBlobRegistry.h
++ Source/WebCore/html/BaseButtonInputType.cpp
++ Source/WebCore/html/BaseButtonInputType.h
++ Source/WebCore/html/BaseCheckableInputType.cpp
++ Source/WebCore/html/BaseCheckableInputType.h
++ Source/WebCore/html/BaseClickableWithKeyInputType.cpp
++ Source/WebCore/html/BaseClickableWithKeyInputType.h
++ Source/WebCore/html/BaseDateAndTimeInputType.cpp
++ Source/WebCore/html/BaseDateAndTimeInputType.h
++ Source/WebCore/html/BaseTextInputType.h
++ Source/WebCore/html/ButtonInputType.cpp
++ Source/WebCore/html/ButtonInputType.h
++ Source/WebCore/html/CheckboxInputType.cpp
++ Source/WebCore/html/CheckboxInputType.h
++ Source/WebCore/html/ColorInputType.cpp
++ Source/WebCore/html/ColorInputType.h
++ Source/WebCore/html/DOMFormData.cpp
++ Source/WebCore/html/DOMFormData.h
++ Source/WebCore/html/DateInputType.cpp
++ Source/WebCore/html/DateInputType.h
++ Source/WebCore/html/DateTimeLocalInputType.cpp
++ Source/WebCore/html/DateTimeLocalInputType.h
++ Source/WebCore/html/EmailInputType.h
++ Source/WebCore/html/FileInputType.h
++ Source/WebCore/html/HTMLDataListElement.cpp
++ Source/WebCore/html/HTMLDataListElement.h
++ Source/WebCore/html/HTMLOutputElement.cpp
++ Source/WebCore/html/HTMLOutputElement.h
++ Source/WebCore/html/HTMLTemplateElement.cpp
++ Source/WebCore/html/HTMLTemplateElement.h
++ Source/WebCore/html/HiddenInputType.cpp
++ Source/WebCore/html/HiddenInputType.h
++ Source/WebCore/html/ImageInputType.h
++ Source/WebCore/html/InputType.h
++ Source/WebCore/html/LinkRelAttribute.cpp
++ Source/WebCore/html/LinkRelAttribute.h
++ Source/WebCore/html/MonthInputType.cpp
++ Source/WebCore/html/MonthInputType.h
++ Source/WebCore/html/NumberInputType.cpp
++ Source/WebCore/html/NumberInputType.h
++ Source/WebCore/html/PasswordInputType.cpp
++ Source/WebCore/html/PasswordInputType.h
++ Source/WebCore/html/RadioInputType.h
++ Source/WebCore/html/RangeInputType.cpp
++ Source/WebCore/html/RangeInputType.h
++ Source/WebCore/html/ResetInputType.cpp
++ Source/WebCore/html/ResetInputType.h
++ Source/WebCore/html/SearchInputType.cpp
++ Source/WebCore/html/SearchInputType.h
++ Source/WebCore/html/SubmitInputType.cpp
++ Source/WebCore/html/SubmitInputType.h
++ Source/WebCore/html/TelephoneInputType.cpp
++ Source/WebCore/html/TelephoneInputType.h
++ Source/WebCore/html/TextFieldInputType.cpp
++ Source/WebCore/html/TextFieldInputType.h
++ Source/WebCore/html/TextInputType.cpp
++ Source/WebCore/html/TextInputType.h
++ Source/WebCore/html/TimeInputType.cpp
++ Source/WebCore/html/TimeInputType.h
++ Source/WebCore/html/URLInputType.cpp
++ Source/WebCore/html/URLInputType.h
++ Source/WebCore/html/URLRegistry.h
++ Source/WebCore/html/ValidationMessage.cpp
++ Source/WebCore/html/ValidationMessage.h
++ Source/WebCore/html/WeekInputType.cpp
++ Source/WebCore/html/WeekInputType.h
++ Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp
++ Source/WebCore/html/parser/HTMLDocumentParserFastPath.h
++ Source/WebCore/html/parser/HTMLSrcsetParser.cpp
++ Source/WebCore/html/parser/HTMLSrcsetParser.h
++ Source/WebCore/html/parser/ParsingUtilities.h
++ Source/WebCore/html/parser/create-html-entity-table
++ Source/WebCore/html/shadow/DetailsMarkerControl.cpp
++ Source/WebCore/html/shadow/DetailsMarkerControl.h
++ Source/WebCore/html/shadow/ProgressShadowElement.cpp
++ Source/WebCore/html/shadow/ProgressShadowElement.h
++ Source/WebCore/html/shadow/SliderThumbElement.cpp
++ Source/WebCore/html/shadow/SliderThumbElement.h
++ Source/WebCore/html/track/AudioTrack.cpp
++ Source/WebCore/html/track/BufferedLineReader.cpp
++ Source/WebCore/html/track/BufferedLineReader.h
++ Source/WebCore/html/track/TextTrack.cpp
++ Source/WebCore/html/track/TextTrackCue.cpp
++ Source/WebCore/html/track/TextTrackCue.h
++ Source/WebCore/html/track/VTTCue.cpp
++ Source/WebCore/html/track/VTTCue.h
++ Source/WebCore/html/track/VTTRegion.cpp
++ Source/WebCore/html/track/VTTRegion.h
++ Source/WebCore/html/track/VideoTrack.cpp
++ Source/WebCore/html/track/WebVTTParser.cpp
++ Source/WebCore/html/track/WebVTTParser.h
++ Source/WebCore/html/track/WebVTTToken.h
++ Source/WebCore/html/track/WebVTTTokenizer.cpp
++ Source/WebCore/html/track/WebVTTTokenizer.h
++ Source/WebCore/inspector/DOMEditor.cpp
++ Source/WebCore/inspector/DOMEditor.h
++ Source/WebCore/inspector/DOMPatchSupport.cpp
++ Source/WebCore/inspector/DOMPatchSupport.h
++ Source/WebCore/inspector/InspectorController.cpp
++ Source/WebCore/inspector/InspectorController.h
++ Source/WebCore/inspector/InspectorFrontendClient.h
++ Source/WebCore/inspector/InspectorFrontendClientLocal.cpp
++ Source/WebCore/inspector/InspectorFrontendClientLocal.h
++ Source/WebCore/inspector/InspectorHistory.cpp
++ Source/WebCore/inspector/InspectorHistory.h
++ Source/WebCore/inspector/InspectorInstrumentation.cpp
++ Source/WebCore/inspector/InspectorInstrumentation.h
++ Source/WebCore/inspector/InstrumentingAgents.cpp
++ Source/WebCore/inspector/InstrumentingAgents.h
++ Source/WebCore/inspector/TimelineRecordFactory.cpp
++ Source/WebCore/inspector/TimelineRecordFactory.h
++ Source/WebCore/inspector/UserGestureEmulationScope.cpp
++ Source/WebCore/inspector/UserGestureEmulationScope.h
++ Source/WebCore/inspector/WorkerDebugger.cpp
++ Source/WebCore/inspector/WorkerDebugger.h
++ Source/WebCore/inspector/agents/InspectorDOMDebuggerAgent.cpp
++ Source/WebCore/inspector/agents/InspectorDOMDebuggerAgent.h
++ Source/WebCore/inspector/agents/InspectorIndexedDBAgent.cpp
++ Source/WebCore/inspector/agents/InspectorIndexedDBAgent.h
++ Source/WebCore/inspector/agents/InspectorLayerTreeAgent.cpp
++ Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp
++ Source/WebCore/inspector/agents/InspectorNetworkAgent.h
++ Source/WebCore/inspector/agents/InspectorPageAgent.cpp
++ Source/WebCore/inspector/agents/InspectorPageAgent.h
++ Source/WebCore/inspector/agents/InspectorTimelineAgent.cpp
++ Source/WebCore/inspector/agents/InspectorTimelineAgent.h
++ Source/WebCore/inspector/agents/page/PageConsoleAgent.cpp
++ Source/WebCore/inspector/agents/page/PageConsoleAgent.h
++ Source/WebCore/inspector/agents/page/PageDebuggerAgent.cpp
++ Source/WebCore/inspector/agents/page/PageDebuggerAgent.h
++ Source/WebCore/inspector/agents/page/PageRuntimeAgent.cpp
++ Source/WebCore/inspector/agents/page/PageRuntimeAgent.h
++ Source/WebCore/inspector/agents/worker/WorkerRuntimeAgent.cpp
++ Source/WebCore/inspector/agents/worker/WorkerRuntimeAgent.h
++ Source/WebCore/loader/DocumentThreadableLoader.cpp
++ Source/WebCore/loader/DocumentThreadableLoader.h
++ Source/WebCore/loader/FormSubmission.cpp
++ Source/WebCore/loader/FormSubmission.h
++ Source/WebCore/loader/FrameLoadRequest.cpp
++ Source/WebCore/loader/FrameLoaderStateMachine.cpp
++ Source/WebCore/loader/FrameLoaderStateMachine.h
++ Source/WebCore/loader/LinkLoader.cpp
++ Source/WebCore/loader/LinkLoader.h
++ Source/WebCore/loader/LinkLoaderClient.h
++ Source/WebCore/loader/PingLoader.cpp
++ Source/WebCore/loader/PingLoader.h
++ Source/WebCore/loader/ResourceLoaderOptions.h
++ Source/WebCore/loader/ThreadableLoader.cpp
++ Source/WebCore/loader/ThreadableLoader.h
++ Source/WebCore/loader/ThreadableLoaderClient.h
++ Source/WebCore/loader/ThreadableLoaderClientWrapper.h
++ Source/WebCore/loader/WorkerThreadableLoader.cpp
++ Source/WebCore/loader/WorkerThreadableLoader.h
++ Source/WebCore/loader/appcache/ApplicationCacheHost.h
++ Source/WebCore/loader/archive/mhtml/*
++ Source/WebCore/page/ContextMenuProvider.h
++ Source/WebCore/page/Crypto.cpp
++ Source/WebCore/page/Crypto.h
++ Source/WebCore/page/OriginAccessEntry.cpp
++ Source/WebCore/page/OriginAccessEntry.h
++ Source/WebCore/page/PageSerializer.cpp
++ Source/WebCore/page/Performance.cpp
++ Source/WebCore/page/Performance.h
++ Source/WebCore/page/PerformanceEntry.cpp
++ Source/WebCore/page/PerformanceEntry.h
++ Source/WebCore/page/PerformanceNavigation.cpp
++ Source/WebCore/page/PerformanceNavigation.h
++ Source/WebCore/page/PerformanceResourceTiming.cpp
++ Source/WebCore/page/PerformanceResourceTiming.h
++ Source/WebCore/page/PerformanceTiming.cpp
++ Source/WebCore/page/PerformanceTiming.h
++ Source/WebCore/page/SecurityPolicy.cpp
++ Source/WebCore/page/SecurityPolicy.h
++ Source/WebCore/platform/DateComponents.cpp
++ Source/WebCore/platform/DateComponents.h
++ Source/WebCore/platform/DateTimeChooser.h
++ Source/WebCore/platform/DateTimeChooserClient.h
++ Source/WebCore/platform/Decimal.cpp
++ Source/WebCore/platform/Decimal.h
++ Source/WebCore/platform/FileStream.cpp
++ Source/WebCore/platform/FileStream.h
++ Source/WebCore/platform/FileStreamClient.h
++ Source/WebCore/platform/LayoutUnit.h
++ Source/WebCore/platform/ReferrerPolicy.h
++ Source/WebCore/platform/ScrollAnimator.cpp
++ Source/WebCore/platform/ScrollAnimator.h
++ Source/WebCore/platform/ScrollableArea.cpp
++ Source/WebCore/platform/SharedBufferChunkReader.cpp
++ Source/WebCore/platform/SharedBufferChunkReader.h
++ Source/WebCore/platform/WebCoreCrossThreadCopier.cpp
++ Source/WebCore/platform/WebCoreCrossThreadCopier.h
++ Source/WebCore/platform/audio/AudioDSPKernel.h
++ Source/WebCore/platform/audio/AudioDSPKernelProcessor.cpp
++ Source/WebCore/platform/audio/AudioDSPKernelProcessor.h
++ Source/WebCore/platform/audio/AudioProcessor.h
++ Source/WebCore/platform/calc/CalculationValue.cpp
++ Source/WebCore/platform/calc/CalculationValue.h
++ Source/WebCore/platform/generic/ScrollbarsControllerGeneric.cpp
++ Source/WebCore/platform/generic/ScrollbarsControllerGeneric.h
++ Source/WebCore/platform/graphics/GeneratedImage.cpp
++ Source/WebCore/platform/graphics/LayoutPoint.h
++ Source/WebCore/platform/graphics/LayoutRect.cpp
++ Source/WebCore/platform/graphics/LayoutRect.h
++ Source/WebCore/platform/graphics/LayoutSize.h
++ Source/WebCore/platform/graphics/MediaSourcePrivate.h
++ Source/WebCore/platform/graphics/SourceBufferPrivate.h
++ Source/WebCore/platform/graphics/TabSize.h
++ Source/WebCore/platform/graphics/gstreamer/mse/*
++ Source/WebCore/platform/image-decoders/bmp/*
++ Source/WebCore/platform/image-decoders/ico/*
++ Source/WebCore/platform/mediastream/MediaConstraints.cpp
++ Source/WebCore/platform/mediastream/MediaConstraints.h
++ Source/WebCore/platform/mediastream/MediaStreamPrivate.cpp
++ Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.cpp
++ Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.h
++ Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h
++ Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.cpp
++ Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.h
++ Source/WebCore/platform/mediastream/RTCSessionDescriptionRequest.h
++ Source/WebCore/platform/mediastream/RTCVoidRequest.h
++ Source/WebCore/platform/mediastream/RealtimeIncomingAudioSource.cpp
++ Source/WebCore/platform/mediastream/RealtimeIncomingVideoSource.cpp
++ Source/WebCore/platform/mediastream/RealtimeMediaSource.cpp
++ Source/WebCore/platform/mediastream/RealtimeMediaSourceSettings.cpp
++ Source/WebCore/platform/mediastream/RealtimeMediaSourceSupportedConstraints.h
++ Source/WebCore/platform/mock/GeolocationClientMock.cpp
++ Source/WebCore/platform/mock/GeolocationClientMock.h
++ Source/WebCore/platform/mock/MockRealtimeAudioSource.cpp
++ Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp
++ Source/WebCore/platform/mock/ScrollbarsControllerMock.cpp
++ Source/WebCore/platform/mock/ScrollbarsControllerMock.h
++ Source/WebCore/platform/network/BlobData.cpp
++ Source/WebCore/platform/network/BlobData.h
++ Source/WebCore/platform/network/BlobRegistry.h
++ Source/WebCore/platform/network/BlobRegistryImpl.cpp
++ Source/WebCore/platform/network/BlobRegistryImpl.h
++ Source/WebCore/platform/network/BlobResourceHandle.cpp
++ Source/WebCore/platform/network/BlobResourceHandle.h
++ Source/WebCore/platform/network/HTTPHeaderMap.cpp
++ Source/WebCore/platform/network/MIMEHeader.cpp
++ Source/WebCore/platform/network/MIMEHeader.h
++ Source/WebCore/platform/network/ParsedContentType.cpp
++ Source/WebCore/platform/network/ParsedContentType.h
++ Source/WebCore/platform/network/SocketStreamError.h
++ Source/WebCore/platform/network/create-http-header-name-table
++ Source/WebCore/platform/sql/SQLiteFileSystem.cpp
++ Source/WebCore/platform/sql/SQLiteFileSystem.h
++ Source/WebCore/platform/text/LocaleICU.cpp
++ Source/WebCore/platform/text/LocaleICU.h
++ Source/WebCore/platform/text/LocaleToScriptMapping.cpp
++ Source/WebCore/platform/text/LocaleToScriptMapping.h
++ Source/WebCore/platform/text/PlatformLocale.cpp
++ Source/WebCore/platform/text/QuotedPrintable.cpp
++ Source/WebCore/platform/text/QuotedPrintable.h
++ Source/WebCore/platform/text/StringWithDirection.h
++ Source/WebCore/platform/text/TextChecking.h
++ Source/WebCore/platform/text/WritingMode.h
++ Source/WebCore/rendering/FlexibleBoxAlgorithm.cpp
++ Source/WebCore/rendering/FlexibleBoxAlgorithm.h
++ Source/WebCore/rendering/GridBaselineAlignment.cpp
++ Source/WebCore/rendering/OrderIterator.cpp
++ Source/WebCore/rendering/OrderIterator.h
++ Source/WebCore/rendering/RenderFlexibleBox.cpp
++ Source/WebCore/rendering/RenderFlexibleBox.h
++ Source/WebCore/rendering/RenderRuby.cpp
++ Source/WebCore/rendering/RenderRuby.h
++ Source/WebCore/rendering/RenderRubyBase.cpp
++ Source/WebCore/rendering/RenderRubyBase.h
++ Source/WebCore/rendering/RenderRubyRun.cpp
++ Source/WebCore/rendering/RenderRubyRun.h
++ Source/WebCore/rendering/RenderRubyText.cpp
++ Source/WebCore/rendering/RenderRubyText.h
++ Source/WebCore/rendering/style/GapLength.cpp
++ Source/WebCore/rendering/style/GapLength.h
++ Source/WebCore/rendering/style/GridArea.h
++ Source/WebCore/rendering/style/GridLength.h
++ Source/WebCore/rendering/style/GridPosition.cpp
++ Source/WebCore/rendering/style/GridPosition.h
++ Source/WebCore/rendering/style/GridPositionsResolver.cpp
++ Source/WebCore/rendering/style/GridPositionsResolver.h
++ Source/WebCore/rendering/style/GridTrackSize.h
++ Source/WebCore/rendering/style/StyleGridItemData.cpp
++ Source/WebCore/rendering/style/StyleGridItemData.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGModelObject.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGModelObject.h
++ Source/WebCore/rendering/svg/RenderSVGModelObject.cpp
++ Source/WebCore/rendering/svg/RenderSVGModelObject.h
++ Source/WebCore/testing/MemoryInfo.h
++ Source/WebCore/workers/AbstractWorker.cpp
++ Source/WebCore/workers/AbstractWorker.h
++ Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp
++ Source/WebCore/workers/DedicatedWorkerGlobalScope.h
++ Source/WebCore/workers/DedicatedWorkerThread.cpp
++ Source/WebCore/workers/DedicatedWorkerThread.h
++ Source/WebCore/workers/ScriptBuffer.cpp
++ Source/WebCore/workers/ScriptBuffer.h
++ Source/WebCore/workers/WorkerDebuggerProxy.h
++ Source/WebCore/workers/WorkerGlobalScopeProxy.h
++ Source/WebCore/workers/WorkerLoaderProxy.h
++ Source/WebCore/workers/WorkerObjectProxy.h
++ Source/WebCore/workers/WorkerReportingProxy.h
++ Source/WebCore/workers/WorkerRunLoop.cpp
++ Source/WebCore/workers/WorkerRunLoop.h
++ Source/WebInspectorUI/UserInterface/Base/Setting.js
++ Source/WebInspectorUI/UserInterface/Controllers/DOMManager.js
++ Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js
++ Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js
++ Source/WebInspectorUI/UserInterface/Models/DOMNode.js
++ Source/WebInspectorUI/UserInterface/Protocol/Connection.js
++ Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js
++ Source/WebInspectorUI/UserInterface/Protocol/RemoteObject.js
++ Source/WebInspectorUI/UserInterface/Views/ContextMenu.js
++ Source/WebInspectorUI/UserInterface/Workers/HeapSnapshot/HeapSnapshot.js
++ Source/WebKit/NetworkProcess/NetworkDataTaskBlob.cpp
++ Source/WebKit/NetworkProcess/NetworkDataTaskBlob.h
++ Source/WebKit/WebProcess/Network/WebSocketProvider.cpp
++ Tools/TestWebKitAPI/Tests/WTF/SHA1.cpp
++ Tools/TestWebKitAPI/Tests/WTF/SaturatedArithmeticOperations.cpp
++ Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp
++ Tools/TestWebKitAPI/Tests/WTF/StringCommon.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/ApduTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/CBORReaderTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/CBORValueTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/CBORWriterTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/CtapRequestTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/CtapResponseTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/FidoHidMessageTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/FidoTestData.h
++ Tools/TestWebKitAPI/Tests/WebCore/LayoutUnitTests.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/TimeRanges.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/U2fCommandConstructorTest.cpp
++ Tools/TestWebKitAPI/Tests/WebCore/WritingModeTests.cpp
++ Tools/TestWebKitAPI/WTFTestUtilities.h
++Copyright: 2004-2023 Apple Inc
++ 2005-2021 Google Inc
++ 2006-2008, 2010, 2012 the V8 project authors
++ 2007-2009 Torch Mobile Inc
++ 2008 Cameron Zwarich <cwzwarich@uwaterloo.ca>
++ 2009-2010 Joseph Pecoraro
++ 2010 Nikita Vasilyev
++ 2011 Daniel Bates <dbates@intudata.com>
++ 2011, 2015-2016 Ericsson AB
++ 2012 Google AB
++ 2012 Intel Corporation
++ 2012 Intel Inc
++ 2012 Research In Motion Limited
++ 2012 Samsung Electronics
++ 2013 Cable Television Labs Inc
++ 2013 Nokia
++ 2013 Opera Software ASA
++ 2013-2022 Igalia S.L.
++ 2014 PDFium Authors
++ 2014 University of Washington
++ 2014-2019, 2023 The Chromium Authors
++ 2015 Roopesh Chander <roop@roopc.net>
++ 2018-2019 Google LLC
++ 2019 Microsoft Corporation
++ 2020-2021 Metrological Group B.V
++License: BSD-3-clause-google
++
++Files: Source/ThirdParty/ANGLE/util/windows/third_party/StackWalker/src/StackWalker.h
++Copyright: 2005-2009 Jochen Kalmbach
++License: BSD-3-clause-jochen-kalmbach
++
++Files: Source/JavaScriptCore/inspector/InspectorTarget.cpp
++ Source/WebKit/NetworkProcess/NetworkDataTaskDataURL.cpp
++ Source/WebKit/NetworkProcess/NetworkDataTaskDataURL.h
++Copyright: 2019, 2023 Microsoft Corporation
++License: BSD-3-clause-microsoft
++
++Files: Source/WebCore/css/CSSSupportsRule.cpp
++ Source/WebCore/css/CSSSupportsRule.h
++ Source/WebCore/css/DOMCSSNamespace.cpp
++ Source/WebCore/css/DOMCSSNamespace.h
++ Source/WebKit/Shared/API/APIObject.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitSettings.cpp
++Copyright: 2011-2012 Motorola Mobility
++ 2020, 2022 Apple Inc
++License: BSD-3-clause-motorola
++
++Files: Source/WebCore/html/track/VTTScanner.cpp
++ Source/WebCore/html/track/VTTScanner.h
++ Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.cpp
++ Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.h
++Copyright: 2013-2014 Opera Software ASA
++License: BSD-3-clause-opera
++
++Files: Source/WTF/wtf/Brigand.h
++Copyright: 2015 Edouard Alligand and Joel Falcou
++License: BSL-1.0
++
++Files: Source/JavaScriptCore/Scripts/jsmin.py
++ Source/JavaScriptCore/disassembler/zydis/Zydis/*
++ Source/ThirdParty/ANGLE/include/GLES2/gl2.h
++ Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h
++ Source/ThirdParty/ANGLE/include/GLES3/gl3.h
++ Source/ThirdParty/ANGLE/include/GLES3/gl31.h
++ Source/ThirdParty/ANGLE/include/GLES3/gl32.h
++ Source/ThirdParty/ANGLE/include/GLX/glxext.h
++ Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/etc_decoder.h
++ Source/ThirdParty/ANGLE/src/third_party/volk/*
++ Source/ThirdParty/ANGLE/third_party/renderdoc/src/renderdoc_app.h
++ Source/WebCore/xml/XSLTExtensions.cpp
++Copyright: 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard
++ 2007 Alexey Proskuryakov <ap@webkit.org>
++ 2013 Dave St.Germain
++ 2013-2020 The Khronos Group Inc
++ 2015-2018 Baldur Karlsson
++ 2018-2019 Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
++ 2020-2022 Hans-Kristian Arntzen
++License: Expat
++
++Files: Source/JavaScriptCore/runtime/JSDateMath.h
++ Source/WTF/wtf/DateMath.h
++Copyright: 1999-2000 Harri Porten <porten@kde.org>
++ 2006-2023 Apple Inc
++ 2009 Google Inc
++ 2010 Research In Motion Limited
++ 2012 the V8 project authors
++License: GPL-2+ or LGPL-2.1+ or MPL-1.1
++
++Files: Source/bmalloc/bmalloc/valgrind.h
++Copyright: 2000-2017 Julian Seward
++License: BSD-4-clause-valgrind
++
++Files: Source/WebCore/platform/image-decoders/gif/GIFImageReader.cpp
++ Source/WebCore/platform/image-decoders/gif/GIFImageReader.h
++Copyright: 1998 Netscape Communications Corporation
++License: GPL-2+ or LGPL-2.1+ or MPL-1.1
++
++Files: Source/WebCore/xml/XPathGrammar.cpp
++ Source/WebCore/xml/XPathGrammar.h
++Copyright: 1984, 1989-1990, 2000-2006 Free Software Foundation Inc
++License: GPL-2+ with Bison exception
++
++Files: Source/ThirdParty/ANGLE/tools/flex-bison/third_party/skeletons/*
++Copyright: 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation Inc
++License: GPL-3+
++
++Files: Source/ThirdParty/ANGLE/src/compiler/preprocessor/preprocessor_tab_autogen.cpp
++ Source/ThirdParty/ANGLE/src/compiler/translator/*
++Copyright: 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation
++License: GPL-3+ with Bison exception
++
++Files: Source/WTF/wtf/CryptographicallyRandomNumber.cpp
++ Source/bmalloc/bmalloc/CryptoRandom.cpp
++Copyright: 1996 David Mazieres <dm@uun.org>
++ 2008 Damien Miller <djm@openbsd.org>
++ 2017, 2022 Apple Inc
++License: ISC
++
++Files: Source/ThirdParty/ANGLE/include/GLES/gl.h
++ Source/ThirdParty/ANGLE/include/GLES/glext.h
++ Source/ThirdParty/ANGLE/include/KHR/khrplatform.h
++ Source/ThirdParty/ANGLE/include/WGL/wgl.h
++ Source/ThirdParty/ANGLE/src/third_party/khronos/GL/wglext.h
++Copyright: 2008-2018 The Khronos Group Inc
++License: Expat
++
++Files: Source/WTF/wtf/text/Base64.cpp
++ Source/WebCore/crypto/gcrypt/CryptoAlgorithmEd25519GCrypt.cpp
++ Source/WebCore/crypto/gcrypt/CryptoKeyOKPGCrypt.cpp
++ Source/WebCore/rendering/AutoTableLayout.cpp
++ Source/WebCore/rendering/AutoTableLayout.h
++ Source/WebCore/rendering/FixedTableLayout.cpp
++ Source/WebCore/rendering/FixedTableLayout.h
++ Source/WebCore/rendering/TableLayout.h
++Copyright: 2000-2001 Dawit Alemayehu <adawit@kde.org>
++ 2002 Dirk Mueller <mueller@kde.org>
++ 2002 Lars Knoll <knoll@kde.org>
++ 2003-2021, 2023 Apple Inc
++ 2006 Alexey Proskuryakov <ap@webkit.org>
++ 2010 Patrick Gansterer <paroga@paroga.com>
++ 2023 Igalia S.L.
++License: LGPL-2
++
++Files: Source/JavaScriptCore/API/JSAPIValueWrapper.cpp
++ Source/JavaScriptCore/API/JSAPIValueWrapper.h
++ Source/JavaScriptCore/API/glib/JSCAutocleanups.h
++ Source/JavaScriptCore/API/glib/JSCClass.cpp
++ Source/JavaScriptCore/API/glib/JSCClassPrivate.h
++ Source/JavaScriptCore/API/glib/JSCContext.cpp
++ Source/JavaScriptCore/API/glib/JSCContextInternal.h
++ Source/JavaScriptCore/API/glib/JSCContextPrivate.h
++ Source/JavaScriptCore/API/glib/JSCException.cpp
++ Source/JavaScriptCore/API/glib/JSCExceptionPrivate.h
++ Source/JavaScriptCore/API/glib/JSCGLibWrapperObject.h
++ Source/JavaScriptCore/API/glib/JSCOptions.cpp
++ Source/JavaScriptCore/API/glib/JSCOptions.h
++ Source/JavaScriptCore/API/glib/JSCValue.cpp
++ Source/JavaScriptCore/API/glib/JSCValuePrivate.h
++ Source/JavaScriptCore/API/glib/JSCVersion.cpp
++ Source/JavaScriptCore/API/glib/JSCVirtualMachine.cpp
++ Source/JavaScriptCore/API/glib/JSCVirtualMachinePrivate.h
++ Source/JavaScriptCore/API/glib/JSCWeakValue.cpp
++ Source/JavaScriptCore/API/glib/JSCWrapperMap.cpp
++ Source/JavaScriptCore/API/glib/JSCWrapperMap.h
++ Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
++ Source/JavaScriptCore/config.h
++ Source/JavaScriptCore/create_hash_table
++ Source/JavaScriptCore/debugger/Debugger.cpp
++ Source/JavaScriptCore/debugger/Debugger.h
++ Source/JavaScriptCore/heap/Heap.cpp
++ Source/JavaScriptCore/heap/Heap.h
++ Source/JavaScriptCore/heap/MachineStackMarker.cpp
++ Source/JavaScriptCore/heap/MachineStackMarker.h
++ Source/JavaScriptCore/heap/MarkedBlock.h
++ Source/JavaScriptCore/heap/MarkedSpace.cpp
++ Source/JavaScriptCore/heap/MarkedSpace.h
++ Source/JavaScriptCore/inspector/scripts/codegen/preprocess.pl
++ Source/JavaScriptCore/interpreter/CallFrame.h
++ Source/JavaScriptCore/jsc.cpp
++ Source/JavaScriptCore/parser/Lexer.cpp
++ Source/JavaScriptCore/parser/Lexer.h
++ Source/JavaScriptCore/parser/NodeConstructors.h
++ Source/JavaScriptCore/parser/Nodes.cpp
++ Source/JavaScriptCore/parser/Nodes.h
++ Source/JavaScriptCore/parser/Parser.cpp
++ Source/JavaScriptCore/parser/Parser.h
++ Source/JavaScriptCore/runtime/ArgList.cpp
++ Source/JavaScriptCore/runtime/ArgList.h
++ Source/JavaScriptCore/runtime/ArrayConstructor.cpp
++ Source/JavaScriptCore/runtime/ArrayConstructor.h
++ Source/JavaScriptCore/runtime/ArrayConventions.h
++ Source/JavaScriptCore/runtime/ArrayPrototype.cpp
++ Source/JavaScriptCore/runtime/ArrayPrototype.h
++ Source/JavaScriptCore/runtime/BooleanConstructor.cpp
++ Source/JavaScriptCore/runtime/BooleanConstructor.h
++ Source/JavaScriptCore/runtime/BooleanObject.cpp
++ Source/JavaScriptCore/runtime/BooleanObject.h
++ Source/JavaScriptCore/runtime/BooleanPrototype.cpp
++ Source/JavaScriptCore/runtime/BooleanPrototype.h
++ Source/JavaScriptCore/runtime/ClassInfo.h
++ Source/JavaScriptCore/runtime/CommonIdentifiers.cpp
++ Source/JavaScriptCore/runtime/CommonIdentifiers.h
++ Source/JavaScriptCore/runtime/Completion.cpp
++ Source/JavaScriptCore/runtime/Completion.h
++ Source/JavaScriptCore/runtime/DateConstructor.cpp
++ Source/JavaScriptCore/runtime/DateConstructor.h
++ Source/JavaScriptCore/runtime/DateInstance.cpp
++ Source/JavaScriptCore/runtime/DateInstance.h
++ Source/JavaScriptCore/runtime/DatePrototype.cpp
++ Source/JavaScriptCore/runtime/DatePrototype.h
++ Source/JavaScriptCore/runtime/Error.cpp
++ Source/JavaScriptCore/runtime/Error.h
++ Source/JavaScriptCore/runtime/ErrorConstructor.cpp
++ Source/JavaScriptCore/runtime/ErrorConstructor.h
++ Source/JavaScriptCore/runtime/ErrorInstance.cpp
++ Source/JavaScriptCore/runtime/ErrorInstance.h
++ Source/JavaScriptCore/runtime/ErrorPrototype.cpp
++ Source/JavaScriptCore/runtime/ErrorPrototype.h
++ Source/JavaScriptCore/runtime/FunctionConstructor.cpp
++ Source/JavaScriptCore/runtime/FunctionConstructor.h
++ Source/JavaScriptCore/runtime/FunctionPrototype.cpp
++ Source/JavaScriptCore/runtime/FunctionPrototype.h
++ Source/JavaScriptCore/runtime/GetterSetter.cpp
++ Source/JavaScriptCore/runtime/GetterSetter.h
++ Source/JavaScriptCore/runtime/GlobalObjectMethodTable.h
++ Source/JavaScriptCore/runtime/Identifier.cpp
++ Source/JavaScriptCore/runtime/Identifier.h
++ Source/JavaScriptCore/runtime/InternalFunction.cpp
++ Source/JavaScriptCore/runtime/InternalFunction.h
++ Source/JavaScriptCore/runtime/JSArray.cpp
++ Source/JavaScriptCore/runtime/JSArray.h
++ Source/JavaScriptCore/runtime/JSArrayInlines.h
++ Source/JavaScriptCore/runtime/JSCJSValue.cpp
++ Source/JavaScriptCore/runtime/JSCJSValue.h
++ Source/JavaScriptCore/runtime/JSCell.cpp
++ Source/JavaScriptCore/runtime/JSCell.h
++ Source/JavaScriptCore/runtime/JSFunction.cpp
++ Source/JavaScriptCore/runtime/JSFunction.h
++ Source/JavaScriptCore/runtime/JSGlobalObject.h
++ Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
++ Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
++ Source/JavaScriptCore/runtime/JSLock.cpp
++ Source/JavaScriptCore/runtime/JSLock.h
++ Source/JavaScriptCore/runtime/JSObject.cpp
++ Source/JavaScriptCore/runtime/JSObject.h
++ Source/JavaScriptCore/runtime/JSObjectInlines.h
++ Source/JavaScriptCore/runtime/JSString.cpp
++ Source/JavaScriptCore/runtime/JSString.h
++ Source/JavaScriptCore/runtime/JSType.h
++ Source/JavaScriptCore/runtime/JSWrapperObject.cpp
++ Source/JavaScriptCore/runtime/JSWrapperObject.h
++ Source/JavaScriptCore/runtime/Lookup.cpp
++ Source/JavaScriptCore/runtime/Lookup.h
++ Source/JavaScriptCore/runtime/MathObject.cpp
++ Source/JavaScriptCore/runtime/MathObject.h
++ Source/JavaScriptCore/runtime/NativeErrorConstructor.cpp
++ Source/JavaScriptCore/runtime/NativeErrorConstructor.h
++ Source/JavaScriptCore/runtime/NativeErrorPrototype.cpp
++ Source/JavaScriptCore/runtime/NativeErrorPrototype.h
++ Source/JavaScriptCore/runtime/NumberConstructor.cpp
++ Source/JavaScriptCore/runtime/NumberConstructor.h
++ Source/JavaScriptCore/runtime/NumberObject.cpp
++ Source/JavaScriptCore/runtime/NumberObject.h
++ Source/JavaScriptCore/runtime/NumberPrototype.cpp
++ Source/JavaScriptCore/runtime/NumberPrototype.h
++ Source/JavaScriptCore/runtime/ObjectConstructor.cpp
++ Source/JavaScriptCore/runtime/ObjectConstructor.h
++ Source/JavaScriptCore/runtime/ObjectPrototype.cpp
++ Source/JavaScriptCore/runtime/ObjectPrototype.h
++ Source/JavaScriptCore/runtime/Operations.cpp
++ Source/JavaScriptCore/runtime/Operations.h
++ Source/JavaScriptCore/runtime/PropertyNameArray.h
++ Source/JavaScriptCore/runtime/PropertySlot.cpp
++ Source/JavaScriptCore/runtime/PropertySlot.h
++ Source/JavaScriptCore/runtime/PropertyTable.h
++ Source/JavaScriptCore/runtime/Protect.h
++ Source/JavaScriptCore/runtime/RegExp.cpp
++ Source/JavaScriptCore/runtime/RegExp.h
++ Source/JavaScriptCore/runtime/RegExpConstructor.cpp
++ Source/JavaScriptCore/runtime/RegExpConstructor.h
++ Source/JavaScriptCore/runtime/RegExpInlines.h
++ Source/JavaScriptCore/runtime/RegExpMatchesArray.h
++ Source/JavaScriptCore/runtime/RegExpObject.cpp
++ Source/JavaScriptCore/runtime/RegExpObject.h
++ Source/JavaScriptCore/runtime/RegExpObjectInlines.h
++ Source/JavaScriptCore/runtime/RegExpPrototype.cpp
++ Source/JavaScriptCore/runtime/RegExpPrototype.h
++ Source/JavaScriptCore/runtime/StringConstructor.cpp
++ Source/JavaScriptCore/runtime/StringConstructor.h
++ Source/JavaScriptCore/runtime/StringObject.cpp
++ Source/JavaScriptCore/runtime/StringObject.h
++ Source/JavaScriptCore/runtime/StringPrototype.cpp
++ Source/JavaScriptCore/runtime/StringPrototype.h
++ Source/JavaScriptCore/runtime/StringRecursionChecker.cpp
++ Source/JavaScriptCore/runtime/StringRecursionChecker.h
++ Source/JavaScriptCore/runtime/SymbolObject.h
++ Source/JavaScriptCore/runtime/TemporalNow.cpp
++ Source/JavaScriptCore/runtime/TemporalNow.h
++ Source/JavaScriptCore/runtime/TemporalObject.cpp
++ Source/JavaScriptCore/runtime/TemporalObject.h
++ Source/JavaScriptCore/testRegExp.cpp
++ Source/JavaScriptCore/yarr/hasher.py
++ Source/WTF/config.h
++ Source/WTF/wtf/BitSet.h
++ Source/WTF/wtf/DataMutex.h
++ Source/WTF/wtf/DataRef.h
++ Source/WTF/wtf/FastMalloc.h
++ Source/WTF/wtf/Forward.h
++ Source/WTF/wtf/GetPtr.h
++ Source/WTF/wtf/HashCountedSet.h
++ Source/WTF/wtf/HashFunctions.h
++ Source/WTF/wtf/HashMap.h
++ Source/WTF/wtf/HashSet.h
++ Source/WTF/wtf/HashTable.cpp
++ Source/WTF/wtf/HashTable.h
++ Source/WTF/wtf/HashTraits.h
++ Source/WTF/wtf/Hasher.h
++ Source/WTF/wtf/HexNumber.cpp
++ Source/WTF/wtf/HexNumber.h
++ Source/WTF/wtf/ListHashSet.h
++ Source/WTF/wtf/MainThreadData.h
++ Source/WTF/wtf/Noncopyable.h
++ Source/WTF/wtf/NumberOfCores.h
++ Source/WTF/wtf/RefCounted.cpp
++ Source/WTF/wtf/RefCounted.h
++ Source/WTF/wtf/RefCountedLeakCounter.cpp
++ Source/WTF/wtf/RefCountedLeakCounter.h
++ Source/WTF/wtf/RefPtr.h
++ Source/WTF/wtf/RetainPtr.h
++ Source/WTF/wtf/StackBounds.cpp
++ Source/WTF/wtf/Vector.h
++ Source/WTF/wtf/VectorTraits.h
++ Source/WTF/wtf/dtoa.cpp
++ Source/WTF/wtf/dtoa.h
++ Source/WTF/wtf/glib/ChassisType.h
++ Source/WTF/wtf/glib/FileSystemGlib.cpp
++ Source/WTF/wtf/glib/GMutexLocker.h
++ Source/WTF/wtf/glib/GRefPtr.cpp
++ Source/WTF/wtf/glib/GRefPtr.h
++ Source/WTF/wtf/glib/GThreadSafeWeakPtr.h
++ Source/WTF/wtf/glib/GTypedefs.h
++ Source/WTF/wtf/glib/GUniquePtr.h
++ Source/WTF/wtf/glib/GWeakPtr.h
++ Source/WTF/wtf/glib/RunLoopSourcePriority.h
++ Source/WTF/wtf/glib/Sandbox.h
++ Source/WTF/wtf/glib/SocketConnection.cpp
++ Source/WTF/wtf/glib/SocketConnection.h
++ Source/WTF/wtf/glib/WTFGType.h
++ Source/WTF/wtf/linux/RealTimeThreads.h
++ Source/WTF/wtf/text/ASCIIFastPath.h
++ Source/WTF/wtf/text/AtomString.cpp
++ Source/WTF/wtf/text/AtomString.h
++ Source/WTF/wtf/text/AtomStringImpl.cpp
++ Source/WTF/wtf/text/AtomStringImpl.h
++ Source/WTF/wtf/text/AtomStringTable.cpp
++ Source/WTF/wtf/text/AtomStringTable.h
++ Source/WTF/wtf/text/IntegerToStringConversion.h
++ Source/WTF/wtf/text/NullTextBreakIterator.h
++ Source/WTF/wtf/text/StringHash.h
++ Source/WTF/wtf/text/StringHasher.h
++ Source/WTF/wtf/text/StringImpl.cpp
++ Source/WTF/wtf/text/StringImpl.h
++ Source/WTF/wtf/text/StringOperators.h
++ Source/WTF/wtf/text/TextBreakIterator.cpp
++ Source/WTF/wtf/text/TextBreakIterator.h
++ Source/WTF/wtf/text/TextBreakIteratorInternalICU.h
++ Source/WTF/wtf/text/WTFString.cpp
++ Source/WTF/wtf/text/WTFString.h
++ Source/WTF/wtf/text/icu/TextBreakIteratorICU.h
++ Source/WTF/wtf/text/unix/TextBreakIteratorInternalICUUnix.cpp
++ Source/WTF/wtf/unix/LanguageUnix.cpp
++ Source/WTF/wtf/unix/LoggingUnix.cpp
++ Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp
++ Source/WebCore/Modules/geolocation/NavigatorGeolocation.h
++ Source/WebCore/Modules/mediastream/gstreamer/*
++ Source/WebCore/Modules/webaudio/MediaStreamAudioSourceGStreamer.cpp
++ Source/WebCore/Modules/websockets/WebSocketFrame.cpp
++ Source/WebCore/PAL/config.h
++ Source/WebCore/PAL/pal/system/gtk/SoundGtk.cpp
++ Source/WebCore/WebCorePrefix.h
++ Source/WebCore/accessibility/AccessibilityProgressIndicator.cpp
++ Source/WebCore/accessibility/AccessibilityProgressIndicator.h
++ Source/WebCore/accessibility/atspi/*
++ Source/WebCore/bindings/js/DOMWrapperWorld.cpp
++ Source/WebCore/bindings/js/DOMWrapperWorld.h
++ Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp
++ Source/WebCore/bindings/js/JSDOMAttribute.h
++ Source/WebCore/bindings/js/JSDOMBinding.h
++ Source/WebCore/bindings/js/JSDOMBindingSecurity.cpp
++ Source/WebCore/bindings/js/JSDOMBindingSecurity.h
++ Source/WebCore/bindings/js/JSDOMBuiltinConstructor.h
++ Source/WebCore/bindings/js/JSDOMBuiltinConstructorBase.cpp
++ Source/WebCore/bindings/js/JSDOMBuiltinConstructorBase.h
++ Source/WebCore/bindings/js/JSDOMConstructor.h
++ Source/WebCore/bindings/js/JSDOMConstructorBase.cpp
++ Source/WebCore/bindings/js/JSDOMConstructorBase.h
++ Source/WebCore/bindings/js/JSDOMConstructorNotConstructable.h
++ Source/WebCore/bindings/js/JSDOMConstructorWithDocument.cpp
++ Source/WebCore/bindings/js/JSDOMConstructorWithDocument.h
++ Source/WebCore/bindings/js/JSDOMConvertDate.cpp
++ Source/WebCore/bindings/js/JSDOMConvertNumbers.cpp
++ Source/WebCore/bindings/js/JSDOMConvertStrings.cpp
++ Source/WebCore/bindings/js/JSDOMExceptionHandling.cpp
++ Source/WebCore/bindings/js/JSDOMExceptionHandling.h
++ Source/WebCore/bindings/js/JSDOMLegacyFactoryFunction.h
++ Source/WebCore/bindings/js/JSDOMOperation.h
++ Source/WebCore/bindings/js/JSDOMOperationReturningPromise.h
++ Source/WebCore/bindings/js/JSDOMWindowBase.cpp
++ Source/WebCore/bindings/js/JSDOMWindowBase.h
++ Source/WebCore/bindings/js/JSDOMWrapper.h
++ Source/WebCore/bindings/js/JSDOMWrapperCache.cpp
++ Source/WebCore/bindings/js/JSDOMWrapperCache.h
++ Source/WebCore/bindings/js/JSDocumentCustom.cpp
++ Source/WebCore/bindings/js/JSEventListener.cpp
++ Source/WebCore/bindings/js/JSEventListener.h
++ Source/WebCore/bindings/js/JSHTMLCollectionCustom.cpp
++ Source/WebCore/bindings/js/JSLazyEventListener.cpp
++ Source/WebCore/bindings/js/JSLazyEventListener.h
++ Source/WebCore/bindings/js/JSLocalDOMWindowCustom.cpp
++ Source/WebCore/bindings/js/JSLocalDOMWindowCustom.h
++ Source/WebCore/bindings/js/JSLocationCustom.cpp
++ Source/WebCore/bindings/js/JSNodeIteratorCustom.cpp
++ Source/WebCore/bindings/js/JSOffscreenCanvasRenderingContext2DCustom.cpp
++ Source/WebCore/bindings/js/JSPluginElementFunctions.cpp
++ Source/WebCore/bindings/js/JSPluginElementFunctions.h
++ Source/WebCore/bindings/js/JSSVGPathSegCustom.cpp
++ Source/WebCore/bindings/js/JSTreeWalkerCustom.cpp
++ Source/WebCore/bindings/js/ScheduledAction.cpp
++ Source/WebCore/bindings/js/ScheduledAction.h
++ Source/WebCore/bindings/js/ScriptController.cpp
++ Source/WebCore/bindings/js/ScriptController.h
++ Source/WebCore/bindings/js/WebCoreJSClientData.h
++ Source/WebCore/bindings/js/WindowProxy.cpp
++ Source/WebCore/bindings/js/WindowProxy.h
++ Source/WebCore/bindings/scripts/CodeGenerator.pm
++ Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
++ Source/WebCore/bindings/scripts/Hasher.pm
++ Source/WebCore/bindings/scripts/IDLParser.pm
++ Source/WebCore/bindings/scripts/generate-bindings.pl
++ Source/WebCore/bindings/scripts/preprocess-idls.pl
++ Source/WebCore/bindings/scripts/preprocessor.pm
++ Source/WebCore/bridge/testbindings.cpp
++ Source/WebCore/config.h
++ Source/WebCore/css/CSSBorderImage.cpp
++ Source/WebCore/css/CSSBorderImage.h
++ Source/WebCore/css/CSSComputedStyleDeclaration.cpp
++ Source/WebCore/css/CSSComputedStyleDeclaration.h
++ Source/WebCore/css/CSSCursorImageValue.cpp
++ Source/WebCore/css/CSSCursorImageValue.h
++ Source/WebCore/css/CSSFontFaceRule.cpp
++ Source/WebCore/css/CSSFontFaceRule.h
++ Source/WebCore/css/CSSFontValue.cpp
++ Source/WebCore/css/CSSFontValue.h
++ Source/WebCore/css/CSSGroupingRule.h
++ Source/WebCore/css/CSSHelper.h
++ Source/WebCore/css/CSSImageValue.cpp
++ Source/WebCore/css/CSSImageValue.h
++ Source/WebCore/css/CSSImportRule.cpp
++ Source/WebCore/css/CSSImportRule.h
++ Source/WebCore/css/CSSMarkup.cpp
++ Source/WebCore/css/CSSMarkup.h
++ Source/WebCore/css/CSSMediaRule.cpp
++ Source/WebCore/css/CSSMediaRule.h
++ Source/WebCore/css/CSSPageRule.cpp
++ Source/WebCore/css/CSSPageRule.h
++ Source/WebCore/css/CSSPrimitiveValue.cpp
++ Source/WebCore/css/CSSPrimitiveValue.h
++ Source/WebCore/css/CSSProperty.cpp
++ Source/WebCore/css/CSSProperty.h
++ Source/WebCore/css/CSSRule.cpp
++ Source/WebCore/css/CSSRule.h
++ Source/WebCore/css/CSSRuleList.cpp
++ Source/WebCore/css/CSSRuleList.h
++ Source/WebCore/css/CSSSelector.cpp
++ Source/WebCore/css/CSSSelector.h
++ Source/WebCore/css/CSSShadowValue.cpp
++ Source/WebCore/css/CSSShadowValue.h
++ Source/WebCore/css/CSSStyleDeclaration.h
++ Source/WebCore/css/CSSStyleRule.cpp
++ Source/WebCore/css/CSSStyleRule.h
++ Source/WebCore/css/CSSStyleSheet.cpp
++ Source/WebCore/css/CSSStyleSheet.h
++ Source/WebCore/css/CSSToStyleMap.cpp
++ Source/WebCore/css/CSSToStyleMap.h
++ Source/WebCore/css/CSSUnits.cpp
++ Source/WebCore/css/CSSUnits.h
++ Source/WebCore/css/CSSUnknownRule.h
++ Source/WebCore/css/CSSValue.h
++ Source/WebCore/css/CSSValueList.cpp
++ Source/WebCore/css/CSSValueList.h
++ Source/WebCore/css/ComputedStyleExtractor.cpp
++ Source/WebCore/css/ComputedStyleExtractor.h
++ Source/WebCore/css/Counter.h
++ Source/WebCore/css/DeprecatedCSSOMRGBColor.h
++ Source/WebCore/css/MediaList.cpp
++ Source/WebCore/css/MediaList.h
++ Source/WebCore/css/MediaQueryList.cpp
++ Source/WebCore/css/MediaQueryList.h
++ Source/WebCore/css/MediaQueryMatcher.cpp
++ Source/WebCore/css/MediaQueryMatcher.h
++ Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp
++ Source/WebCore/css/Quad.h
++ Source/WebCore/css/Rect.h
++ Source/WebCore/css/RectBase.h
++ Source/WebCore/css/SVGCSSComputedStyleDeclaration.cpp
++ Source/WebCore/css/SelectorChecker.cpp
++ Source/WebCore/css/SelectorChecker.h
++ Source/WebCore/css/SelectorFilter.cpp
++ Source/WebCore/css/SelectorFilter.h
++ Source/WebCore/css/StyleProperties.cpp
++ Source/WebCore/css/StyleProperties.h
++ Source/WebCore/css/StylePropertyShorthand.cpp
++ Source/WebCore/css/StylePropertyShorthand.h
++ Source/WebCore/css/StyleRule.cpp
++ Source/WebCore/css/StyleRule.h
++ Source/WebCore/css/StyleRuleImport.cpp
++ Source/WebCore/css/StyleRuleImport.h
++ Source/WebCore/css/StyleSheet.cpp
++ Source/WebCore/css/StyleSheet.h
++ Source/WebCore/css/StyleSheetContents.cpp
++ Source/WebCore/css/StyleSheetContents.h
++ Source/WebCore/css/StyleSheetList.cpp
++ Source/WebCore/css/StyleSheetList.h
++ Source/WebCore/css/html.css
++ Source/WebCore/css/make-css-file-arrays.pl
++ Source/WebCore/css/parser/CSSParser.cpp
++ Source/WebCore/css/parser/CSSParser.h
++ Source/WebCore/css/parser/CSSParserObserver.h
++ Source/WebCore/css/parser/CSSParserSelector.cpp
++ Source/WebCore/css/parser/CSSParserSelector.h
++ Source/WebCore/css/parser/CSSPropertyParser.h
++ Source/WebCore/css/quirks.css
++ Source/WebCore/css/themeAdwaita.css
++ Source/WebCore/dom/Attr.cpp
++ Source/WebCore/dom/Attr.h
++ Source/WebCore/dom/Attribute.h
++ Source/WebCore/dom/BeforeUnloadEvent.cpp
++ Source/WebCore/dom/BeforeUnloadEvent.h
++ Source/WebCore/dom/CDATASection.cpp
++ Source/WebCore/dom/CDATASection.h
++ Source/WebCore/dom/CharacterData.cpp
++ Source/WebCore/dom/CharacterData.h
++ Source/WebCore/dom/ChildNodeList.cpp
++ Source/WebCore/dom/ChildNodeList.h
++ Source/WebCore/dom/ClipboardEvent.cpp
++ Source/WebCore/dom/ClipboardEvent.h
++ Source/WebCore/dom/Comment.cpp
++ Source/WebCore/dom/Comment.h
++ Source/WebCore/dom/ContainerNode.cpp
++ Source/WebCore/dom/ContainerNode.h
++ Source/WebCore/dom/ContainerNodeAlgorithms.cpp
++ Source/WebCore/dom/ContainerNodeAlgorithms.h
++ Source/WebCore/dom/DOMImplementation.cpp
++ Source/WebCore/dom/DOMImplementation.h
++ Source/WebCore/dom/DataTransfer.h
++ Source/WebCore/dom/Document.cpp
++ Source/WebCore/dom/Document.h
++ Source/WebCore/dom/DocumentFragment.cpp
++ Source/WebCore/dom/DocumentFragment.h
++ Source/WebCore/dom/DocumentMarker.h
++ Source/WebCore/dom/DocumentMarkerController.cpp
++ Source/WebCore/dom/DocumentMarkerController.h
++ Source/WebCore/dom/DocumentParser.h
++ Source/WebCore/dom/DocumentType.cpp
++ Source/WebCore/dom/DocumentType.h
++ Source/WebCore/dom/Element.cpp
++ Source/WebCore/dom/Element.h
++ Source/WebCore/dom/ElementRareData.h
++ Source/WebCore/dom/ElementTraversal.h
++ Source/WebCore/dom/Event.cpp
++ Source/WebCore/dom/Event.h
++ Source/WebCore/dom/EventDispatcher.cpp
++ Source/WebCore/dom/EventDispatcher.h
++ Source/WebCore/dom/EventListener.h
++ Source/WebCore/dom/EventNames.cpp
++ Source/WebCore/dom/EventNames.h
++ Source/WebCore/dom/EventPath.cpp
++ Source/WebCore/dom/EventPath.h
++ Source/WebCore/dom/ExceptionCode.h
++ Source/WebCore/dom/ExtensionStyleSheets.cpp
++ Source/WebCore/dom/ExtensionStyleSheets.h
++ Source/WebCore/dom/HashChangeEvent.h
++ Source/WebCore/dom/InlineStyleSheetOwner.cpp
++ Source/WebCore/dom/InlineStyleSheetOwner.h
++ Source/WebCore/dom/KeyboardEvent.cpp
++ Source/WebCore/dom/KeyboardEvent.h
++ Source/WebCore/dom/LiveNodeList.cpp
++ Source/WebCore/dom/LiveNodeList.h
++ Source/WebCore/dom/Microtasks.cpp
++ Source/WebCore/dom/Microtasks.h
++ Source/WebCore/dom/MouseEvent.cpp
++ Source/WebCore/dom/MouseEvent.h
++ Source/WebCore/dom/MouseRelatedEvent.cpp
++ Source/WebCore/dom/MouseRelatedEvent.h
++ Source/WebCore/dom/MutationEvent.cpp
++ Source/WebCore/dom/MutationEvent.h
++ Source/WebCore/dom/NameNodeList.cpp
++ Source/WebCore/dom/NameNodeList.h
++ Source/WebCore/dom/NamedNodeMap.cpp
++ Source/WebCore/dom/NamedNodeMap.h
++ Source/WebCore/dom/Node.cpp
++ Source/WebCore/dom/Node.h
++ Source/WebCore/dom/NodeFilter.h
++ Source/WebCore/dom/NodeFilterCondition.cpp
++ Source/WebCore/dom/NodeFilterCondition.h
++ Source/WebCore/dom/NodeIterator.cpp
++ Source/WebCore/dom/NodeIterator.h
++ Source/WebCore/dom/NodeList.h
++ Source/WebCore/dom/NodeRareData.h
++ Source/WebCore/dom/NodeRenderStyle.h
++ Source/WebCore/dom/NodeTraversal.cpp
++ Source/WebCore/dom/NodeTraversal.h
++ Source/WebCore/dom/ProcessingInstruction.cpp
++ Source/WebCore/dom/ProcessingInstruction.h
++ Source/WebCore/dom/QualifiedName.cpp
++ Source/WebCore/dom/QualifiedName.h
++ Source/WebCore/dom/RadioButtonGroups.cpp
++ Source/WebCore/dom/RadioButtonGroups.h
++ Source/WebCore/dom/Range.cpp
++ Source/WebCore/dom/Range.h
++ Source/WebCore/dom/RegisteredEventListener.h
++ Source/WebCore/dom/ScriptDisallowedScope.h
++ Source/WebCore/dom/ScriptElement.cpp
++ Source/WebCore/dom/ScriptElement.h
++ Source/WebCore/dom/SimulatedClickOptions.h
++ Source/WebCore/dom/SpaceSplitString.cpp
++ Source/WebCore/dom/SpaceSplitString.h
++ Source/WebCore/dom/StyledElement.cpp
++ Source/WebCore/dom/StyledElement.h
++ Source/WebCore/dom/TagCollection.cpp
++ Source/WebCore/dom/TagCollection.h
++ Source/WebCore/dom/Text.cpp
++ Source/WebCore/dom/Text.h
++ Source/WebCore/dom/TransformSource.h
++ Source/WebCore/dom/Traversal.cpp
++ Source/WebCore/dom/Traversal.h
++ Source/WebCore/dom/TreeWalker.cpp
++ Source/WebCore/dom/TreeWalker.h
++ Source/WebCore/dom/UIEvent.cpp
++ Source/WebCore/dom/UIEvent.h
++ Source/WebCore/dom/UIEventWithKeyState.cpp
++ Source/WebCore/dom/UIEventWithKeyState.h
++ Source/WebCore/dom/ViewportArguments.cpp
++ Source/WebCore/dom/ViewportArguments.h
++ Source/WebCore/dom/VisitedLinkState.cpp
++ Source/WebCore/dom/VisitedLinkState.h
++ Source/WebCore/dom/WheelEvent.cpp
++ Source/WebCore/dom/WheelEvent.h
++ Source/WebCore/editing/EditingBehavior.h
++ Source/WebCore/editing/EditingBehaviorType.h
++ Source/WebCore/editing/TextCheckingHelper.h
++ Source/WebCore/editing/atspi/FrameSelectionAtspi.cpp
++ Source/WebCore/html/BaseTextInputType.cpp
++ Source/WebCore/html/CollectionType.h
++ Source/WebCore/html/DOMURL.cpp
++ Source/WebCore/html/EmailInputType.cpp
++ Source/WebCore/html/FileInputType.cpp
++ Source/WebCore/html/FormAssociatedElement.h
++ Source/WebCore/html/FormController.cpp
++ Source/WebCore/html/FormController.h
++ Source/WebCore/html/FormListedElement.cpp
++ Source/WebCore/html/FormListedElement.h
++ Source/WebCore/html/HTMLAnchorElement.cpp
++ Source/WebCore/html/HTMLAnchorElement.h
++ Source/WebCore/html/HTMLAreaElement.cpp
++ Source/WebCore/html/HTMLAreaElement.h
++ Source/WebCore/html/HTMLBDIElement.h
++ Source/WebCore/html/HTMLBRElement.cpp
++ Source/WebCore/html/HTMLBRElement.h
++ Source/WebCore/html/HTMLBaseElement.cpp
++ Source/WebCore/html/HTMLBaseElement.h
++ Source/WebCore/html/HTMLBodyElement.cpp
++ Source/WebCore/html/HTMLBodyElement.h
++ Source/WebCore/html/HTMLButtonElement.cpp
++ Source/WebCore/html/HTMLButtonElement.h
++ Source/WebCore/html/HTMLCollection.cpp
++ Source/WebCore/html/HTMLCollection.h
++ Source/WebCore/html/HTMLDListElement.cpp
++ Source/WebCore/html/HTMLDListElement.h
++ Source/WebCore/html/HTMLDetailsElement.cpp
++ Source/WebCore/html/HTMLDetailsElement.h
++ Source/WebCore/html/HTMLDirectoryElement.cpp
++ Source/WebCore/html/HTMLDirectoryElement.h
++ Source/WebCore/html/HTMLDivElement.cpp
++ Source/WebCore/html/HTMLDivElement.h
++ Source/WebCore/html/HTMLDocument.h
++ Source/WebCore/html/HTMLElement.cpp
++ Source/WebCore/html/HTMLElement.h
++ Source/WebCore/html/HTMLEmbedElement.cpp
++ Source/WebCore/html/HTMLEmbedElement.h
++ Source/WebCore/html/HTMLFieldSetElement.cpp
++ Source/WebCore/html/HTMLFieldSetElement.h
++ Source/WebCore/html/HTMLFontElement.cpp
++ Source/WebCore/html/HTMLFontElement.h
++ Source/WebCore/html/HTMLFormControlElement.cpp
++ Source/WebCore/html/HTMLFormControlElement.h
++ Source/WebCore/html/HTMLFormControlsCollection.cpp
++ Source/WebCore/html/HTMLFormControlsCollection.h
++ Source/WebCore/html/HTMLFormElement.cpp
++ Source/WebCore/html/HTMLFormElement.h
++ Source/WebCore/html/HTMLFrameElement.cpp
++ Source/WebCore/html/HTMLFrameElement.h
++ Source/WebCore/html/HTMLFrameElementBase.cpp
++ Source/WebCore/html/HTMLFrameElementBase.h
++ Source/WebCore/html/HTMLFrameOwnerElement.cpp
++ Source/WebCore/html/HTMLFrameOwnerElement.h
++ Source/WebCore/html/HTMLFrameSetElement.cpp
++ Source/WebCore/html/HTMLFrameSetElement.h
++ Source/WebCore/html/HTMLHRElement.cpp
++ Source/WebCore/html/HTMLHRElement.h
++ Source/WebCore/html/HTMLHeadElement.cpp
++ Source/WebCore/html/HTMLHeadElement.h
++ Source/WebCore/html/HTMLHeadingElement.cpp
++ Source/WebCore/html/HTMLHeadingElement.h
++ Source/WebCore/html/HTMLHtmlElement.cpp
++ Source/WebCore/html/HTMLHtmlElement.h
++ Source/WebCore/html/HTMLIFrameElement.cpp
++ Source/WebCore/html/HTMLIFrameElement.h
++ Source/WebCore/html/HTMLImageElement.cpp
++ Source/WebCore/html/HTMLImageElement.h
++ Source/WebCore/html/HTMLImageLoader.cpp
++ Source/WebCore/html/HTMLImageLoader.h
++ Source/WebCore/html/HTMLInputElement.cpp
++ Source/WebCore/html/HTMLInputElement.h
++ Source/WebCore/html/HTMLLIElement.cpp
++ Source/WebCore/html/HTMLLIElement.h
++ Source/WebCore/html/HTMLLabelElement.cpp
++ Source/WebCore/html/HTMLLabelElement.h
++ Source/WebCore/html/HTMLLegendElement.cpp
++ Source/WebCore/html/HTMLLegendElement.h
++ Source/WebCore/html/HTMLLinkElement.cpp
++ Source/WebCore/html/HTMLLinkElement.h
++ Source/WebCore/html/HTMLMapElement.cpp
++ Source/WebCore/html/HTMLMapElement.h
++ Source/WebCore/html/HTMLMarqueeElement.cpp
++ Source/WebCore/html/HTMLMarqueeElement.h
++ Source/WebCore/html/HTMLMenuElement.cpp
++ Source/WebCore/html/HTMLMenuElement.h
++ Source/WebCore/html/HTMLMetaElement.cpp
++ Source/WebCore/html/HTMLMetaElement.h
++ Source/WebCore/html/HTMLMeterElement.cpp
++ Source/WebCore/html/HTMLMeterElement.h
++ Source/WebCore/html/HTMLModElement.cpp
++ Source/WebCore/html/HTMLModElement.h
++ Source/WebCore/html/HTMLNameCollection.cpp
++ Source/WebCore/html/HTMLNameCollection.h
++ Source/WebCore/html/HTMLOListElement.cpp
++ Source/WebCore/html/HTMLOListElement.h
++ Source/WebCore/html/HTMLObjectElement.cpp
++ Source/WebCore/html/HTMLObjectElement.h
++ Source/WebCore/html/HTMLOptGroupElement.cpp
++ Source/WebCore/html/HTMLOptGroupElement.h
++ Source/WebCore/html/HTMLOptionElement.cpp
++ Source/WebCore/html/HTMLOptionElement.h
++ Source/WebCore/html/HTMLOptionsCollection.cpp
++ Source/WebCore/html/HTMLOptionsCollection.h
++ Source/WebCore/html/HTMLParagraphElement.cpp
++ Source/WebCore/html/HTMLParagraphElement.h
++ Source/WebCore/html/HTMLParamElement.cpp
++ Source/WebCore/html/HTMLParamElement.h
++ Source/WebCore/html/HTMLPlugInElement.cpp
++ Source/WebCore/html/HTMLPlugInElement.h
++ Source/WebCore/html/HTMLPlugInImageElement.cpp
++ Source/WebCore/html/HTMLPlugInImageElement.h
++ Source/WebCore/html/HTMLPreElement.cpp
++ Source/WebCore/html/HTMLPreElement.h
++ Source/WebCore/html/HTMLProgressElement.cpp
++ Source/WebCore/html/HTMLProgressElement.h
++ Source/WebCore/html/HTMLQuoteElement.cpp
++ Source/WebCore/html/HTMLQuoteElement.h
++ Source/WebCore/html/HTMLScriptElement.cpp
++ Source/WebCore/html/HTMLScriptElement.h
++ Source/WebCore/html/HTMLSelectElement.cpp
++ Source/WebCore/html/HTMLSelectElement.h
++ Source/WebCore/html/HTMLStyleElement.cpp
++ Source/WebCore/html/HTMLStyleElement.h
++ Source/WebCore/html/HTMLSummaryElement.cpp
++ Source/WebCore/html/HTMLSummaryElement.h
++ Source/WebCore/html/HTMLTableCaptionElement.cpp
++ Source/WebCore/html/HTMLTableCaptionElement.h
++ Source/WebCore/html/HTMLTableCellElement.cpp
++ Source/WebCore/html/HTMLTableCellElement.h
++ Source/WebCore/html/HTMLTableColElement.cpp
++ Source/WebCore/html/HTMLTableColElement.h
++ Source/WebCore/html/HTMLTableElement.cpp
++ Source/WebCore/html/HTMLTableElement.h
++ Source/WebCore/html/HTMLTablePartElement.cpp
++ Source/WebCore/html/HTMLTablePartElement.h
++ Source/WebCore/html/HTMLTableRowElement.cpp
++ Source/WebCore/html/HTMLTableRowElement.h
++ Source/WebCore/html/HTMLTableSectionElement.cpp
++ Source/WebCore/html/HTMLTableSectionElement.h
++ Source/WebCore/html/HTMLTextAreaElement.cpp
++ Source/WebCore/html/HTMLTextAreaElement.h
++ Source/WebCore/html/HTMLTextFormControlElement.cpp
++ Source/WebCore/html/HTMLTextFormControlElement.h
++ Source/WebCore/html/HTMLTitleElement.cpp
++ Source/WebCore/html/HTMLTitleElement.h
++ Source/WebCore/html/HTMLUListElement.cpp
++ Source/WebCore/html/HTMLUListElement.h
++ Source/WebCore/html/ImageInputType.cpp
++ Source/WebCore/html/InputType.cpp
++ Source/WebCore/html/InputTypeNames.cpp
++ Source/WebCore/html/InputTypeNames.h
++ Source/WebCore/html/LabelsNodeList.cpp
++ Source/WebCore/html/LabelsNodeList.h
++ Source/WebCore/html/RadioInputType.cpp
++ Source/WebCore/html/StepRange.cpp
++ Source/WebCore/html/StepRange.h
++ Source/WebCore/html/TypeAhead.cpp
++ Source/WebCore/html/ValidityState.h
++ Source/WebCore/loader/FrameNetworkingContext.h
++ Source/WebCore/loader/ImageLoader.cpp
++ Source/WebCore/loader/ImageLoader.h
++ Source/WebCore/loader/TextResourceDecoder.cpp
++ Source/WebCore/loader/TextResourceDecoder.h
++ Source/WebCore/loader/cache/CachedCSSStyleSheet.cpp
++ Source/WebCore/loader/cache/CachedCSSStyleSheet.h
++ Source/WebCore/loader/cache/CachedImage.cpp
++ Source/WebCore/loader/cache/CachedImage.h
++ Source/WebCore/loader/cache/CachedImageClient.h
++ Source/WebCore/loader/cache/CachedRawResource.h
++ Source/WebCore/loader/cache/CachedRawResourceClient.h
++ Source/WebCore/loader/cache/CachedResource.cpp
++ Source/WebCore/loader/cache/CachedResource.h
++ Source/WebCore/loader/cache/CachedResourceClient.cpp
++ Source/WebCore/loader/cache/CachedResourceClient.h
++ Source/WebCore/loader/cache/CachedResourceClientWalker.h
++ Source/WebCore/loader/cache/CachedResourceLoader.cpp
++ Source/WebCore/loader/cache/CachedResourceLoader.h
++ Source/WebCore/loader/cache/CachedSVGDocument.cpp
++ Source/WebCore/loader/cache/CachedSVGDocument.h
++ Source/WebCore/loader/cache/CachedSVGDocumentClient.h
++ Source/WebCore/loader/cache/CachedScript.cpp
++ Source/WebCore/loader/cache/CachedScript.h
++ Source/WebCore/loader/cache/CachedStyleSheetClient.h
++ Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp
++ Source/WebCore/loader/cache/CachedXSLStyleSheet.h
++ Source/WebCore/loader/cache/MemoryCache.cpp
++ Source/WebCore/loader/cache/MemoryCache.h
++ Source/WebCore/make-hash-tools.pl
++ Source/WebCore/page/Chrome.cpp
++ Source/WebCore/page/Chrome.h
++ Source/WebCore/page/ChromeClient.h
++ Source/WebCore/page/FrameTree.cpp
++ Source/WebCore/page/FrameTree.h
++ Source/WebCore/page/LocalFrame.cpp
++ Source/WebCore/page/LocalFrame.h
++ Source/WebCore/page/LocalFrameView.cpp
++ Source/WebCore/page/LocalFrameView.h
++ Source/WebCore/page/MouseEventWithHitTestResults.cpp
++ Source/WebCore/page/MouseEventWithHitTestResults.h
++ Source/WebCore/page/Navigator.cpp
++ Source/WebCore/page/Navigator.h
++ Source/WebCore/page/Page.cpp
++ Source/WebCore/page/Page.h
++ Source/WebCore/page/PageGroupLoadDeferrer.cpp
++ Source/WebCore/page/PageGroupLoadDeferrer.h
++ Source/WebCore/page/PrintContext.cpp
++ Source/WebCore/page/PrintContext.h
++ Source/WebCore/page/ScrollIntoViewOptions.h
++ Source/WebCore/page/ScrollLogicalPosition.h
++ Source/WebCore/page/SpatialNavigation.h
++ Source/WebCore/page/WindowFeatures.cpp
++ Source/WebCore/platform/AbortableTaskQueue.h
++ Source/WebCore/platform/HashTools.h
++ Source/WebCore/platform/Length.cpp
++ Source/WebCore/platform/Length.h
++ Source/WebCore/platform/LengthBox.h
++ Source/WebCore/platform/LengthFunctions.cpp
++ Source/WebCore/platform/LengthFunctions.h
++ Source/WebCore/platform/LengthSize.h
++ Source/WebCore/platform/PlatformTouchEvent.h
++ Source/WebCore/platform/PlatformTouchPoint.h
++ Source/WebCore/platform/PopupMenu.h
++ Source/WebCore/platform/PopupMenuClient.h
++ Source/WebCore/platform/SearchPopupMenu.h
++ Source/WebCore/platform/SharedStringHash.cpp
++ Source/WebCore/platform/animation/Animation.cpp
++ Source/WebCore/platform/animation/Animation.h
++ Source/WebCore/platform/animation/AnimationList.cpp
++ Source/WebCore/platform/animation/AnimationList.h
++ Source/WebCore/platform/animation/TimingFunction.h
++ Source/WebCore/platform/audio/glib/*
++ Source/WebCore/platform/audio/gstreamer/*
++ Source/WebCore/platform/gamepad/manette/GUniquePtrManette.h
++ Source/WebCore/platform/glib/ApplicationGLib.cpp
++ Source/WebCore/platform/glib/ApplicationGLib.h
++ Source/WebCore/platform/glib/LowPowerModeNotifierGLib.cpp
++ Source/WebCore/platform/glib/RemoteCommandListenerGLib.cpp
++ Source/WebCore/platform/glib/RemoteCommandListenerGLib.h
++ Source/WebCore/platform/glib/SharedBufferGlib.cpp
++ Source/WebCore/platform/graphics/FloatPoint3D.cpp
++ Source/WebCore/platform/graphics/FloatPoint3D.h
++ Source/WebCore/platform/graphics/Font.h
++ Source/WebCore/platform/graphics/FontCascade.cpp
++ Source/WebCore/platform/graphics/FontCascade.h
++ Source/WebCore/platform/graphics/FontCascadeDescription.h
++ Source/WebCore/platform/graphics/FontCascadeFonts.h
++ Source/WebCore/platform/graphics/FontDescription.h
++ Source/WebCore/platform/graphics/FontMetrics.h
++ Source/WebCore/platform/graphics/FontPlatformData.cpp
++ Source/WebCore/platform/graphics/FontPlatformData.h
++ Source/WebCore/platform/graphics/GraphicsLayerTransform.cpp
++ Source/WebCore/platform/graphics/GraphicsLayerTransform.h
++ Source/WebCore/platform/graphics/Icon.h
++ Source/WebCore/platform/graphics/IntPointHash.h
++ Source/WebCore/platform/graphics/IntSizeHash.h
++ Source/WebCore/platform/graphics/Latin1TextIterator.h
++ Source/WebCore/platform/graphics/PathTraversalState.cpp
++ Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.h
++ Source/WebCore/platform/graphics/TextRun.h
++ Source/WebCore/platform/graphics/WidthIterator.cpp
++ Source/WebCore/platform/graphics/WidthIterator.h
++ Source/WebCore/platform/graphics/angle/PlatformDisplayANGLE.cpp
++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairo.h
++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.cpp
++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h
++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoX11.cpp
++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoX11.h
++ Source/WebCore/platform/graphics/cairo/DrawErrorUnderline.h
++ Source/WebCore/platform/graphics/cairo/IntRectCairo.cpp
++ Source/WebCore/platform/graphics/cairo/PathCairo.cpp
++ Source/WebCore/platform/graphics/cairo/RefPtrCairo.cpp
++ Source/WebCore/platform/graphics/cairo/RefPtrCairo.h
++ Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp
++ Source/WebCore/platform/graphics/coretext/FontCustomPlatformDataCoreText.cpp
++ Source/WebCore/platform/graphics/coretext/FontPlatformDataCoreText.cpp
++ Source/WebCore/platform/graphics/egl/GLContext.cpp
++ Source/WebCore/platform/graphics/egl/GLContext.h
++ Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp
++ Source/WebCore/platform/graphics/egl/GLContextX11.cpp
++ Source/WebCore/platform/graphics/filters/DistantLightSource.h
++ Source/WebCore/platform/graphics/filters/FEBlend.cpp
++ Source/WebCore/platform/graphics/filters/FEBlend.h
++ Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp
++ Source/WebCore/platform/graphics/filters/FEColorMatrix.h
++ Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp
++ Source/WebCore/platform/graphics/filters/FEComponentTransfer.h
++ Source/WebCore/platform/graphics/filters/FEComposite.cpp
++ Source/WebCore/platform/graphics/filters/FEComposite.h
++ Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp
++ Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h
++ Source/WebCore/platform/graphics/filters/FEDiffuseLighting.cpp
++ Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h
++ Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp
++ Source/WebCore/platform/graphics/filters/FEDisplacementMap.h
++ Source/WebCore/platform/graphics/filters/FEDropShadow.cpp
++ Source/WebCore/platform/graphics/filters/FEDropShadow.h
++ Source/WebCore/platform/graphics/filters/FEFlood.cpp
++ Source/WebCore/platform/graphics/filters/FEFlood.h
++ Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp
++ Source/WebCore/platform/graphics/filters/FEGaussianBlur.h
++ Source/WebCore/platform/graphics/filters/FEImage.cpp
++ Source/WebCore/platform/graphics/filters/FEImage.h
++ Source/WebCore/platform/graphics/filters/FEMerge.cpp
++ Source/WebCore/platform/graphics/filters/FEMerge.h
++ Source/WebCore/platform/graphics/filters/FEMorphology.cpp
++ Source/WebCore/platform/graphics/filters/FEMorphology.h
++ Source/WebCore/platform/graphics/filters/FEOffset.cpp
++ Source/WebCore/platform/graphics/filters/FEOffset.h
++ Source/WebCore/platform/graphics/filters/FESpecularLighting.cpp
++ Source/WebCore/platform/graphics/filters/FESpecularLighting.h
++ Source/WebCore/platform/graphics/filters/FETile.cpp
++ Source/WebCore/platform/graphics/filters/FETile.h
++ Source/WebCore/platform/graphics/filters/FETurbulence.cpp
++ Source/WebCore/platform/graphics/filters/FETurbulence.h
++ Source/WebCore/platform/graphics/filters/Filter.h
++ Source/WebCore/platform/graphics/filters/FilterEffect.cpp
++ Source/WebCore/platform/graphics/filters/FilterEffect.h
++ Source/WebCore/platform/graphics/filters/LightSource.h
++ Source/WebCore/platform/graphics/filters/PointLightSource.h
++ Source/WebCore/platform/graphics/filters/SourceAlpha.cpp
++ Source/WebCore/platform/graphics/filters/SourceAlpha.h
++ Source/WebCore/platform/graphics/filters/SourceGraphic.cpp
++ Source/WebCore/platform/graphics/filters/SourceGraphic.h
++ Source/WebCore/platform/graphics/filters/SpotLightSource.h
++ Source/WebCore/platform/graphics/filters/software/FEBlendSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEBlendSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEColorMatrixSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEColorMatrixSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEDisplacementMapSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEDisplacementMapSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEDropShadowSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEDropShadowSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEFloodSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEFloodSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEGaussianBlurSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEGaussianBlurSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEMergeSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEMergeSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEMorphologySoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEMorphologySoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FEOffsetSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FEOffsetSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FETileSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FETileSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/SourceAlphaSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/SourceAlphaSoftwareApplier.h
++ Source/WebCore/platform/graphics/filters/software/SourceGraphicSoftwareApplier.cpp
++ Source/WebCore/platform/graphics/filters/software/SourceGraphicSoftwareApplier.h
++ Source/WebCore/platform/graphics/freetype/FontCacheFreeType.cpp
++ Source/WebCore/platform/graphics/freetype/FontCacheFreeType.h
++ Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp
++ Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
++ Source/WebCore/platform/graphics/freetype/FontSetCache.cpp
++ Source/WebCore/platform/graphics/freetype/FontSetCache.h
++ Source/WebCore/platform/graphics/freetype/RefPtrFontconfig.cpp
++ Source/WebCore/platform/graphics/freetype/RefPtrFontconfig.h
++ Source/WebCore/platform/graphics/gstreamer/DMABufVideoSinkGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/DMABufVideoSinkGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/GStreamerAudioMixer.cpp
++ Source/WebCore/platform/graphics/gstreamer/GStreamerAudioMixer.h
++ Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
++ Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h
++ Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp
++ Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.h
++ Source/WebCore/platform/graphics/gstreamer/GStreamerSinksWorkarounds.cpp
++ Source/WebCore/platform/graphics/gstreamer/GStreamerSinksWorkarounds.h
++ Source/WebCore/platform/graphics/gstreamer/GStreamerVideoFrameHolder.cpp
++ Source/WebCore/platform/graphics/gstreamer/GStreamerVideoFrameHolder.h
++ Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp
++ Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.h
++ Source/WebCore/platform/graphics/gstreamer/GUniquePtrGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/GstAllocatorFastMalloc.cpp
++ Source/WebCore/platform/graphics/gstreamer/GstAllocatorFastMalloc.h
++ Source/WebCore/platform/graphics/gstreamer/ImageDecoderGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/ImageDecoderGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp
++ Source/WebCore/platform/graphics/gstreamer/MainThreadNotifier.h
++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/PlatformDisplayGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/VideoFrameMetadataGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/VideoFrameMetadataGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/WebKitAudioSinkGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/WebKitAudioSinkGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp
++ Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h
++ Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.h
++ Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp
++ Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.h
++ Source/WebCore/platform/graphics/gstreamer/mse/GStreamerMediaDescription.cpp
++ Source/WebCore/platform/graphics/gstreamer/mse/GStreamerMediaDescription.h
++ Source/WebCore/platform/graphics/gstreamer/mse/GStreamerRegistryScannerMSE.cpp
++ Source/WebCore/platform/graphics/gstreamer/mse/GStreamerRegistryScannerMSE.h
++ Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp
++ Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.h
++ Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp
++ Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.h
++ Source/WebCore/platform/graphics/gtk/ColorGtk.cpp
++ Source/WebCore/platform/graphics/gtk/SystemFontDatabaseGTK.cpp
++ Source/WebCore/platform/graphics/holepunch/*
++ Source/WebCore/platform/graphics/nicosia/NicosiaAnimation.cpp
++ Source/WebCore/platform/graphics/nicosia/NicosiaAnimation.h
++ Source/WebCore/platform/graphics/texmap/BitmapTextureGL.cpp
++ Source/WebCore/platform/graphics/texmap/BitmapTextureGL.h
++ Source/WebCore/platform/graphics/texmap/ClipStack.cpp
++ Source/WebCore/platform/graphics/texmap/ClipStack.h
++ Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
++ Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h
++ Source/WebCore/platform/graphics/texmap/TextureMapper.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapper.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperFPSCounter.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperFPSCounter.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperGCGLPlatformLayer.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperGCGLPlatformLayer.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperGL.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayer.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperTile.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperTile.h
++ Source/WebCore/platform/graphics/texmap/TextureMapperTiledBackingStore.cpp
++ Source/WebCore/platform/graphics/texmap/TextureMapperTiledBackingStore.h
++ Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp
++ Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.h
++ Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp
++ Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h
++ Source/WebCore/platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h
++ Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStore.cpp
++ Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStore.h
++ Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStoreClient.h
++ Source/WebCore/platform/graphics/transforms/IdentityTransformOperation.h
++ Source/WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp
++ Source/WebCore/platform/graphics/transforms/MatrixTransformOperation.h
++ Source/WebCore/platform/graphics/transforms/RotateTransformOperation.cpp
++ Source/WebCore/platform/graphics/transforms/RotateTransformOperation.h
++ Source/WebCore/platform/graphics/transforms/ScaleTransformOperation.cpp
++ Source/WebCore/platform/graphics/transforms/ScaleTransformOperation.h
++ Source/WebCore/platform/graphics/transforms/SkewTransformOperation.cpp
++ Source/WebCore/platform/graphics/transforms/SkewTransformOperation.h
++ Source/WebCore/platform/graphics/transforms/TransformOperation.h
++ Source/WebCore/platform/graphics/transforms/TransformOperations.cpp
++ Source/WebCore/platform/graphics/transforms/TransformOperations.h
++ Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp
++ Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.h
++ Source/WebCore/platform/gstreamer/GStreamerCodecUtilities.cpp
++ Source/WebCore/platform/gstreamer/GStreamerCodecUtilities.h
++ Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp
++ Source/WebCore/platform/gstreamer/GStreamerElementHarness.h
++ Source/WebCore/platform/gstreamer/GUniquePtrFlite.h
++ Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.cpp
++ Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.h
++ Source/WebCore/platform/gstreamer/WebKitFliteSourceGStreamer.cpp
++ Source/WebCore/platform/gstreamer/WebKitFliteSourceGStreamer.h
++ Source/WebCore/platform/gtk/DragDataGtk.cpp
++ Source/WebCore/platform/gtk/DragImageGtk.cpp
++ Source/WebCore/platform/gtk/GRefPtrGtk.cpp
++ Source/WebCore/platform/gtk/GRefPtrGtk.h
++ Source/WebCore/platform/gtk/GUniquePtrGtk.h
++ Source/WebCore/platform/gtk/GtkUtilities.cpp
++ Source/WebCore/platform/gtk/GtkUtilities.h
++ Source/WebCore/platform/gtk/GtkVersioning.h
++ Source/WebCore/platform/gtk/PasteboardGtk.cpp
++ Source/WebCore/platform/gtk/SelectionData.cpp
++ Source/WebCore/platform/gtk/SelectionData.h
++ Source/WebCore/platform/image-decoders/ScalableImageDecoder.cpp
++ Source/WebCore/platform/mediarecorder/MediaRecorderPrivateGStreamer.cpp
++ Source/WebCore/platform/mediarecorder/MediaRecorderPrivateGStreamer.h
++ Source/WebCore/platform/mediastream/gstreamer/*
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoCommon.cpp
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoCommon.h
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoDecoderFactory.cpp
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoDecoderFactory.h
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoEncoderFactory.cpp
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoEncoderFactory.h
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoFrameLibWebRTC.cpp
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoFrameLibWebRTC.h
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.cpp
++ Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h
++ Source/WebCore/platform/network/FormData.cpp
++ Source/WebCore/platform/network/FormData.h
++ Source/WebCore/platform/network/FormDataBuilder.cpp
++ Source/WebCore/platform/network/FormDataBuilder.h
++ Source/WebCore/platform/network/NetworkingContext.h
++ Source/WebCore/platform/network/glib/NetworkStateNotifierGLib.cpp
++ Source/WebCore/platform/network/soup/CookieStorageSoup.cpp
++ Source/WebCore/platform/network/soup/GUniquePtrSoup.h
++ Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp
++ Source/WebCore/platform/network/soup/ResourceResponseSoup.cpp
++ Source/WebCore/platform/network/soup/SoupVersioning.h
++ Source/WebCore/platform/text/BidiContext.cpp
++ Source/WebCore/platform/text/BidiContext.h
++ Source/WebCore/platform/text/BidiResolver.h
++ Source/WebCore/platform/text/BidiRunList.h
++ Source/WebCore/platform/text/SegmentedString.cpp
++ Source/WebCore/platform/text/SegmentedString.h
++ Source/WebCore/platform/text/enchant/*
++ Source/WebCore/platform/unix/LoggingUnix.cpp
++ Source/WebCore/platform/xr/PlatformXR.h
++ Source/WebCore/platform/xr/openxr/*
++ Source/WebCore/plugins/DOMMimeType.cpp
++ Source/WebCore/plugins/DOMMimeType.h
++ Source/WebCore/plugins/DOMMimeTypeArray.cpp
++ Source/WebCore/plugins/DOMMimeTypeArray.h
++ Source/WebCore/plugins/DOMPlugin.cpp
++ Source/WebCore/plugins/DOMPlugin.h
++ Source/WebCore/plugins/DOMPluginArray.cpp
++ Source/WebCore/plugins/DOMPluginArray.h
++ Source/WebCore/plugins/PluginData.cpp
++ Source/WebCore/plugins/PluginData.h
++ Source/WebCore/preprocess-localizable-strings.pl
++ Source/WebCore/rendering/BackgroundPainter.cpp
++ Source/WebCore/rendering/BackgroundPainter.h
++ Source/WebCore/rendering/BaselineAlignmentInlines.h
++ Source/WebCore/rendering/BidiRun.cpp
++ Source/WebCore/rendering/BidiRun.h
++ Source/WebCore/rendering/BorderPainter.cpp
++ Source/WebCore/rendering/BorderPainter.h
++ Source/WebCore/rendering/BreakLines.h
++ Source/WebCore/rendering/ContentfulPaintChecker.cpp
++ Source/WebCore/rendering/ContentfulPaintChecker.h
++ Source/WebCore/rendering/CounterNode.cpp
++ Source/WebCore/rendering/CounterNode.h
++ Source/WebCore/rendering/FloatingObjects.cpp
++ Source/WebCore/rendering/FloatingObjects.h
++ Source/WebCore/rendering/GapRects.h
++ Source/WebCore/rendering/HitTestLocation.cpp
++ Source/WebCore/rendering/HitTestLocation.h
++ Source/WebCore/rendering/HitTestRequest.h
++ Source/WebCore/rendering/HitTestResult.cpp
++ Source/WebCore/rendering/HitTestResult.h
++ Source/WebCore/rendering/LayoutRepainter.cpp
++ Source/WebCore/rendering/LayoutRepainter.h
++ Source/WebCore/rendering/LegacyEllipsisBox.cpp
++ Source/WebCore/rendering/LegacyEllipsisBox.h
++ Source/WebCore/rendering/LegacyInlineBox.cpp
++ Source/WebCore/rendering/LegacyInlineBox.h
++ Source/WebCore/rendering/LegacyInlineFlowBox.cpp
++ Source/WebCore/rendering/LegacyInlineFlowBox.h
++ Source/WebCore/rendering/LegacyInlineFlowBoxInlines.h
++ Source/WebCore/rendering/LegacyInlineIterator.h
++ Source/WebCore/rendering/LegacyInlineIteratorInlines.h
++ Source/WebCore/rendering/LegacyInlineTextBox.cpp
++ Source/WebCore/rendering/LegacyInlineTextBox.h
++ Source/WebCore/rendering/LegacyLineLayout.cpp
++ Source/WebCore/rendering/LegacyRootInlineBox.cpp
++ Source/WebCore/rendering/LegacyRootInlineBox.h
++ Source/WebCore/rendering/LogicalSelectionOffsetCaches.h
++ Source/WebCore/rendering/PaintInfo.h
++ Source/WebCore/rendering/PaintPhase.h
++ Source/WebCore/rendering/PointerEventsHitRules.cpp
++ Source/WebCore/rendering/PointerEventsHitRules.h
++ Source/WebCore/rendering/RenderBlock.cpp
++ Source/WebCore/rendering/RenderBlock.h
++ Source/WebCore/rendering/RenderBlockFlow.cpp
++ Source/WebCore/rendering/RenderBlockFlow.h
++ Source/WebCore/rendering/RenderBlockFlowInlines.h
++ Source/WebCore/rendering/RenderBlockInlines.h
++ Source/WebCore/rendering/RenderBox.cpp
++ Source/WebCore/rendering/RenderBox.h
++ Source/WebCore/rendering/RenderBoxInlines.h
++ Source/WebCore/rendering/RenderBoxModelObject.cpp
++ Source/WebCore/rendering/RenderBoxModelObject.h
++ Source/WebCore/rendering/RenderBoxModelObjectInlines.h
++ Source/WebCore/rendering/RenderButton.cpp
++ Source/WebCore/rendering/RenderButton.h
++ Source/WebCore/rendering/RenderCombineText.cpp
++ Source/WebCore/rendering/RenderCombineText.h
++ Source/WebCore/rendering/RenderCounter.cpp
++ Source/WebCore/rendering/RenderCounter.h
++ Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
++ Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h
++ Source/WebCore/rendering/RenderDetailsMarker.cpp
++ Source/WebCore/rendering/RenderDetailsMarker.h
++ Source/WebCore/rendering/RenderElement.cpp
++ Source/WebCore/rendering/RenderElement.h
++ Source/WebCore/rendering/RenderElementInlines.h
++ Source/WebCore/rendering/RenderEmbeddedObject.cpp
++ Source/WebCore/rendering/RenderEmbeddedObject.h
++ Source/WebCore/rendering/RenderFileUploadControl.cpp
++ Source/WebCore/rendering/RenderFileUploadControl.h
++ Source/WebCore/rendering/RenderFrame.cpp
++ Source/WebCore/rendering/RenderFrame.h
++ Source/WebCore/rendering/RenderFrameSet.cpp
++ Source/WebCore/rendering/RenderFrameSet.h
++ Source/WebCore/rendering/RenderImage.cpp
++ Source/WebCore/rendering/RenderImage.h
++ Source/WebCore/rendering/RenderImageResource.cpp
++ Source/WebCore/rendering/RenderImageResource.h
++ Source/WebCore/rendering/RenderImageResourceStyleImage.cpp
++ Source/WebCore/rendering/RenderImageResourceStyleImage.h
++ Source/WebCore/rendering/RenderInline.cpp
++ Source/WebCore/rendering/RenderInline.h
++ Source/WebCore/rendering/RenderLayerModelObject.cpp
++ Source/WebCore/rendering/RenderLayerModelObject.h
++ Source/WebCore/rendering/RenderLineBreak.cpp
++ Source/WebCore/rendering/RenderLineBreak.h
++ Source/WebCore/rendering/RenderListItem.cpp
++ Source/WebCore/rendering/RenderListItem.h
++ Source/WebCore/rendering/RenderListMarker.cpp
++ Source/WebCore/rendering/RenderListMarker.h
++ Source/WebCore/rendering/RenderMenuList.cpp
++ Source/WebCore/rendering/RenderMenuList.h
++ Source/WebCore/rendering/RenderMeter.cpp
++ Source/WebCore/rendering/RenderMeter.h
++ Source/WebCore/rendering/RenderObject.cpp
++ Source/WebCore/rendering/RenderObject.h
++ Source/WebCore/rendering/RenderObjectEnums.h
++ Source/WebCore/rendering/RenderObjectInlines.h
++ Source/WebCore/rendering/RenderOverflow.h
++ Source/WebCore/rendering/RenderProgress.cpp
++ Source/WebCore/rendering/RenderProgress.h
++ Source/WebCore/rendering/RenderQuote.cpp
++ Source/WebCore/rendering/RenderQuote.h
++ Source/WebCore/rendering/RenderReplaced.cpp
++ Source/WebCore/rendering/RenderReplaced.h
++ Source/WebCore/rendering/RenderSearchField.cpp
++ Source/WebCore/rendering/RenderSearchField.h
++ Source/WebCore/rendering/RenderSelectionInfo.h
++ Source/WebCore/rendering/RenderSlider.cpp
++ Source/WebCore/rendering/RenderSlider.h
++ Source/WebCore/rendering/RenderTable.cpp
++ Source/WebCore/rendering/RenderTable.h
++ Source/WebCore/rendering/RenderTableCaption.cpp
++ Source/WebCore/rendering/RenderTableCaption.h
++ Source/WebCore/rendering/RenderTableCell.cpp
++ Source/WebCore/rendering/RenderTableCell.h
++ Source/WebCore/rendering/RenderTableCellInlines.h
++ Source/WebCore/rendering/RenderTableCol.cpp
++ Source/WebCore/rendering/RenderTableCol.h
++ Source/WebCore/rendering/RenderTableInlines.h
++ Source/WebCore/rendering/RenderTableRow.cpp
++ Source/WebCore/rendering/RenderTableRow.h
++ Source/WebCore/rendering/RenderTableRowInlines.h
++ Source/WebCore/rendering/RenderTableSection.cpp
++ Source/WebCore/rendering/RenderTableSection.h
++ Source/WebCore/rendering/RenderTableSectionInlines.h
++ Source/WebCore/rendering/RenderText.cpp
++ Source/WebCore/rendering/RenderText.h
++ Source/WebCore/rendering/RenderTextControl.cpp
++ Source/WebCore/rendering/RenderTextControl.h
++ Source/WebCore/rendering/RenderTextControlMultiLine.cpp
++ Source/WebCore/rendering/RenderTextControlMultiLine.h
++ Source/WebCore/rendering/RenderTextControlSingleLine.cpp
++ Source/WebCore/rendering/RenderTextControlSingleLine.h
++ Source/WebCore/rendering/RenderTextFragment.cpp
++ Source/WebCore/rendering/RenderTextFragment.h
++ Source/WebCore/rendering/RenderTextInlines.h
++ Source/WebCore/rendering/RenderTheme.cpp
++ Source/WebCore/rendering/RenderTheme.h
++ Source/WebCore/rendering/RenderThemeMac.h
++ Source/WebCore/rendering/RenderView.cpp
++ Source/WebCore/rendering/RenderView.h
++ Source/WebCore/rendering/RenderWidget.cpp
++ Source/WebCore/rendering/RenderWidget.h
++ Source/WebCore/rendering/TextDecorationPainter.cpp
++ Source/WebCore/rendering/TextDecorationPainter.h
++ Source/WebCore/rendering/TextPainter.cpp
++ Source/WebCore/rendering/TextPainter.h
++ Source/WebCore/rendering/line/BreakingContext.h
++ Source/WebCore/rendering/line/LineBreaker.cpp
++ Source/WebCore/rendering/line/LineBreaker.h
++ Source/WebCore/rendering/line/LineInlineHeaders.h
++ Source/WebCore/rendering/line/TrailingObjects.cpp
++ Source/WebCore/rendering/line/TrailingObjects.h
++ Source/WebCore/rendering/line/WordTrailingSpace.h
++ Source/WebCore/rendering/style/BorderData.h
++ Source/WebCore/rendering/style/BorderValue.cpp
++ Source/WebCore/rendering/style/BorderValue.h
++ Source/WebCore/rendering/style/CollapsedBorderValue.h
++ Source/WebCore/rendering/style/ContentData.cpp
++ Source/WebCore/rendering/style/ContentData.h
++ Source/WebCore/rendering/style/CounterContent.h
++ Source/WebCore/rendering/style/CounterDirectives.h
++ Source/WebCore/rendering/style/CursorData.h
++ Source/WebCore/rendering/style/CursorList.h
++ Source/WebCore/rendering/style/FillLayer.cpp
++ Source/WebCore/rendering/style/FillLayer.h
++ Source/WebCore/rendering/style/KeyframeList.cpp
++ Source/WebCore/rendering/style/KeyframeList.h
++ Source/WebCore/rendering/style/NinePieceImage.cpp
++ Source/WebCore/rendering/style/NinePieceImage.h
++ Source/WebCore/rendering/style/OutlineValue.h
++ Source/WebCore/rendering/style/QuotesData.cpp
++ Source/WebCore/rendering/style/QuotesData.h
++ Source/WebCore/rendering/style/RenderStyle.cpp
++ Source/WebCore/rendering/style/RenderStyle.h
++ Source/WebCore/rendering/style/RenderStyleConstants.h
++ Source/WebCore/rendering/style/RenderStyleInlines.h
++ Source/WebCore/rendering/style/RenderStyleSetters.h
++ Source/WebCore/rendering/style/SVGRenderStyle.cpp
++ Source/WebCore/rendering/style/SVGRenderStyle.h
++ Source/WebCore/rendering/style/SVGRenderStyleDefs.cpp
++ Source/WebCore/rendering/style/SVGRenderStyleDefs.h
++ Source/WebCore/rendering/style/ShadowData.cpp
++ Source/WebCore/rendering/style/ShadowData.h
++ Source/WebCore/rendering/style/StyleBackgroundData.cpp
++ Source/WebCore/rendering/style/StyleBackgroundData.h
++ Source/WebCore/rendering/style/StyleBoxData.cpp
++ Source/WebCore/rendering/style/StyleBoxData.h
++ Source/WebCore/rendering/style/StyleCachedImage.cpp
++ Source/WebCore/rendering/style/StyleCachedImage.h
++ Source/WebCore/rendering/style/StyleCursorImage.cpp
++ Source/WebCore/rendering/style/StyleCursorImage.h
++ Source/WebCore/rendering/style/StyleCustomPropertyData.h
++ Source/WebCore/rendering/style/StyleDeprecatedFlexibleBoxData.cpp
++ Source/WebCore/rendering/style/StyleDeprecatedFlexibleBoxData.h
++ Source/WebCore/rendering/style/StyleGeneratedImage.cpp
++ Source/WebCore/rendering/style/StyleGeneratedImage.h
++ Source/WebCore/rendering/style/StyleImage.h
++ Source/WebCore/rendering/style/StyleImageSet.cpp
++ Source/WebCore/rendering/style/StyleImageSet.h
++ Source/WebCore/rendering/style/StyleInheritedData.cpp
++ Source/WebCore/rendering/style/StyleInheritedData.h
++ Source/WebCore/rendering/style/StyleMarqueeData.cpp
++ Source/WebCore/rendering/style/StyleMarqueeData.h
++ Source/WebCore/rendering/style/StyleMultiColData.cpp
++ Source/WebCore/rendering/style/StyleMultiColData.h
++ Source/WebCore/rendering/style/StyleMultiImage.cpp
++ Source/WebCore/rendering/style/StyleMultiImage.h
++ Source/WebCore/rendering/style/StyleRareInheritedData.cpp
++ Source/WebCore/rendering/style/StyleRareInheritedData.h
++ Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
++ Source/WebCore/rendering/style/StyleRareNonInheritedData.h
++ Source/WebCore/rendering/style/StyleReflection.h
++ Source/WebCore/rendering/style/StyleSurroundData.cpp
++ Source/WebCore/rendering/style/StyleSurroundData.h
++ Source/WebCore/rendering/style/StyleTransformData.cpp
++ Source/WebCore/rendering/style/StyleTransformData.h
++ Source/WebCore/rendering/style/TextSizeAdjustment.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGContainer.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGContainer.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGForeignObject.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGForeignObject.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGHiddenContainer.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGHiddenContainer.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGImage.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGImage.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGPath.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGPath.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGRoot.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGRoot.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGShape.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGShape.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGTransformableContainer.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGTransformableContainer.h
++ Source/WebCore/rendering/svg/LegacyRenderSVGViewportContainer.cpp
++ Source/WebCore/rendering/svg/LegacyRenderSVGViewportContainer.h
++ Source/WebCore/rendering/svg/RenderSVGBlock.cpp
++ Source/WebCore/rendering/svg/RenderSVGBlock.h
++ Source/WebCore/rendering/svg/RenderSVGContainer.cpp
++ Source/WebCore/rendering/svg/RenderSVGContainer.h
++ Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp
++ Source/WebCore/rendering/svg/RenderSVGForeignObject.h
++ Source/WebCore/rendering/svg/RenderSVGGradientStop.cpp
++ Source/WebCore/rendering/svg/RenderSVGGradientStop.h
++ Source/WebCore/rendering/svg/RenderSVGHiddenContainer.cpp
++ Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h
++ Source/WebCore/rendering/svg/RenderSVGImage.cpp
++ Source/WebCore/rendering/svg/RenderSVGImage.h
++ Source/WebCore/rendering/svg/RenderSVGInline.cpp
++ Source/WebCore/rendering/svg/RenderSVGInline.h
++ Source/WebCore/rendering/svg/RenderSVGInlineText.cpp
++ Source/WebCore/rendering/svg/RenderSVGInlineText.h
++ Source/WebCore/rendering/svg/RenderSVGPath.cpp
++ Source/WebCore/rendering/svg/RenderSVGPath.h
++ Source/WebCore/rendering/svg/RenderSVGResource.cpp
++ Source/WebCore/rendering/svg/RenderSVGResource.h
++ Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceClipper.h
++ Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceContainer.h
++ Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceFilter.h
++ Source/WebCore/rendering/svg/RenderSVGResourceGradient.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceGradient.h
++ Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h
++ Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceMarker.h
++ Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceMasker.h
++ Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourcePattern.h
++ Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h
++ Source/WebCore/rendering/svg/RenderSVGResourceSolidColor.cpp
++ Source/WebCore/rendering/svg/RenderSVGResourceSolidColor.h
++ Source/WebCore/rendering/svg/RenderSVGRoot.cpp
++ Source/WebCore/rendering/svg/RenderSVGRoot.h
++ Source/WebCore/rendering/svg/RenderSVGShape.cpp
++ Source/WebCore/rendering/svg/RenderSVGShape.h
++ Source/WebCore/rendering/svg/RenderSVGTSpan.h
++ Source/WebCore/rendering/svg/RenderSVGText.cpp
++ Source/WebCore/rendering/svg/RenderSVGText.h
++ Source/WebCore/rendering/svg/RenderSVGTextPath.cpp
++ Source/WebCore/rendering/svg/RenderSVGTextPath.h
++ Source/WebCore/rendering/svg/RenderSVGTransformableContainer.cpp
++ Source/WebCore/rendering/svg/RenderSVGTransformableContainer.h
++ Source/WebCore/rendering/svg/RenderSVGViewportContainer.cpp
++ Source/WebCore/rendering/svg/RenderSVGViewportContainer.h
++ Source/WebCore/rendering/svg/SVGBoundingBoxComputation.cpp
++ Source/WebCore/rendering/svg/SVGBoundingBoxComputation.h
++ Source/WebCore/rendering/svg/SVGContainerLayout.cpp
++ Source/WebCore/rendering/svg/SVGContainerLayout.h
++ Source/WebCore/rendering/svg/SVGInlineFlowBox.cpp
++ Source/WebCore/rendering/svg/SVGInlineFlowBox.h
++ Source/WebCore/rendering/svg/SVGInlineTextBox.cpp
++ Source/WebCore/rendering/svg/SVGInlineTextBox.h
++ Source/WebCore/rendering/svg/SVGLayerTransformComputation.h
++ Source/WebCore/rendering/svg/SVGLayerTransformUpdater.h
++ Source/WebCore/rendering/svg/SVGMarkerData.h
++ Source/WebCore/rendering/svg/SVGPathData.cpp
++ Source/WebCore/rendering/svg/SVGPathData.h
++ Source/WebCore/rendering/svg/SVGRenderSupport.cpp
++ Source/WebCore/rendering/svg/SVGRenderSupport.h
++ Source/WebCore/rendering/svg/SVGRenderingContext.cpp
++ Source/WebCore/rendering/svg/SVGRenderingContext.h
++ Source/WebCore/rendering/svg/SVGResources.cpp
++ Source/WebCore/rendering/svg/SVGResources.h
++ Source/WebCore/rendering/svg/SVGResourcesCache.cpp
++ Source/WebCore/rendering/svg/SVGResourcesCache.h
++ Source/WebCore/rendering/svg/SVGResourcesCycleSolver.cpp
++ Source/WebCore/rendering/svg/SVGResourcesCycleSolver.h
++ Source/WebCore/rendering/svg/SVGRootInlineBox.cpp
++ Source/WebCore/rendering/svg/SVGRootInlineBox.h
++ Source/WebCore/rendering/svg/SVGSubpathData.h
++ Source/WebCore/rendering/svg/SVGTextChunk.cpp
++ Source/WebCore/rendering/svg/SVGTextChunk.h
++ Source/WebCore/rendering/svg/SVGTextChunkBuilder.cpp
++ Source/WebCore/rendering/svg/SVGTextChunkBuilder.h
++ Source/WebCore/rendering/svg/SVGTextFragment.h
++ Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp
++ Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h
++ Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
++ Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h
++ Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp
++ Source/WebCore/rendering/svg/SVGTextLayoutEngine.h
++ Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.cpp
++ Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.h
++ Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.cpp
++ Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.h
++ Source/WebCore/rendering/svg/SVGTextMetrics.cpp
++ Source/WebCore/rendering/svg/SVGTextMetrics.h
++ Source/WebCore/rendering/svg/SVGTextMetricsBuilder.cpp
++ Source/WebCore/rendering/svg/SVGTextMetricsBuilder.h
++ Source/WebCore/rendering/svg/SVGTextQuery.cpp
++ Source/WebCore/rendering/svg/SVGTextQuery.h
++ Source/WebCore/rendering/updating/RenderTreeBuilderFirstLetter.cpp
++ Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp
++ Source/WebCore/rendering/updating/RenderTreeBuilderMultiColumn.cpp
++ Source/WebCore/style/ElementRuleCollector.cpp
++ Source/WebCore/style/ElementRuleCollector.h
++ Source/WebCore/style/InspectorCSSOMWrappers.cpp
++ Source/WebCore/style/InspectorCSSOMWrappers.h
++ Source/WebCore/style/MatchedDeclarationsCache.cpp
++ Source/WebCore/style/PageRuleCollector.cpp
++ Source/WebCore/style/PageRuleCollector.h
++ Source/WebCore/style/ResolvedStyle.h
++ Source/WebCore/style/RuleData.cpp
++ Source/WebCore/style/RuleData.h
++ Source/WebCore/style/RuleFeature.cpp
++ Source/WebCore/style/RuleFeature.h
++ Source/WebCore/style/RuleSet.cpp
++ Source/WebCore/style/RuleSet.h
++ Source/WebCore/style/RuleSetBuilder.cpp
++ Source/WebCore/style/RuleSetBuilder.h
++ Source/WebCore/style/StyleAdjuster.cpp
++ Source/WebCore/style/StyleBuilder.cpp
++ Source/WebCore/style/StyleBuilderState.cpp
++ Source/WebCore/style/StyleFontSizeFunctions.cpp
++ Source/WebCore/style/StyleResolveForDocument.cpp
++ Source/WebCore/style/StyleResolver.cpp
++ Source/WebCore/style/StyleResolver.h
++ Source/WebCore/style/StyleScope.cpp
++ Source/WebCore/style/StyleScope.h
++ Source/WebCore/style/StyleScopeRuleSets.cpp
++ Source/WebCore/style/StyleScopeRuleSets.h
++ Source/WebCore/style/StyleTreeResolver.cpp
++ Source/WebCore/style/UserAgentStyle.cpp
++ Source/WebCore/style/UserAgentStyle.h
++ Source/WebCore/svg/GradientAttributes.h
++ Source/WebCore/svg/LinearGradientAttributes.h
++ Source/WebCore/svg/PatternAttributes.h
++ Source/WebCore/svg/RadialGradientAttributes.h
++ Source/WebCore/svg/SVGAElement.cpp
++ Source/WebCore/svg/SVGAElement.h
++ Source/WebCore/svg/SVGAltGlyphDefElement.cpp
++ Source/WebCore/svg/SVGAltGlyphDefElement.h
++ Source/WebCore/svg/SVGAltGlyphElement.cpp
++ Source/WebCore/svg/SVGAltGlyphElement.h
++ Source/WebCore/svg/SVGAltGlyphItemElement.cpp
++ Source/WebCore/svg/SVGAltGlyphItemElement.h
++ Source/WebCore/svg/SVGAngleValue.cpp
++ Source/WebCore/svg/SVGAngleValue.h
++ Source/WebCore/svg/SVGAnimateColorElement.cpp
++ Source/WebCore/svg/SVGAnimateColorElement.h
++ Source/WebCore/svg/SVGAnimateElementBase.cpp
++ Source/WebCore/svg/SVGAnimateElementBase.h
++ Source/WebCore/svg/SVGAnimateMotionElement.cpp
++ Source/WebCore/svg/SVGAnimateMotionElement.h
++ Source/WebCore/svg/SVGAnimateTransformElement.cpp
++ Source/WebCore/svg/SVGAnimateTransformElement.h
++ Source/WebCore/svg/SVGAnimationElement.cpp
++ Source/WebCore/svg/SVGAnimationElement.h
++ Source/WebCore/svg/SVGCircleElement.cpp
++ Source/WebCore/svg/SVGCircleElement.h
++ Source/WebCore/svg/SVGClipPathElement.cpp
++ Source/WebCore/svg/SVGClipPathElement.h
++ Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp
++ Source/WebCore/svg/SVGComponentTransferFunctionElement.h
++ Source/WebCore/svg/SVGCursorElement.cpp
++ Source/WebCore/svg/SVGCursorElement.h
++ Source/WebCore/svg/SVGDefsElement.cpp
++ Source/WebCore/svg/SVGDefsElement.h
++ Source/WebCore/svg/SVGDescElement.cpp
++ Source/WebCore/svg/SVGDescElement.h
++ Source/WebCore/svg/SVGDocument.cpp
++ Source/WebCore/svg/SVGDocument.h
++ Source/WebCore/svg/SVGDocumentExtensions.cpp
++ Source/WebCore/svg/SVGDocumentExtensions.h
++ Source/WebCore/svg/SVGElement.cpp
++ Source/WebCore/svg/SVGElement.h
++ Source/WebCore/svg/SVGElementRareData.h
++ Source/WebCore/svg/SVGEllipseElement.cpp
++ Source/WebCore/svg/SVGEllipseElement.h
++ Source/WebCore/svg/SVGFEBlendElement.cpp
++ Source/WebCore/svg/SVGFEBlendElement.h
++ Source/WebCore/svg/SVGFEColorMatrixElement.cpp
++ Source/WebCore/svg/SVGFEColorMatrixElement.h
++ Source/WebCore/svg/SVGFEComponentTransferElement.cpp
++ Source/WebCore/svg/SVGFEComponentTransferElement.h
++ Source/WebCore/svg/SVGFECompositeElement.cpp
++ Source/WebCore/svg/SVGFECompositeElement.h
++ Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp
++ Source/WebCore/svg/SVGFEConvolveMatrixElement.h
++ Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp
++ Source/WebCore/svg/SVGFEDiffuseLightingElement.h
++ Source/WebCore/svg/SVGFEDisplacementMapElement.cpp
++ Source/WebCore/svg/SVGFEDisplacementMapElement.h
++ Source/WebCore/svg/SVGFEDistantLightElement.cpp
++ Source/WebCore/svg/SVGFEDistantLightElement.h
++ Source/WebCore/svg/SVGFEDropShadowElement.cpp
++ Source/WebCore/svg/SVGFEDropShadowElement.h
++ Source/WebCore/svg/SVGFEFloodElement.cpp
++ Source/WebCore/svg/SVGFEFloodElement.h
++ Source/WebCore/svg/SVGFEFuncAElement.cpp
++ Source/WebCore/svg/SVGFEFuncAElement.h
++ Source/WebCore/svg/SVGFEFuncBElement.cpp
++ Source/WebCore/svg/SVGFEFuncBElement.h
++ Source/WebCore/svg/SVGFEFuncGElement.cpp
++ Source/WebCore/svg/SVGFEFuncGElement.h
++ Source/WebCore/svg/SVGFEFuncRElement.cpp
++ Source/WebCore/svg/SVGFEFuncRElement.h
++ Source/WebCore/svg/SVGFEGaussianBlurElement.cpp
++ Source/WebCore/svg/SVGFEGaussianBlurElement.h
++ Source/WebCore/svg/SVGFEImageElement.cpp
++ Source/WebCore/svg/SVGFEImageElement.h
++ Source/WebCore/svg/SVGFELightElement.cpp
++ Source/WebCore/svg/SVGFELightElement.h
++ Source/WebCore/svg/SVGFEMergeElement.cpp
++ Source/WebCore/svg/SVGFEMergeElement.h
++ Source/WebCore/svg/SVGFEMergeNodeElement.cpp
++ Source/WebCore/svg/SVGFEMergeNodeElement.h
++ Source/WebCore/svg/SVGFEMorphologyElement.cpp
++ Source/WebCore/svg/SVGFEMorphologyElement.h
++ Source/WebCore/svg/SVGFEOffsetElement.cpp
++ Source/WebCore/svg/SVGFEOffsetElement.h
++ Source/WebCore/svg/SVGFEPointLightElement.cpp
++ Source/WebCore/svg/SVGFEPointLightElement.h
++ Source/WebCore/svg/SVGFESpecularLightingElement.cpp
++ Source/WebCore/svg/SVGFESpecularLightingElement.h
++ Source/WebCore/svg/SVGFESpotLightElement.cpp
++ Source/WebCore/svg/SVGFESpotLightElement.h
++ Source/WebCore/svg/SVGFETileElement.cpp
++ Source/WebCore/svg/SVGFETileElement.h
++ Source/WebCore/svg/SVGFETurbulenceElement.cpp
++ Source/WebCore/svg/SVGFETurbulenceElement.h
++ Source/WebCore/svg/SVGFilterElement.cpp
++ Source/WebCore/svg/SVGFilterElement.h
++ Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp
++ Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
++ Source/WebCore/svg/SVGFitToViewBox.cpp
++ Source/WebCore/svg/SVGFitToViewBox.h
++ Source/WebCore/svg/SVGFontElement.cpp
++ Source/WebCore/svg/SVGFontElement.h
++ Source/WebCore/svg/SVGFontFaceElement.cpp
++ Source/WebCore/svg/SVGFontFaceElement.h
++ Source/WebCore/svg/SVGFontFaceFormatElement.cpp
++ Source/WebCore/svg/SVGFontFaceFormatElement.h
++ Source/WebCore/svg/SVGFontFaceNameElement.cpp
++ Source/WebCore/svg/SVGFontFaceNameElement.h
++ Source/WebCore/svg/SVGFontFaceSrcElement.cpp
++ Source/WebCore/svg/SVGFontFaceSrcElement.h
++ Source/WebCore/svg/SVGFontFaceUriElement.cpp
++ Source/WebCore/svg/SVGFontFaceUriElement.h
++ Source/WebCore/svg/SVGForeignObjectElement.cpp
++ Source/WebCore/svg/SVGForeignObjectElement.h
++ Source/WebCore/svg/SVGGElement.cpp
++ Source/WebCore/svg/SVGGElement.h
++ Source/WebCore/svg/SVGGeometryElement.cpp
++ Source/WebCore/svg/SVGGeometryElement.h
++ Source/WebCore/svg/SVGGlyphElement.cpp
++ Source/WebCore/svg/SVGGlyphElement.h
++ Source/WebCore/svg/SVGGlyphRefElement.cpp
++ Source/WebCore/svg/SVGGlyphRefElement.h
++ Source/WebCore/svg/SVGGradientElement.cpp
++ Source/WebCore/svg/SVGGradientElement.h
++ Source/WebCore/svg/SVGGraphicsElement.cpp
++ Source/WebCore/svg/SVGGraphicsElement.h
++ Source/WebCore/svg/SVGHKernElement.cpp
++ Source/WebCore/svg/SVGHKernElement.h
++ Source/WebCore/svg/SVGImageElement.cpp
++ Source/WebCore/svg/SVGImageElement.h
++ Source/WebCore/svg/SVGImageLoader.cpp
++ Source/WebCore/svg/SVGImageLoader.h
++ Source/WebCore/svg/SVGLengthContext.cpp
++ Source/WebCore/svg/SVGLengthContext.h
++ Source/WebCore/svg/SVGLengthValue.cpp
++ Source/WebCore/svg/SVGLengthValue.h
++ Source/WebCore/svg/SVGLineElement.cpp
++ Source/WebCore/svg/SVGLineElement.h
++ Source/WebCore/svg/SVGLinearGradientElement.cpp
++ Source/WebCore/svg/SVGLinearGradientElement.h
++ Source/WebCore/svg/SVGLocatable.cpp
++ Source/WebCore/svg/SVGLocatable.h
++ Source/WebCore/svg/SVGMPathElement.cpp
++ Source/WebCore/svg/SVGMPathElement.h
++ Source/WebCore/svg/SVGMarkerElement.cpp
++ Source/WebCore/svg/SVGMarkerElement.h
++ Source/WebCore/svg/SVGMaskElement.cpp
++ Source/WebCore/svg/SVGMaskElement.h
++ Source/WebCore/svg/SVGMetadataElement.cpp
++ Source/WebCore/svg/SVGMetadataElement.h
++ Source/WebCore/svg/SVGMissingGlyphElement.cpp
++ Source/WebCore/svg/SVGMissingGlyphElement.h
++ Source/WebCore/svg/SVGParserUtilities.cpp
++ Source/WebCore/svg/SVGParserUtilities.h
++ Source/WebCore/svg/SVGPathBlender.cpp
++ Source/WebCore/svg/SVGPathBlender.h
++ Source/WebCore/svg/SVGPathBuilder.cpp
++ Source/WebCore/svg/SVGPathBuilder.h
++ Source/WebCore/svg/SVGPathByteStream.h
++ Source/WebCore/svg/SVGPathByteStreamBuilder.cpp
++ Source/WebCore/svg/SVGPathByteStreamBuilder.h
++ Source/WebCore/svg/SVGPathByteStreamSource.cpp
++ Source/WebCore/svg/SVGPathByteStreamSource.h
++ Source/WebCore/svg/SVGPathConsumer.h
++ Source/WebCore/svg/SVGPathElement.cpp
++ Source/WebCore/svg/SVGPathElement.h
++ Source/WebCore/svg/SVGPathParser.cpp
++ Source/WebCore/svg/SVGPathParser.h
++ Source/WebCore/svg/SVGPathSeg.h
++ Source/WebCore/svg/SVGPathSegList.h
++ Source/WebCore/svg/SVGPathSegListBuilder.cpp
++ Source/WebCore/svg/SVGPathSegListBuilder.h
++ Source/WebCore/svg/SVGPathSegListSource.cpp
++ Source/WebCore/svg/SVGPathSegListSource.h
++ Source/WebCore/svg/SVGPathSource.h
++ Source/WebCore/svg/SVGPathStringBuilder.cpp
++ Source/WebCore/svg/SVGPathStringBuilder.h
++ Source/WebCore/svg/SVGPathStringViewSource.cpp
++ Source/WebCore/svg/SVGPathStringViewSource.h
++ Source/WebCore/svg/SVGPathTraversalStateBuilder.cpp
++ Source/WebCore/svg/SVGPathTraversalStateBuilder.h
++ Source/WebCore/svg/SVGPathUtilities.cpp
++ Source/WebCore/svg/SVGPathUtilities.h
++ Source/WebCore/svg/SVGPatternElement.cpp
++ Source/WebCore/svg/SVGPatternElement.h
++ Source/WebCore/svg/SVGPolyElement.cpp
++ Source/WebCore/svg/SVGPolyElement.h
++ Source/WebCore/svg/SVGPolygonElement.cpp
++ Source/WebCore/svg/SVGPolygonElement.h
++ Source/WebCore/svg/SVGPolylineElement.cpp
++ Source/WebCore/svg/SVGPolylineElement.h
++ Source/WebCore/svg/SVGPreserveAspectRatioValue.cpp
++ Source/WebCore/svg/SVGPreserveAspectRatioValue.h
++ Source/WebCore/svg/SVGRadialGradientElement.cpp
++ Source/WebCore/svg/SVGRadialGradientElement.h
++ Source/WebCore/svg/SVGRect.h
++ Source/WebCore/svg/SVGRectElement.cpp
++ Source/WebCore/svg/SVGRectElement.h
++ Source/WebCore/svg/SVGRenderingIntent.h
++ Source/WebCore/svg/SVGSVGElement.cpp
++ Source/WebCore/svg/SVGSVGElement.h
++ Source/WebCore/svg/SVGScriptElement.cpp
++ Source/WebCore/svg/SVGScriptElement.h
++ Source/WebCore/svg/SVGSetElement.cpp
++ Source/WebCore/svg/SVGSetElement.h
++ Source/WebCore/svg/SVGStopElement.cpp
++ Source/WebCore/svg/SVGStopElement.h
++ Source/WebCore/svg/SVGStyleElement.cpp
++ Source/WebCore/svg/SVGStyleElement.h
++ Source/WebCore/svg/SVGSwitchElement.cpp
++ Source/WebCore/svg/SVGSwitchElement.h
++ Source/WebCore/svg/SVGSymbolElement.cpp
++ Source/WebCore/svg/SVGSymbolElement.h
++ Source/WebCore/svg/SVGTRefElement.cpp
++ Source/WebCore/svg/SVGTRefElement.h
++ Source/WebCore/svg/SVGTSpanElement.cpp
++ Source/WebCore/svg/SVGTSpanElement.h
++ Source/WebCore/svg/SVGTests.cpp
++ Source/WebCore/svg/SVGTests.h
++ Source/WebCore/svg/SVGTextContentElement.cpp
++ Source/WebCore/svg/SVGTextContentElement.h
++ Source/WebCore/svg/SVGTextElement.cpp
++ Source/WebCore/svg/SVGTextElement.h
++ Source/WebCore/svg/SVGTextPathElement.cpp
++ Source/WebCore/svg/SVGTextPathElement.h
++ Source/WebCore/svg/SVGTextPositioningElement.cpp
++ Source/WebCore/svg/SVGTextPositioningElement.h
++ Source/WebCore/svg/SVGTitleElement.cpp
++ Source/WebCore/svg/SVGTitleElement.h
++ Source/WebCore/svg/SVGTransformDistance.cpp
++ Source/WebCore/svg/SVGTransformDistance.h
++ Source/WebCore/svg/SVGTransformList.h
++ Source/WebCore/svg/SVGTransformValue.h
++ Source/WebCore/svg/SVGTransformable.cpp
++ Source/WebCore/svg/SVGTransformable.h
++ Source/WebCore/svg/SVGURIReference.cpp
++ Source/WebCore/svg/SVGURIReference.h
++ Source/WebCore/svg/SVGUnitTypes.h
++ Source/WebCore/svg/SVGUseElement.cpp
++ Source/WebCore/svg/SVGUseElement.h
++ Source/WebCore/svg/SVGVKernElement.cpp
++ Source/WebCore/svg/SVGVKernElement.h
++ Source/WebCore/svg/SVGViewElement.cpp
++ Source/WebCore/svg/SVGViewElement.h
++ Source/WebCore/svg/SVGViewSpec.cpp
++ Source/WebCore/svg/SVGViewSpec.h
++ Source/WebCore/svg/SVGZoomAndPan.cpp
++ Source/WebCore/svg/SVGZoomAndPan.h
++ Source/WebCore/svg/graphics/SVGImageCache.cpp
++ Source/WebCore/svg/graphics/SVGImageCache.h
++ Source/WebCore/svg/graphics/SVGImageForContainer.cpp
++ Source/WebCore/svg/graphics/filters/SVGFilter.cpp
++ Source/WebCore/svg/graphics/filters/SVGFilter.h
++ Source/WebCore/svg/properties/SVGProperty.h
++ Source/WebCore/svg/properties/SVGPropertyTraits.h
++ Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
++ Source/WebCore/xml/DOMParser.cpp
++ Source/WebCore/xml/DOMParser.h
++ Source/WebCore/xml/ParseFromStringOptions.h
++ Source/WebCore/xml/XMLHttpRequest.cpp
++ Source/WebCore/xml/XMLHttpRequest.h
++ Source/WebCore/xml/XMLSerializer.cpp
++ Source/WebCore/xml/XMLSerializer.h
++ Source/WebCore/xml/XSLImportRule.cpp
++ Source/WebCore/xml/XSLImportRule.h
++ Source/WebCore/xml/XSLStyleSheet.h
++ Source/WebCore/xml/XSLStyleSheetLibxslt.cpp
++ Source/WebCore/xml/XSLTProcessor.cpp
++ Source/WebCore/xml/XSLTProcessor.h
++ Source/WebCore/xml/XSLTProcessorLibxslt.cpp
++ Source/WebCore/xml/parser/XMLDocumentParser.cpp
++ Source/WebCore/xml/parser/XMLDocumentParser.h
++ Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp
++ Source/WebGPU/WGSL/config.h
++ Source/WebGPU/WebGPU/config.h
++ Source/WebKit/Shared/API/glib/WebKitContextMenu.cpp
++ Source/WebKit/Shared/API/glib/WebKitContextMenuActions.cpp
++ Source/WebKit/Shared/API/glib/WebKitContextMenuActionsPrivate.h
++ Source/WebKit/Shared/API/glib/WebKitContextMenuItem.cpp
++ Source/WebKit/Shared/API/glib/WebKitContextMenuItemPrivate.h
++ Source/WebKit/Shared/API/glib/WebKitContextMenuPrivate.h
++ Source/WebKit/Shared/API/glib/WebKitHitTestResult.cpp
++ Source/WebKit/Shared/API/glib/WebKitHitTestResultPrivate.h
++ Source/WebKit/Shared/API/glib/WebKitURIRequest.cpp
++ Source/WebKit/Shared/API/glib/WebKitURIResponse.cpp
++ Source/WebKit/Shared/API/glib/WebKitUserMessage.cpp
++ Source/WebKit/Shared/API/glib/WebKitUserMessagePrivate.h
++ Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp
++ Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h
++ Source/WebKit/Shared/CoordinatedGraphics/SimpleViewportController.cpp
++ Source/WebKit/Shared/CoordinatedGraphics/SimpleViewportController.h
++ Source/WebKit/Shared/WebHitTestResultData.cpp
++ Source/WebKit/Shared/WebHitTestResultData.h
++ Source/WebKit/UIProcess/API/APIHitTestResult.cpp
++ Source/WebKit/UIProcess/API/APIHitTestResult.h
++ Source/WebKit/UIProcess/API/C/WKUserMediaPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/C/WKUserMediaPermissionRequest.h
++ Source/WebKit/UIProcess/API/C/glib/WKContextConfigurationGlib.cpp
++ Source/WebKit/UIProcess/API/C/glib/WKContextConfigurationGlib.h
++ Source/WebKit/UIProcess/API/glib/IconDatabase.cpp
++ Source/WebKit/UIProcess/API/glib/IconDatabase.h
++ Source/WebKit/UIProcess/API/glib/InputMethodFilter.cpp
++ Source/WebKit/UIProcess/API/glib/InputMethodFilter.h
++ Source/WebKit/UIProcess/API/glib/KeyAutoRepeatHandler.cpp
++ Source/WebKit/UIProcess/API/glib/KeyAutoRepeatHandler.h
++ Source/WebKit/UIProcess/API/glib/WebKitApplicationInfo.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitAuthenticationRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitAuthenticationRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitAutomationSession.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitAutomationSessionPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitBackForwardList.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitBackForwardListItem.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitClipboardPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitClipboardPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitContextMenuClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitContextMenuClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitCookieManagerPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitCredential.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitCredentialPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitDeviceInfoPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitDeviceInfoPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitDownload.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitDownloadClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitDownloadClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitDownloadPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitEditorState.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitEditorStatePrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitError.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabasePrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitFeature.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFeaturePrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitFileChooserRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFileChooserRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitFormClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFormClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitFormSubmissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFormSubmissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitGeolocationManager.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitGeolocationManagerPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitGeolocationPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitGeolocationPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitIconLoadingClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitIconLoadingClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitInjectedBundleClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitInjectedBundleClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitInputMethodContext.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitInputMethodContextPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitInstallMissingMediaPluginsPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitJavascriptResult.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitJavascriptResultPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitMediaKeySystemPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitMediaKeySystemPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitMemoryPressureSettings.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitMemoryPressureSettingsPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitMimeInfo.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNavigationAction.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNavigationActionPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitNavigationClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNavigationClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitNavigationPolicyDecision.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNavigationPolicyDecisionPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitNetworkProxySettings.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNetworkProxySettingsPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitNetworkSessionPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitNotification.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNotificationPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNotificationPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitNotificationPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitNotificationProvider.h
++ Source/WebKit/UIProcess/API/glib/WebKitOptionMenu.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitOptionMenuItem.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitOptionMenuItemPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitOptionMenuPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitPermissionStateQuery.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitPermissionStateQueryPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitPlugin.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitPointerLockPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitPointerLockPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitPolicyDecision.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitPolicyDecisionPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitPrivate.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitResponsePolicyDecision.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitResponsePolicyDecisionPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitScriptDialog.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitScriptDialogPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitSecurityManagerPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitSecurityOrigin.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitSecurityOriginPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitUIClient.h
++ Source/WebKit/UIProcess/API/glib/WebKitURISchemeRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitURISchemeRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitURISchemeResponse.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitURISchemeResponsePrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitURIUtilities.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitUserContent.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitUserContentManager.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitUserContentManagerPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitUserContentPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitUserMediaPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitUserMediaPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitVersion.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebResource.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebResourceLoadManager.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebResourceLoadManager.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebResourcePrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebViewAccessible.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebViewAccessible.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebViewInternal.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebViewSessionState.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebViewSessionStatePrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebsiteData.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataAccessPermissionRequest.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataAccessPermissionRequestPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManagerPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitWebsitePoliciesPrivate.h
++ Source/WebKit/UIProcess/API/glib/WebKitWindowProperties.cpp
++ Source/WebKit/UIProcess/API/gtk/InputMethodFilterGtk.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitAuthenticationDialog.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitAuthenticationDialog.h
++ Source/WebKit/UIProcess/API/gtk/WebKitColorChooser.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitColorChooser.h
++ Source/WebKit/UIProcess/API/gtk/WebKitEmojiChooser.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitEmojiChooser.h
++ Source/WebKit/UIProcess/API/gtk/WebKitInputMethodContextGtk.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitInputMethodContextImplGtk.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitInputMethodContextImplGtk.h
++ Source/WebKit/UIProcess/API/gtk/WebKitPopupMenu.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitPopupMenu.h
++ Source/WebKit/UIProcess/API/gtk/WebKitPrintCustomWidget.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitPrintCustomWidgetPrivate.h
++ Source/WebKit/UIProcess/API/gtk/WebKitPrintOperation.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitPrintOperationPrivate.h
++ Source/WebKit/UIProcess/API/gtk/WebKitScriptDialogGtk.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitScriptDialogImpl.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitScriptDialogImpl.h
++ Source/WebKit/UIProcess/API/gtk/WebKitWebInspectorPrivate.h
++ Source/WebKit/UIProcess/API/gtk/WebKitWebViewDialog.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitWebViewDialog.h
++ Source/WebKit/UIProcess/API/gtk/WebKitWebViewGtk.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitWebViewGtk3.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitWebViewGtk4.cpp
++ Source/WebKit/UIProcess/DefaultUndoController.cpp
++ Source/WebKit/UIProcess/DefaultUndoController.h
++ Source/WebKit/UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.cpp
++ Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.cpp
++ Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.h
++ Source/WebKit/UIProcess/UserMediaPermissionRequestProxy.cpp
++ Source/WebKit/UIProcess/UserMediaPermissionRequestProxy.h
++ Source/WebKit/UIProcess/UserMediaProcessManager.cpp
++ Source/WebKit/UIProcess/UserMediaProcessManager.h
++ Source/WebKit/UIProcess/glib/UserMediaPermissionRequestManagerProxyGLib.cpp
++ Source/WebKit/UIProcess/gtk/KeyBindingTranslator.cpp
++ Source/WebKit/UIProcess/gtk/KeyBindingTranslator.h
++ Source/WebKit/UIProcess/gtk/WebPopupMenuProxyGtk.h
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/*
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/ConvertToUTF8String.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/ConvertToUTF8String.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectEventListener.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectEventListener.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectNodeFilterCondition.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectNodeFilterCondition.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectXPathNSResolver.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectXPathNSResolver.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCDATASection.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCDATASection.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCDATASectionPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRulePrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleDeclaration.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleDeclaration.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleDeclarationPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleSheet.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleSheet.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleSheetPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSValue.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSValue.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSValuePrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRect.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRect.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMComment.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMComment.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCommentPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCustom.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCustomUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMImplementation.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMImplementation.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMImplementationPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMSelection.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMSelection.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMSelectionPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocument.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragmentPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragmentUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentGtk.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypePrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElementGtk.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElementUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventTarget.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventTargetPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFilePrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBRElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBRElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBRElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBodyElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBodyElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBodyElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCanvasElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCanvasElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCanvasElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCollection.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCollection.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCollectionPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDListElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDListElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDListElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDirectoryElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDirectoryElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDirectoryElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDivElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDivElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDivElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDocument.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDocument.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDocumentPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLElementUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLEmbedElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLEmbedElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLEmbedElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFontElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFontElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFontElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameSetElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameSetElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameSetElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHRElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHRElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHRElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadingElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadingElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadingElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLIElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLIElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLIElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLegendElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLegendElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLegendElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMapElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMapElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMapElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMenuElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMenuElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMenuElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMetaElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMetaElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMetaElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLModElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLModElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLModElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptGroupElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptGroupElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptGroupElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParagraphElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParagraphElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParagraphElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParamElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParamElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParamElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPreElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPreElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPreElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLQuoteElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLQuoteElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLQuoteElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCaptionElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCaptionElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCaptionElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCellElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCellElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCellElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableColElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableColElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableColElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableRowElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableRowElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableRowElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableSectionElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableSectionElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableSectionElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTitleElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTitleElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTitleElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLUListElement.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLUListElement.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLUListElementPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyboardEvent.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyboardEvent.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyboardEventPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNamedNodeMap.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNamedNodeMap.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNamedNodeMapPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeFilter.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeFilter.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeFilterPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeGtk.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeIterator.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeIterator.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeIteratorPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMObject.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMProcessingInstruction.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMProcessingInstruction.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMProcessingInstructionPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRange.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRange.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRangePrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRangeUnstable.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheet.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheet.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetList.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetList.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetListPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMText.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMText.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTreeWalker.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTreeWalker.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTreeWalkerPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathExpression.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathExpression.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathExpressionPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathNSResolver.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathNSResolver.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathNSResolverPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathResult.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathResult.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathResultPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups.h
++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines.h
++ Source/WebKit/WebProcess/MediaStream/UserMediaPermissionRequestManager.cpp
++ Source/WebKit/WebProcess/MediaStream/UserMediaPermissionRequestManager.h
++ Source/WebKit/WebProcess/WebCoreSupport/WebPopupMenu.cpp
++ Source/WebKit/WebProcess/WebCoreSupport/WebPopupMenu.h
++ Source/WebKit/WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp
++ Source/WebKit/WebProcess/WebCoreSupport/WebSearchPopupMenu.h
++ Source/WebKit/WebProcess/WebCoreSupport/WebUserMediaClient.cpp
++ Source/WebKit/WebProcess/WebCoreSupport/WebUserMediaClient.h
++ Source/WebKit/WebProcess/WebCoreSupport/glib/WebEditorClientGLib.cpp
++ Source/WebKit/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp
++ Source/WebKit/WebProcess/WebPage/WebContextMenu.cpp
++ Source/WebKit/WebProcess/WebPage/WebContextMenu.h
++ Tools/TestWebKitAPI/Tests/WebKit/EnumerateMediaDevices.cpp
++ Tools/TestWebKitAPI/Tests/WebKit/UserMedia.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/DOMElementTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/EditorTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/FrameTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestBackForwardList.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestCookieManager.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestDownloads.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestLoaderClient.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestResources.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestSSL.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitPolicyClient.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/WebProcessExtensionTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/WebProcessTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/WebProcessTest.h
++ Tools/TestWebKitAPI/Tests/WebKitGtk/AutocleanupsTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/DOMClientRectTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/DOMDOMWindowTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/DOMNodeFilterTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/DOMNodeTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/DOMXPathNSResolverTest.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestAutocleanups.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestInspector.cpp
++ Tools/TestWebKitAPI/glib/WebKitGLib/*
++ Tools/glib/*
++Copyright: 1997 Martin Jones <mjones@kde.org>
++ 1997-1999 Torben Weis <weis@kde.org>
++ 1998, 2002 Waldo Bastian <bastian@kde.org>
++ 1998-1999 Lars Knoll <knoll@mpi-hd.mpg.de>
++ 1999-2000 Antti Koivisto <koivisto@kde.org>
++ 1999-2003 Lars Knoll <knoll@kde.org>
++ 1999-2004 Harri Porten <porten@kde.org>
++ 2000 Daniel Molkentin <molkentin@kde.org>
++ 2000 Frederik Holljen <frederik.holljen@hig.no>
++ 2000 Gunnstein Lye <gunnstein@netcom.no>
++ 2000 Simon Hausmann <hausmann@kde.org>
++ 2000 Stefan Schimanski (1Stein@gmx.de)
++ 2000 Stefan Schimanski <schimmi@kde.org>
++ 2000-2001, 2003 Peter Kelly <pmk@post.com>
++ 2000-2003 Dirk Mueller <mueller@kde.org>
++ 2001 Tobias Anton <anton@stud.fbi.fh-darmstadt.de>
++ 2002-2003 The Karbon Developers
++ 2002-2023 Apple Inc
++ 2003-2017 Inc
++ 2004 Zack Rusin <zack@kde.org>
++ 2004, 2015, 2017, 2022 Red Hat Inc
++ 2004-2006 Allan Sandfeld Jensen <kde@carewolf.com>
++ 2004-2006 Nikolas Zimmermann <wildfox@kde.org>
++ 2004-2009, 2019 Nikolas Zimmermann <zimmermann@kde.org>
++ 2004-2010 Rob Buis <buis@kde.org>
++ 2005-2006 Alexander Kellett <lypanov@kde.org>
++ 2005-2006 Oliver Hunt <ojh16@student.canterbury.ac.nz>
++ 2005-2006 Oliver Hunt <oliver@nerget.com>
++ 2005-2006 Samuel Weinig <sam.weinig@gmail.com>
++ 2005-2007 Alexey Proskuryakov <ap@nypop.com>
++ 2005-2007 Alexey Proskuryakov <ap@webkit.org>
++ 2005-2008 Eric Seidel <eric@webkit.org>
++ 2006 Anders Carlsson <andersca@mac.com>
++ 2006 Andrew Wellington <proton@wiretapped.net>
++ 2006 Bjoern Graf <bjoern.graf@gmail.com>
++ 2006 Graham Dennis <graham.dennis@gmail.com>
++ 2006 Jon Shier <jshier@iastate.edu>
++ 2006 Lars Knoll <lars@trolltech.com>
++ 2006 Michael Emmel mike.emmel@gmail.com
++ 2006-2007 Maks Orlovich
++ 2006-2007 Nicholas Shanks <webkit@nickshanks.com>
++ 2006-2007 Rob Buis
++ 2006-2007 Samuel Weinig <sam@webkit.org>
++ 2007 Cameron Zwarich <cwzwarich@uwaterloo.ca>
++ 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
++ 2007 OpenedHand
++ 2007 Pioneer Research Center USA Inc
++ 2007 Staikos Computing Services Inc
++ 2007-2008 Alp Toker <alp@atoker.com>
++ 2007-2008 David Smith <catfish.man@gmail.com>
++ 2007-2008 Julien Chaffraix <jchaffraix@webkit.org>
++ 2007-2009 Holger Hans Peter Freyther
++ 2007-2009 Torch Mobile Inc
++ 2007-2009, 2011, 2013-2014, 2017 Collabora Ltd
++ 2007-2023 Google Inc
++ 2008 Alex Mathews <possessedpenguinbob@gmail.com>
++ 2008 David Levin <levin@chromium.org>
++ 2008 Luca Bruno <lethalman88@gmail.com>
++ 2008 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
++ 2008 Martin Soto <soto@freedesktop.org>
++ 2008-2009 Cameron McCormack <cam@mcc.id.au>
++ 2008-2011 Dirk Schulze <krit@webkit.org>
++ 2008-2013 Nokia
++ 2009 Acision BV
++ 2009 Antonio Gomes <tonikitoo@webkit.org>
++ 2009 Gustavo Noronha Silva <gns@gnome.org>
++ 2009 Jakub Wieczorek <faw217@gmail.com>
++ 2009 Jeff Schiller <codedread@gmail.com>
++ 2009 Martin Robinson
++ 2009 Michelangelo De Simone <micdesim@gmail.com>
++ 2009, 2012 Ericsson AB
++ 2009-2010 Gustavo Noronha Silva
++ 2009-2010 Rob Buis <rwlbuis@gmail.com>
++ 2009-2011 Torch Mobile (Beijing) Co
++ 2009-2024 Igalia S.L.
++ 2010 Andras Becsi <abecsi@inf.u-szeged.hu>, University of Szeged
++ 2010 Daniel Bates <dbates@intudata.com>
++ 2010 Peter Varga <pvarga@inf.u-szeged.hu>, University of Szeged
++ 2010 Renata Hodovan <reni@inf.u-szeged.hu>
++ 2010 Zoltan Herczeg <zherczeg@inf.u-szeged.hu>
++ 2010, 2012 Patrick Gansterer <paroga@paroga.com>
++ 2010, 2012 Zoltan Herczeg <zherczeg@webkit.org>
++ 2010-2011 Brent Fulgham <bfulgham@webkit.org>
++ 2010-2012 Motorola Mobility
++ 2011 Andreas Kling <kling@webkit.org>
++ 2011 Benjamin Poulain <benjamin@webkit.org>
++ 2011 Benjamin Poulain <ikipou@gmail.com>
++ 2011 Brent Fulgham
++ 2011 Code Aurora Forum
++ 2011 Cosmin Truta <ctruta@gmail.com>
++ 2011 Gabor Loki <loki@webkit.org>
++ 2011 Leo Yang <leoyang@webkit.org>
++ 2011 Patrick Gansterer <paroga@webkit.org>
++ 2011 Research In Motion Limited
++ 2011 Rik Cabanier <cabanier@adobe.com>
++ 2011 Robert Hogan <robert@roberthogan.net>
++ 2011 Sencha Inc
++ 2011 Zan Dobersek <zandobersek@gmail.com>
++ 2011-2012 Renata Hodovan <reni@webkit.org>
++ 2011-2012 University of Szeged
++ 2011-2013 Samsung Electronics
++ 2011-2014, 2018 Adobe Systems Inc
++ 2012 Digia Plc
++ 2012 Mathias Bynens <mathias@qiwi.be>
++ 2012-2013 Company 100 Inc
++ 2012-2013 Intel Corporation
++ 2012-2013 basysKom GmbH
++ 2013 ChangSeok Oh <shivamidow@gmail.com>
++ 2013 Michael Pruett <michael@68k.org>
++ 2013 YouView TV Ltd. <alex.ashley@youview.com>
++ 2014 Cable Television Labs Inc
++ 2014 Yoav Weiss <yoav@yoav.ws>
++ 2014-2015 Yusuke Suzuki <utatane.tea@gmail.com>
++ 2015 Akamai Technologies Inc
++ 2015 Jordan Harband <ljharb@gmail.com>
++ 2015 Yusuke Suzuki<utatane.tea@gmail.com>
++ 2015-2016 Canon Inc
++ 2015-2023 Metrological Group B.V
++ 2017 Aidan Holm <aidanholm@gmail.com>
++ 2017 Endless Mobile Inc
++ 2017, 2020-2022 Sony Interactive Entertainment
++ 2020 Jan-Michael Brummer <jan.brummer@tabos.org>
++ 2020 Noam Rosenthal <noam@webkit.org>
++ 2020 WikiMedia Inc
++ 2021 Zixing Liu
++ 2023 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
++License: LGPL-2+
++
++Files: Source/WebCore/html/HTMLDocument.cpp
++Copyright: 1999 Antti Koivisto <koivisto@kde.org>
++ 1999 Lars Knoll <knoll@kde.org>
++ 2003-2008 Apple Inc
++License: LGPL-2+ or MPL-1.1
++
++Files: Source/WebCore/loader/FTPDirectoryParser.cpp
++ Source/WebCore/loader/FTPDirectoryParser.h
++Copyright: 2002 Cyrus Patel <cyp@fb14.uni-mainz.de>
++ 2007-2023 Apple Inc
++License: LGPL-2.1
++
++Files: Source/WebCore/rendering/RenderLayerInlines.h
++ Source/WebKit/UIProcess/API/glib/WebKitCookieManager.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitFindController.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitNetworkSession.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.h
++ Source/WebKit/UIProcess/API/glib/WebKitSecurityManager.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp
++ Source/WebKit/UIProcess/API/glib/WebKitWebsitePolicies.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitRemoteInspectorProtocolHandler.cpp
++ Source/WebKit/UIProcess/API/gtk/WebKitRemoteInspectorProtocolHandler.h
++ Source/WebKit/UIProcess/API/gtk/WebKitWebInspector.cpp
++ Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp
++ Source/WebKit/UIProcess/Launcher/glib/Syscalls.h
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitFrame.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebEditor.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebExtension.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebFormManager.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebFormManagerPrivate.h
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebHitTestResult.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebPage.cpp
++ Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebProcessExtension.cpp
++ Tools/TestWebKitAPI/Tests/JavaScriptCore/glib/TestJSC.cpp
++ Tools/TestWebKitAPI/Tests/WPEQt/*
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestAuthentication.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestAutomationSession.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestConsoleMessage.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestDOMElement.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestEditor.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestFrame.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestGeolocationManager.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestInputMethodContext.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestMultiprocess.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestOptionMenu.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestUIClient.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitFaviconDatabase.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitFindController.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitNetworkSession.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitSecurityOrigin.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitUserContentFilterStore.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitUserContentManager.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebView.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebProcessExtensions.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebsiteData.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestContextMenu.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestDOMClientRect.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestDOMDOMWindow.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestDOMNode.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestDOMNodeFilter.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestDOMXPathNSResolver.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestPrinting.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestWebKitAccessibility.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestWebKitVersion.cpp
++ Tools/TestWebKitAPI/Tests/WebKitGtk/TestWebViewEditor.cpp
++Copyright: 2003-2023 Apple Inc
++ 2011-2015, 2017-2020, 2022-2023 Igalia S.L.
++ 2014, 2021 Collabora Ltd
++ 2015 Red Hat Inc
++ 2017 Aidan Holm <aidanholm@gmail.com>
++ 2017 Endless Mobile Inc
++License: LGPL-2.1+
++
++Files: Source/WebCore/platform/ScrollAlignment.cpp
++ Source/WebCore/platform/ScrollAlignment.h
++ Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
++ Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp
++ Source/WebCore/rendering/RenderLayer.cpp
++ Source/WebCore/rendering/RenderLayer.h
++ Source/WebCore/rendering/RenderLayerScrollableArea.cpp
++ Source/WebCore/rendering/RenderLayerScrollableArea.h
++ Source/WebCore/rendering/RenderMarquee.cpp
++ Source/WebCore/rendering/RenderMarquee.h
++Copyright: 1998 Netscape Communications Corporation
++ 2001-2006 mozilla.org
++ 2003, 2006-2023 Apple Inc
++ 2007-2009 Torch Mobile Inc
++ 2014 Google Inc
++ 2019 Adobe
++ 2020-2022 Igalia S.L.
++License: LGPL-2.1+ or MPL-1.1
++
++Files: Source/WTF/wtf/text/EscapedFormsForJSON.h
++ Source/WTF/wtf/text/StringBuilderJSON.cpp
++Copyright: 2010-2018 Apple Inc
++ 2012 Google Inc
++ 2017 Mozilla Foundation
++ 2017 Yusuke Suzuki <utatane.tea@gmail.com>
++License: MPL-2.0
++
++Files: debian/*
++Copyright: 2007-2009 Mike Hommey <glandium@debian.org>
++ 2009 Gustavo Noronha Silva <kov@debian.org>
++ 2014-2024 Alberto Garcia <berto@igalia.com>
++License: LGPL-2+
++
++License: AFL-2.0
++ The Academic Free License v. 2.0
++ .
++ This Academic Free License (the "License") applies to any original
++ work of authorship (the "Original Work") whose owner (the "Licensor")
++ has placed the following notice immediately following the copyright
++ notice for the Original Work:
++ .
++ Licensed under the Academic Free License version 2.0
++ .
++ 1) Grant of Copyright License. Licensor hereby grants You a
++ world-wide, royalty-free, non-exclusive, perpetual,
++ sublicenseable license to do the following:
++ a) to reproduce the Original Work in copies;
++ b) to prepare derivative works ("Derivative Works") based upon
++ the Original Work;
++ c) to distribute copies of the Original Work and Derivative Works
++ to the public;
++ d) to perform the Original Work publicly; and
++ e) to display the Original Work publicly.
++ .
++ 2) Grant of Patent License. Licensor hereby grants You a world-wide,
++ royalty-free, non-exclusive, perpetual, sublicenseable license,
++ under patent claims owned or controlled by the Licensor that are
++ embodied in the Original Work as furnished by the Licensor, to
++ make, use, sell and offer for sale the Original Work and
++ Derivative Works.
++ .
++ 3) Grant of Source Code License. The term "Source Code" means the
++ preferred form of the Original Work for making modifications to
++ it and all available documentation describing how to modify the
++ Original Work. Licensor hereby agrees to provide a
++ machine-readable copy of the Source Code of the Original Work
++ along with each copy of the Original Work that Licensor
++ distributes. Licensor reserves the right to satisfy this
++ obligation by placing a machine-readable copy of the Source Code
++ in an information repository reasonably calculated to permit
++ inexpensive and convenient access by You for as long as Licensor
++ continues to distribute the Original Work, and by publishing the
++ address of that information repository in a notice immediately
++ following the copyright notice that applies to the Original Work.
++ .
++ 4) Exclusions From License Grant. Neither the names of Licensor, nor
++ the names of any contributors to the Original Work, nor any of
++ their trademarks or service marks, may be used to endorse or
++ promote products derived from this Original Work without express
++ prior written permission of the Licensor. Nothing in this License
++ shall be deemed to grant any rights to trademarks, copyrights,
++ patents, trade secrets or any other intellectual property of
++ Licensor except as expressly stated herein. No patent license is
++ granted to make, use, sell or offer to sell embodiments of any
++ patent claims other than the licensed claims defined in Section
++ 2. No right is granted to the trademarks of Licensor even if such
++ marks are included in the Original Work. Nothing in this License
++ shall be interpreted to prohibit Licensor from licensing under
++ different terms from this License any Original Work that Licensor
++ otherwise would have a right to license.
++ .
++ 5) This section intentionally omitted.
++ .
++ 6) Attribution Rights. You must retain, in the Source Code of any
++ Derivative Works that You create, all copyright, patent or
++ trademark notices from the Source Code of the Original Work, as
++ well as any notices of licensing and any descriptive text
++ identified therein as an "Attribution Notice." You must cause the
++ Source Code for any Derivative Works that You create to carry a
++ prominent Attribution Notice reasonably calculated to inform
++ recipients that You have modified the Original Work.
++ .
++ 7) Warranty of Provenance and Disclaimer of Warranty. Licensor
++ warrants that the copyright in and to the Original Work and the
++ patent rights granted herein by Licensor are owned by the
++ Licensor or are sublicensed to You under the terms of this
++ License with the permission of the contributor(s) of those
++ copyrights and patent rights. Except as expressly stated in the
++ immediately proceeding sentence, the Original Work is provided
++ under this License on an "AS IS" BASIS and WITHOUT WARRANTY,
++ either express or implied, including, without limitation, the
++ warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
++ PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE
++ ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY
++ constitutes an essential part of this License. No license to
++ Original Work is granted hereunder except under this disclaimer.
++ .
++ 8) Limitation of Liability. Under no circumstances and under no
++ legal theory, whether in tort (including negligence), contract,
++ or otherwise, shall the Licensor be liable to any person for any
++ direct, indirect, special, incidental, or consequential damages
++ of any character arising as a result of this License or the use
++ of the Original Work including, without limitation, damages for
++ loss of goodwill, work stoppage, computer failure or malfunction,
++ or any and all other commercial damages or losses. This
++ limitation of liability shall not apply to liability for death or
++ personal injury resulting from Licensor's negligence to the
++ extent applicable law prohibits such limitation. Some
++ jurisdictions do not allow the exclusion or limitation of
++ incidental or consequential damages, so this exclusion and
++ limitation may not apply to You.
++ .
++ 9) Acceptance and Termination. If You distribute copies of the
++ Original Work or a Derivative Work, You must make a reasonable
++ effort under the circumstances to obtain the express assent of
++ recipients to the terms of this License. Nothing else but this
++ License (or another written agreement between Licensor and You)
++ grants You permission to create Derivative Works based upon the
++ Original Work or to exercise any of the rights granted in Section
++ 1 herein, and any attempt to do so except under the terms of this
++ License (or another written agreement between Licensor and You)
++ is expressly prohibited by U.S. copyright law, the equivalent
++ laws of other countries, and by international treaty. Therefore,
++ by exercising any of the rights granted to You in Section 1
++ herein, You indicate Your acceptance of this License and all of
++ its terms and conditions.
++ .
++ 10) Termination for Patent Action. This License shall terminate
++ automatically and You may no longer exercise any of the rights
++ granted to You by this License as of the date You commence an
++ action, including a cross-claim or counterclaim, for patent
++ infringement (i) against Licensor with respect to a patent
++ applicable to software or (ii) against any entity with respect
++ to a patent applicable to the Original Work (but excluding
++ combinations of the Original Work with other software or
++ hardware).
++ .
++ 11) Jurisdiction, Venue and Governing Law. Any action or suit
++ relating to this License may be brought only in the courts of a
++ jurisdiction wherein the Licensor resides or in which Licensor
++ conducts its primary business, and under the laws of that
++ jurisdiction excluding its conflict-of-law provisions. The
++ application of the United Nations Convention on Contracts for
++ the International Sale of Goods is expressly excluded. Any use
++ of the Original Work outside the scope of this License or after
++ its termination shall be subject to the requirements and
++ penalties of the U.S. Copyright Act, 17 U.S.C. ¤ 101 et seq.,
++ the equivalent laws of other countries, and international
++ treaty. This section shall survive the termination of this
++ License.
++ .
++ 12) Attorneys Fees. In any action to enforce the terms of this
++ License or seeking damages relating thereto, the prevailing
++ party shall be entitled to recover its costs and expenses,
++ including, without limitation, reasonable attorneys' fees and
++ costs incurred in connection with such action, including any
++ appeal of such action. This section shall survive the
++ termination of this License.
++ .
++ 13) Miscellaneous. This License represents the complete agreement
++ concerning the subject matter hereof. If any provision of this
++ License is held to be unenforceable, such provision shall be
++ reformed only to the extent necessary to make it enforceable.
++ .
++ 14) Definition of "You" in This License. "You" throughout this
++ License, whether in upper or lower case, means an individual or
++ a legal entity exercising rights under, and complying with all
++ of the terms of, this License. For legal entities, "You"
++ includes any entity that controls, is controlled by, or is under
++ common control with you. For purposes of this definition,
++ "control" means (i) the power, direct or indirect, to cause the
++ direction or management of such entity, whether by contract or
++ otherwise, or (ii) ownership of fifty percent (50%) or more of
++ the outstanding shares, or (iii) beneficial ownership of such
++ entity.
++ .
++ 15) Right to Use. You may use the Original Work in all ways not
++ otherwise restricted or conditioned by this License or by law,
++ and Licensor promises not to interfere with or be responsible
++ for such uses by You.
++ .
++ This license is Copyright (C) 2003 Lawrence E. Rosen. All rights
++ reserved.
++ .
++ Permission is hereby granted to copy and distribute this license
++ without modification. This license may not be modified without the
++ express written permission of its copyright owner.
++
++License: Apache-2.0
++ On Debian systems, the full text of the Apache license version 2 can
++ be found in the file `/usr/share/common-licenses/Apache-2.0'.
++
++License: BSD-2-clause
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ .
++ THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
++ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
++ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
++ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
++ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
++ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
++ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
++ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
++ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-adam-barth
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ 1. Redistributions of source code must retain the copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. Redistributions in binary form must reproduce the copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ 3. Neither the name of Adam Barth. ("Adam Barth") nor the names of
++ its contributors may be used to endorse or promote products derived
++ from this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
++ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
++ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
++ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
++ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
++ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
++ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-apple
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ 3. Neither the name of Apple Inc. ("Apple") nor the names of
++ its contributors may be used to endorse or promote products derived
++ from this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
++ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
++ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
++ DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
++ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
++ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
++ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
++ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
++ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-canon
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted, provided that the following conditions
++ are required to be met:
++ .
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ 3. Neither the name of Canon Inc. nor the names of
++ its contributors may be used to endorse or promote products derived
++ from this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY CANON INC. AND ITS CONTRIBUTORS "AS IS" AND ANY
++ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
++ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
++ DISCLAIMED. IN NO EVENT SHALL CANON INC. AND ITS CONTRIBUTORS BE LIABLE FOR
++ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
++ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
++ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
++ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
++ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-code-aurora
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions are
++ met:
++ * Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ * Redistributions in binary form must reproduce the above
++ copyright notice, this list of conditions and the following
++ disclaimer in the documentation and/or other materials provided
++ with the distribution.
++ * Neither the name of Code Aurora Forum, Inc. nor the names of its
++ contributors may be used to endorse or promote products derived
++ from this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
++ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
++ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
++ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
++ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
++ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
++ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
++ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
++ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
++ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-ericsson
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer
++ in the documentation and/or other materials provided with the
++ distribution.
++ 3. Neither the name of Ericsson nor the names of its contributors
++ may be used to endorse or promote products derived from this
++ software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
++ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
++ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-google
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions are
++ met:
++ .
++ * Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ * Redistributions in binary form must reproduce the above
++ copyright notice, this list of conditions and the following disclaimer
++ in the documentation and/or other materials provided with the
++ distribution.
++ * Neither the name of Google Inc. nor the names of its
++ contributors may be used to endorse or promote products derived from
++ this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
++ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
++ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-copyright-holder
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ .
++ 2. Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ .
++ 3. Neither the name of the copyright holder nor the names of its
++ contributors may be used to endorse or promote products derived from
++ this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
++ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
++ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
++ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
++ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
++ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
++ WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
++ POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-jochen-kalmbach
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ .
++ Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ .
++ Neither the name of Jochen Kalmbach nor the names of its contributors
++ may be used to endorse or promote products derived from this software
++ without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
++ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
++ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-microsoft
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ * Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ * Redistributions in binary form must reproduce the above
++ copyright notice, this list of conditions and the following
++ disclaimer in the documentation and/or other materials provided with
++ the distribution.
++ * Neither the name of Microsoft Corporation nor the names of its
++ contributors may be used to endorse or promote products derived from
++ this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
++ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
++ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-motorola
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ .
++ Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ .
++ Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ .
++ Neither the name of Motorola Mobility, Inc. nor the names of its
++ contributors may be used to endorse or promote products derived from
++ this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
++ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
++ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
++ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
++ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
++ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
++ WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
++ POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-3-clause-opera
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. Redistributions in binary form must reproduce the above copyright
++ notice, this list of conditions and the following disclaimer in the
++ documentation and/or other materials provided with the distribution.
++ 3. Neither the name of Opera Software ASA nor the names of its
++ contributors may be used to endorse or promote products derived
++ from this software without specific prior written permission.
++ .
++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
++ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
++ COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
++ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
++ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
++ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
++ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
++ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
++ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
++ OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSD-4-clause-valgrind
++ Redistribution and use in source and binary forms, with or without
++ modification, are permitted provided that the following conditions
++ are met:
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimer.
++ 2. The origin of this software must not be misrepresented; you must
++ not claim that you wrote the original software. If you use this
++ software in a product, an acknowledgment in the product
++ documentation would be appreciated but is not required.
++ 3. Altered source versions must be plainly marked as such, and must
++ not be misrepresented as being the original software.
++ 4. The name of the author may not be used to endorse or promote
++ products derived from this software without specific prior written
++ permission.
++ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
++ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
++ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
++ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
++ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
++ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
++ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
++ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
++ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
++ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
++ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++
++License: BSL-1.0
++ Boost Software License - Version 1.0 - August 17th, 2003
++ .
++ Permission is hereby granted, free of charge, to any person or
++ organization obtaining a copy of the software and accompanying
++ documentation covered by this license (the "Software") to use,
++ reproduce, display, distribute, execute, and transmit the Software,
++ and to prepare derivative works of the Software, and to permit
++ third-parties to whom the Software is furnished to do so, all subject
++ to the following:
++ .
++ The copyright notices in the Software and this entire statement,
++ including the above license grant, this restriction and the following
++ disclaimer, must be included in all copies of the Software, in whole
++ or in part, and all derivative works of the Software, unless such
++ copies or derivative works are solely in the form of
++ machine-executable object code generated by a source language
++ processor.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
++ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE
++ DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER
++ LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
++ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
++ THE SOFTWARE.
++
++License: Expat
++ Permission is hereby granted, free of charge, to any person obtaining
++ a copy of this software and associated documentation files (the
++ "Software"), to deal in the Software without restriction, including
++ without limitation the rights to use, copy, modify, merge, publish,
++ distribute, sublicense, and/or sell copies of the Software, and to
++ permit persons to whom the Software is furnished to do so, subject to
++ the following conditions:
++ .
++ The above copyright notice and this permission notice shall be
++ included in all copies or substantial portions of the Software.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
++ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
++ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
++ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
++ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
++ SOFTWARE.
++
++License: GPL-2+
++ This program is free software; you can redistribute it and/or modify
++ it under the terms of the GNU General Public License as published by
++ the Free Software Foundation; either version 2 of the License, or (at
++ your option) any later version.
++ .
++ This program is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/GPL-2
++
++License: GPL-2+ with Bison exception
++ This program is free software; you can redistribute it and/or modify
++ it under the terms of the GNU General Public License as published by
++ the Free Software Foundation; either version 2 of the License, or (at
++ your option) any later version.
++ .
++ This program is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/GPL-2
++ .
++ As a special exception, you may create a larger work that contains
++ part or all of the Bison parser skeleton and distribute that work
++ under terms of your choice, so long as that work isn't itself a
++ parser generator using the skeleton or a modified version thereof as
++ a parser skeleton. Alternatively, if you modify or redistribute the
++ parser skeleton itself, you may (at your option) remove this special
++ exception, which will cause the skeleton and the resulting Bison
++ output files to be licensed under the GNU General Public License
++ without this special exception.
++
++License: GPL-3+
++ This program is free software: you can redistribute it and/or modify
++ it under the terms of the GNU General Public License as published by
++ the Free Software Foundation; either version 3 of the License, or (at
++ your option) any later version.
++ .
++ This program is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++ General Public License for more details.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/GPL-3
++
++License: GPL-3+ with Bison exception
++ This program is free software: you can redistribute it and/or modify
++ it under the terms of the GNU General Public License as published by
++ the Free Software Foundation; either version 3 of the License, or (at
++ your option) any later version.
++ .
++ This program is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++ General Public License for more details.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/GPL-3
++ .
++ As a special exception, you may create a larger work that contains
++ part or all of the Bison parser skeleton and distribute that work
++ under terms of your choice, so long as that work isn't itself a
++ parser generator using the skeleton or a modified version thereof as
++ a parser skeleton. Alternatively, if you modify or redistribute the
++ parser skeleton itself, you may (at your option) remove this special
++ exception, which will cause the skeleton and the resulting Bison
++ output files to be licensed under the GNU General Public License
++ without this special exception.
++
++License: ISC
++ Permission to use, copy, modify, and distribute this software for any
++ purpose with or without fee is hereby granted, provided that the
++ above copyright notice and this permission notice appear in all
++ copies.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
++ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
++ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
++ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
++ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
++ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
++ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
++ PERFORMANCE OF THIS SOFTWARE.
++
++License: LGPL-2
++ This module is free software; you can redistribute it and/or modify
++ it under the terms of the GNU Lesser General Public License version 2
++ as published by the Free Software Foundation.
++ .
++ This module is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/LGPL-2
++
++License: LGPL-2+
++ This module is free software; you can redistribute it and/or modify
++ it under the terms of the GNU Lesser General Public License as
++ published by the Free Software Foundation; either version 2 of the
++ License, or (at your option) any later version.
++ .
++ This module is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/LGPL-2
++
++License: LGPL-2.1
++ This module is free software; you can redistribute it and/or modify
++ it under the terms of the GNU Lesser General Public License version
++ 2.1 as published by the Free Software Foundation.
++ .
++ This module is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/LGPL-2.1
++
++License: LGPL-2.1+
++ This module is free software; you can redistribute it and/or modify
++ it under the terms of the GNU Lesser General Public License as
++ published by the Free Software Foundation; either version 2.1 of the
++ License, or (at your option) any later version.
++ .
++ This module is distributed in the hope that it will be useful, but
++ WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ .
++ On Debian systems, the complete text of the license can be found in
++ the file /usr/share/common-licenses/LGPL-2.1
++
++License: MPL-1.1
++ On Debian systems, the full text of the Mozilla Public License v1.1
++ can be found in the file `/usr/share/common-licenses/MPL-1.1`.
++
++License: MPL-2.0
++ On Debian systems, the full text of the Mozilla Public License v2.0
++ can be found in the file `/usr/share/common-licenses/MPL-2.0`.
--- /dev/null
--- /dev/null
++[DEFAULT]
++debian-branch = wk2/unstable
++upstream-branch = webkitgtk-2.42
++pristine-tar = False
++compression = xz
--- /dev/null
--- /dev/null
++usr/lib/*/girepository-1.0/JavaScriptCore-4.0.typelib
--- /dev/null
--- /dev/null
++gir1.2-javascriptcoregtk-4.0: typelib-package-name-does-not-match gir1.2-javascriptcore-4.0 [usr/lib/*/girepository-1.0/JavaScriptCore-4.0.typelib]
--- /dev/null
--- /dev/null
++usr/lib/*/girepository-1.0/WebKit2-4.0.typelib
++usr/lib/*/girepository-1.0/WebKit2WebExtension-4.0.typelib
--- /dev/null
--- /dev/null
++gir1.2-webkit2-4.0: typelib-package-name-does-not-match gir1.2-webkit2webextension-4.0 [usr/lib/*/girepository-1.0/WebKit2WebExtension-4.0.typelib]
--- /dev/null
--- /dev/null
++.\" Hey, EMACS: -*- nroff -*-
++.\" First parameter, NAME, should be all caps
++.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
++.\" other parameters are allowed: see man(7), man(1)
++.TH jsc 1 "Jan 21, 2014"
++.\" Please adjust this date whenever revising the manpage.
++.\"
++.\" Some roff macros, for reference:
++.\" .nh disable hyphenation
++.\" .hy enable hyphenation
++.\" .ad l left justify
++.\" .ad b justify to both left and right margins
++.\" .nf disable filling
++.\" .fi enable filling
++.\" .br insert line break
++.\" .sp <n> insert n+1 empty lines
++.\" for manpage-specific macros, see man(7)
++.SH NAME
++jsc \- command-line JavaScript interpreter.
++.SH SYNOPSIS
++.B jsc
++.RI [ options ]
++.RI [ files ]
++.RI [ \-\-\ arguments ]
++.SH DESCRIPTION
++This manual page documents briefly the
++.B jsc
++command.
++.PP
++\fBjsc\fP is a command-line utility that allows you to run JavaScript
++programs outside of the context of a web browser. It is primarily used
++as part of the test harness for validating the JavaScript portions of
++WebKit, but can also be used as a scripting tool.
++.PP
++\fBjsc\fP can be run in an interactive mode to test out JavaScript
++expressions, or it can be passed one or more files to run similar to
++invoking a Perl or Python script.
++.SH OPTIONS
++.TP
++.B \-e
++Evaluate argument as script code.
++.TP
++.B \-f
++Specifies a source file (deprecated).
++.TP
++.B \-h,\ \-\-help
++Shows summary of command-line options.
++.TP
++.B \-i
++Enables interactive mode (default if no files are specified).
++.TP
++.BI \-p " file"
++Outputs profiling data to a file.
++.TP
++.B \-s
++Installs signal handlers that exit on a crash.
++.TP
++.B \-x
++Output exit code before terminating.
++.TP
++.B \--options
++Dumps all JSC VM options and exits.
++.TP
++.B \-\-dumpOptions
++Dumps all JSC VM options before continuing.
++.TP
++.B \-\-<jsc VM option>=<value>
++Sets the specified JSC VM option.
++.SH AUTHOR
++This manual page was written by Alberto Garcia <berto@igalia.com>,
++based on the contents of \fIhttp://trac.webkit.org/wiki/JSC\fP.
--- /dev/null
--- /dev/null
++usr/lib/*/libjavascriptcoregtk-4.0.so.*
--- /dev/null
--- /dev/null
++usr/lib/*/webkit2gtk-4.0/jsc usr/bin/
--- /dev/null
--- /dev/null
++debian/jsc.1
--- /dev/null
--- /dev/null
++usr/include/webkitgtk-4.0/JavaScriptCore/
++usr/include/webkitgtk-4.0/jsc/
++usr/lib/*/libjavascriptcoregtk-4.0.so
++usr/lib/*/pkgconfig/javascriptcoregtk-4.0.pc
++usr/share/gir-1.0/JavaScriptCore-4.0.gir usr/share/gir-1.0/
--- /dev/null
--- /dev/null
++libjavascriptcoregtk-4.0-dev: gir-missing-typelib-dependency gir1.2-javascriptcore-4.0 [usr/share/gir-1.0/JavaScriptCore-4.0.gir]
--- /dev/null
--- /dev/null
++NEWS
--- /dev/null
--- /dev/null
++usr/lib/*/libwebkit2gtk-4.0.so.*
++usr/lib/*/webkit2gtk-4.0/*Process
++usr/lib/*/webkit2gtk-4.0/MiniBrowser
++usr/lib/*/webkit2gtk-4.0/injected-bundle
++usr/share/locale/*/LC_MESSAGES/WebKitGTK-4.0.mo
--- /dev/null
--- /dev/null
++libwebkit2gtk-4.0-37: library-not-linked-against-libc [usr/lib/*/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so]
--- /dev/null
--- /dev/null
++libwebkit2gtk-4.0.so.37 libwebkit2gtk-4.0-37 #MINVER#
++* Build-Depends-Package: libwebkit2gtk-4.0-dev
++ (c++)"WebKit::NetworkProcessMain(int, char**)@Base" 2.27.90
++ (c++)"WebKit::WebProcessExtensionManager::initialize(WebKit::InjectedBundle*, API::Object*)@Base" 2.39.91
++ (c++)"WebKit::WebProcessExtensionManager::singleton()@Base" 2.39.91
++ (c++)"WebKit::WebProcessMain(int, char**)@Base" 2.27.90
++ webkit_application_info_get_name@Base 2.17.90
++ webkit_application_info_get_type@Base 2.17.90
++ webkit_application_info_get_version@Base 2.17.90
++ webkit_application_info_new@Base 2.17.90
++ webkit_application_info_ref@Base 2.17.90
++ webkit_application_info_set_name@Base 2.17.90
++ webkit_application_info_set_version@Base 2.17.90
++ webkit_application_info_unref@Base 2.17.90
++ webkit_authentication_request_authenticate@Base 2.5.3
++ webkit_authentication_request_can_save_credentials@Base 2.5.3
++ webkit_authentication_request_cancel@Base 2.5.3
++ webkit_authentication_request_get_certificate_pin_flags@Base 2.33.3
++ webkit_authentication_request_get_host@Base 2.5.3
++ webkit_authentication_request_get_port@Base 2.5.3
++ webkit_authentication_request_get_proposed_credential@Base 2.5.3
++ webkit_authentication_request_get_realm@Base 2.5.3
++ webkit_authentication_request_get_scheme@Base 2.5.3
++ webkit_authentication_request_get_security_origin@Base 2.29.3
++ webkit_authentication_request_get_type@Base 2.5.3
++ webkit_authentication_request_is_for_proxy@Base 2.5.3
++ webkit_authentication_request_is_retry@Base 2.5.3
++ webkit_authentication_request_set_can_save_credentials@Base 2.29.2
++ webkit_authentication_request_set_proposed_credential@Base 2.29.2
++ webkit_authentication_scheme_get_type@Base 2.5.3
++ webkit_automation_browsing_context_presentation_get_type@Base 2.27.3
++ webkit_automation_session_get_application_info@Base 2.17.90
++ webkit_automation_session_get_id@Base 2.17.3
++ webkit_automation_session_get_type@Base 2.17.3
++ webkit_automation_session_set_application_info@Base 2.17.90
++ webkit_autoplay_policy_get_type@Base 2.29.2
++ webkit_back_forward_list_get_back_item@Base 2.5.3
++ webkit_back_forward_list_get_back_list@Base 2.5.3
++ webkit_back_forward_list_get_back_list_with_limit@Base 2.5.3
++ webkit_back_forward_list_get_current_item@Base 2.5.3
++ webkit_back_forward_list_get_forward_item@Base 2.5.3
++ webkit_back_forward_list_get_forward_list@Base 2.5.3
++ webkit_back_forward_list_get_forward_list_with_limit@Base 2.5.3
++ webkit_back_forward_list_get_length@Base 2.5.3
++ webkit_back_forward_list_get_nth_item@Base 2.5.3
++ webkit_back_forward_list_get_type@Base 2.5.3
++ webkit_back_forward_list_item_get_original_uri@Base 2.5.3
++ webkit_back_forward_list_item_get_title@Base 2.5.3
++ webkit_back_forward_list_item_get_type@Base 2.5.3
++ webkit_back_forward_list_item_get_uri@Base 2.5.3
++ webkit_cache_model_get_type@Base 2.5.3
++ webkit_clipboard_permission_request_get_type@Base 2.41.4
++ webkit_color_chooser_request_cancel@Base 2.8.1
++ webkit_color_chooser_request_finish@Base 2.8.1
++ webkit_color_chooser_request_get_element_rectangle@Base 2.8.1
++ webkit_color_chooser_request_get_rgba@Base 2.8.1
++ webkit_color_chooser_request_get_type@Base 2.8.1
++ webkit_color_chooser_request_set_rgba@Base 2.8.1
++ (gtk3-only)webkit_console_message_copy@Base 2.12.0
++ (gtk3-only)webkit_console_message_free@Base 2.12.0
++ (gtk3-only)webkit_console_message_get_level@Base 2.12.0
++ (gtk3-only)webkit_console_message_get_line@Base 2.12.0
++ (gtk3-only)webkit_console_message_get_source@Base 2.12.0
++ (gtk3-only)webkit_console_message_get_source_id@Base 2.12.0
++ (gtk3-only)webkit_console_message_get_text@Base 2.12.0
++ (gtk3-only)webkit_console_message_get_type@Base 2.12.0
++ (gtk3-only)webkit_console_message_level_get_type@Base 2.19.4
++ (gtk3-only)webkit_console_message_source_get_type@Base 2.19.4
++ webkit_context_menu_action_get_type@Base 2.5.3
++ webkit_context_menu_append@Base 2.5.3
++ webkit_context_menu_first@Base 2.5.3
++ webkit_context_menu_get_event@Base 2.39.2
++ webkit_context_menu_get_item_at_position@Base 2.5.3
++ webkit_context_menu_get_items@Base 2.5.3
++ webkit_context_menu_get_n_items@Base 2.5.3
++ webkit_context_menu_get_type@Base 2.5.3
++ webkit_context_menu_get_user_data@Base 2.8.1
++ webkit_context_menu_insert@Base 2.5.3
++ (gtk3-only)webkit_context_menu_item_get_action@Base 2.5.3
++ webkit_context_menu_item_get_gaction@Base 2.17.3
++ webkit_context_menu_item_get_stock_action@Base 2.5.3
++ webkit_context_menu_item_get_submenu@Base 2.5.3
++ webkit_context_menu_item_get_type@Base 2.5.3
++ webkit_context_menu_item_is_separator@Base 2.5.3
++ (gtk3-only)webkit_context_menu_item_new@Base 2.5.3
++ webkit_context_menu_item_new_from_gaction@Base 2.17.3
++ webkit_context_menu_item_new_from_stock_action@Base 2.5.3
++ webkit_context_menu_item_new_from_stock_action_with_label@Base 2.5.3
++ webkit_context_menu_item_new_separator@Base 2.5.3
++ webkit_context_menu_item_new_with_submenu@Base 2.5.3
++ webkit_context_menu_item_set_submenu@Base 2.5.3
++ webkit_context_menu_last@Base 2.5.3
++ webkit_context_menu_move_item@Base 2.5.3
++ webkit_context_menu_new@Base 2.5.3
++ webkit_context_menu_new_with_items@Base 2.5.3
++ webkit_context_menu_prepend@Base 2.5.3
++ webkit_context_menu_remove@Base 2.5.3
++ webkit_context_menu_remove_all@Base 2.5.3
++ webkit_context_menu_set_user_data@Base 2.8.1
++ webkit_cookie_accept_policy_get_type@Base 2.5.3
++ webkit_cookie_manager_add_cookie@Base 2.19.2
++ webkit_cookie_manager_add_cookie_finish@Base 2.19.2
++ (gtk3-only)webkit_cookie_manager_delete_all_cookies@Base 2.5.3
++ webkit_cookie_manager_delete_cookie@Base 2.19.2
++ webkit_cookie_manager_delete_cookie_finish@Base 2.19.2
++ (gtk3-only)webkit_cookie_manager_delete_cookies_for_domain@Base 2.5.3
++ webkit_cookie_manager_get_accept_policy@Base 2.5.3
++ webkit_cookie_manager_get_accept_policy_finish@Base 2.5.3
++ webkit_cookie_manager_get_all_cookies@Base 2.41.90
++ webkit_cookie_manager_get_all_cookies_finish@Base 2.41.90
++ webkit_cookie_manager_get_cookies@Base 2.19.2
++ webkit_cookie_manager_get_cookies_finish@Base 2.19.2
++ (gtk3-only)webkit_cookie_manager_get_domains_with_cookies@Base 2.5.3
++ (gtk3-only)webkit_cookie_manager_get_domains_with_cookies_finish@Base 2.5.3
++ webkit_cookie_manager_get_type@Base 2.5.3
++ webkit_cookie_manager_replace_cookies@Base 2.41.90
++ webkit_cookie_manager_replace_cookies_finish@Base 2.41.90
++ webkit_cookie_manager_set_accept_policy@Base 2.5.3
++ webkit_cookie_manager_set_persistent_storage@Base 2.5.3
++ webkit_cookie_persistent_storage_get_type@Base 2.5.3
++ webkit_credential_copy@Base 2.5.3
++ webkit_credential_free@Base 2.5.3
++ webkit_credential_get_certificate@Base 2.33.3
++ webkit_credential_get_password@Base 2.5.3
++ webkit_credential_get_persistence@Base 2.5.3
++ webkit_credential_get_type@Base 2.5.3
++ webkit_credential_get_username@Base 2.5.3
++ webkit_credential_has_password@Base 2.5.3
++ webkit_credential_new@Base 2.5.3
++ webkit_credential_new_for_certificate@Base 2.33.3
++ webkit_credential_new_for_certificate_pin@Base 2.33.3
++ webkit_credential_persistence_get_type@Base 2.5.3
++ webkit_device_info_permission_request_get_type@Base 2.23.1
++ (gtk3-only,optional)webkit_dom_attr_get_local_name@Base 2.13.91
++ (gtk3-only)webkit_dom_attr_get_name@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_attr_get_namespace_uri@Base 2.13.91
++ (gtk3-only)webkit_dom_attr_get_owner_element@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_attr_get_prefix@Base 2.13.91
++ (gtk3-only)webkit_dom_attr_get_specified@Base 2.5.3
++ (gtk3-only)webkit_dom_attr_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_attr_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_attr_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_blob_get_size@Base 2.5.3
++ (gtk3-only)webkit_dom_blob_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_cdata_section_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_append_data@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_delete_data@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_get_data@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_insert_data@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_replace_data@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_set_data@Base 2.5.3
++ (gtk3-only)webkit_dom_character_data_substring_data@Base 2.5.3
++ (gtk3-only)webkit_dom_client_rect_get_bottom@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_get_height@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_get_left@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_get_right@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_get_top@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_get_type@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_get_width@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_list_get_length@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_list_get_type@Base 2.17.3
++ (gtk3-only)webkit_dom_client_rect_list_item@Base 2.17.3
++ (gtk3-only)webkit_dom_comment_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_get_css_text@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_get_parent_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_get_parent_style_sheet@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_get_rule_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_list_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_list_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_list_item@Base 2.5.3
++ (gtk3-only)webkit_dom_css_rule_set_css_text@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_css_text@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_parent_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_property_priority@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_property_shorthand@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_property_value@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_is_property_implicit@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_item@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_remove_property@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_set_css_text@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_declaration_set_property@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_add_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_delete_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_get_css_rules@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_get_owner_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_get_rules@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_insert_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_style_sheet_remove_rule@Base 2.5.3
++ (gtk3-only)webkit_dom_css_value_get_css_text@Base 2.5.3
++ (gtk3-only)webkit_dom_css_value_get_css_value_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_value_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_css_value_set_css_text@Base 2.5.3
++ (gtk3-only)webkit_dom_document_adopt_node@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_caret_range_from_point@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_attribute@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_attribute_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_cdata_section@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_comment@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_css_style_declaration@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_document_fragment@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_element@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_element_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_entity_reference@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_event@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_expression@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_node_iterator@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_ns_resolver@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_processing_instruction@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_range@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_text_node@Base 2.5.3
++ (gtk3-only)webkit_dom_document_create_tree_walker@Base 2.5.3
++ (gtk3-only)webkit_dom_document_element_from_point@Base 2.5.3
++ (gtk3-only)webkit_dom_document_evaluate@Base 2.5.3
++ (gtk3-only)webkit_dom_document_exec_command@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_exit_pointer_lock@Base 2.5.3
++ (gtk3-only)webkit_dom_document_fragment_get_child_element_count@Base 2.10.0
++ (gtk3-only)webkit_dom_document_fragment_get_children@Base 2.10.0
++ (gtk3-only)webkit_dom_document_fragment_get_element_by_id@Base 2.10.0
++ (gtk3-only)webkit_dom_document_fragment_get_first_element_child@Base 2.10.0
++ (gtk3-only)webkit_dom_document_fragment_get_last_element_child@Base 2.10.0
++ (gtk3-only)webkit_dom_document_fragment_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_fragment_query_selector@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_fragment_query_selector_all@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_active_element@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_anchors@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_applets@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_body@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_character_set@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_child_element_count@Base 2.10.0
++ (gtk3-only)webkit_dom_document_get_children@Base 2.10.0
++ (gtk3-only,optional)webkit_dom_document_get_compat_mode@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_content_type@Base 2.8.1
++ (gtk3-only)webkit_dom_document_get_cookie@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_current_script@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_default_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_default_view@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_design_mode@Base 2.13.91
++ (gtk3-only)webkit_dom_document_get_dir@Base 2.13.4
++ (gtk3-only)webkit_dom_document_get_doctype@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_document_element@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_document_uri@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_domain@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_element_by_id@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_elements_by_class_name@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_elements_by_class_name_as_html_collection@Base 2.12.0
++ (gtk3-only)webkit_dom_document_get_elements_by_name@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_elements_by_tag_name@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_elements_by_tag_name_as_html_collection@Base 2.12.0
++ (gtk3-only)webkit_dom_document_get_elements_by_tag_name_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_elements_by_tag_name_ns_as_html_collection@Base 2.12.0
++ (gtk3-only,optional)webkit_dom_document_get_embeds@Base 2.13.91
++ (gtk3-only)webkit_dom_document_get_first_element_child@Base 2.10.0
++ (gtk3-only)webkit_dom_document_get_forms@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_head@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_hidden@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_images@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_implementation@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_input_encoding@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_last_element_child@Base 2.10.0
++ (gtk3-only)webkit_dom_document_get_last_modified@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_links@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_origin@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_override_style@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_plugins@Base 2.13.91
++ (gtk3-only,optional)webkit_dom_document_get_pointer_lock_element@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_preferred_stylesheet_set@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_ready_state@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_referrer@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_scripts@Base 2.13.91
++ (gtk3-only)webkit_dom_document_get_scrolling_element@Base 2.10.0
++ (gtk3-only)webkit_dom_document_get_selected_stylesheet_set@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_style_sheets@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_title@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_url@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_visibility_state@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_webkit_current_fullscreen_element@Base 2.15.1
++ (gtk3-only,optional)webkit_dom_document_get_webkit_fullscreen_element@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_webkit_fullscreen_enabled@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_get_webkit_fullscreen_keyboard_input_allowed@Base 2.15.1
++ (gtk3-only,optional)webkit_dom_document_get_webkit_is_fullscreen@Base 2.15.1
++ (gtk3-only)webkit_dom_document_get_xml_encoding@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_xml_standalone@Base 2.5.3
++ (gtk3-only)webkit_dom_document_get_xml_version@Base 2.5.3
++ (gtk3-only)webkit_dom_document_has_focus@Base 2.5.3
++ (gtk3-only)webkit_dom_document_import_node@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_command_enabled@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_command_indeterm@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_command_state@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_command_supported@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_command_value@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_selector@Base 2.5.3
++ (gtk3-only)webkit_dom_document_query_selector_all@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_body@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_cookie@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_set_design_mode@Base 2.13.91
++ (gtk3-only)webkit_dom_document_set_dir@Base 2.13.4
++ (gtk3-only)webkit_dom_document_set_document_uri@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_selected_stylesheet_set@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_title@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_xml_standalone@Base 2.5.3
++ (gtk3-only)webkit_dom_document_set_xml_version@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_entities@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_internal_subset@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_notations@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_public_id@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_system_id@Base 2.5.3
++ (gtk3-only)webkit_dom_document_type_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_document_webkit_cancel_fullscreen@Base 2.15.1
++ (gtk3-only,optional)webkit_dom_document_webkit_exit_fullscreen@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_implementation_create_css_style_sheet@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_implementation_create_document@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_implementation_create_document_type@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_implementation_create_html_document@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_implementation_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_implementation_has_feature@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_add_range@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_collapse@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_collapse_to_end@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_collapse_to_start@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_contains_node@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_delete_from_document@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_empty@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_extend@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_anchor_node@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_anchor_offset@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_base_node@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_base_offset@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_extent_node@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_extent_offset@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_focus_node@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_focus_offset@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_is_collapsed@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_range_at@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_range_count@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_selection_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_modify@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_remove_all_ranges@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_select_all_children@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_set_base_and_extent@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_selection_set_position@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_add@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_contains@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_get_length@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_get_value@Base 2.12.0
++ (gtk3-only,optional)webkit_dom_dom_token_list_item@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_remove@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_token_list_replace@Base 2.13.91
++ (gtk3-only,optional)webkit_dom_dom_token_list_set_value@Base 2.12.0
++ (gtk3-only)webkit_dom_dom_token_list_toggle@Base 2.13.4
++ (gtk3-only,optional)webkit_dom_dom_window_alert@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_blur@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_capture_events@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_close@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_confirm@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_find@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_focus@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_closed@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_computed_style@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_default_status@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_device_pixel_ratio@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_document@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_frame_element@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_frames@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_inner_height@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_inner_width@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_length@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_name@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_offscreen_buffering@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_opener@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_window_get_orientation@Base 2.10.0
++ (gtk3-only,optional)webkit_dom_dom_window_get_outer_height@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_outer_width@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_page_x_offset@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_page_y_offset@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_parent@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_screen_left@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_screen_top@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_screen_x@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_screen_y@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_scroll_x@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_scroll_y@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_selection@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_self@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_status@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_top@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_window_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_get_window@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_move_by@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_move_to@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_print@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_prompt@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_release_events@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_resize_by@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_resize_to@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_scroll_by@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_scroll_to@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_set_default_status@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_set_name@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_set_status@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_dom_window_stop@Base 2.5.3
++ (gtk3-only)webkit_dom_dom_window_webkit_message_handlers_post_message@Base 2.8.1
++ (gtk3-only)webkit_dom_element_blur@Base 2.5.3
++ (gtk3-only)webkit_dom_element_closest@Base 2.8.1
++ (gtk3-only)webkit_dom_element_focus@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_attribute@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_attribute_node@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_attribute_node_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_attribute_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_attributes@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_bounding_client_rect@Base 2.17.3
++ (gtk3-only)webkit_dom_element_get_child_element_count@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_children@Base 2.10.0
++ (gtk3-only,optional)webkit_dom_element_get_class_list@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_class_name@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_client_height@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_client_left@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_client_rects@Base 2.17.3
++ (gtk3-only)webkit_dom_element_get_client_top@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_client_width@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_elements_by_class_name@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_elements_by_class_name_as_html_collection@Base 2.12.0
++ (gtk3-only)webkit_dom_element_get_elements_by_tag_name@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_elements_by_tag_name_as_html_collection@Base 2.12.0
++ (gtk3-only)webkit_dom_element_get_elements_by_tag_name_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_elements_by_tag_name_ns_as_html_collection@Base 2.12.0
++ (gtk3-only)webkit_dom_element_get_first_element_child@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_id@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_inner_html@Base 2.8.1
++ (gtk3-only)webkit_dom_element_get_last_element_child@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_element_get_local_name@Base 2.13.91
++ (gtk3-only,optional)webkit_dom_element_get_namespace_uri@Base 2.13.91
++ (gtk3-only)webkit_dom_element_get_next_element_sibling@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_offset_height@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_offset_left@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_offset_parent@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_offset_top@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_offset_width@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_outer_html@Base 2.8.1
++ (gtk3-only,optional)webkit_dom_element_get_prefix@Base 2.13.91
++ (gtk3-only)webkit_dom_element_get_previous_element_sibling@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_scroll_height@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_scroll_left@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_scroll_top@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_scroll_width@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_style@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_tag_name@Base 2.5.3
++ (gtk3-only)webkit_dom_element_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_element_get_webkit_region_overset@Base 2.5.3
++ (gtk3-only)webkit_dom_element_has_attribute@Base 2.5.3
++ (gtk3-only)webkit_dom_element_has_attribute_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_element_has_attributes@Base 2.5.3
++ (gtk3-only)webkit_dom_element_html_input_element_get_auto_filled@Base 2.21.1
++ (gtk3-only)webkit_dom_element_html_input_element_is_user_edited@Base 2.21.1
++ (gtk3-only)webkit_dom_element_html_input_element_set_auto_filled@Base 2.21.1
++ (gtk3-only)webkit_dom_element_html_input_element_set_editing_value@Base 2.21.1
++ (gtk3-only,optional)webkit_dom_element_insert_adjacent_element@Base 2.13.91
++ (gtk3-only,optional)webkit_dom_element_insert_adjacent_html@Base 2.13.91
++ (gtk3-only,optional)webkit_dom_element_insert_adjacent_text@Base 2.13.91
++ (gtk3-only,optional)webkit_dom_element_matches@Base 2.5.3
++ (gtk3-only)webkit_dom_element_query_selector@Base 2.5.3
++ (gtk3-only)webkit_dom_element_query_selector_all@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_element_remove@Base 2.5.3
++ (gtk3-only)webkit_dom_element_remove_attribute@Base 2.5.3
++ (gtk3-only)webkit_dom_element_remove_attribute_node@Base 2.5.3
++ (gtk3-only)webkit_dom_element_remove_attribute_ns@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_element_request_pointer_lock@Base 2.5.3
++ (gtk3-only)webkit_dom_element_scroll_by_lines@Base 2.5.3
++ (gtk3-only)webkit_dom_element_scroll_by_pages@Base 2.5.3
++ (gtk3-only)webkit_dom_element_scroll_into_view@Base 2.5.3
++ (gtk3-only)webkit_dom_element_scroll_into_view_if_needed@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_attribute@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_attribute_node@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_attribute_node_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_attribute_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_class_name@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_id@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_inner_html@Base 2.8.1
++ (gtk3-only)webkit_dom_element_set_outer_html@Base 2.8.1
++ (gtk3-only)webkit_dom_element_set_scroll_left@Base 2.5.3
++ (gtk3-only)webkit_dom_element_set_scroll_top@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_element_webkit_matches_selector@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_element_webkit_request_fullscreen@Base 2.5.3
++ (gtk3-only)webkit_dom_entity_reference_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_bubbles@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_cancel_bubble@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_cancelable@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_current_target@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_event_phase@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_event_type@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_return_value@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_src_element@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_time_stamp@Base 2.5.3
++ (gtk3-only)webkit_dom_event_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_event_init_event@Base 2.5.3
++ (gtk3-only)webkit_dom_event_prevent_default@Base 2.5.3
++ (gtk3-only)webkit_dom_event_set_cancel_bubble@Base 2.5.3
++ (gtk3-only)webkit_dom_event_set_return_value@Base 2.5.3
++ (gtk3-only)webkit_dom_event_stop_propagation@Base 2.5.3
++ (gtk3-only)webkit_dom_event_target_add_event_listener@Base 2.5.3
++ (gtk3-only)webkit_dom_event_target_add_event_listener_with_closure@Base 2.5.3
++ (gtk3-only)webkit_dom_event_target_dispatch_event@Base 2.5.3
++ (gtk3-only)webkit_dom_event_target_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_event_target_remove_event_listener@Base 2.5.3
++ (gtk3-only)webkit_dom_event_target_remove_event_listener_with_closure@Base 2.5.3
++ (gtk3-only)webkit_dom_file_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_file_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_file_list_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_file_list_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_file_list_item@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_coords@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_hash@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_host@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_hostname@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_hreflang@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_pathname@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_port@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_protocol@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_rel@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_rev@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_search@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_shape@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_coords@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_hash@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_host@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_hostname@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_hreflang@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_pathname@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_port@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_protocol@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_rel@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_rev@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_search@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_shape@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_anchor_element_set_text@Base 2.8.1
++ (gtk3-only)webkit_dom_html_anchor_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_alt@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_archive@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_code@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_code_base@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_hspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_object@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_vspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_alt@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_archive@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_code@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_code_base@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_hspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_object@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_vspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_applet_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_alt@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_coords@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_hash@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_host@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_hostname@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_no_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_pathname@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_port@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_protocol@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_search@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_shape@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_set_alt@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_set_coords@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_set_hash@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_host@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_hostname@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_set_no_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_set_pathname@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_port@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_protocol@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_search@Base 2.13.4
++ (gtk3-only)webkit_dom_html_area_element_set_shape@Base 2.5.3
++ (gtk3-only)webkit_dom_html_area_element_set_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_element_get_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_element_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_element_set_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_element_set_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_get_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_get_face@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_get_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_set_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_set_face@Base 2.5.3
++ (gtk3-only)webkit_dom_html_base_font_element_set_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_a_link@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_background@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_link@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_get_v_link@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_set_a_link@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_set_background@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_set_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_set_link@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_set_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_body_element_set_v_link@Base 2.5.3
++ (gtk3-only)webkit_dom_html_br_element_get_clear@Base 2.5.3
++ (gtk3-only)webkit_dom_html_br_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_br_element_set_clear@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_button_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_get_will_validate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_set_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_set_button_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_button_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_canvas_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_canvas_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_canvas_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_canvas_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_canvas_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_collection_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_collection_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_collection_item@Base 2.5.3
++ (gtk3-only)webkit_dom_html_collection_named_item@Base 2.5.3
++ (gtk3-only)webkit_dom_html_d_list_element_get_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_d_list_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_d_list_element_set_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_directory_element_get_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_directory_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_directory_element_set_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_div_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_div_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_div_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_capture_events@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_clear@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_close@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_alink_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_compat_mode@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_design_mode@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_dir@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_embeds@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_fg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_link_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_plugins@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_scripts@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_vlink_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_release_events@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_alink_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_design_mode@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_dir@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_fg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_link_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_document_set_vlink_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_click@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_access_key@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_children@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_content_editable@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_dir@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_get_draggable@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_get_hidden@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_inner_html@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_inner_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_is_content_editable@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_lang@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_outer_html@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_outer_text@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_get_spellcheck@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_tab_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_title@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_get_translate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_get_type@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_get_webkitdropzone@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_access_key@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_content_editable@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_dir@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_set_draggable@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_set_hidden@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_inner_html@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_inner_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_lang@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_outer_html@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_outer_text@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_set_spellcheck@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_tab_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_element_set_title@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_set_translate@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_element_set_webkitdropzone@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_set_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_embed_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_field_set_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_field_set_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_get_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_get_face@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_get_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_set_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_set_face@Base 2.5.3
++ (gtk3-only)webkit_dom_html_font_element_set_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_accept_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_action@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_elements@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_encoding@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_enctype@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_method@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_reset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_accept_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_action@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_encoding@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_enctype@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_method@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_set_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_form_element_submit@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_content_document@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_content_window@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_frame_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_long_desc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_margin_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_margin_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_no_resize@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_scrolling@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_frame_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_long_desc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_margin_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_margin_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_no_resize@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_scrolling@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_element_set_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_set_element_get_cols@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_set_element_get_rows@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_set_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_set_element_set_cols@Base 2.5.3
++ (gtk3-only)webkit_dom_html_frame_set_element_set_rows@Base 2.5.3
++ (gtk3-only)webkit_dom_html_head_element_get_profile@Base 2.5.3
++ (gtk3-only)webkit_dom_html_head_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_head_element_set_profile@Base 2.5.3
++ (gtk3-only)webkit_dom_html_heading_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_heading_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_heading_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_get_no_shade@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_get_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_set_no_shade@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_set_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_hr_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_html_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_html_element_get_version@Base 2.5.3
++ (gtk3-only)webkit_dom_html_html_element_set_version@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_content_document@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_content_window@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_frame_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_long_desc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_margin_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_margin_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_scrolling@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_frame_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_long_desc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_margin_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_margin_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_scrolling@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_iframe_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_alt@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_complete@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_hspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_is_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_long_desc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_lowsrc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_natural_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_natural_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_use_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_vspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_x@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_get_y@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_alt@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_hspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_is_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_long_desc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_lowsrc@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_use_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_vspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_image_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_accept@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_alt@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_input_element_get_auto_filled@Base 2.15.1
++ (gtk3-only)webkit_dom_html_input_element_get_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_capture@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_input_element_get_capture_type@Base 2.13.91
++ (gtk3-only)webkit_dom_html_input_element_get_checked@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_default_checked@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_default_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_files@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_indeterminate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_input_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_max_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_multiple@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_name@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_input_element_get_read_only@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_use_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_get_will_validate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_is_edited@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_select@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_accept@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_alt@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_input_element_set_auto_filled@Base 2.15.1
++ (gtk3-only,optional)webkit_dom_html_input_element_set_autofocus@Base 2.5
++ (gtk3-only,optional)webkit_dom_html_input_element_set_capture_type@Base 2.15.1
++ (gtk3-only)webkit_dom_html_input_element_set_checked@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_input_element_set_default_checked@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_default_value@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_input_element_set_disabled@Base 2.5
++ (gtk3-only,optional)webkit_dom_html_input_element_set_editing_value@Base 2.15.1
++ (gtk3-only)webkit_dom_html_input_element_set_files@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_indeterminate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_input_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_max_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_multiple@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_read_only@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_use_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_input_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_label_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_label_element_get_html_for@Base 2.5.3
++ (gtk3-only)webkit_dom_html_label_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_label_element_set_html_for@Base 2.5.3
++ (gtk3-only)webkit_dom_html_legend_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_legend_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_legend_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_legend_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_li_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_li_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_li_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_li_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_li_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_hreflang@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_media@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_rel@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_rev@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_sheet@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_sizes@Base 2.8.1
++ (gtk3-only)webkit_dom_html_link_element_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_href@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_hreflang@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_media@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_rel@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_rev@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_sizes@Base 2.8.1
++ (gtk3-only)webkit_dom_html_link_element_set_target@Base 2.5.3
++ (gtk3-only)webkit_dom_html_link_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_map_element_get_areas@Base 2.5.3
++ (gtk3-only)webkit_dom_html_map_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_map_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_map_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_marquee_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_marquee_element_start@Base 2.5.3
++ (gtk3-only)webkit_dom_html_marquee_element_stop@Base 2.5.3
++ (gtk3-only)webkit_dom_html_menu_element_get_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_menu_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_menu_element_set_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_get_content@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_get_http_equiv@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_get_scheme@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_set_content@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_set_http_equiv@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_meta_element_set_scheme@Base 2.5.3
++ (gtk3-only)webkit_dom_html_mod_element_get_cite@Base 2.5.3
++ (gtk3-only)webkit_dom_html_mod_element_get_date_time@Base 2.5.3
++ (gtk3-only)webkit_dom_html_mod_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_mod_element_set_cite@Base 2.5.3
++ (gtk3-only)webkit_dom_html_mod_element_set_date_time@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_get_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_get_start@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_set_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_set_start@Base 2.5.3
++ (gtk3-only)webkit_dom_html_o_list_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_archive@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_code@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_code_base@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_code_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_content_document@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_data@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_declare@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_hspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_standby@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_use_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_vspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_archive@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_code@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_code_base@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_code_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_data@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_declare@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_hspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_standby@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_use_map@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_vspace@Base 2.5.3
++ (gtk3-only)webkit_dom_html_object_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_opt_group_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_opt_group_element_get_label@Base 2.5.3
++ (gtk3-only)webkit_dom_html_opt_group_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_opt_group_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_opt_group_element_set_label@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_default_selected@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_label@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_selected@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_set_default_selected@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_set_label@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_set_selected@Base 2.5.3
++ (gtk3-only)webkit_dom_html_option_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_options_collection_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_options_collection_get_selected_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_options_collection_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_options_collection_named_item@Base 2.5.3
++ (gtk3-only)webkit_dom_html_options_collection_set_selected_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_paragraph_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_paragraph_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_paragraph_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_get_value_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_param_element_set_value_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_pre_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_pre_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_pre_element_get_wrap@Base 2.5.3
++ (gtk3-only)webkit_dom_html_pre_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_pre_element_set_wrap@Base 2.5.3
++ (gtk3-only)webkit_dom_html_quote_element_get_cite@Base 2.5.3
++ (gtk3-only)webkit_dom_html_quote_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_quote_element_set_cite@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_defer@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_event@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_html_for@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_get_type_attr@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_html_script_element_set_charset@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_set_defer@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_set_event@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_set_html_for@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_set_src@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_set_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_script_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_add@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_multiple@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_options@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_select_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_selected_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_get_will_validate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_item@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_named_item@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_remove@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_length@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_multiple@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_selected_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_size@Base 2.5.3
++ (gtk3-only)webkit_dom_html_select_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_get_media@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_get_sheet@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_set_media@Base 2.5.3
++ (gtk3-only)webkit_dom_html_style_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_caption_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_caption_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_caption_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_abbr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_axis@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_cell_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_col_span@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_headers@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_no_wrap@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_row_span@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_scope@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_abbr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_axis@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_col_span@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_headers@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_height@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_no_wrap@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_row_span@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_scope@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_cell_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_span@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_set_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_set_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_set_span@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_set_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_col_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_create_caption@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_create_t_foot@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_create_t_head@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_delete_caption@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_delete_row@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_delete_t_foot@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_delete_t_head@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_caption@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_cell_padding@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_cell_spacing@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_rows@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_rules@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_summary@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_t_bodies@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_t_foot@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_t_head@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_get_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_insert_row@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_border@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_caption@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_cell_padding@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_cell_spacing@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_rules@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_summary@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_t_foot@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_t_head@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_element_set_width@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_delete_cell@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_cells@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_row_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_section_row_index@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_get_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_insert_cell@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_set_bg_color@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_set_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_set_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_row_element_set_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_delete_row@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_get_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_get_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_get_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_get_rows@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_get_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_insert_row@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_set_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_set_ch@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_set_ch_off@Base 2.5.3
++ (gtk3-only)webkit_dom_html_table_section_element_set_v_align@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_area_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_cols@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_default_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_form@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_read_only@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_rows@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_selection_end@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_selection_start@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_get_will_validate@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_is_edited@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_select@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_autofocus@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_cols@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_default_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_name@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_read_only@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_rows@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_selection_end@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_selection_range@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_selection_start@Base 2.5.3
++ (gtk3-only)webkit_dom_html_text_area_element_set_value@Base 2.5.3
++ (gtk3-only)webkit_dom_html_title_element_get_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_title_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_title_element_set_text@Base 2.5.3
++ (gtk3-only)webkit_dom_html_u_list_element_get_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_u_list_element_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_html_u_list_element_get_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_html_u_list_element_set_compact@Base 2.5.3
++ (gtk3-only)webkit_dom_html_u_list_element_set_type_attr@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_alt_graph_key@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_alt_key@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_ctrl_key@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_key_identifier@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_key_location@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_meta_key@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_modifier_state@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_shift_key@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_keyboard_event_init_keyboard_event@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_append_medium@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_delete_medium@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_get_media_text@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_item@Base 2.5.3
++ (gtk3-only)webkit_dom_media_list_set_media_text@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_alt_key@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_button@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_client_x@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_client_y@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_ctrl_key@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_from_element@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_meta_key@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_offset_x@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_offset_y@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_related_target@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_screen_x@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_screen_y@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_shift_key@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_to_element@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_x@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_get_y@Base 2.5.3
++ (gtk3-only)webkit_dom_mouse_event_init_mouse_event@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_get_named_item@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_get_named_item_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_item@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_remove_named_item@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_remove_named_item_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_set_named_item@Base 2.5.3
++ (gtk3-only)webkit_dom_named_node_map_set_named_item_ns@Base 2.5.3
++ (gtk3-only)webkit_dom_node_append_child@Base 2.5.3
++ (gtk3-only)webkit_dom_node_clone_node_with_error@Base 2.13.4
++ (gtk3-only)webkit_dom_node_compare_document_position@Base 2.5.3
++ (gtk3-only)webkit_dom_node_contains@Base 2.5.3
++ (gtk3-only)webkit_dom_node_filter_accept_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_filter_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_node_for_js_value@Base 2.21.1
++ (gtk3-only)webkit_dom_node_get_base_uri@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_child_nodes@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_first_child@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_last_child@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_local_name@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_namespace_uri@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_next_sibling@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_node_name@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_node_type@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_node_value@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_owner_document@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_parent_element@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_parent_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_prefix@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_previous_sibling@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_text_content@Base 2.5.3
++ (gtk3-only)webkit_dom_node_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_node_has_child_nodes@Base 2.5.3
++ (gtk3-only)webkit_dom_node_insert_before@Base 2.5.3
++ (gtk3-only)webkit_dom_node_is_default_namespace@Base 2.5.3
++ (gtk3-only)webkit_dom_node_is_equal_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_is_same_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_is_supported@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_detach@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_expand_entity_references@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_filter@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_pointer_before_reference_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_reference_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_root@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_get_what_to_show@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_next_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_iterator_previous_node@Base 2.5.3
++ (gtk3-only)webkit_dom_node_list_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_node_list_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_node_list_item@Base 2.5.3
++ (gtk3-only)webkit_dom_node_lookup_namespace_uri@Base 2.5.3
++ (gtk3-only)webkit_dom_node_lookup_prefix@Base 2.5.3
++ (gtk3-only)webkit_dom_node_normalize@Base 2.5.3
++ (gtk3-only)webkit_dom_node_remove_child@Base 2.5.3
++ (gtk3-only)webkit_dom_node_replace_child@Base 2.5.3
++ (gtk3-only)webkit_dom_node_set_node_value@Base 2.5.3
++ (gtk3-only)webkit_dom_node_set_prefix@Base 2.5.3
++ (gtk3-only)webkit_dom_node_set_text_content@Base 2.5.3
++ (gtk3-only)webkit_dom_object_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_processing_instruction_get_sheet@Base 2.5.3
++ (gtk3-only)webkit_dom_processing_instruction_get_target@Base 2.5.3
++ (gtk3-only)webkit_dom_processing_instruction_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_range_clone_contents@Base 2.5.3
++ (gtk3-only)webkit_dom_range_clone_range@Base 2.5.3
++ (gtk3-only)webkit_dom_range_collapse@Base 2.5.3
++ (gtk3-only)webkit_dom_range_compare_boundary_points@Base 2.5.3
++ (gtk3-only)webkit_dom_range_compare_node@Base 2.5.3
++ (gtk3-only)webkit_dom_range_compare_point@Base 2.5.3
++ (gtk3-only)webkit_dom_range_create_contextual_fragment@Base 2.5.3
++ (gtk3-only)webkit_dom_range_delete_contents@Base 2.5.3
++ (gtk3-only)webkit_dom_range_detach@Base 2.5.3
++ (gtk3-only,optional)webkit_dom_range_expand@Base 2.5.3
++ (gtk3-only)webkit_dom_range_extract_contents@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_collapsed@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_common_ancestor_container@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_end_container@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_end_offset@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_start_container@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_start_offset@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_text@Base 2.5.3
++ (gtk3-only)webkit_dom_range_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_range_insert_node@Base 2.5.3
++ (gtk3-only)webkit_dom_range_intersects_node@Base 2.5.3
++ (gtk3-only)webkit_dom_range_is_point_in_range@Base 2.5.3
++ (gtk3-only)webkit_dom_range_select_node@Base 2.5.3
++ (gtk3-only)webkit_dom_range_select_node_contents@Base 2.5.3
++ (gtk3-only)webkit_dom_range_set_end@Base 2.5.3
++ (gtk3-only)webkit_dom_range_set_end_after@Base 2.5.3
++ (gtk3-only)webkit_dom_range_set_end_before@Base 2.5.3
++ (gtk3-only)webkit_dom_range_set_start@Base 2.5.3
++ (gtk3-only)webkit_dom_range_set_start_after@Base 2.5.3
++ (gtk3-only)webkit_dom_range_set_start_before@Base 2.5.3
++ (gtk3-only)webkit_dom_range_surround_contents@Base 2.5.3
++ (gtk3-only)webkit_dom_range_to_string@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_content_type@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_href@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_media@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_owner_node@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_parent_style_sheet@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_title@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_list_get_length@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_list_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_list_item@Base 2.5.3
++ (gtk3-only)webkit_dom_style_sheet_set_disabled@Base 2.5.3
++ (gtk3-only)webkit_dom_text_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_text_get_whole_text@Base 2.5.3
++ (gtk3-only)webkit_dom_text_replace_whole_text@Base 2.5.3
++ (gtk3-only)webkit_dom_text_split_text@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_first_child@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_get_current_node@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_get_expand_entity_references@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_get_filter@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_get_root@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_get_what_to_show@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_last_child@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_next_node@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_next_sibling@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_parent_node@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_previous_node@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_previous_sibling@Base 2.5.3
++ (gtk3-only)webkit_dom_tree_walker_set_current_node@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_char_code@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_detail@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_key_code@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_layer_x@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_layer_y@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_page_x@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_page_y@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_get_view@Base 2.5.3
++ (gtk3-only)webkit_dom_ui_event_init_ui_event@Base 2.5.3
++ (gtk3-only)webkit_dom_wheel_event_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_wheel_event_get_wheel_delta@Base 2.5.3
++ (gtk3-only)webkit_dom_wheel_event_get_wheel_delta_x@Base 2.5.3
++ (gtk3-only)webkit_dom_wheel_event_get_wheel_delta_y@Base 2.5.3
++ (gtk3-only)webkit_dom_wheel_event_init_wheel_event@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_expression_evaluate@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_expression_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_ns_resolver_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_ns_resolver_lookup_namespace_uri@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_boolean_value@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_invalid_iterator_state@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_number_value@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_result_type@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_single_node_value@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_snapshot_length@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_string_value@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_get_type@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_iterate_next@Base 2.5.3
++ (gtk3-only)webkit_dom_xpath_result_snapshot_item@Base 2.5.3
++ webkit_download_cancel@Base 2.5.3
++ webkit_download_error_get_type@Base 2.5.3
++ webkit_download_error_quark@Base 2.5.3
++ webkit_download_get_allow_overwrite@Base 2.6.0
++ webkit_download_get_destination@Base 2.5.3
++ webkit_download_get_elapsed_time@Base 2.5.3
++ webkit_download_get_estimated_progress@Base 2.5.3
++ webkit_download_get_received_data_length@Base 2.5.3
++ webkit_download_get_request@Base 2.5.3
++ webkit_download_get_response@Base 2.5.3
++ webkit_download_get_type@Base 2.5.3
++ webkit_download_get_web_view@Base 2.5.3
++ webkit_download_set_allow_overwrite@Base 2.6.0
++ webkit_download_set_destination@Base 2.5.3
++ webkit_editor_state_get_type@Base 2.10.0
++ webkit_editor_state_get_typing_attributes@Base 2.10.0
++ webkit_editor_state_is_copy_available@Base 2.19.1
++ webkit_editor_state_is_cut_available@Base 2.19.1
++ webkit_editor_state_is_paste_available@Base 2.19.1
++ webkit_editor_state_is_redo_available@Base 2.19.1
++ webkit_editor_state_is_undo_available@Base 2.19.1
++ webkit_editor_typing_attributes_get_type@Base 2.10.0
++ webkit_favicon_database_clear@Base 2.5.3
++ webkit_favicon_database_error_get_type@Base 2.5.3
++ webkit_favicon_database_error_quark@Base 2.5.3
++ webkit_favicon_database_get_favicon@Base 2.5.3
++ webkit_favicon_database_get_favicon_finish@Base 2.5.3
++ webkit_favicon_database_get_favicon_uri@Base 2.5.3
++ webkit_favicon_database_get_type@Base 2.5.3
++ webkit_feature_get_category@Base 2.41.4
++ webkit_feature_get_default_value@Base 2.41.4
++ webkit_feature_get_details@Base 2.41.4
++ webkit_feature_get_identifier@Base 2.41.4
++ webkit_feature_get_name@Base 2.41.4
++ webkit_feature_get_status@Base 2.41.4
++ webkit_feature_get_type@Base 2.41.4
++ webkit_feature_list_get@Base 2.41.4
++ webkit_feature_list_get_length@Base 2.41.4
++ webkit_feature_list_get_type@Base 2.41.4
++ webkit_feature_list_ref@Base 2.41.4
++ webkit_feature_list_unref@Base 2.41.4
++ webkit_feature_ref@Base 2.41.4
++ webkit_feature_status_get_type@Base 2.41.4
++ webkit_feature_unref@Base 2.41.4
++ webkit_file_chooser_request_cancel@Base 2.5.3
++ webkit_file_chooser_request_get_mime_types@Base 2.5.3
++ webkit_file_chooser_request_get_mime_types_filter@Base 2.5.3
++ webkit_file_chooser_request_get_select_multiple@Base 2.5.3
++ webkit_file_chooser_request_get_selected_files@Base 2.5.3
++ webkit_file_chooser_request_get_type@Base 2.5.3
++ webkit_file_chooser_request_select_files@Base 2.5.3
++ webkit_find_controller_count_matches@Base 2.5.3
++ webkit_find_controller_get_max_match_count@Base 2.5.3
++ webkit_find_controller_get_options@Base 2.5.3
++ webkit_find_controller_get_search_text@Base 2.5.3
++ webkit_find_controller_get_type@Base 2.5.3
++ webkit_find_controller_get_web_view@Base 2.5.3
++ webkit_find_controller_search@Base 2.5.3
++ webkit_find_controller_search_finish@Base 2.5.3
++ webkit_find_controller_search_next@Base 2.5.3
++ webkit_find_controller_search_previous@Base 2.5.3
++ webkit_find_options_get_type@Base 2.5.3
++ (gtk3-only)webkit_form_submission_request_get_text_fields@Base 2.5.3
++ webkit_form_submission_request_get_type@Base 2.5.3
++ webkit_form_submission_request_list_text_fields@Base 2.19.4
++ webkit_form_submission_request_submit@Base 2.5.3
++ (gtk3-only)webkit_form_submission_step_get_type@Base 2.19.4
++ webkit_frame_get_id@Base 2.25.1
++ (gtk3-only)webkit_frame_get_javascript_context_for_script_world@Base 2.5.3
++ (gtk3-only)webkit_frame_get_javascript_global_context@Base 2.5.3
++ webkit_frame_get_js_context@Base 2.21.1
++ webkit_frame_get_js_context_for_script_world@Base 2.21.1
++ (gtk3-only)webkit_frame_get_js_value_for_dom_object@Base 2.21.1
++ (gtk3-only)webkit_frame_get_js_value_for_dom_object_in_script_world@Base 2.21.1
++ webkit_frame_get_type@Base 2.5.3
++ webkit_frame_get_uri@Base 2.5.3
++ webkit_frame_is_main_frame@Base 2.5.3
++ webkit_geolocation_manager_failed@Base 2.25.1
++ webkit_geolocation_manager_get_enable_high_accuracy@Base 2.25.1
++ webkit_geolocation_manager_get_type@Base 2.25.1
++ webkit_geolocation_manager_update_position@Base 2.25.1
++ webkit_geolocation_permission_request_get_type@Base 2.5.3
++ webkit_geolocation_position_copy@Base 2.25.1
++ webkit_geolocation_position_free@Base 2.25.1
++ webkit_geolocation_position_get_type@Base 2.25.1
++ webkit_geolocation_position_new@Base 2.25.1
++ webkit_geolocation_position_set_altitude@Base 2.25.1
++ webkit_geolocation_position_set_altitude_accuracy@Base 2.25.1
++ webkit_geolocation_position_set_heading@Base 2.25.1
++ webkit_geolocation_position_set_speed@Base 2.25.1
++ webkit_geolocation_position_set_timestamp@Base 2.25.1
++ webkit_get_major_version@Base 2.5.3
++ webkit_get_micro_version@Base 2.5.3
++ webkit_get_minor_version@Base 2.5.3
++ webkit_hardware_acceleration_policy_get_type@Base 2.15.4
++ webkit_hit_test_result_context_get_type@Base 2.5.3
++ webkit_hit_test_result_context_is_editable@Base 2.5.3
++ webkit_hit_test_result_context_is_image@Base 2.5.3
++ webkit_hit_test_result_context_is_link@Base 2.5.3
++ webkit_hit_test_result_context_is_media@Base 2.5.3
++ webkit_hit_test_result_context_is_scrollbar@Base 2.5.3
++ webkit_hit_test_result_context_is_selection@Base 2.8.1
++ webkit_hit_test_result_get_context@Base 2.5.3
++ webkit_hit_test_result_get_image_uri@Base 2.5.3
++ webkit_hit_test_result_get_link_label@Base 2.5.3
++ webkit_hit_test_result_get_link_title@Base 2.5.3
++ webkit_hit_test_result_get_link_uri@Base 2.5.3
++ webkit_hit_test_result_get_media_uri@Base 2.5.3
++ webkit_hit_test_result_get_type@Base 2.5.3
++ webkit_input_hints_get_type@Base 2.27.4
++ webkit_input_method_context_filter_key_event@Base 2.27.4
++ webkit_input_method_context_get_input_hints@Base 2.27.4
++ webkit_input_method_context_get_input_purpose@Base 2.27.4
++ webkit_input_method_context_get_preedit@Base 2.27.4
++ webkit_input_method_context_get_type@Base 2.27.4
++ webkit_input_method_context_notify_cursor_area@Base 2.27.4
++ webkit_input_method_context_notify_focus_in@Base 2.27.4
++ webkit_input_method_context_notify_focus_out@Base 2.27.4
++ webkit_input_method_context_notify_surrounding@Base 2.27.4
++ webkit_input_method_context_reset@Base 2.27.4
++ webkit_input_method_context_set_enable_preedit@Base 2.27.4
++ webkit_input_method_context_set_input_hints@Base 2.27.4
++ webkit_input_method_context_set_input_purpose@Base 2.27.4
++ webkit_input_method_underline_copy@Base 2.27.4
++ webkit_input_method_underline_free@Base 2.27.4
++ webkit_input_method_underline_get_type@Base 2.27.4
++ webkit_input_method_underline_new@Base 2.27.4
++ webkit_input_method_underline_set_color@Base 2.27.4
++ webkit_input_purpose_get_type@Base 2.27.4
++ webkit_insecure_content_event_get_type@Base 2.5.3
++ (gtk3-only)webkit_install_missing_media_plugins_permission_request_get_description@Base 2.10.0
++ (gtk3-only)webkit_install_missing_media_plugins_permission_request_get_type@Base 2.10.0
++ webkit_itp_first_party_get_domain@Base 2.29.4
++ webkit_itp_first_party_get_last_update_time@Base 2.29.4
++ webkit_itp_first_party_get_type@Base 2.29.4
++ webkit_itp_first_party_get_website_data_access_allowed@Base 2.29.4
++ webkit_itp_first_party_ref@Base 2.29.4
++ webkit_itp_first_party_unref@Base 2.29.4
++ webkit_itp_third_party_get_domain@Base 2.29.4
++ webkit_itp_third_party_get_first_parties@Base 2.29.4
++ webkit_itp_third_party_get_type@Base 2.29.4
++ webkit_itp_third_party_ref@Base 2.29.4
++ webkit_itp_third_party_unref@Base 2.29.4
++ webkit_javascript_error_get_type@Base 2.5.3
++ webkit_javascript_error_quark@Base 2.5.3
++ (gtk3-only)webkit_javascript_result_get_global_context@Base 2.5.3
++ (gtk3-only)webkit_javascript_result_get_js_value@Base 2.21.1
++ (gtk3-only)webkit_javascript_result_get_type@Base 2.5.3
++ (gtk3-only)webkit_javascript_result_get_value@Base 2.5.3
++ (gtk3-only)webkit_javascript_result_ref@Base 2.5.3
++ (gtk3-only)webkit_javascript_result_unref@Base 2.5.3
++ webkit_load_event_get_type@Base 2.5.3
++ webkit_media_capture_state_get_type@Base 2.33.3
++#(gtk4-only)webkit_media_error_get_type@Base 2.39.4
++#(gtk4-only)webkit_media_error_quark@Base 2.39.4
++ webkit_media_key_system_permission_get_name@Base 2.31.90
++ webkit_media_key_system_permission_request_get_type@Base 2.31.90
++ webkit_memory_pressure_settings_copy@Base 2.33.3
++ webkit_memory_pressure_settings_free@Base 2.33.3
++ webkit_memory_pressure_settings_get_conservative_threshold@Base 2.33.3
++ webkit_memory_pressure_settings_get_kill_threshold@Base 2.33.3
++ webkit_memory_pressure_settings_get_memory_limit@Base 2.33.3
++ webkit_memory_pressure_settings_get_poll_interval@Base 2.33.3
++ webkit_memory_pressure_settings_get_strict_threshold@Base 2.33.3
++ webkit_memory_pressure_settings_get_type@Base 2.33.3
++ webkit_memory_pressure_settings_new@Base 2.33.3
++ webkit_memory_pressure_settings_set_conservative_threshold@Base 2.33.3
++ webkit_memory_pressure_settings_set_kill_threshold@Base 2.33.3
++ webkit_memory_pressure_settings_set_memory_limit@Base 2.33.3
++ webkit_memory_pressure_settings_set_poll_interval@Base 2.33.3
++ webkit_memory_pressure_settings_set_strict_threshold@Base 2.33.3
++ (gtk3-only)webkit_mime_info_get_description@Base 2.5.3
++ (gtk3-only)webkit_mime_info_get_extensions@Base 2.5.3
++ (gtk3-only)webkit_mime_info_get_mime_type@Base 2.5.3
++ (gtk3-only)webkit_mime_info_get_type@Base 2.5.3
++ (gtk3-only)webkit_mime_info_ref@Base 2.5.3
++ (gtk3-only)webkit_mime_info_unref@Base 2.5.3
++ webkit_navigation_action_copy@Base 2.5.3
++ webkit_navigation_action_free@Base 2.5.3
++ webkit_navigation_action_get_frame_name@Base 2.39.90
++ webkit_navigation_action_get_modifiers@Base 2.5.3
++ webkit_navigation_action_get_mouse_button@Base 2.5.3
++ webkit_navigation_action_get_navigation_type@Base 2.5.3
++ webkit_navigation_action_get_request@Base 2.5.3
++ webkit_navigation_action_get_type@Base 2.5.3
++ webkit_navigation_action_is_redirect@Base 2.19.1
++ webkit_navigation_action_is_user_gesture@Base 2.5.3
++ (gtk3-only)webkit_navigation_policy_decision_get_frame_name@Base 2.5.3
++ (gtk3-only)webkit_navigation_policy_decision_get_modifiers@Base 2.5.3
++ (gtk3-only)webkit_navigation_policy_decision_get_mouse_button@Base 2.5.3
++ (optional)webkit_navigation_policy_decision_get_navigation_action@Base 2.15.1
++ (gtk3-only)webkit_navigation_policy_decision_get_navigation_type@Base 2.5.3
++ (gtk3-only)webkit_navigation_policy_decision_get_request@Base 2.5.3
++ webkit_navigation_policy_decision_get_type@Base 2.5.3
++ webkit_navigation_type_get_type@Base 2.5.3
++ webkit_network_error_get_type@Base 2.5.3
++ webkit_network_error_quark@Base 2.5.3
++ webkit_network_proxy_mode_get_type@Base 2.15.3
++ webkit_network_proxy_settings_add_proxy_for_scheme@Base 2.15.3
++ webkit_network_proxy_settings_copy@Base 2.15.3
++ webkit_network_proxy_settings_free@Base 2.15.3
++ webkit_network_proxy_settings_get_type@Base 2.15.3
++ webkit_network_proxy_settings_new@Base 2.15.3
++#(gtk4-only)webkit_network_session_allow_tls_certificate_for_host@Base 2.39.7
++#(gtk4-only)webkit_network_session_download_uri@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_cookie_manager@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_default@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_itp_enabled@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_itp_summary@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_itp_summary_finish@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_persistent_credential_storage_enabled@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_tls_errors_policy@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_type@Base 2.39.7
++#(gtk4-only)webkit_network_session_get_website_data_manager@Base 2.39.7
++#(gtk4-only)webkit_network_session_is_ephemeral@Base 2.39.7
++#(gtk4-only)webkit_network_session_new@Base 2.39.7
++#(gtk4-only)webkit_network_session_new_ephemeral@Base 2.39.7
++#(gtk4-only)webkit_network_session_prefetch_dns@Base 2.39.7
++#(gtk4-only)webkit_network_session_set_itp_enabled@Base 2.39.7
++#(gtk4-only)webkit_network_session_set_memory_pressure_settings@Base 2.39.7
++#(gtk4-only)webkit_network_session_set_persistent_credential_storage_enabled@Base 2.39.7
++#(gtk4-only)webkit_network_session_set_proxy_settings@Base 2.39.7
++#(gtk4-only)webkit_network_session_set_tls_errors_policy@Base 2.39.7
++ webkit_notification_clicked@Base 2.12.0
++ webkit_notification_close@Base 2.8.1
++ webkit_notification_get_body@Base 2.8.1
++ webkit_notification_get_id@Base 2.8.1
++ webkit_notification_get_tag@Base 2.15.3
++ webkit_notification_get_title@Base 2.8.1
++ webkit_notification_get_type@Base 2.8.1
++ webkit_notification_permission_request_get_type@Base 2.8.1
++ webkit_option_menu_activate_item@Base 2.17.4
++ webkit_option_menu_close@Base 2.17.4
++ webkit_option_menu_get_event@Base 2.39.2
++ webkit_option_menu_get_item@Base 2.17.4
++ webkit_option_menu_get_n_items@Base 2.17.4
++ webkit_option_menu_get_type@Base 2.17.4
++ webkit_option_menu_item_copy@Base 2.17.4
++ webkit_option_menu_item_free@Base 2.17.4
++ webkit_option_menu_item_get_label@Base 2.17.4
++ webkit_option_menu_item_get_tooltip@Base 2.17.4
++ webkit_option_menu_item_get_type@Base 2.17.4
++ webkit_option_menu_item_is_enabled@Base 2.17.4
++ webkit_option_menu_item_is_group_child@Base 2.17.4
++ webkit_option_menu_item_is_group_label@Base 2.17.4
++ webkit_option_menu_item_is_selected@Base 2.17.4
++ webkit_option_menu_select_item@Base 2.17.4
++ webkit_permission_request_allow@Base 2.5.3
++ webkit_permission_request_deny@Base 2.5.3
++ webkit_permission_request_get_type@Base 2.5.3
++ webkit_permission_state_get_type@Base 2.39.3
++ webkit_permission_state_query_finish@Base 2.39.3
++ webkit_permission_state_query_get_name@Base 2.39.3
++ webkit_permission_state_query_get_security_origin@Base 2.39.3
++ webkit_permission_state_query_get_type@Base 2.39.3
++ webkit_permission_state_query_ref@Base 2.39.3
++ webkit_permission_state_query_unref@Base 2.39.3
++ (gtk3-only)webkit_plugin_error_get_type@Base 2.5.3
++ (gtk3-only)webkit_plugin_error_quark@Base 2.5.3
++ (gtk3-only)webkit_plugin_get_description@Base 2.5.3
++ (gtk3-only)webkit_plugin_get_mime_info_list@Base 2.5.3
++ (gtk3-only)webkit_plugin_get_name@Base 2.5.3
++ (gtk3-only)webkit_plugin_get_path@Base 2.5.3
++ (gtk3-only)webkit_plugin_get_type@Base 2.5.3
++ webkit_pointer_lock_permission_request_get_type@Base 2.27.3
++ webkit_policy_decision_download@Base 2.5.3
++ webkit_policy_decision_get_type@Base 2.5.3
++ webkit_policy_decision_ignore@Base 2.5.3
++ webkit_policy_decision_type_get_type@Base 2.5.3
++ webkit_policy_decision_use@Base 2.5.3
++ webkit_policy_decision_use_with_policies@Base 2.29.2
++ webkit_policy_error_get_type@Base 2.5.3
++ webkit_policy_error_quark@Base 2.5.3
++ (gtk3-only)webkit_print_custom_widget_get_title@Base 2.15.90
++ (gtk3-only)webkit_print_custom_widget_get_type@Base 2.15.90
++ (gtk3-only)webkit_print_custom_widget_get_widget@Base 2.15.90
++ (gtk3-only)webkit_print_custom_widget_new@Base 2.15.90
++ webkit_print_error_get_type@Base 2.5.3
++ webkit_print_error_quark@Base 2.5.3
++ webkit_print_operation_get_page_setup@Base 2.5.3
++ webkit_print_operation_get_print_settings@Base 2.5.3
++ webkit_print_operation_get_type@Base 2.5.3
++ webkit_print_operation_new@Base 2.5.3
++ webkit_print_operation_print@Base 2.5.3
++ webkit_print_operation_response_get_type@Base 2.5.3
++ webkit_print_operation_run_dialog@Base 2.5.3
++ webkit_print_operation_set_page_setup@Base 2.5.3
++ webkit_print_operation_set_print_settings@Base 2.5.3
++ (gtk3-only)webkit_process_model_get_type@Base 2.5.3
++ webkit_response_policy_decision_get_request@Base 2.5.3
++ webkit_response_policy_decision_get_response@Base 2.5.3
++ webkit_response_policy_decision_get_type@Base 2.5.3
++ webkit_response_policy_decision_is_main_frame_main_resource@Base 2.39.1
++ webkit_response_policy_decision_is_mime_type_supported@Base 2.5.3
++ webkit_save_mode_get_type@Base 2.5.3
++ webkit_script_dialog_close@Base 2.23.1
++ webkit_script_dialog_confirm_set_confirmed@Base 2.5.3
++ webkit_script_dialog_get_dialog_type@Base 2.5.3
++ webkit_script_dialog_get_message@Base 2.5.3
++ webkit_script_dialog_get_type@Base 2.5.3
++ webkit_script_dialog_prompt_get_default_text@Base 2.5.3
++ webkit_script_dialog_prompt_set_text@Base 2.5.3
++ webkit_script_dialog_ref@Base 2.23.1
++ webkit_script_dialog_type_get_type@Base 2.5.3
++ webkit_script_dialog_unref@Base 2.23.1
++ webkit_script_message_reply_get_type@Base 2.39.2
++ webkit_script_message_reply_ref@Base 2.39.2
++ webkit_script_message_reply_return_error_message@Base 2.39.2
++ webkit_script_message_reply_return_value@Base 2.39.2
++ webkit_script_message_reply_unref@Base 2.39.2
++ webkit_script_world_get_default@Base 2.5.3
++ webkit_script_world_get_name@Base 2.21.4
++ webkit_script_world_get_type@Base 2.5.3
++ webkit_script_world_new@Base 2.5.3
++ webkit_script_world_new_with_name@Base 2.21.4
++ webkit_security_manager_get_type@Base 2.5.3
++ webkit_security_manager_register_uri_scheme_as_cors_enabled@Base 2.5.3
++ webkit_security_manager_register_uri_scheme_as_display_isolated@Base 2.5.3
++ webkit_security_manager_register_uri_scheme_as_empty_document@Base 2.5.3
++ webkit_security_manager_register_uri_scheme_as_local@Base 2.5.3
++ webkit_security_manager_register_uri_scheme_as_no_access@Base 2.5.3
++ webkit_security_manager_register_uri_scheme_as_secure@Base 2.5.3
++ webkit_security_manager_uri_scheme_is_cors_enabled@Base 2.5.3
++ webkit_security_manager_uri_scheme_is_display_isolated@Base 2.5.3
++ webkit_security_manager_uri_scheme_is_empty_document@Base 2.5.3
++ webkit_security_manager_uri_scheme_is_local@Base 2.5.3
++ webkit_security_manager_uri_scheme_is_no_access@Base 2.5.3
++ webkit_security_manager_uri_scheme_is_secure@Base 2.5.3
++ webkit_security_origin_get_host@Base 2.15.3
++ webkit_security_origin_get_port@Base 2.15.3
++ webkit_security_origin_get_protocol@Base 2.15.3
++ webkit_security_origin_get_type@Base 2.15.3
++ (gtk3-only)webkit_security_origin_is_opaque@Base 2.15.3
++ webkit_security_origin_new@Base 2.15.3
++ webkit_security_origin_new_for_uri@Base 2.15.3
++ webkit_security_origin_ref@Base 2.15.3
++ webkit_security_origin_to_string@Base 2.15.3
++ webkit_security_origin_unref@Base 2.15.3
++ webkit_settings_font_size_to_pixels@Base 2.19.2
++ webkit_settings_font_size_to_points@Base 2.19.2
++ webkit_settings_get_all_features@Base 2.41.4
++ webkit_settings_get_allow_file_access_from_file_urls@Base 2.10.0
++ webkit_settings_get_allow_modal_dialogs@Base 2.5.3
++ webkit_settings_get_allow_top_navigation_to_data_urls@Base 2.27.90
++ webkit_settings_get_allow_universal_access_from_file_urls@Base 2.13.4
++ webkit_settings_get_auto_load_images@Base 2.5.3
++ webkit_settings_get_cursive_font_family@Base 2.5.3
++ webkit_settings_get_default_charset@Base 2.5.3
++ webkit_settings_get_default_font_family@Base 2.5.3
++ webkit_settings_get_default_font_size@Base 2.5.3
++ webkit_settings_get_default_monospace_font_size@Base 2.5.3
++ webkit_settings_get_development_features@Base 2.41.4
++ webkit_settings_get_disable_web_security@Base 2.39.4
++ webkit_settings_get_draw_compositing_indicators@Base 2.5.3
++ (gtk3-only)webkit_settings_get_enable_accelerated_2d_canvas@Base 2.5.3
++ webkit_settings_get_enable_back_forward_navigation_gestures@Base 2.23.90
++ webkit_settings_get_enable_caret_browsing@Base 2.5.3
++ webkit_settings_get_enable_developer_extras@Base 2.5.3
++ webkit_settings_get_enable_dns_prefetching@Base 2.5.3
++ webkit_settings_get_enable_encrypted_media@Base 2.19.3-2~
++ (gtk3-only)webkit_settings_get_enable_frame_flattening@Base 2.5.3
++ webkit_settings_get_enable_fullscreen@Base 2.5.3
++ webkit_settings_get_enable_html5_database@Base 2.5.3
++ webkit_settings_get_enable_html5_local_storage@Base 2.5.3
++ webkit_settings_get_enable_hyperlink_auditing@Base 2.5.3
++ (gtk3-only)webkit_settings_get_enable_java@Base 2.5.3
++ webkit_settings_get_enable_javascript@Base 2.5.3
++ webkit_settings_get_enable_javascript_markup@Base 2.23.90
++ webkit_settings_get_enable_media@Base 2.25.1
++ webkit_settings_get_enable_media_capabilities@Base 2.21.91
++ webkit_settings_get_enable_media_stream@Base 2.5.3
++ webkit_settings_get_enable_mediasource@Base 2.5.3
++ webkit_settings_get_enable_mock_capture_devices@Base 2.23.1
++ webkit_settings_get_enable_offline_web_application_cache@Base 2.5.3
++ webkit_settings_get_enable_page_cache@Base 2.5.3
++ (gtk3-only)webkit_settings_get_enable_plugins@Base 2.5.3
++ (gtk3-only)webkit_settings_get_enable_private_browsing@Base 2.5.3
++ webkit_settings_get_enable_resizable_text_areas@Base 2.5.3
++ webkit_settings_get_enable_site_specific_quirks@Base 2.5.3
++ webkit_settings_get_enable_smooth_scrolling@Base 2.5.3
++ webkit_settings_get_enable_spatial_navigation@Base 2.5.3
++ webkit_settings_get_enable_tabs_to_links@Base 2.5.3
++ webkit_settings_get_enable_webaudio@Base 2.5.3
++ webkit_settings_get_enable_webgl@Base 2.5.3
++ webkit_settings_get_enable_webrtc@Base 2.37.1
++ webkit_settings_get_enable_write_console_messages_to_stdout@Base 2.5.3
++ (gtk3-only)webkit_settings_get_enable_xss_auditor@Base 2.5.3
++ webkit_settings_get_experimental_features@Base 2.41.4
++ webkit_settings_get_fantasy_font_family@Base 2.5.3
++ webkit_settings_get_feature_enabled@Base 2.41.4
++ webkit_settings_get_hardware_acceleration_policy@Base 2.15.4
++ webkit_settings_get_javascript_can_access_clipboard@Base 2.5.3
++ webkit_settings_get_javascript_can_open_windows_automatically@Base 2.5.3
++ webkit_settings_get_load_icons_ignoring_image_load_setting@Base 2.5.3
++ webkit_settings_get_media_content_types_requiring_hardware_support@Base 2.29.2
++ webkit_settings_get_media_playback_allows_inline@Base 2.5.3
++ webkit_settings_get_media_playback_requires_user_gesture@Base 2.5.3
++ webkit_settings_get_minimum_font_size@Base 2.5.3
++ webkit_settings_get_monospace_font_family@Base 2.5.3
++ webkit_settings_get_pictograph_font_family@Base 2.5.3
++ webkit_settings_get_print_backgrounds@Base 2.5.3
++ webkit_settings_get_sans_serif_font_family@Base 2.5.3
++ webkit_settings_get_serif_font_family@Base 2.5.3
++ webkit_settings_get_type@Base 2.5.3
++ webkit_settings_get_user_agent@Base 2.5.3
++ webkit_settings_get_zoom_text_only@Base 2.5.3
++ webkit_settings_new@Base 2.5.3
++ webkit_settings_new_with_settings@Base 2.5.3
++ webkit_settings_set_allow_file_access_from_file_urls@Base 2.10.0
++ webkit_settings_set_allow_modal_dialogs@Base 2.5.3
++ webkit_settings_set_allow_top_navigation_to_data_urls@Base 2.27.90
++ webkit_settings_set_allow_universal_access_from_file_urls@Base 2.13.4
++ webkit_settings_set_auto_load_images@Base 2.5.3
++ webkit_settings_set_cursive_font_family@Base 2.5.3
++ webkit_settings_set_default_charset@Base 2.5.3
++ webkit_settings_set_default_font_family@Base 2.5.3
++ webkit_settings_set_default_font_size@Base 2.5.3
++ webkit_settings_set_default_monospace_font_size@Base 2.5.3
++ webkit_settings_set_disable_web_security@Base 2.39.4
++ webkit_settings_set_draw_compositing_indicators@Base 2.5.3
++ (gtk3-only)webkit_settings_set_enable_accelerated_2d_canvas@Base 2.5.3
++ webkit_settings_set_enable_back_forward_navigation_gestures@Base 2.23.90
++ webkit_settings_set_enable_caret_browsing@Base 2.5.3
++ webkit_settings_set_enable_developer_extras@Base 2.5.3
++ webkit_settings_set_enable_dns_prefetching@Base 2.5.3
++ webkit_settings_set_enable_encrypted_media@Base 2.19.3-2~
++ (gtk3-only)webkit_settings_set_enable_frame_flattening@Base 2.5.3
++ webkit_settings_set_enable_fullscreen@Base 2.5.3
++ webkit_settings_set_enable_html5_database@Base 2.5.3
++ webkit_settings_set_enable_html5_local_storage@Base 2.5.3
++ webkit_settings_set_enable_hyperlink_auditing@Base 2.5.3
++ (gtk3-only)webkit_settings_set_enable_java@Base 2.5.3
++ webkit_settings_set_enable_javascript@Base 2.5.3
++ webkit_settings_set_enable_javascript_markup@Base 2.23.90
++ webkit_settings_set_enable_media@Base 2.25.1
++ webkit_settings_set_enable_media_capabilities@Base 2.21.91
++ webkit_settings_set_enable_media_stream@Base 2.5.3
++ webkit_settings_set_enable_mediasource@Base 2.5.3
++ webkit_settings_set_enable_mock_capture_devices@Base 2.23.1
++ webkit_settings_set_enable_offline_web_application_cache@Base 2.5.3
++ webkit_settings_set_enable_page_cache@Base 2.5.3
++ (gtk3-only)webkit_settings_set_enable_plugins@Base 2.5.3
++ (gtk3-only)webkit_settings_set_enable_private_browsing@Base 2.5.3
++ webkit_settings_set_enable_resizable_text_areas@Base 2.5.3
++ webkit_settings_set_enable_site_specific_quirks@Base 2.5.3
++ webkit_settings_set_enable_smooth_scrolling@Base 2.5.3
++ webkit_settings_set_enable_spatial_navigation@Base 2.5.3
++ webkit_settings_set_enable_tabs_to_links@Base 2.5.3
++ webkit_settings_set_enable_webaudio@Base 2.5.3
++ webkit_settings_set_enable_webgl@Base 2.5.3
++ webkit_settings_set_enable_webrtc@Base 2.37.1
++ webkit_settings_set_enable_write_console_messages_to_stdout@Base 2.5.3
++ (gtk3-only)webkit_settings_set_enable_xss_auditor@Base 2.5.3
++ webkit_settings_set_fantasy_font_family@Base 2.5.3
++ webkit_settings_set_feature_enabled@Base 2.41.4
++ webkit_settings_set_hardware_acceleration_policy@Base 2.15.4
++ webkit_settings_set_javascript_can_access_clipboard@Base 2.5.3
++ webkit_settings_set_javascript_can_open_windows_automatically@Base 2.5.3
++ webkit_settings_set_load_icons_ignoring_image_load_setting@Base 2.5.3
++ webkit_settings_set_media_content_types_requiring_hardware_support@Base 2.29.2
++ webkit_settings_set_media_playback_allows_inline@Base 2.5.3
++ webkit_settings_set_media_playback_requires_user_gesture@Base 2.5.3
++ webkit_settings_set_minimum_font_size@Base 2.5.3
++ webkit_settings_set_monospace_font_family@Base 2.5.3
++ webkit_settings_set_pictograph_font_family@Base 2.5.3
++ webkit_settings_set_print_backgrounds@Base 2.5.3
++ webkit_settings_set_sans_serif_font_family@Base 2.5.3
++ webkit_settings_set_serif_font_family@Base 2.5.3
++ webkit_settings_set_user_agent@Base 2.5.3
++ webkit_settings_set_user_agent_with_application_details@Base 2.5.3
++ webkit_settings_set_zoom_text_only@Base 2.5.3
++ webkit_snapshot_error_get_type@Base 2.5.3
++ webkit_snapshot_error_quark@Base 2.5.3
++ webkit_snapshot_options_get_type@Base 2.5.3
++ webkit_snapshot_region_get_type@Base 2.5.3
++ webkit_tls_errors_policy_get_type@Base 2.5.3
++ webkit_uri_for_display@Base 2.23.90
++ webkit_uri_scheme_request_get_http_body@Base 2.39.91
++ webkit_uri_request_get_http_headers@Base 2.5.3
++ webkit_uri_request_get_http_method@Base 2.12.0
++ webkit_uri_request_get_type@Base 2.5.3
++ webkit_uri_request_get_uri@Base 2.5.3
++ webkit_uri_request_new@Base 2.5.3
++ webkit_uri_request_set_uri@Base 2.5.3
++ webkit_uri_response_get_content_length@Base 2.5.3
++ webkit_uri_response_get_http_headers@Base 2.6.0
++ webkit_uri_response_get_mime_type@Base 2.5.3
++ webkit_uri_response_get_status_code@Base 2.5.3
++ webkit_uri_response_get_suggested_filename@Base 2.5.3
++ webkit_uri_response_get_type@Base 2.5.3
++ webkit_uri_response_get_uri@Base 2.5.3
++ webkit_uri_scheme_request_finish@Base 2.5.3
++ webkit_uri_scheme_request_finish_error@Base 2.5.3
++ webkit_uri_scheme_request_finish_with_response@Base 2.35.1
++ webkit_uri_scheme_request_get_http_headers@Base 2.35.1
++ webkit_uri_scheme_request_get_http_method@Base 2.35.1
++ webkit_uri_scheme_request_get_path@Base 2.5.3
++ webkit_uri_scheme_request_get_scheme@Base 2.5.3
++ webkit_uri_scheme_request_get_type@Base 2.5.3
++ webkit_uri_scheme_request_get_uri@Base 2.5.3
++ webkit_uri_scheme_request_get_web_view@Base 2.5.3
++ webkit_uri_scheme_response_get_type@Base 2.35.1
++ webkit_uri_scheme_response_new@Base 2.35.1
++ webkit_uri_scheme_response_set_content_type@Base 2.35.1
++ webkit_uri_scheme_response_set_http_headers@Base 2.35.1
++ webkit_uri_scheme_response_set_status@Base 2.35.1
++ webkit_user_content_filter_error_get_type@Base 2.23.91
++ webkit_user_content_filter_error_quark@Base 2.23.91
++ webkit_user_content_filter_get_identifier@Base 2.23.91
++ webkit_user_content_filter_get_type@Base 2.23.91
++ webkit_user_content_filter_ref@Base 2.23.91
++ webkit_user_content_filter_store_fetch_identifiers@Base 2.23.91
++ webkit_user_content_filter_store_fetch_identifiers_finish@Base 2.23.91
++ webkit_user_content_filter_store_get_path@Base 2.23.91
++ webkit_user_content_filter_store_get_type@Base 2.23.91
++ webkit_user_content_filter_store_load@Base 2.23.91
++ webkit_user_content_filter_store_load_finish@Base 2.23.91
++ webkit_user_content_filter_store_new@Base 2.23.91
++ webkit_user_content_filter_store_remove@Base 2.23.91
++ webkit_user_content_filter_store_remove_finish@Base 2.23.91
++ webkit_user_content_filter_store_save@Base 2.23.91
++ webkit_user_content_filter_store_save_finish@Base 2.23.91
++ webkit_user_content_filter_store_save_from_file@Base 2.23.91
++ webkit_user_content_filter_store_save_from_file_finish@Base 2.23.91
++ webkit_user_content_filter_unref@Base 2.23.91
++ webkit_user_content_injected_frames_get_type@Base 2.5.3
++ webkit_user_content_manager_add_filter@Base 2.23.91
++ webkit_user_content_manager_add_script@Base 2.5.3
++ webkit_user_content_manager_add_style_sheet@Base 2.5.3
++ webkit_user_content_manager_get_type@Base 2.5.3
++ webkit_user_content_manager_new@Base 2.5.3
++ webkit_user_content_manager_register_script_message_handler@Base 2.8.1
++ (gtk3-only)webkit_user_content_manager_register_script_message_handler_in_world@Base 2.21.92
++ webkit_user_content_manager_register_script_message_handler_with_reply@Base 2.39.2
++ webkit_user_content_manager_remove_all_filters@Base 2.23.91
++ webkit_user_content_manager_remove_all_scripts@Base 2.5.3
++ webkit_user_content_manager_remove_all_style_sheets@Base 2.5.3
++ webkit_user_content_manager_remove_filter@Base 2.23.91
++ webkit_user_content_manager_remove_filter_by_id@Base 2.25.92
++ webkit_user_content_manager_remove_script@Base 2.31.1
++ webkit_user_content_manager_remove_style_sheet@Base 2.31.1
++ webkit_user_content_manager_unregister_script_message_handler@Base 2.8.1
++ (gtk3-only)webkit_user_content_manager_unregister_script_message_handler_in_world@Base 2.21.92
++ webkit_user_media_permission_is_for_audio_device@Base 2.8.1
++ webkit_user_media_permission_is_for_display_device@Base 2.33.3
++ webkit_user_media_permission_is_for_video_device@Base 2.8.1
++ webkit_user_media_permission_request_get_type@Base 2.8.1
++ webkit_user_message_error_get_type@Base 2.27.2
++ webkit_user_message_error_quark@Base 2.27.2
++ webkit_user_message_get_fd_list@Base 2.27.2
++ webkit_user_message_get_name@Base 2.27.2
++ webkit_user_message_get_parameters@Base 2.27.2
++ webkit_user_message_get_type@Base 2.27.2
++ webkit_user_message_new@Base 2.27.2
++ webkit_user_message_new_with_fd_list@Base 2.27.2
++ webkit_user_message_send_reply@Base 2.27.2
++ webkit_user_script_get_type@Base 2.5.3
++ webkit_user_script_injection_time_get_type@Base 2.5.3
++ webkit_user_script_new@Base 2.5.3
++ webkit_user_script_new_for_world@Base 2.21.92
++ webkit_user_script_ref@Base 2.5.3
++ webkit_user_script_unref@Base 2.5.3
++ webkit_user_style_level_get_type@Base 2.5.3
++ webkit_user_style_sheet_get_type@Base 2.5.3
++ webkit_user_style_sheet_new@Base 2.5.3
++ webkit_user_style_sheet_new_for_world@Base 2.21.92
++ webkit_user_style_sheet_ref@Base 2.5.3
++ webkit_user_style_sheet_unref@Base 2.5.3
++ webkit_web_context_add_path_to_sandbox@Base 2.25.1
++ (gtk3-only)webkit_web_context_allow_tls_certificate_for_host@Base 2.5.3
++ (gtk3-only)webkit_web_context_clear_cache@Base 2.5.3
++ (gtk3-only)webkit_web_context_download_uri@Base 2.5.3
++ webkit_web_context_get_cache_model@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_cookie_manager@Base 2.5.3
++ webkit_web_context_get_default@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_favicon_database@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_favicon_database_directory@Base 2.5.3
++ webkit_web_context_get_geolocation_manager@Base 2.25.1
++ (gtk3-only)webkit_web_context_get_plugins@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_plugins_finish@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_process_model@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_sandbox_enabled@Base 2.25.1
++#(gtk4-only)webkit_web_context_get_network_session_for_automation@Base 2.39.90
++ webkit_web_context_get_security_manager@Base 2.5.3
++ webkit_web_context_get_spell_checking_enabled@Base 2.5.3
++ webkit_web_context_get_spell_checking_languages@Base 2.5.3
++ webkit_web_context_get_time_zone_override@Base 2.37.1
++ (gtk3-only)webkit_web_context_get_tls_errors_policy@Base 2.5.3
++ webkit_web_context_get_type@Base 2.5.3
++ (gtk3-only)webkit_web_context_get_use_system_appearance_for_scrollbars@Base 2.29.1
++ (gtk3-only)webkit_web_context_get_web_process_count_limit@Base 2.10.0
++ (gtk3-only)webkit_web_context_get_website_data_manager@Base 2.10.0
++ webkit_web_context_initialize_notification_permissions@Base 2.15.3
++ webkit_web_context_is_automation_allowed@Base 2.17.3
++ (gtk3-only)webkit_web_context_is_ephemeral@Base 2.15.4
++ webkit_web_context_new@Base 2.8.1
++ (gtk3-only)webkit_web_context_new_ephemeral@Base 2.15.4
++ (gtk3-only)webkit_web_context_new_with_website_data_manager@Base 2.10.0
++ (gtk3-only)webkit_web_context_prefetch_dns@Base 2.5.3
++ webkit_web_context_register_uri_scheme@Base 2.5.3
++ webkit_web_context_send_message_to_all_extensions@Base 2.27.2
++ (gtk3-only)webkit_web_context_set_additional_plugins_directory@Base 2.5.3
++ webkit_web_context_set_automation_allowed@Base 2.17.3
++ webkit_web_context_set_cache_model@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_disk_cache_directory@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_favicon_database_directory@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_network_proxy_settings@Base 2.15.3
++ webkit_web_context_set_preferred_languages@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_process_model@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_sandbox_enabled@Base 2.25.1
++ webkit_web_context_set_spell_checking_enabled@Base 2.5.3
++ webkit_web_context_set_spell_checking_languages@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_use_system_appearance_for_scrollbars@Base 2.29.1
++ (gtk3-only)webkit_web_context_set_tls_errors_policy@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_web_extensions_directory@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_web_extensions_initialization_user_data@Base 2.5.3
++ (gtk3-only)webkit_web_context_set_web_process_count_limit@Base 2.10.0
++#(gtk4-only)webkit_web_context_set_web_process_extensions_directory@Base 2.39.91
++#(gtk4-only)webkit_web_context_set_web_process_extensions_initialization_user_data@Base 2.39.91
++ webkit_web_editor_get_page@Base 2.10.0
++ webkit_web_editor_get_type@Base 2.10.0
++ (gtk3-only)webkit_web_extension_get_page@Base 2.5.3
++ (gtk3-only)webkit_web_extension_get_type@Base 2.5.3
++ webkit_web_extension_mode_get_type@Base 2.37.1
++ (gtk3-only)webkit_web_extension_send_message_to_context@Base 2.27.2
++ (gtk3-only)webkit_web_extension_send_message_to_context_finish@Base 2.27.2
++ webkit_web_form_manager_get_type@Base 2.39.3
++ webkit_web_form_manager_input_element_auto_fill@Base 2.39.3
++ webkit_web_form_manager_input_element_is_auto_filled@Base 2.39.3
++ webkit_web_form_manager_input_element_is_user_edited@Base 2.39.3
++#(gtk4-only)webkit_web_hit_test_result_context_is_editable@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_context_is_image@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_context_is_link@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_context_is_media@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_context_is_scrollbar@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_context_is_selection@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_get_context@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_get_image_uri@Base 2.39.90
++ webkit_web_hit_test_result_get_js_node@Base 2.39.3
++#(gtk4-only)webkit_web_hit_test_result_get_link_label@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_get_link_title@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_get_link_uri@Base 2.39.90
++#(gtk4-only)webkit_web_hit_test_result_get_media_uri@Base 2.39.90
++ (gtk3-only)webkit_web_hit_test_result_get_node@Base 2.8.1
++ webkit_web_hit_test_result_get_type@Base 2.8.1
++ webkit_web_inspector_attach@Base 2.5.3
++ webkit_web_inspector_close@Base 2.5.3
++ webkit_web_inspector_detach@Base 2.5.3
++ webkit_web_inspector_get_attached_height@Base 2.5.3
++ webkit_web_inspector_get_can_attach@Base 2.8.1
++ webkit_web_inspector_get_inspected_uri@Base 2.5.3
++ webkit_web_inspector_get_type@Base 2.5.3
++ webkit_web_inspector_get_web_view@Base 2.5.3
++ webkit_web_inspector_is_attached@Base 2.5.3
++ webkit_web_inspector_show@Base 2.5.3
++ (gtk3-only)webkit_web_page_get_dom_document@Base 2.5.3
++ webkit_web_page_get_editor@Base 2.10.0
++ webkit_web_page_get_form_manager@Base 2.39.3
++ webkit_web_page_get_id@Base 2.5.3
++ webkit_web_page_get_main_frame@Base 2.5.3
++ webkit_web_page_get_type@Base 2.5.3
++ webkit_web_page_get_uri@Base 2.5.3
++ webkit_web_page_send_message_to_view@Base 2.27.2
++ webkit_web_page_send_message_to_view_finish@Base 2.27.2
++#(gtk4-only)webkit_web_process_extension_get_page@Base 2.39.91
++#(gtk4-only)webkit_web_process_extension_get_type@Base 2.39.91
++#(gtk4-only)webkit_web_process_extension_send_message_to_context@Base 2.39.91
++#(gtk4-only)webkit_web_process_extension_send_message_to_context_finish@Base 2.39.91
++ webkit_web_process_termination_reason_get_type@Base 2.19.4
++ webkit_web_resource_get_data@Base 2.5.3
++ webkit_web_resource_get_data_finish@Base 2.5.3
++ webkit_web_resource_get_response@Base 2.5.3
++ webkit_web_resource_get_type@Base 2.5.3
++ webkit_web_resource_get_uri@Base 2.5.3
++ webkit_web_view_base_get_type@Base 2.5.3
++#(gtk4-only)webkit_web_view_call_async_javascript_function@Base 2.39.90
++#(gtk4-only)webkit_web_view_call_async_javascript_function_finish@Base 2.39.90
++ webkit_web_view_call_async_javascript_function@Base 2.39.90
++ webkit_web_view_call_async_javascript_function_finish@Base 2.39.90
++ webkit_web_view_can_execute_editing_command@Base 2.5.3
++ webkit_web_view_can_execute_editing_command_finish@Base 2.5.3
++ webkit_web_view_can_go_back@Base 2.5.3
++ webkit_web_view_can_go_forward@Base 2.5.3
++ webkit_web_view_can_show_mime_type@Base 2.5.3
++ webkit_web_view_download_uri@Base 2.5.3
++#(gtk4-only)webkit_web_view_evaluate_javascript@Base 2.39.90
++#(gtk4-only)webkit_web_view_evaluate_javascript_finish@Base 2.39.90
++ webkit_web_view_evaluate_javascript@Base 2.39.90
++ webkit_web_view_evaluate_javascript_finish@Base 2.39.90
++ webkit_web_view_execute_editing_command@Base 2.5.3
++ webkit_web_view_execute_editing_command_with_argument@Base 2.10.0
++ webkit_web_view_get_automation_presentation_type@Base 2.27.3
++ webkit_web_view_get_back_forward_list@Base 2.5.3
++ webkit_web_view_get_background_color@Base 2.8.1
++ webkit_web_view_get_camera_capture_state@Base 2.33.3
++ webkit_web_view_get_context@Base 2.5.3
++ webkit_web_view_get_custom_charset@Base 2.5.3
++ webkit_web_view_get_default_content_security_policy@Base 2.37.1
++ webkit_web_view_get_display_capture_state@Base 2.33.3
++ webkit_web_view_get_editor_state@Base 2.10.0
++ webkit_web_view_get_estimated_load_progress@Base 2.5.3
++ webkit_web_view_get_favicon@Base 2.5.3
++ webkit_web_view_get_find_controller@Base 2.5.3
++ webkit_web_view_get_input_method_context@Base 2.27.4
++ webkit_web_view_get_inspector@Base 2.5.3
++ webkit_web_view_get_is_muted@Base 2.29.2
++ webkit_web_view_get_is_web_process_responsive@Base 2.33.1
++ (gtk3-only)webkit_web_view_get_javascript_global_context@Base 2.5.3
++ webkit_web_view_get_main_resource@Base 2.5.3
++ webkit_web_view_get_microphone_capture_state@Base 2.33.3
++#(gtk4-only)webkit_web_view_get_network_session@Base 2.39.7
++ webkit_web_view_get_page_id@Base 2.5.3
++ webkit_web_view_get_session_state@Base 2.12.0
++ webkit_web_view_get_settings@Base 2.5.3
++ webkit_web_view_get_snapshot@Base 2.5.3
++ webkit_web_view_get_snapshot_finish@Base 2.5.3
++ webkit_web_view_get_title@Base 2.5.3
++ webkit_web_view_get_tls_info@Base 2.5.3
++ webkit_web_view_get_type@Base 2.5.3
++ webkit_web_view_get_uri@Base 2.5.3
++ webkit_web_view_get_user_content_manager@Base 2.5.3
++ webkit_web_view_get_web_extension_mode@Base 2.37.1
++ (gtk3-only)webkit_web_view_get_website_data_manager@Base 2.15.90
++ webkit_web_view_get_website_policies@Base 2.29.2
++ webkit_web_view_get_window_properties@Base 2.5.3
++ webkit_web_view_get_zoom_level@Base 2.5.3
++ webkit_web_view_go_back@Base 2.5.3
++ webkit_web_view_go_forward@Base 2.5.3
++ webkit_web_view_go_to_back_forward_list_item@Base 2.5.3
++ webkit_web_view_is_controlled_by_automation@Base 2.17.3
++ webkit_web_view_is_editable@Base 2.8.1
++ (gtk3-only)webkit_web_view_is_ephemeral@Base 2.15.4
++ webkit_web_view_is_loading@Base 2.5.3
++ webkit_web_view_is_playing_audio@Base 2.8.1
++ webkit_web_view_load_alternate_html@Base 2.5.3
++ webkit_web_view_load_bytes@Base 2.5.3
++ webkit_web_view_load_html@Base 2.5.3
++ webkit_web_view_load_plain_text@Base 2.5.3
++ webkit_web_view_load_request@Base 2.5.3
++ webkit_web_view_load_uri@Base 2.5.3
++ webkit_web_view_new@Base 2.5.3
++ (gtk3-only)webkit_web_view_new_with_context@Base 2.5.3
++ (gtk3-only)webkit_web_view_new_with_related_view@Base 2.5.3
++ (gtk3-only)webkit_web_view_new_with_settings@Base 2.5.3
++ (gtk3-only)webkit_web_view_new_with_user_content_manager@Base 2.5.3
++ webkit_web_view_reload@Base 2.5.3
++ webkit_web_view_reload_bypass_cache@Base 2.5.3
++ webkit_web_view_restore_session_state@Base 2.12.0
++ (gtk3-only)webkit_web_view_run_async_javascript_function_in_world@Base 2.37.1
++ (gtk3-only)webkit_web_view_run_javascript@Base 2.5.3
++ (gtk3-only)webkit_web_view_run_javascript_finish@Base 2.5.3
++ (gtk3-only)webkit_web_view_run_javascript_from_gresource@Base 2.5.3
++ (gtk3-only)webkit_web_view_run_javascript_from_gresource_finish@Base 2.5.3
++ (gtk3-only)webkit_web_view_run_javascript_in_world@Base 2.21.4
++ (gtk3-only)webkit_web_view_run_javascript_in_world_finish@Base 2.21.4
++ webkit_web_view_save@Base 2.5.3
++ webkit_web_view_save_finish@Base 2.5.3
++ webkit_web_view_save_to_file@Base 2.5.3
++ webkit_web_view_save_to_file_finish@Base 2.5.3
++ webkit_web_view_send_message_to_page@Base 2.27.2
++ webkit_web_view_send_message_to_page_finish@Base 2.27.2
++ webkit_web_view_session_state_get_type@Base 2.12.0
++ webkit_web_view_session_state_new@Base 2.12.0
++ webkit_web_view_session_state_ref@Base 2.12.0
++ webkit_web_view_session_state_serialize@Base 2.12.0
++ webkit_web_view_session_state_unref@Base 2.12.0
++ webkit_web_view_set_background_color@Base 2.8.1
++ webkit_web_view_set_camera_capture_state@Base 2.33.3
++ webkit_web_view_set_cors_allowlist@Base 2.33.2
++ webkit_web_view_set_custom_charset@Base 2.5.3
++ webkit_web_view_set_display_capture_state@Base 2.33.3
++ webkit_web_view_set_editable@Base 2.8.1
++ webkit_web_view_set_input_method_context@Base 2.27.4
++ webkit_web_view_set_is_muted@Base 2.29.2
++ webkit_web_view_set_microphone_capture_state@Base 2.33.3
++ webkit_web_view_set_settings@Base 2.5.3
++ webkit_web_view_set_zoom_level@Base 2.5.3
++ webkit_web_view_stop_loading@Base 2.5.3
++ webkit_web_view_terminate_web_process@Base 2.33.1
++ webkit_web_view_try_close@Base 2.12.0
++ webkit_website_data_access_permission_request_get_current_domain@Base 2.29.2
++ webkit_website_data_access_permission_request_get_requesting_domain@Base 2.29.2
++ webkit_website_data_access_permission_request_get_type@Base 2.29.2
++ webkit_website_data_get_name@Base 2.15.4
++ webkit_website_data_get_size@Base 2.15.4
++ webkit_website_data_get_type@Base 2.15.4
++ webkit_website_data_get_types@Base 2.15.4
++ webkit_website_data_manager_clear@Base 2.15.4
++ webkit_website_data_manager_clear_finish@Base 2.15.4
++ webkit_website_data_manager_fetch@Base 2.15.4
++ webkit_website_data_manager_fetch_finish@Base 2.15.4
++ webkit_website_data_manager_get_base_cache_directory@Base 2.10.0
++ webkit_website_data_manager_get_base_data_directory@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_get_cookie_manager@Base 2.15.90
++ (gtk3-only)webkit_website_data_manager_get_disk_cache_directory@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_get_dom_cache_directory@Base 2.29.2
++#(gtk4-only)webkit_website_data_manager_get_favicon_database@Base 2.39.7
++#(gtk4-only)webkit_website_data_manager_get_favicons_enabled@Base 2.39.7
++ (gtk3-only)webkit_website_data_manager_get_hsts_cache_directory@Base 2.25.92
++ (gtk3-only)webkit_website_data_manager_get_indexeddb_directory@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_get_itp_directory@Base 2.29.2
++ (gtk3-only)webkit_website_data_manager_get_itp_enabled@Base 2.29.2
++ webkit_website_data_manager_get_itp_summary@Base 2.29.4
++ webkit_website_data_manager_get_itp_summary_finish@Base 2.29.4
++ (gtk3-only)webkit_website_data_manager_get_local_storage_directory@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_get_offline_application_cache_directory@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_get_persistent_credential_storage_enabled@Base 2.29.2
++ (gtk3-only)webkit_website_data_manager_get_service_worker_registrations_directory@Base 2.29.2
++ (gtk3-only)webkit_website_data_manager_get_tls_errors_policy@Base 2.31.1
++ webkit_website_data_manager_get_type@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_get_websql_directory@Base 2.10.0
++ webkit_website_data_manager_is_ephemeral@Base 2.15.4
++ (gtk3-only)webkit_website_data_manager_new@Base 2.10.0
++ (gtk3-only)webkit_website_data_manager_new_ephemeral@Base 2.15.4
++ webkit_website_data_manager_remove@Base 2.15.4
++ webkit_website_data_manager_remove_finish@Base 2.15.4
++#(gtk4-only)webkit_website_data_manager_set_favicons_enabled@Base 2.39.7
++ (gtk3-only)webkit_website_data_manager_set_itp_enabled@Base 2.29.2
++ (gtk3-only)webkit_website_data_manager_set_memory_pressure_settings@Base 2.33.3
++ (gtk3-only)webkit_website_data_manager_set_network_proxy_settings@Base 2.31.1
++ (gtk3-only)webkit_website_data_manager_set_persistent_credential_storage_enabled@Base 2.29.2
++ (gtk3-only)webkit_website_data_manager_set_tls_errors_policy@Base 2.31.1
++ webkit_website_data_ref@Base 2.15.4
++ webkit_website_data_types_get_type@Base 2.15.4
++ webkit_website_data_unref@Base 2.15.4
++ webkit_website_policies_get_autoplay_policy@Base 2.29.2
++ webkit_website_policies_get_type@Base 2.29.2
++ webkit_website_policies_new@Base 2.29.2
++ webkit_website_policies_new_with_policies@Base 2.29.2
++ webkit_window_properties_get_fullscreen@Base 2.5.3
++ webkit_window_properties_get_geometry@Base 2.5.3
++ webkit_window_properties_get_locationbar_visible@Base 2.5.3
++ webkit_window_properties_get_menubar_visible@Base 2.5.3
++ webkit_window_properties_get_resizable@Base 2.5.3
++ webkit_window_properties_get_scrollbars_visible@Base 2.5.3
++ webkit_window_properties_get_statusbar_visible@Base 2.5.3
++ webkit_window_properties_get_toolbar_visible@Base 2.5.3
++ webkit_window_properties_get_type@Base 2.5.3
--- /dev/null
--- /dev/null
++usr/include/webkitgtk-4.0/webkit
++usr/include/webkitgtk-4.0/webkit2
++usr/include/webkitgtk-4.0/webkitdom
++usr/lib/*/libwebkit2gtk-4.0.so
++usr/lib/*/pkgconfig/webkit2gtk-4.0.pc
++usr/lib/*/pkgconfig/webkit2gtk-web-extension-4.0.pc
++usr/share/gir-1.0/WebKit2-4.0.gir usr/share/gir-1.0/
++usr/share/gir-1.0/WebKit2WebExtension-4.0.gir usr/share/gir-1.0/
--- /dev/null
--- /dev/null
++libwebkit2gtk-4.0-dev: gir-missing-typelib-dependency gir1.2-webkit2webextension-4.0 [usr/share/gir-1.0/WebKit2WebExtension-4.0.gir]
--- /dev/null
--- /dev/null
++Document: javascriptcoregtk
++Title: JavaScriptCore GLib Reference Manual
++Author: WebKitGTK development team
++Abstract: This is the reference manual of the JavaScriptCore GLib API
++Section: Programming
++
++Format: HTML
++Index: /usr/share/doc/libwebkit2gtk-4.0-doc/html/javascriptcoregtk-4.1/index.html
++Files: /usr/share/doc/libwebkit2gtk-4.0-doc/html/javascriptcoregtk-4.1/*.html
--- /dev/null
--- /dev/null
++Document: webkit2gtk
++Title: WebKit2GTK reference manual
++Author: WebKitGTK development team
++Abstract: This manual contains the developer documentation of
++ WebKitGTK, a web content engine, designed to be embedded in other
++ applications, such as mail readers, or web browsers.
++ .
++ It is able to display content such as HTML, SVG, XML, and others. It
++ also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript
++ and more.
++Section: Programming
++
++Format: HTML
++Index: /usr/share/doc/libwebkit2gtk-4.0-doc/html/webkit2gtk-4.1/index.html
++Files: /usr/share/doc/libwebkit2gtk-4.0-doc/html/webkit2gtk-4.1/*.html
--- /dev/null
--- /dev/null
++Document: webkit2gtk-web-extension
++Title: WebKit2 web extension and DOM Reference Manual
++Author: WebKitGTK development team
++Abstract: This is the reference manual of the WebKit2 web extension and DOM API
++Section: Programming
++
++Format: HTML
++Index: /usr/share/doc/libwebkit2gtk-4.0-doc/html/webkit2gtk-web-extension-4.1/index.html
++Files: /usr/share/doc/libwebkit2gtk-4.0-doc/html/webkit2gtk-web-extension-4.1/*.html
--- /dev/null
--- /dev/null
++usr/share/gtk-doc/html usr/share/doc/libwebkit2gtk-4.0-doc/
--- /dev/null
--- /dev/null
++usr/share/doc/libwebkit2gtk-4.0-doc/html/javascriptcoregtk-4.1 usr/share/gtk-doc/html/javascriptcoregtk-4.1
++usr/share/doc/libwebkit2gtk-4.0-doc/html/webkit2gtk-4.1 usr/share/gtk-doc/html/webkit2gtk-4.1
++usr/share/doc/libwebkit2gtk-4.0-doc/html/webkit2gtk-web-extension-4.1 usr/share/gtk-doc/html/webkit2gtk-web-extension-4.1
--- /dev/null
--- /dev/null
++usr/lib/*/webkit2gtk-4.1/jsc
++usr/lib/*/webkitgtk-6.0/jsc
--- /dev/null
--- /dev/null
++From: Carlos Garcia Campos <cgarcia@igalia.com>
++Subject: Disable DMABuf renderer for NVIDIA proprietary drivers
++Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
++Bug-Debian: https://bugs.debian.org/1039720
++Origin: https://github.com/WebKit/WebKit/pull/18614
++Index: webkitgtk/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp
++===================================================================
++--- webkitgtk.orig/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp
+++++ webkitgtk/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp
++@@ -38,11 +38,13 @@
++ #include <WebCore/GLContext.h>
++ #include <WebCore/IntRect.h>
++ #include <WebCore/PlatformDisplay.h>
+++#include <WebCore/PlatformDisplaySurfaceless.h>
++ #include <epoxy/egl.h>
++ #include <wtf/glib/GUniquePtr.h>
++
++ #if USE(GBM)
++ #include <WebCore/DMABufFormat.h>
+++#include <WebCore/PlatformDisplayGBM.h>
++ #include <gbm.h>
++ static constexpr uint64_t s_dmabufInvalidModifier = uint64_t(WebCore::DMABufFormat::Modifier::Invalid);
++ #else
++@@ -55,6 +57,29 @@ static constexpr uint64_t s_dmabufInvali
++
++ namespace WebKit {
++
+++static bool isNVIDIA()
+++{
+++ const char* forceDMABuf = getenv("WEBKIT_FORCE_DMABUF_RENDERER");
+++ if (forceDMABuf && strcmp(forceDMABuf, "0"))
+++ return false;
+++
+++ std::unique_ptr<WebCore::PlatformDisplay> platformDisplay;
+++#if USE(GBM)
+++ const char* disableGBM = getenv("WEBKIT_DMABUF_RENDERER_DISABLE_GBM");
+++ if (!disableGBM || !strcmp(disableGBM, "0")) {
+++ if (auto* device = WebCore::PlatformDisplay::sharedDisplay().gbmDevice())
+++ platformDisplay = WebCore::PlatformDisplayGBM::create(device);
+++ }
+++#endif
+++ if (!platformDisplay)
+++ platformDisplay = WebCore::PlatformDisplaySurfaceless::create();
+++
+++ WebCore::GLContext::ScopedGLContext glContext(WebCore::GLContext::createOffscreen(platformDisplay ? *platformDisplay : WebCore::PlatformDisplay::sharedDisplay()));
+++ if (strstr(reinterpret_cast<const char*>(glGetString(GL_VENDOR)), "NVIDIA"))
+++ return true;
+++ return false;
+++}
+++
++ OptionSet<DMABufRendererBufferMode> AcceleratedBackingStoreDMABuf::rendererBufferMode()
++ {
++ static OptionSet<DMABufRendererBufferMode> mode;
++@@ -70,6 +95,9 @@ OptionSet<DMABufRendererBufferMode> Acce
++ return;
++ }
++
+++ if (isNVIDIA())
+++ return;
+++
++ mode.add(DMABufRendererBufferMode::SharedMemory);
++
++ const auto& eglExtensions = WebCore::PlatformDisplay::sharedDisplay().eglExtensions();
--- /dev/null
--- /dev/null
++From: Alberto Garcia <berto@igalia.com>
++Subject: Don't check for SSE2 support on i386
++Bug-Debian: https://bugs.debian.org/930935
++Forwarded: no
++Index: webkitgtk/Source/ThirdParty/ANGLE/src/common/platform.h
++===================================================================
++--- webkitgtk.orig/Source/ThirdParty/ANGLE/src/common/platform.h
+++++ webkitgtk/Source/ThirdParty/ANGLE/src/common/platform.h
++@@ -112,7 +112,7 @@
++ #if defined(_MSC_VER) && !defined(_M_ARM) && !defined(_M_ARM64)
++ # include <intrin.h>
++ # define ANGLE_USE_SSE
++-#elif defined(__GNUC__) && (defined(__x86_64__) || defined(__i386__))
+++#elif defined(__GNUC__) && defined(__x86_64__)
++ # include <x86intrin.h>
++ # define ANGLE_USE_SSE
++ #endif
++Index: webkitgtk/Source/cmake/WebKitCompilerFlags.cmake
++===================================================================
++--- webkitgtk.orig/Source/cmake/WebKitCompilerFlags.cmake
+++++ webkitgtk/Source/cmake/WebKitCompilerFlags.cmake
++@@ -177,15 +177,6 @@ if (COMPILER_IS_GCC_OR_CLANG)
++ WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-fmax-errors=20)
++ endif ()
++
++- # Force SSE2 fp on x86 builds.
++- if (WTF_CPU_X86 AND NOT CMAKE_CROSSCOMPILING)
++- WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-msse2 -mfpmath=sse)
++- include(DetectSSE2)
++- if (NOT SSE2_SUPPORT_FOUND)
++- message(FATAL_ERROR "SSE2 support is required to compile WebKit")
++- endif ()
++- endif ()
++-
++ # Makes builds faster. The GCC manual warns about the possibility that the assembler being
++ # used may not support input from a pipe, but in practice the toolchains we support all do.
++ WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-pipe)
--- /dev/null
--- /dev/null
++From: Alberto Garcia <berto@igalia.com>
++Subject: Don't try to use PATH_MAX in the Hurd
++Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
++Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
++Index: webkitgtk/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp
++===================================================================
++--- webkitgtk.orig/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp
+++++ webkitgtk/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp
++@@ -72,11 +72,21 @@ static void scanDirectoryForDictionaries
++ continue;
++
++ auto filePath = FileSystem::pathByAppendingComponent(directoryPathString, fileName);
+++#if OS(HURD)
+++ char *normalizedPath;
+++ normalizedPath = realpath(FileSystem::fileSystemRepresentation(filePath).data(), NULL);
+++ if (!normalizedPath)
+++ continue;
+++
+++ filePath = FileSystem::stringFromFileSystemRepresentation(normalizedPath);
+++ free(normalizedPath);
+++#else
++ char normalizedPath[PATH_MAX];
++ if (!realpath(FileSystem::fileSystemRepresentation(filePath).data(), normalizedPath))
++ continue;
++
++ filePath = FileSystem::stringFromFileSystemRepresentation(normalizedPath);
+++#endif
++ availableLocales.add(locale, Vector<String>()).iterator->value.append(filePath);
++
++ String localeReplacingUnderscores = makeStringByReplacingAll(locale, '_', '-');
++Index: webkitgtk/Source/WTF/wtf/posix/FileSystemPOSIX.cpp
++===================================================================
++--- webkitgtk.orig/Source/WTF/wtf/posix/FileSystemPOSIX.cpp
+++++ webkitgtk/Source/WTF/wtf/posix/FileSystemPOSIX.cpp
++@@ -50,6 +50,10 @@
++ #include <glib.h>
++ #endif
++
+++#if OS(HURD)
+++#define PATH_MAX 4096
+++#endif
+++
++ namespace WTF {
++
++ namespace FileSystemImpl {
--- /dev/null
--- /dev/null
++From: Alberto Garcia <berto@igalia.com>
++Subject: Fix FTBFS in i386
++Bug: https://bugs.webkit.org/show_bug.cgi?id=268739
++Index: webkitgtk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
++===================================================================
++--- webkitgtk.orig/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
+++++ webkitgtk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
++@@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpc
++ UNUSED_VARIABLE(t2);
++ UNUSED_VARIABLE(t3);
++ UNUSED_VARIABLE(t5);
++- UNUSED_VARIABLE(t6);
++- UNUSED_VARIABLE(t7);
++
++ struct StackPointerScope {
++ StackPointerScope(CLoopStack& stack)
--- /dev/null
--- /dev/null
++From: David Matthew Mattli <dmm@mattli.us>
++Subject: Fix FTBFS in sparc64
++Bug-Debian: https://bugs.debian.org/806816
++Index: webkitgtk/Source/WTF/wtf/PlatformCPU.h
++===================================================================
++--- webkitgtk.orig/Source/WTF/wtf/PlatformCPU.h
+++++ webkitgtk/Source/WTF/wtf/PlatformCPU.h
++@@ -95,6 +95,11 @@
++ #define WTF_CPU_KNOWN 1
++ #endif
++
+++/* CPU(SPARC64) - sparc64 */
+++#if defined(__sparc__) && defined(__sparc_v9__)
+++#define WTF_CPU_BIG_ENDIAN 1
+++#endif
+++
++ /* CPU(X86) - i386 / x86 32-bit */
++ #if defined(__i386__) \
++ || defined(i386) \
--- /dev/null
--- /dev/null
++From: Alberto Garcia <berto@igalia.com>
++Description: Use WTF_CPU_UNKNOWN when building for X32
++ WebKitGTK doesn't build on X32 even with the JIT disabled.
++ Treating the CPU as unknown is perhaps a bit severe, but it allows us
++ to get the build done until someone steps up to maintain this
++ properly.
++Forwarded: no
++Index: webkitgtk/Source/WTF/wtf/PlatformCPU.h
++===================================================================
++--- webkitgtk.orig/Source/WTF/wtf/PlatformCPU.h
+++++ webkitgtk/Source/WTF/wtf/PlatformCPU.h
++@@ -118,10 +118,12 @@
++ /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */
++ #if defined(__x86_64__) \
++ || defined(_M_X64)
+++#if !defined(__ILP32__)
++ #define WTF_CPU_X86_64 1
++ #define WTF_CPU_X86_SSE2 1
++ #define WTF_CPU_KNOWN 1
++ #endif
+++#endif
++
++ /* CPU(ARM64) */
++ #if defined(__arm64__) || defined(__aarch64__)
++Index: webkitgtk/Source/cmake/WebKitCommon.cmake
++===================================================================
++--- webkitgtk.orig/Source/cmake/WebKitCommon.cmake
+++++ webkitgtk/Source/cmake/WebKitCommon.cmake
++@@ -98,6 +98,8 @@ if (NOT HAS_RUN_WEBKIT_COMMON)
++ set(WTF_CPU_MIPS64 1)
++ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "^mips")
++ set(WTF_CPU_MIPS 1)
+++ elseif (CMAKE_CXX_LIBRARY_ARCHITECTURE STREQUAL "x86_64-linux-gnux32")
+++ set(WTF_CPU_UNKNOWN 1)
++ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(x64|x86_64|amd64)")
++ # FORCE_32BIT is set in the build script when --32-bit is passed
++ # on a Linux/intel 64bit host. This allows us to produce 32bit
--- /dev/null
--- /dev/null
++From: Alberto Garcia <berto@igalia.com>
++Description: Enable THREADS_PREFER_PTHREAD_FLAG
++ This fixes a FTBFS in riscv64
++Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
++Bug-Debian: https://bugs.debian.org/895969
++Origin: https://trac.webkit.org/changeset/231843
++Index: webkitgtk/Source/cmake/OptionsGTK.cmake
++===================================================================
++--- webkitgtk.orig/Source/cmake/OptionsGTK.cmake
+++++ webkitgtk/Source/cmake/OptionsGTK.cmake
++@@ -13,6 +13,8 @@ endif ()
++
++ set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
++
+++set(THREADS_PREFER_PTHREAD_FLAG ON)
+++
++ find_package(Cairo 1.16.0 REQUIRED)
++ find_package(Fontconfig 2.13.0 REQUIRED)
++ find_package(Freetype 2.9.0 REQUIRED)
++Index: webkitgtk/Source/cmake/OptionsJSCOnly.cmake
++===================================================================
++--- webkitgtk.orig/Source/cmake/OptionsJSCOnly.cmake
+++++ webkitgtk/Source/cmake/OptionsJSCOnly.cmake
++@@ -1,3 +1,4 @@
+++set(THREADS_PREFER_PTHREAD_FLAG ON)
++ find_package(Threads REQUIRED)
++
++ if (MSVC)
--- /dev/null
--- /dev/null
++From: Alberto Garcia <berto@igalia.com>
++Subject: Reduce memory usage
++Bug-Debian: https://bugs.debian.org/949621
++Forwarded: no
++Index: webkitgtk/Source/cmake/OptionsCommon.cmake
++===================================================================
++--- webkitgtk.orig/Source/cmake/OptionsCommon.cmake
+++++ webkitgtk/Source/cmake/OptionsCommon.cmake
++@@ -194,6 +194,10 @@ option(GCC_OFFLINEASM_SOURCE_MAP
++
++ option(USE_APPLE_ICU "Use Apple's internal ICU" ${APPLE})
++
+++# Pass --reduce-memory-overheads to the bfd linker in order to save memory
+++set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--reduce-memory-overheads")
+++set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--reduce-memory-overheads")
+++
++ # Enable the usage of OpenMP.
++ # - At this moment, OpenMP is only used as an alternative implementation
++ # to native threads for the parallelization of the SVG filters.
--- /dev/null
--- /dev/null
++fix-ftbfs-sparc64.patch
++fix-ftbfs-x32.patch
++prefer-pthread.patch
++dont-detect-sse2.patch
++reduce-memory-overheads.patch
++fix-ftbfs-hurd.patch
++disable-dmabuf-nvidia.patch
++fix-ftbfs-i386.patch
--- /dev/null
--- /dev/null
++#!/usr/bin/make -f
++
++export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
++
++include /usr/share/dpkg/architecture.mk
++include /usr/share/dpkg/buildflags.mk
++
++export CCACHE_NOHASHDIR=1
++export CCACHE_DIR=$(CURDIR)/ccache
++
++# soup2 build -> 4.0 API packages
++# soup3 build -> 4.1 API packages
++# gtk4 build -> 6.0 API packages
++ENABLE_SOUP2=YES
++ENABLE_SOUP3=YES
++ENABLE_GTK4=YES
++# Set to YES to use the docs from the tarball instead of generating them.
++# Use only if gi-docgen is not available.
++USE_PREBUILT_DOCS=NO
++
++EXTRA_DH_ARGUMENTS =
++EXTRA_CMAKE_ARGUMENTS = -DPORT=GTK \
++ -DCMAKE_INSTALL_LIBEXECDIR=lib/$(DEB_HOST_MULTIARCH) \
++ -DCMAKE_C_FLAGS_RELEASE="" \
++ -DCMAKE_C_FLAGS_DEBUG="" \
++ -DCMAKE_CXX_FLAGS_RELEASE="" \
++ -DCMAKE_CXX_FLAGS_DEBUG="" \
++ -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
++ -DENABLE_MINIBROWSER=ON
++EXTRA_BUILD_ARGUMENTS =
++DH_GENCONTROL_ARGS =
++
++# Sacrifice speed in order to make it more likely resource limits
++# won't be hit.
++ifeq ($(DEB_BUILD_ARCH_BITS),32)
++ EXTRA_CMAKE_ARGUMENTS += -DFORCE_32BIT=ON
++ LDFLAGS += -Wl,--no-keep-memory
++endif
++
++# The debug packages produced by webkit are huge and cause problems in
++# most buildds. Use -g1 in all architectures to make them smaller.
++CFLAGS := $(CFLAGS:-g=-g1)
++
++# Don't build with -gsplit-dwarf (see #1016936)
++EXTRA_CMAKE_ARGUMENTS += -DDEBUG_FISSION=OFF
++
++# Use the CLoop Javascript interpreter and disable the JIT. This is
++# slow but it is the most compatible solution for old (non-SSE2) CPUs.
++ifneq (,$(filter $(DEB_HOST_ARCH),i386))
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON
++endif
++
++# https://bugs.webkit.org/show_bug.cgi?id=252670
++ifneq (,$(filter $(DEB_HOST_ARCH),armel powerpc sh4))
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_WEBGL=OFF
++endif
++
++# libgbm-dev is not available in the Hurd (#1033999)
++ifneq (,$(filter $(DEB_HOST_ARCH),hurd-i386))
++ EXTRA_CMAKE_ARGUMENTS += -DUSE_GBM=OFF
++endif
++
++# Systemd/elogind and libmanette are Linux-only
++ifneq ($(DEB_HOST_ARCH_OS),linux)
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_JOURNALD_LOG=OFF -DENABLE_GAMEPAD=OFF
++endif
++
++# See https://bugs.webkit.org/show_bug.cgi?id=197192
++ifneq (,$(filter $(DEB_HOST_ARCH),arm64))
++ EXTRA_CMAKE_ARGUMENTS += -DWTF_CPU_ARM64_CORTEXA53=OFF
++endif
++
++# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93876
++# and: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93877
++ifneq (,$(filter $(DEB_HOST_ARCH),sh3 sh4))
++ CFLAGS := $(CFLAGS:-g1=-g0)
++ CFLAGS := $(CFLAGS:-O2=-O1)
++ CPPFLAGS += --param ggc-min-expand=10
++endif
++
++ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
++ EXTRA_CMAKE_ARGUMENTS += -DUSE_SYSTEM_MALLOC=ON
++ CPPFLAGS += -DRELEASE_WITHOUT_OPTIMIZATIONS
++endif
++
++ifeq (,$(filter %-doc,$(shell dh_listpackages)))
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_DOCUMENTATION=OFF
++ USE_PREBUILT_DOCS=NO
++else ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_DOCUMENTATION=OFF
++ USE_PREBUILT_DOCS=NO
++else ifeq ($(USE_PREBUILT_DOCS),YES)
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_DOCUMENTATION=OFF
++else
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_DOCUMENTATION=ON
++endif
++
++ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
++ EXTRA_CMAKE_ARGUMENTS += -DCMAKE_BUILD_TYPE=Debug
++else
++ EXTRA_CMAKE_ARGUMENTS += -DCMAKE_BUILD_TYPE=Release
++ CPPFLAGS += -DNDEBUG -DG_DISABLE_CAST_CHECKS
++endif
++
++# Don't recommend xdg portals on Ubuntu i386 where it doesn't exist
++ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_BUBBLEWRAP_SANDBOX=ON
++ DH_GENCONTROL_ARGS += -Vbwrap:Depends="bubblewrap (>= 0.3.1), \
++ xdg-dbus-proxy"
++# Disable the bubblewrap sandbox if libseccomp-dev is not available
++else ifeq ($(shell pkg-config --exists libseccomp && echo yes),yes)
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_BUBBLEWRAP_SANDBOX=ON
++ DH_GENCONTROL_ARGS += -Vbwrap:Depends="bubblewrap (>= 0.3.1), \
++ xdg-dbus-proxy"
++ DH_GENCONTROL_ARGS += -Vbwrap:Recommends="xdg-desktop-portal-gtk"
++else
++ EXTRA_CMAKE_ARGUMENTS += -DENABLE_BUBBLEWRAP_SANDBOX=OFF
++endif
++
++# Disable the WPE renderer if libwpebackend-fdo-1.0-dev is not available
++ifeq ($(shell pkg-config --exists wpebackend-fdo-1.0 && echo yes),yes)
++ EXTRA_CMAKE_ARGUMENTS += -DUSE_WPE_RENDERER=ON
++else
++ EXTRA_CMAKE_ARGUMENTS += -DUSE_WPE_RENDERER=OFF
++endif
++
++# Lower max parallel jobs on some builders
++ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
++ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64))
++ EXTRA_BUILD_ARGUMENTS += --max-parallel=2
++endif
++endif
++
++# set the distributor agent for Ubuntu
++ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
++ EXTRA_CMAKE_ARGUMENTS += -DUSER_AGENT_BRANDING="Ubuntu"
++endif
++
++# libavif & gst-plugins-bad1.0 are not in Ubuntu main
++ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
++ EXTRA_CMAKE_ARGUMENTS += -DUSE_AVIF=OFF -DUSE_GSTREAMER_TRANSCODER=OFF
++endif
++
++# jpegxl is not in Ubuntu main
++ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
++ EXTRA_CMAKE_ARGUMENTS += -DUSE_JPEGXL=OFF
++endif
++
++# gstreamer1.0-libav and gstreamer1.0-plugins-bad are not in Ubuntu "main"
++ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
++ DH_GENCONTROL_ARGS += -Vgst:Suggests="gstreamer1.0-libav, gstreamer1.0-plugins-bad"
++else
++ DH_GENCONTROL_ARGS += -Vgst:Recommends="gstreamer1.0-libav, gstreamer1.0-plugins-bad"
++endif
++
++# This is loaded at runtime using libepoxy so add an explicit dependency (#1033230)
++ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armel armhf))
++ DH_GENCONTROL_ARGS += -Vgles:Depends="libgles2"
++endif
++
++CXXFLAGS=$(CFLAGS)
++
++# Disable commands and binary packages of the builds that we don't want
++ifneq ($(ENABLE_SOUP2),YES)
++ SOUP2_BUILD = @:
++ EXTRA_DH_ARGUMENTS += -Nlibjavascriptcoregtk-4.0-bin
++else
++ SOUP2_BUILD_DEP=libsoup2.4-dev,
++ GTK3_BUILD_DEP=libgtk-3-dev,
++endif
++ifneq ($(ENABLE_SOUP3),YES)
++ SOUP3_BUILD = @:
++ifeq ($(USE_PREBUILT_DOCS),NO)
++ EXTRA_DH_ARGUMENTS += -Nlibwebkit2gtk-4.0-doc
++endif
++else
++ SOUP3_BUILD_DEP=libsoup-3.0-dev,
++ GTK3_BUILD_DEP=libgtk-3-dev,
++endif
++ifneq ($(ENABLE_GTK4),YES)
++ GTK4_BUILD = @:
++else
++ SOUP3_BUILD_DEP=libsoup-3.0-dev,
++ GTK4_BUILD_DEP=libgtk-4-dev,
++endif
++
++# Decide what version of the WebKit WebDriver to build
++ENABLE_WEBDRIVER_SOUP2 = -DENABLE_WEBDRIVER=OFF
++ENABLE_WEBDRIVER_SOUP3 = -DENABLE_WEBDRIVER=OFF
++ENABLE_WEBDRIVER_GTK4 = -DENABLE_WEBDRIVER=OFF
++ifeq ($(ENABLE_SOUP3),YES)
++ ENABLE_WEBDRIVER_SOUP3 = -DENABLE_WEBDRIVER=ON
++ WEBDRIVER_DEP_PKG = libwebkit2gtk-4.1-0
++else ifeq ($(ENABLE_SOUP2),YES)
++ ENABLE_WEBDRIVER_SOUP2 = -DENABLE_WEBDRIVER=ON
++ WEBDRIVER_DEP_PKG = libwebkit2gtk-4.0-37
++else
++ ENABLE_WEBDRIVER_GTK4 = -DENABLE_WEBDRIVER=ON
++ WEBDRIVER_DEP_PKG = libwebkitgtk-6.0-4
++endif
++
++# The debhelper files for the soup2, soup3 and gtk4 builds are identical
++# (apart from the API version) so we generate the last two from the first.
++WEBKIT_DH_FILES = \
++ gir1.2-javascriptcoregtk-4.0.install \
++ gir1.2-javascriptcoregtk-4.0.lintian-overrides \
++ gir1.2-webkit2-4.0.install \
++ gir1.2-webkit2-4.0.lintian-overrides \
++ libjavascriptcoregtk-4.0-18.install \
++ libjavascriptcoregtk-4.0-dev.install \
++ libjavascriptcoregtk-4.0-dev.lintian-overrides \
++ libwebkit2gtk-4.0-37.docs \
++ libwebkit2gtk-4.0-37.install \
++ libwebkit2gtk-4.0-37.lintian-overrides \
++ libwebkit2gtk-4.0-37.symbols \
++ libwebkit2gtk-4.0-dev.install \
++ libwebkit2gtk-4.0-dev.lintian-overrides
++
++# This converts debhelper file names and contents to the soup3 versions
++WEBKIT_DH_RENAME_SOUP3 = sed -e 's/4\.0-18/4.1-0/g' \
++ -e 's/4\.0-37/4.1-0/g' \
++ -e 's/4\.0\.so\.37/4.1.so.0/g' \
++ -e 's/4\.0/4.1/g'
++
++# This converts debhelper file names and contents to the gtk4 versions
++WEBKIT_DH_RENAME_GTK4 = sed -e '/usr\/include\/webkitgtk-4.0\/webkit2/d' \
++ -e '/usr\/include\/webkitgtk-4.0\/webkitdom/d' \
++ -e '/usr\/include\/webkitgtk-4.0\/JavaScriptCore/d' \
++ -e 's/webkit2gtk-web-extension/webkitgtk-web-process-extension/' \
++ -e 's/WebKit2WebExtension/WebKitWebProcessExtension/' \
++ -e 's/webkit2webextension/webkitwebprocessextension/' \
++ -e 's/4\.0-18/6.0-1/g' \
++ -e 's/4\.0-37/6.0-4/g' \
++ -e 's/4\.0\.so\.37/6.0.so.4/g' \
++ -e 's/4\.0/6.0/g' \
++ -e 's/webkit2/webkit/g' \
++ -e 's/WebKit2/WebKit/g' \
++ -e '/gtk3-only/s/^ /\#/' \
++ -e '/gtk4-only/s/^\#/ /'
++
++%:
++ dh $@ --with gir --buildsystem=cmake+ninja $(EXTRA_DH_ARGUMENTS)
++
++debian/control: debian/control.in debian/control-common.in debian/rules
++ echo '# This file is autogenerated. DO NOT EDIT' > debian/control
++ cat debian/control.in | \
++ sed -e 's/@EXTRA_BUILD_DEPS@/$(SOUP2_BUILD_DEP)$(SOUP3_BUILD_DEP)$(GTK3_BUILD_DEP)$(GTK4_BUILD_DEP)/' \
++ -e 's/@WEBDRIVER_DEP_PKG@/$(WEBDRIVER_DEP_PKG)/' \
++ >> debian/control
++ifeq ($(USE_PREBUILT_DOCS),YES)
++ sed -i -e 's/^\(Build-Depends-Indep:\).*/\1 jdupes/' debian/control
++endif
++ $(SOUP2_BUILD) cat debian/control-common.in | \
++ sed -e 's/@SOUPDEV_PKG@/libsoup2.4-dev/g' \
++ -e 's/@WK_API_VERSION@/4.0/g' \
++ -e 's/@LIBJSC_PKG@/libjavascriptcoregtk-4.0-18/g' \
++ -e 's/@WEBKIT@/webkit2/g' \
++ -e 's/@LIBWEBKITGTK_PKG@/libwebkit2gtk-4.0-37/g' \
++ -e 's/@GTK_VERSION@/3/g' \
++ -e 's/@SOUP_VERSION@/2/g' \
++ >> debian/control
++ $(SOUP3_BUILD) cat debian/control-common.in | \
++ sed -e 's/@SOUPDEV_PKG@/libsoup-3.0-dev/g' \
++ -e 's/@WK_API_VERSION@/4.1/g' \
++ -e 's/@LIBJSC_PKG@/libjavascriptcoregtk-4.1-0/g' \
++ -e 's/@WEBKIT@/webkit2/g' \
++ -e 's/@LIBWEBKITGTK_PKG@/libwebkit2gtk-4.1-0/g' \
++ -e 's/@GTK_VERSION@/3/g' \
++ -e 's/@SOUP_VERSION@/3/g' \
++ >> debian/control
++ $(GTK4_BUILD) cat debian/control-common.in | \
++ sed -e 's/@SOUPDEV_PKG@/libsoup-3.0-dev/g' \
++ -e 's/@WK_API_VERSION@/6.0/g' \
++ -e 's/@LIBJSC_PKG@/libjavascriptcoregtk-6.0-1/g' \
++ -e 's/@WEBKIT@/webkit/g' \
++ -e 's/@LIBWEBKITGTK_PKG@/libwebkitgtk-6.0-4/g' \
++ -e 's/@GTK_VERSION@/4/g' \
++ -e 's/@SOUP_VERSION@/3/g' \
++ >> debian/control
++ sed -i '$${/^$$/d}' debian/control # Remove last empty line
++
++override_dh_gencontrol:
++ dh_gencontrol -- $(DH_GENCONTROL_ARGS)
++
++override_dh_auto_configure:
++ if [ "$(ENABLE_SOUP3)" = "YES" -o "$(ENABLE_GTK4)" = "YES" ]; then \
++ echo debian/clean > debian/clean ; \
++ for src in $(WEBKIT_DH_FILES); do \
++ dst=`echo $$src | $(WEBKIT_DH_RENAME_SOUP3)` ; \
++ $(WEBKIT_DH_RENAME_SOUP3) debian/$$src > debian/$$dst ; \
++ echo debian/$$dst >> debian/clean ; \
++ dst=`echo $$src | $(WEBKIT_DH_RENAME_GTK4)` ; \
++ $(WEBKIT_DH_RENAME_GTK4) debian/$$src > debian/$$dst ; \
++ echo debian/$$dst >> debian/clean ; \
++ done ; \
++ fi
++ $(SOUP2_BUILD) dh_auto_configure -Bbuild-soup2 -- \
++ $(EXTRA_CMAKE_ARGUMENTS) -DUSE_SOUP2=ON \
++ $(ENABLE_WEBDRIVER_SOUP2) -DENABLE_DOCUMENTATION=OFF
++ $(SOUP3_BUILD) dh_auto_configure -Bbuild-soup3 -- \
++ $(EXTRA_CMAKE_ARGUMENTS) -DUSE_SOUP2=OFF \
++ $(ENABLE_WEBDRIVER_SOUP3)
++ $(GTK4_BUILD) dh_auto_configure -Bbuild-gtk4 -- \
++ $(EXTRA_CMAKE_ARGUMENTS) -DUSE_GTK4=ON \
++ $(ENABLE_WEBDRIVER_GTK4) -DENABLE_DOCUMENTATION=OFF
++
++override_dh_auto_build:
++ $(SOUP2_BUILD) CCACHE_BASEDIR=$(CURDIR)/build-soup2 \
++ dh_auto_build -Bbuild-soup2 $(EXTRA_BUILD_ARGUMENTS)
++ $(SOUP3_BUILD) CCACHE_BASEDIR=$(CURDIR)/build-soup3 \
++ dh_auto_build -Bbuild-soup3 $(EXTRA_BUILD_ARGUMENTS)
++ $(GTK4_BUILD) CCACHE_BASEDIR=$(CURDIR)/build-gtk4 \
++ dh_auto_build -Bbuild-gtk4 $(EXTRA_BUILD_ARGUMENTS)
++
++override_dh_auto_install:
++ $(SOUP2_BUILD) dh_auto_install -Bbuild-soup2
++ $(SOUP3_BUILD) dh_auto_install -Bbuild-soup3
++ $(GTK4_BUILD) dh_auto_install -Bbuild-gtk4
++
++override_dh_auto_clean: debian/control
++ $(SOUP2_BUILD) dh_auto_clean -Bbuild-soup2
++ $(SOUP3_BUILD) dh_auto_clean -Bbuild-soup3
++ $(GTK4_BUILD) dh_auto_clean -Bbuild-gtk4
++ find Source Tools -type f -name "*.pyc" -exec rm {} \;
++ find Source Tools -depth -type d -name __pycache__ -exec rmdir {} \;
++ rm -rf ccache
++
++# If USE_PREBUILT_DOCS=YES then install them (they are from the 4.1 API build
++# but they're equally valid for the 4.0-doc package once we rename them).
++# Otherwise create a dummy doc directory in case the "nodoc" build option is set.
++override_dh_install-indep:
++ifeq ($(USE_PREBUILT_DOCS),YES)
++ mkdir -p debian/tmp/usr/share/gtk-doc/html
++ cp -r Documentation/webkit2gtk-4.1 debian/tmp/usr/share/gtk-doc/html/
++ cp -r Documentation/jsc-glib-4.1 debian/tmp/usr/share/gtk-doc/html/javascriptcoregtk-4.1
++ cp -r Documentation/webkit2gtk-web-extension-4.1 debian/tmp/usr/share/gtk-doc/html/
++else
++ mkdir -p debian/tmp/usr/share/gtk-doc/html/webkit2gtk-4.1
++ touch debian/tmp/usr/share/gtk-doc/html/webkit2gtk-4.1/index.html
++endif
++ dh_install -i
++ jdupes -rl debian/libwebkit2gtk-4.0-doc/usr
++
++override_dh_makeshlibs:
++ $(SOUP2_BUILD) dh_makeshlibs -plibwebkit2gtk-4.0-37 -Xinjected-bundle
++ $(SOUP2_BUILD) dh_makeshlibs -plibjavascriptcoregtk-4.0-18 -VNone
++ $(SOUP3_BUILD) dh_makeshlibs -plibwebkit2gtk-4.1-0 -Xinjected-bundle
++ $(SOUP3_BUILD) dh_makeshlibs -plibjavascriptcoregtk-4.1-0 -VNone
++ $(GTK4_BUILD) dh_makeshlibs -plibwebkitgtk-6.0-4 -Xinjected-bundle
++ $(GTK4_BUILD) dh_makeshlibs -plibjavascriptcoregtk-6.0-1 -VNone
++
++override_dh_builddeb:
++ DEB_BUILD_OPTIONS="$(filter-out parallel=%,$(DEB_BUILD_OPTIONS))" \
++ dh_builddeb
++
++override_dh_auto_test:
--- /dev/null
--- /dev/null
++3.0 (quilt)
--- /dev/null
--- /dev/null
++webkit2gtk source: source-is-missing [Documentation/jsc-glib-4.1/method.Value.typed_array_get_data.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/class.WindowProperties.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/method.WebContext.register_uri_scheme.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/method.WebView.call_async_javascript_function.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/method.WebView.evaluate_javascript.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/method.WebView.run_async_javascript_function_in_world.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/method.WebView.run_javascript_finish.html]
++webkit2gtk source: source-is-missing [Documentation/webkit2gtk-4.1/struct.FeatureList.html]
++webkit2gtk source: source-is-missing [Source/ThirdParty/pdfjs/build/pdf.js]
++webkit2gtk source: source-is-missing [Source/ThirdParty/pdfjs/build/pdf.sandbox.js]
++webkit2gtk source: source-is-missing [Source/ThirdParty/pdfjs/build/pdf.worker.js]
++webkit2gtk source: source-is-missing [Source/ThirdParty/pdfjs/web/viewer.js]
++webkit2gtk source: source-is-missing [Source/WebCore/Modules/mediacontrols/mediaControlsApple.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Debug/UncaughtExceptionReporter.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/External/CSSDocumentation/CSSDocumentation.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/External/CodeMirror/codemirror.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/External/CodeMirror/sql.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/External/Esprima/esprima.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/12.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/12.2/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/13.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/13.4/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/14.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/14.5/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/15.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/15.4/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/16.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/16.4/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/12.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/12.3/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/13.0/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/13.3/InspectorBackendCommands.js]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKit/deferred-script-load.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKit/lots-of-text-vertical-lr.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKit/lots-of-text.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKit/orthogonal-flow-available-size.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibilityRead.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibilityWrite.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/apple-data-url.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/editable-responsive-body.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/significant-text-milestone-article.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/significant-text-milestone.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/text-with-async-script.html]
++webkit2gtk source: source-is-missing [Tools/TestWebKitAPI/Tests/WebKitCocoa/text-with-deferred-script.html]
--- /dev/null
--- /dev/null
++Bug-Database: https://bugs.webkit.org/buglist.cgi?product=WebKit&component=WebKitGTK&resolution=---
++Bug-Submit: https://bugs.webkit.org/enter_bug.cgi?product=WebKit&component=WebKitGTK
++Repository: git://git.webkit.org/WebKit-https.git
++Repository-Browse: https://trac.webkit.org/browser
--- /dev/null
--- /dev/null
++-----BEGIN PGP PUBLIC KEY BLOCK-----
++
++mQGiBEy4Qy4RBACevATwAKdArGO2UjVGsP3nb3BWLfB9KR5hbpuL5yejUoR6xeN4
++vsw1/fy9fiGlsLGqlmnd6bDZ6c7mNyc0ERXXGk2QOQEMeDyL6VsoZEbo5t8bZa6B
++Pxc23C9L4d0bdNF7y0CoO7xsg1zClq23MXWAgi4Wm+ZDonw+b2UBcCt/uwCg9AST
++/g8XgNKZ4WxpRI4bM/1BvxUD/2xeJkUjgmdwV14dOdHmsW7BYJHUKxAt9KBSJ5Yo
++ZDCmh6HTtUjd9dKwkuRTxtc3G4s+J5D5WCeNKQ/kNAYAoclzXYc2crTrXZ+RqWap
++G+ngUZxgnyNAaveyUjV19qDRJKVuzBXeQWH/UU5eEpuRfx7ReyFX7sAhDOmnVrvg
++IoegA/0SNS+wsGjYxpWOO1QMsqGidgIp5yLanfA7qsfxz8t+gGtXOSqomUJsYyYX
++a0c2kXl3ZPe/cyK6j9o+l4YrczkNAxeXVJd4uA4sSrqmKI1F7cICV3EqJ5uyKWll
++eW/sfhKNcPiadBZr9LNS1775jWM3pNxszZrjCnTfspn0gyGTbLQpQ2FybG9zIEdh
++cmNpYSBDYW1wb3MgPGNnYXJjaWFAaWdhbGlhLmNvbT6IYgQTEQIAIgUCTLhDLgIb
++AwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQ89Mi0OxFgsO7aQCgyouexI5L
++4PxyZlCgucZj2UGUI1kAn2Lh4CPgaCa7kno1aArSFzzdVRnhuQENBEy4Qy4QBADZ
++F1vw6zV7ZKGg8Ipfi0ASbDRVzHdr4wdoiNbFGKXykwi3PRuolrSTd+970u0MNX30
++ZmfOTk/cidymaBd0RyVnwmPgnoRxZpKhMnFrlxRYtukUHyYDeFwM376ux1TXNWwG
++sxZ3RmENWyoAs8GK3vIYhaqC22qxS1SfjMn1eueonwADBQQAnLZte7R5TK0j5L1K
++/JJc82JOkdjlF6ORS+hxHqlITmRevmo5zcvBMfCjH98y5yGVHciQ/Pp+AC+hI7n0
++r2B+HO7/M+fzub4mJpgsrdGLebwFOOMuJQCzU/vm2O+ni9RfhKGxj6j5ibVzW/Xg
++dxDF7ffwmiqAWJrzUGtIBKRw372ISQQYEQIACQUCTLhDLgIbDAAKCRDz0yLQ7EWC
++w/ohAJ9TForRmpOoZQn8nC82lvjLnl8yJwCfePN1wgFlZu2kkHP4d0fJ2LN6whM=
++=HKDK
++-----END PGP PUBLIC KEY BLOCK-----
++-----BEGIN PGP PUBLIC KEY BLOCK-----
++
++mQGiBEhD/gURBADY9/zG24BcSOkrarNtDlMqTM1Mc22gBlpVs3IyGwiYFy1f+NYL
++0CwgO6JsJPF0BsrLtZ0jO7SCUOnq1lQ/XA3Ecttp9Fc7p7qRoDX4okC72PFGOtth
++fnnkAaFe4d2LYIXs6ZPbuH4x7sDnEDcK2ceJvNXFIRjF8XnOglpN3pmI+wCggRxa
++VFsAYh/xbm5/UYSDyJDqCH0EALjkCl4l5kGVA+5ZQgtuvLNrHyOIAX35pwE4fKby
++krpM7DP0YooNnXzENOPvOB4WlhW8dAAt2EuQspvmJieeevE//DcgAhYVZBlzNnQq
++Z3yPbJY4ucQy9KU5hyP6GLul+80KThhJZRAiCnjSQf8H3Ij7sEwLkSAmg1MIyPF7
++OShABAC42FzEpsyW6+SX7c6FNYB5ZgsgEESq6nTiCJ77Tqe5CrOqNplpNqrw/knI
++GgSEsxmXNEhBvXCjCH4CDDGPXVuqXpHB/E38JW75irXVVSr47iTx0XaBRzGLcHyM
++gT1b/yYCl10FV/47u8XaOP0BP9cQ2A9PY/vRTKRDNbe4plJSRbQsQWRyacOhbiBQ
++w6lyZXogZGUgQ2FzdHJvIDxhcGVyZXpAaWdhbGlhLmNvbT6IYAQTEQIAIAUCSEP+
++BQIbIwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEJHFWdvkyRI7Je4AmwVGFnDZ
++kcHjSLYk5Oe+Rdj+qyD5AJ0Wt47b8yjxpkjvgn2694+a5thdd7kEDQRIQ/4FEBAA
++1OG3mSJRBu/P/6Q2W+hqlPYr5dXcwu1AOKnIVJc6xsyXgwXnxCeQXmwaqUZncSDY
++i38+l/yTnRRTIXPkf58tUJaECnw0PZPwH0W0eX5zMzcYF66G6cMvSKw/+UyTs2OC
++BEIGCDfAwgTWJsG1b9WpINqCm9WeLPiftG9DHX+ue6uD7KSuJ05wJu2r06ZwTT7g
++vJX46ay1AoStdA6Wyn9bsPrT8z4+0UEyHTpAVZMrpStD/9PVL0rPEGMYHTRZyydA
++ZbGTAHC28rSGbdXpYj2RrXKqwLAXDb2s0yTuSbCnrBoI8x2QjAxe90FN6+3duYNV
++Rklc78LOf9Od5juj8PAyj1iWKYJrI5DGY0tPu1fP7C9hzvF/9Uq5SgvTTkiS0RrZ
++E0a4pW2Z8SmRIIvR2PUiKhAlPWeVbq9qzmg6nG4qFfqIVCIvlPrxBteJXV6oSDdf
++KUtG6/XRVhMaArIYbEttfChOzE9vGk7tm0cWuMakGqOlUWpPJV1buxfzFp5GMGZ8
++mAPJJVBpR507hhk1yM3r1X2J67aTFB0d6lKayX4MfmrBbRZ94zxaRgDwzcP8BIwA
++xUs88uzxeo9ocDHKS9jpY4M9fH5XzcLAMqBpTWCFzcnJGRxe+D+mprUpCbLi75jg
++IaJLZRu7/Mbip0lyHUvGe7IzINnvmMslYd/C8EilGtsAAwYP/37bAQdHNC2pNbmt
++wnUVhRPhqKc1y5wnOce+I8+nyDDQ0/hr1Hs7hgjy9joS0PWu670Qsb/f0J0WhjdJ
++MluPRleZDXzOLIqO/i+SFfNBvU0SvTkT+0gEDhfTnsnXIbw2Rj3IZxrgOxQBfXo9
++TwQ4zeWhDS44+sCJ/iMy5OMhkuxHfwzHlwzKY7L8IXuC4e20Ejkd2ZN746O19jt1
++uVOXGEp0VjRXAGCaiVA8Aq4Vii0xz5a8BMk9iZHayAFBw7ymtWMbR3lPn0f5lMsz
++SJ1T8tZxUBJvJx/jLJZviP6AegKrbrvfQkOQ9h4loQDc32cSWIYkuEVoLtWLyYlT
++D7sjPixB2VNpZc6Td+EqGQLKeqZy21Q0fsQbe4hyEIJyXSGGkHVzUWkoxDCl0Ipd
++NHA91Lt++6HSBnXu/RwDuo+BRqMACbiuZX3YJuPRMw3ufpZvmWOf5rQWhymVwVMd
++I2FRePnFg/0MYsCfJ3EAMNe7knc668Tt9xaaO1xqP6m0ucA6d3RDrUv6FMgQbGSs
++7eWptoaqhHAWXeIIqVV53Tp/ISaYCTC33y6BIip2PzB0Fw9owX4bIalR4VXIsOAC
++h1LL5mgLDI4jQdgoK7VKIV855Gd67VBdxVoVZ4Ckrrp2+c+m9+yAH+P0GnilEPJJ
++VEvvgTomcQkh5lQmO3ziH+0elIHwiEkEGBECAAkFAkhD/gUCGwwACgkQkcVZ2+TJ
++EjtbuACfSaae99WLTJx00513z7nYjwW7R68An0kg178Aa4C1DvTHVBcSsiVXEJQY
++=9uz5
++-----END PGP PUBLIC KEY BLOCK-----
--- /dev/null
--- /dev/null
++version=4
++opts=pgpsigurlmangle=s/$/.asc/ \
++https://webkitgtk.org/releases/ webkitgtk-([\d]+\.[\d]*[02468]\.[\d]+).tar.xz
--- /dev/null
--- /dev/null
++usr/bin/WebKitWebDriver
--- /dev/null
--- /dev/null
++debian/WebKitWebDriver.1