Import qtwebkit-opensource-src_5.212.0~alpha2-9.debian.tar.xz
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 7 Apr 2018 20:23:09 +0000 (21:23 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 7 Apr 2018 20:23:09 +0000 (21:23 +0100)
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha2-9 qtwebkit-opensource-src_5.212.0~alpha2-9.debian.tar.xz]

26 files changed:
changelog [new file with mode: 0644]
compat [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
libqt5webkit5-dev.install [new file with mode: 0644]
libqt5webkit5.install [new file with mode: 0644]
libqt5webkit5.symbols [new file with mode: 0644]
patches/atomic_config_test.diff [new file with mode: 0644]
patches/detect_opengl_es2.diff [new file with mode: 0644]
patches/fix_copyChars_segfault.diff [new file with mode: 0644]
patches/fix_ftbfs_alpha.diff [new file with mode: 0644]
patches/fix_ftbfs_x32.diff [new file with mode: 0644]
patches/fix_selectedHtml_segfault.diff [new file with mode: 0644]
patches/path_max.diff [new file with mode: 0644]
patches/pkgconfig_description.diff [new file with mode: 0644]
patches/pkgconfig_includedir.diff [new file with mode: 0644]
patches/reduce_exports.diff [new file with mode: 0644]
patches/series [new file with mode: 0644]
patches/use_system_woff2.diff [new file with mode: 0644]
qml-module-qtwebkit.install [new file with mode: 0644]
qtwebkit5-doc-html.install [new file with mode: 0644]
qtwebkit5-doc.install [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
source/lintian-overrides [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..74a0c4a
--- /dev/null
+++ b/changelog
@@ -0,0 +1,666 @@
+qtwebkit-opensource-src (5.212.0~alpha2-9) unstable; urgency=medium
+
+  * Release to unstable.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 07 Apr 2018 17:23:09 -0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-8) experimental; urgency=medium
+
+  * Build with system WOFF2 library, add a patch for that.
+  * Build against Qt 5.10.1 in experimental.
+  * Add support for the nodoc build profile.
+  * Update Vcs fields for migration to salsa.debian.org.
+  * Add a patch to fix include path in pkg-config files (closes: #890413).
+  * Update debian/libqt5webkit5.symbols from the current build log.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 24 Feb 2018 15:21:11 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-7) unstable; urgency=medium
+
+  * Build with -O1 instead of -O2 on sh3/sh4 (closes: #887462).
+  * Update symbols files with buildds’ and sh4 logs (closes: #887463).
+  * Fix the rules syntax to make sure we build with -g1 on mips/mipsel.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 18 Jan 2018 11:33:51 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-6) unstable; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Fix build on x32 architecture (closes: #881055):
+    - Make sure JIT is not enabled on x32.
+    - Backport upstream patch to use JSVALUE32_64 on x32.
+    - Use gold linker on x32, to avoid undefined reference error.
+  * Backport upstream changes to fix build on Alpha (closes: #880640).
+  * Backport upstream changes to add descriptions to pkg-config files
+    (closes: #884035).
+  * Bump Standards-Version to 4.1.3, no changes needed.
+
+  [ Pino Toscano ]
+  * Fix build on hurd-i386:
+    - workaround a PATH_MAX usage; patch path_max.diff
+    - update symbols file
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 09 Jan 2018 18:38:23 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-5) unstable; urgency=medium
+
+  * Add a patch from Fedora to fix nullptr dereference in selectedHtml()
+    (fix_selectedHtml_segfault.diff, closes: #880064).
+  * Update the symbols file from buildds’ logs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 30 Oct 2017 20:08:25 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-4) unstable; urgency=medium
+
+  * Fix qtbase build-dependencies after wrong bump.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 27 Oct 2017 09:55:23 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-3) unstable; urgency=medium
+
+  * Update symbols files from buildds’ logs.
+  * Backport upstream patch to fix WTF::StringImpl::copyChars segfault
+    (closes: #876999).
+  * Bump Standards-Version to 4.1.1, no changes needed.
+  * Update Homepage to point to GitHub.
+  * Bump Qt build-dependencies to 5.9.2.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 27 Oct 2017 00:26:10 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-2) experimental; urgency=medium
+
+  * Add -DNDEBUG to CPPFLAGS to disable debug output.
+  * Use -g1 on less powerful architectures instead of no debug at all.
+  * Disable JIT on sh4, it is broken and support was removed upstream.
+  * Backport upstream patch to add libatomic detection, fixes armel build.
+  * Build with -mfp32 on mips/mipsel, as LLInt uses odd float registers.
+  * Update symbols files from buildds’ and local build logs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 16 Sep 2017 22:32:50 +0300
+
+qtwebkit-opensource-src (5.212.0~alpha2-1) experimental; urgency=medium
+
+  * New upstream alpha release (closes: #862452).
+  * Update debian/watch to track release tarballs on GitHub.
+  * Stop repacking the upstream tarball. Two of three previously excluded
+    files no longer exist, and the third one has changed license to Expat.
+  * Drop all patches, they no longer apply to the new codebase.
+  * Add build-dependencies: cmake, libhyphen-dev, libqt5sensors5-dev,
+    libqt5webchannel5-dev and qtpositioning5-dev.
+  * Drop unused build-dependency: libleveldb-dev.
+  * Migrate to automatic dbgsym packages.
+  * Update install files for the new release.
+  * Update debian/rules to use CMake build system with ninja backend.
+  * Update to debhelper compat level 10.
+  * Rewrite debian/copyright. The new file is based on decopy output, with
+    lots of manual fixes.
+  * Drop unused Lintian overrides.
+  * Add a patch to hide WebCore and JSCore symbols from libQt5WebKit.so.5.
+  * Update libqt5webkit5.symbols from the current ppc64el build log.
+  * Add a patch to properly detect whether OpenGL ES 2 should be used.
+  * Disable the use of gold linker (causes problems at least on i386).
+  * Remove i386 from gstabs_architectures, add ppc64el.
+  * Run upstream tests during build.
+  * Bump Standards-Version to 4.1.0, remove Priority: extra lines.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 28 Aug 2017 15:02:13 +0300
+
+qtwebkit-opensource-src (5.9.1+dfsg-5) unstable; urgency=medium
+
+  * Update symbols files from buildds’ logs to fix build on armhf.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 22 Aug 2017 14:35:55 +0300
+
+qtwebkit-opensource-src (5.9.1+dfsg-4) unstable; urgency=medium
+
+  * Update symbols files from buildds’ logs.
+  * Build with -Wno-expansion-to-defined to avoid 500MB build logs.
+  * Build-depend on qtbase5-dev ≥ 5.9.1+dfsg-9~. We need a qtbase built
+    with bfd linker on armel/armhf, otherwise the build fails there.
+    Together with the symbols update, this closes: #872542.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 21 Aug 2017 00:49:10 +0300
+
+qtwebkit-opensource-src (5.9.1+dfsg-3) unstable; urgency=medium
+
+  * Update symbols files with buildds' logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 17 Aug 2017 00:32:18 -0300
+
+qtwebkit-opensource-src (5.9.1+dfsg-2) unstable; urgency=medium
+
+  * Release to unstable.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 15 Aug 2017 22:15:15 -0300
+
+qtwebkit-opensource-src (5.9.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Update debian/watch to track official releases again.
+  * Manually update symbols files from buildds’ logs.
+  * Bump Qt build-dependencies to 5.9.1.
+  * Drop qtxmlpatterns and qtscript build-dependencies, they have not been
+    used for a long time.
+  * Drop obsolete Breaks/Replaces on pre-Jessie Qt packages.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 05 Jul 2017 21:19:54 +0300
+
+qtwebkit-opensource-src (5.9.0+dfsg-1) experimental; urgency=medium
+
+  * Team upload.
+
+  [ Simon Quigley ]
+  * New upstream release.
+
+  [ Dmitry Shachnev ]
+  * Update debian/watch to find the 5.9.0 release correctly.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 07 Jun 2017 10:59:02 -0500
+
+qtwebkit-opensource-src (5.7.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Bump only the necessary Qt build dependencies.
+  * Update symbols files with buildds' logs.
+  * Re mark 5.7.1~* symbols to 5.7.1.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 15 Dec 2016 17:22:14 -0300
+
+qtwebkit-opensource-src (5.7.1~20161021+dfsg-2) unstable; urgency=medium
+
+  * Update symbols files from buildds’ logs.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 01 Nov 2016 15:04:32 +0300
+
+qtwebkit-opensource-src (5.7.1~20161021+dfsg-1) experimental; urgency=medium
+
+  * New upstream snapshot.
+  * Merge 5.6.1+dfsg-5 upload from unstable.
+  * Bump Qt build-dependencies to 5.7.1~20161021.
+  * Fix a Lintian warning about space in license name.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 25 Oct 2016 15:44:52 +0300
+
+qtwebkit-opensource-src (5.7.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Drop debian/patches/fix_pthread_linking.diff, it was applied upstream
+    in 5.6.1 and wrongly rebased in 5.6.1+dfsg-1 upload.
+  * Refresh no_gc_sections.diff.
+  * Bump Qt build-dependencies to 5.7.0.
+  * Update the symbols files from 5.6.1 build logs.
+  * Drop the syncqt hack, the new tarballs are generated properly.
+  * Add Qt_5.7 version tag to debian/libqt5webkit5.symbols.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 07 Jul 2016 21:37:28 +0300
+
+qtwebkit-opensource-src (5.6.1+dfsg-5) unstable; urgency=medium
+
+  * Update symbols files with buildds' logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 10 Aug 2016 22:13:17 -0300
+
+qtwebkit-opensource-src (5.6.1+dfsg-4) unstable; urgency=medium
+
+  * Update symbols files with buildd's logs (Closes: 827783).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 23 Jun 2016 00:02:14 -0300
+
+qtwebkit-opensource-src (5.6.1+dfsg-3) unstable; urgency=medium
+
+  * Update symbols files with buildds' logs.
+  * Upload to unstable.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 13 Jun 2016 10:12:19 -0300
+
+qtwebkit-opensource-src (5.6.1+dfsg-2) experimental; urgency=medium
+
+  * Update symbols files with buildds' logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 12 Jun 2016 20:33:02 -0300
+
+qtwebkit-opensource-src (5.6.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+    - Bump Qt build dependencies.
+  * Refresh fix_pthread_linking.diff.
+  * Update Standards-Version to 3.9.8, no changes required.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 10 Jun 2016 15:12:20 -0300
+
+qtwebkit-opensource-src (5.6.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Make sure the Makefile needed for building docs is generated.
+  * Update debian/watch for new tarballs location.
+  * Bump Qt build-dependencies to 5.6.0.
+  * Do not hardcode version number in debian/rules.
+  * Update Lintian overrides for JS files with long lines.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 20 Mar 2016 21:39:26 +0100
+
+qtwebkit-opensource-src (5.6.0~rc+dfsg-2) experimental; urgency=medium
+
+  * Explicitly specify Makefile for building docs.
+  * Backport fix_pthread_linking.diff from upstream.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 06 Mar 2016 22:36:47 +0300
+
+qtwebkit-opensource-src (5.6.0~rc+dfsg-1) experimental; urgency=medium
+
+  * New upstream release candidate.
+  * Bump Qt build-dependencies to 5.6.0~rc.
+  * Add back qtwebkit5-doc package.
+  * Use recommended https URIs for Vcs fields.
+  * Do not build-depend on qtxmlpatterns private headers.
+  * Update symbols files from the current build log.
+  * Call syncqt.pl in configure target.
+  * Bump Standards-Version to 3.9.7, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 06 Mar 2016 13:12:22 +0300
+
+qtwebkit-opensource-src (5.5.1+dfsg-2) unstable; urgency=medium
+
+  * Upload to unstable.
+  * Update symbols files with buildds' logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 21 Oct 2015 16:15:58 -0300
+
+qtwebkit-opensource-src (5.5.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+    - Bump Qt build dependencies.
+  * Override lintian false positives for javascript files. Long lines do not
+    mean minified javascript.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 16 Oct 2015 23:08:49 -0300
+
+qtwebkit-opensource-src (5.5.0+dfsg-2) experimental; urgency=medium
+
+  * Add empty override_dh_auto_test target to make indep builds work.
+  * Remove copyright entries for generated files that are not present in the
+    tarball.
+  * Explicitly specify Makefile to use for installing docs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 24 Aug 2015 09:49:40 +0300
+
+qtwebkit-opensource-src (5.5.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Bump Qt build-dependencies to 5.5.0.
+  * Build with GStreamer 1.0 (closes: #762158).
+  * Update and simplify symbols file.
+  * Refresh no_gc_sections.diff.
+  * Minor debian/copyright updates.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 23 Aug 2015 14:33:40 +0300
+
+qtwebkit-opensource-src (5.4.2+dfsg-3) unstable; urgency=medium
+
+  * Update symbols files with buildds' logs.
+  * Update symbols files with the current build log and gcc5 (Closes: #791262).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 09 Aug 2015 14:58:14 -0300
+
+qtwebkit-opensource-src (5.4.2+dfsg-2) unstable; urgency=medium
+
+  * Team upload to unstable.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Update symbols files with buildds' logs.
+
+  [ Felix Geyer ]
+  * Update symbols files for amd64.
+
+ -- Felix Geyer <fgeyer@debian.org>  Tue, 23 Jun 2015 19:20:46 +0200
+
+qtwebkit-opensource-src (5.4.2+dfsg-1) experimental; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Sort debian/qml-module-qtwebkit.install.
+  * Fix some substitutions in debian/libqt5webkit5.symbols.
+  * Remove all obsolete sparc-specific symbols (Closes: #782063).
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * New upstream release (Closes: 778359).
+    - Bump Qt build dependencies to 5.4.2.
+  * Clear up the list in Uploaders removing people who hasn't committed to the
+    repo in more than a year. They can re add themselves whenever they want
+    (and we really hope to see you back really soon!).
+  * Expose HTML documentation (Closes: #751186).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 02 Jun 2015 23:00:28 -0300
+
+qtwebkit-opensource-src (5.4.1+dfsg-3) experimental; urgency=medium
+
+  * Comment out libleveldb-dev build-dependency for now, it causes
+    linking errors on some architectures.
+  * Disable leveldb_memenv_path.diff as well.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 02 Mar 2015 17:03:48 +0300
+
+qtwebkit-opensource-src (5.4.1+dfsg-2) experimental; urgency=medium
+
+  * Update leveldb_memenv_path.diff to make it really work.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 02 Mar 2015 11:28:50 +0300
+
+qtwebkit-opensource-src (5.4.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Update debian/watch to use https://download.qt.io/.
+  * Bump Qt build-dependencies to 5.4.1.
+  * Build-depend on libleveldb-dev so that the system leveldb copy
+    is used, and not the private one.
+    - Add a patch to use Debian path to memenv.h.
+  * Refresh patches for the new release.
+  * Minor debian/copyright updates.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 01 Mar 2015 19:43:59 +0300
+
+qtwebkit-opensource-src (5.4.0+dfsg-1) experimental; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * New upstream release.
+  * Bump Qt build-dependencies to 5.4.0.
+  * Add qtbase5-doc-html to Build-Depends-Indep to make sure docs
+    are properly linked with qtbase.
+  * Drop these patches, applied upstream:
+    - do_not_use_jit_on_big_endian_machines.patch
+    - fix_cloop_on_big_endian_machines.patch
+    - fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch
+    - blacklist_libkpartsplugin.patch
+  * Bump Standards-Version to 3.9.6, no changes needed.
+  * Update symbols files.
+  * Add myself to Uploaders.
+
+  [ Harald Sitter ]
+  * Disable precompiled headers on amd64, powerpc and s390x.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 20 Dec 2014 19:30:06 +0300
+
+qtwebkit-opensource-src (5.3.2+dfsg-4) unstable; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Backport upstream fix that adds missing checks for HTMLUnknownElement.
+    Closes: #781194.
+
+  [ Felix Geyer ]
+  * Backport upstream fix that prevents recording visited URLs to its favicon
+    database while using private browsing mode.
+    Closes: #780748.
+
+ -- Felix Geyer <fgeyer@debian.org>  Wed, 01 Apr 2015 19:44:29 +0200
+
+qtwebkit-opensource-src (5.3.2+dfsg-3) unstable; urgency=medium
+
+  * Backport three patches to fix crashes:
+    - do_not_use_jit_on_big_endian_machines.patch
+    - fix_cloop_on_big_endian_machines.patch
+    - fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch
+  * Backport blacklist_libkpartsplugin.patch to prevent a crash due to a plugin
+    built against Qt4 (Closes: #744006).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 17 Oct 2014 02:04:39 -0300
+
+qtwebkit-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium
+
+  * Upload to unstable.
+  * Update symbols files with buildds' logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 22 Sep 2014 00:21:56 -0300
+
+qtwebkit-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Remove unused code from debian/rules.
+  * Update Vcs-Browser field to point to cgit interface.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * New upstream release.
+  * Bump Qt build dependencies.
+  * Refresh patches.
+  * Remove hppa_wtf-dtoa-utils.diff, applied upstream.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 17 Sep 2014 00:23:05 -0300
+
+qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium
+
+  [ Julián Moreno Patiño ]
+  * Team upload.
+
+  [ Sune Vuorela ]
+  * Link with -rt on hurd and kfreebsd (Closes: #757161).
+
+ -- Julián Moreno Patiño <julian@debian.org>  Mon, 11 Aug 2014 16:01:41 -0500
+
+qtwebkit-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium
+
+  * Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409).
+  * Update symbols files with buildds' logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 02 Jul 2014 17:36:35 -0300
+
+qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * New upstream release.
+  * Bump Qt build dependencies, using qtbase-private-dev >= 5.3.1 to get
+    qtbase-abi-5-3-1.
+  * Update symbols files with buildds' logs.
+  * Switch amd64's debugging symbols to stabs again. I can't build dwarf
+    symbols anymore due to lack of RAM, and I doubt our buildds could too.
+
+  [ Alf Gaida ]
+  * Fix QML module's install file.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 29 Jun 2014 15:59:39 -0300
+
+qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium
+
+  * Upload to unstable.
+  * Update symbols files with buildds' logs.
+  * Switch back to build full debugging symbols on amd64.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 06 Jun 2014 00:31:56 -0300
+
+qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Do not build qtwebkit5-doc from this source anymore. It will now be built
+    from qttools. In this way we allow qttools to build depend upon
+    libqt5webkit5-dev without creating a circular dependency.
+  * Do not force dh_builddeb to use xz compression: it's now the default.
+  * Bump Qt build dependencies.
+  * Remove fix_ftbfs_in_archs_without_jit_support.patch and
+    dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream.
+  * Refresh no_gc_sections.diff.
+  * Install headers in their new multi-arch qualified path. Mark the
+    development package as Multi-Arch: same.
+  * Take into account the new multi-arch path for removing the private
+    headers.
+  * Update symbols files with current log. The missing symbols are private
+    stuff not present in any static method.
+  * Remove the transitional package libqt5webkit5-qmlwebkitplugin.
+  * Switch debugging symbols for amd64 to gstabs until we are able to build
+    normal symbols again.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 23 May 2014 21:53:24 -0300
+
+qtwebkit-opensource-src (5.2.1+dfsg1-1) unstable; urgency=medium
+
+  * Rename libqt5webkit5-qmlwebkitplugin to qml-module-qtwebkit, adding proper
+    Break and Replaces.
+  * Add qtdeclarative5-dev as a dependency of libqt5webkit5-dev as it seems
+    to be a requirement for stuff building with webkit.
+  * Update symbols files with buildd's logs.
+  * Remove prune-nonfree from debian/rules and instead use Files-Excluded in
+    debian/copyright.
+  * Remove dygraph-combined.js from the original tarball: minified javascript
+    without source.
+  * Increase dfsg revision to 1 due to the new source tarball.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 27 Apr 2014 22:23:04 -0300
+
+qtwebkit-opensource-src (5.2.1+dfsg-5) unstable; urgency=medium
+
+  * Upload to unstable.
+  * Update symbols files with buildd's logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 24 Mar 2014 22:54:34 -0300
+
+qtwebkit-opensource-src (5.2.1+dfsg-4) experimental; urgency=medium
+
+  * Backport dont_pollute_pri_and_pc_with_private_deps.patch to avoid
+    propagating wrong linker flags (Closes: #711307).
+  * Create reduce_memory_usage.patch forcing ld to not cache the symbol tables
+    of input files in memory to avoid memory exhaustion during the linking
+    phase.
+  * Disable JIT on armel, mips and mipsel.
+  * Update symbols files with buildd's logs.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 16 Mar 2014 11:27:03 -0300
+
+qtwebkit-opensource-src (5.2.1+dfsg-3) experimental; urgency=medium
+
+  * Update symbols files with buildd's and current logs.
+  * Only generate debugging symbols on selected archs.
+    - Use gstabs on i386, powerpc and s390x.
+    - Use full debugging only on amd64.
+    - Set libqt5webkit5-dbg's Architecture list accordingly.
+    - Remove stabs_format_debug_info.diff, no longer needed.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 25 Feb 2014 21:51:37 -0300
+
+qtwebkit-opensource-src (5.2.1+dfsg-2) experimental; urgency=medium
+
+  * Backport fix_ftbfs_in_archs_without_jit_support.patch to fix FTBFSs in
+    archs without JIT support.
+  * Remove code in debian/rules that tried to fix the above unsuccessfully.
+  * Also remove disable_jit_llint.diff with the same purpose.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 21 Feb 2014 13:29:40 -0300
+
+qtwebkit-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Update symbols files with buildd's logs.
+  * Bump Qt build dependencies to 5.2.1.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 20 Feb 2014 20:42:53 -0300
+
+qtwebkit-opensource-src (5.2.0+dfsg1-1) unstable; urgency=medium
+
+  [ Pino Toscano ]
+  * rules: fix typo in DEB_CPPFLAGS_MAINT_APPEND, and properly export it.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Repack source tarball to remove minified javascript without source
+    Source/WebInspectorUI/Tools/PrettyPrinting/populate/jquery.min.js.
+    The file was not shipped by any package (Closes: #737462).
+    - Switch to version dfsg1-1.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 02 Feb 2014 23:02:51 -0300
+
+qtwebkit-opensource-src (5.2.0+dfsg-3) unstable; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Add a patch (disable_jit_llint.diff) to disable JIT and llint on ia64, s390
+    and sparc.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Upload to unstable.
+  * Remove glslang_bison3.diff, applied upstream.
+  * Move mkspec files to their new location.
+    - B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
+  * Update Standards-Version to 3.9.5, no changes required.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 31 Jan 2014 21:50:23 -0300
+
+qtwebkit-opensource-src (5.2.0+dfsg-2) experimental; urgency=medium
+
+  * Update symbols files with buildd's logs.
+  * Workaround FTBFS in 64 bits big endian archs.
+    See https://bugs.webkit.org/show_bug.cgi?id=113638
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 20 Dec 2013 08:57:57 -0300
+
+qtwebkit-opensource-src (5.2.0+dfsg-1) experimental; urgency=low
+
+  * New upstream release.
+  * Bump Qt build dependencies.
+  * Refresh 05_sparc_unaligned_access.diff, no_gc_sections.diff and hurd.diff.
+  * Remove new private stuff we are not shipping.
+  * Update symbols files.
+  * Remove jsmin.py from the original tarball because it is not
+    DFSG-compatible.
+    - Create a dfsg version.
+    - Add a rule to prune non-free stuff in debian/rules.
+    - Mangle the dfsg version in debian/watch.
+  * Fix wrong name and path of the GPL-2 license in debian/copyright.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 18 Dec 2013 20:56:37 -0300
+
+qtwebkit-opensource-src (5.1.1-2) unstable; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Backport upstream patch (glslang_bison3.diff) to fix build failure
+    with bison 3 (closes: #731979).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 22 Dec 2013 16:35:23 -0300
+
+qtwebkit-opensource-src (5.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Tighten Qt 5 build dependencies.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 01 Sep 2013 14:22:55 -0300
+
+qtwebkit-opensource-src (5.1.0-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * Make m68k build with -gstabs instead of -g (Closes: #717686).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 12 Aug 2013 01:00:32 -0300
+
+qtwebkit-opensource-src (5.1.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * Fix watch file.
+  * Bump Qt build depends to 5.1.0~.
+  * Refresh pacthes.
+  * Update symbols file.
+  * Update install files.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 15 Jul 2013 12:16:00 -0300
+
+qtwebkit-opensource-src (5.0.2-3) experimental; urgency=low
+
+  * Update symbols file.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 26 Jun 2013 22:10:41 -0300
+
+qtwebkit-opensource-src (5.0.2-2) experimental; urgency=low
+
+  [ Timo Jyrinki ]
+  * Drop save_memory.diff, not useful in its current form.
+  * Set DEB_HOST_MULTIARCH in rules.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Update symbols files.
+  * Build the documentation shipped with this submodule as a build-indep task:
+    - Add the necessary indep build dependencies:
+      * qttools5-dev-tools to use qhelpgenerator.
+      * libqt5sql5-sqlite to generate qch doc.
+    - Build and create packages for qch and HTML doc formats.
+  * Make the debug package also Multi-Arch: same.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 16 Jun 2013 23:46:10 -0300
+
+qtwebkit-opensource-src (5.0.2-1) experimental; urgency=low
+
+  * Initial release. (Closes: #697509)
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 19 May 2013 15:37:43 -0300
diff --git a/compat b/compat
new file mode 100644 (file)
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..9adae10
--- /dev/null
+++ b/control
@@ -0,0 +1,112 @@
+Source: qtwebkit-opensource-src
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Timo Jyrinki <timo@debian.org>,
+           Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
+           Dmitry Shachnev <mitya57@debian.org>
+Build-Depends: bison,
+               cmake (>= 2.8.12),
+               debhelper (>= 10.3),
+               flex,
+               gperf,
+               libfontconfig1-dev,
+               libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf],
+               libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf],
+               libglib2.0-dev,
+               libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf],
+               libgstreamer-plugins-base1.0-dev,
+               libgstreamer1.0-dev,
+               libhyphen-dev,
+               libicu-dev,
+               libjpeg-dev,
+               libpng-dev,
+               libqt5opengl5-dev (>= 5.10.1+dfsg~),
+               libqt5sensors5-dev (>= 5.10.1~),
+               libqt5webchannel5-dev (>= 5.10.1~),
+               libsqlite3-dev,
+               libwebp-dev,
+               libwoff-dev,
+               libxcomposite-dev,
+               libxml2-dev,
+               libxrender-dev,
+               libxslt1-dev,
+               mesa-common-dev,
+               ninja-build,
+               pkg-config,
+               pkg-kde-tools (>= 0.6.4),
+               python-minimal,
+               python2.7,
+               qtbase5-private-dev (>= 5.10.1+dfsg~),
+               qtdeclarative5-private-dev (>= 5.10.1~),
+               qtpositioning5-dev (>= 5.10.1+dfsg~),
+               ruby,
+               xauth <!nocheck>,
+               xvfb <!nocheck>
+Build-Depends-Indep: qtbase5-doc-html (>= 5.10.1+dfsg~) <!nodoc>,
+                     qttools5-dev-tools (>= 5.10.1~) <!nodoc>
+Standards-Version: 4.1.3
+Section: libs
+Homepage: https://github.com/annulen/webkit
+Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qt5webkit.git
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qt5webkit
+
+Package: libqt5webkit5-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: libqt5webkit5 (= ${binary:Version}),
+         qtbase5-dev,
+         qtdeclarative5-dev,
+         ${misc:Depends}
+Description: Web content engine library for Qt - development files
+ QtWebKit provides a Web browser engine that makes it easy to embed content
+ from the World Wide Web into your Qt application.
+ .
+ This package contains the development files needed to build Qt 5 applications
+ using QtWebKit library.
+
+Package: libqt5webkit5
+Architecture: any
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Web content engine library for Qt
+ QtWebKit provides a Web browser engine that makes it easy to embed content
+ from the World Wide Web into your Qt application.
+ .
+ This package contains the QtWebKit libraries.
+
+Package: qml-module-qtwebkit
+Architecture: any
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt WebKit QML module
+ QtWebKit provides a Web browser engine that makes it easy to embed content
+ from the World Wide Web into your Qt application.
+ .
+ This package contains the WebKit QML module for QtDeclarative.
+
+Package: qtwebkit5-doc
+Build-Profiles: <!nodoc>
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qt 5 webkit documentation
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the documentation for the Qt 5 webkit libraries.
+
+Package: qtwebkit5-doc-html
+Build-Profiles: <!nodoc>
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qt 5 webkit HTML documentation
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the HTML documentation for the Qt 5 webkit
+ libraries.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..ca85aab
--- /dev/null
+++ b/copyright
@@ -0,0 +1,4725 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2013, Adenilson Cavalcanti <cavalcantii@gmail.com>
+           2013, Adobe Systems Incorporated
+           2006, Alexey Proskuryakov <ap@webkit.org>
+           2010, Andras Becsi (abecsi@inf.u-szeged.hu), University of Szeged
+           2011, Andreas Kling <kling@webkit.org>
+           2013, Andrew Bortz
+           2008-2009, Anthony Ricaud <rik@webkit.org>
+           2014, Antoine Quint
+           2003-2016, Apple Inc
+           2011, Benjamin Poulain <benjamin@webkit.org>
+           2011, Brian Grinstead
+           2015, Canon Inc
+           2013, Cisco Systems, Inc
+           2010-2014, Collabora Ltd
+           2012-2013, Company 100, Inc
+           2015-2016, Devin Rousso <dcrousso+webkit@gmail.com>
+           2006, Dirk Mueller <mueller@kde.org>
+           2015, Electronic Arts, Inc
+           2011, Gabor Loki <loki@webkit.org>
+           2006, George Staikos <staikos@kde.org>
+           2009, Girish Ramakrishnan <girish@forwardbias.in>
+           2005-2013, Google Inc
+           2012, Hewlett-Packard Development Company, L.P
+           2009, Holger Hans Peter Freyther
+           2011-2016, Igalia S.L
+           2012-2013, Intel Corporation
+           2009-2010, Joseph Pecoraro
+           2010, Juha Savolainen <juha.savolainen@weego.fi>
+           2007, Justin Haygood <jhaygood@reaktix.com>
+           2016-2017, Konstantin Tokarev <annulen@yandex.ru>
+           2011, Kristof Kosztyo <Kosztyo.Kristof@stud.u-szeged.hu>
+           2013, Matt Holden <jftholden@yahoo.com>
+           2008, Matt Lilek
+           2015, Metrological
+           2010-2011, Motorola Mobility, Inc
+           2015, Naver Corp
+           2010, Nikita Vasilyev
+           2006, Nikolas Zimmermann <zimmermann@kde.org>
+           2009-2013, Nokia Corporation and/or its subsidiary(-ies)
+           2010-2014, Patrick Gansterer <paroga@paroga.com>
+           2012, Raphael Kubo da Costa <rakuco@webkit.org>
+           2013, Renata Hodovan <reni@inf.u-szeged.hu>
+           2014-2015, Saam Barati <saambarati1@gmail.com>
+           2011-2014, Samsung Electronics
+           2013, Seokju Kwon <seokju.kwon@gmail.com>
+           2006, Simon Hausmann <hausmann@kde.org>
+           2015, The Qt Company Ltd
+           2015, Tobias Reiss <tobi+webkit@basecode.de>
+           2007-2009, Torch Mobile, Inc. (http://www.torchmobile.com/)
+           2009-2015, University of Szeged
+           2013-2015, University of Washington
+           2015, Yusuke Suzuki <utatane.tea@gmail.com>
+           2006, Zack Rusin <zack@kde.org>
+           2011, Zeno Albisser <zeno@webkit.org>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2010 Fathi Boudra <fabo@debian.org>
+           2012 Zoltán Balogh <zoltan.balogh@canonical.com>
+           2012-2013 Timo Jyrinki <timo.jyrinki@canonical.com>
+           2014-2017 Dmitry Shachnev <mitya57@debian.org>
+License: LGPL-2+
+
+Files: Source/WTF/config.h
+       Source/WTF/wtf/Bitmap.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.h
+       Source/WTF/wtf/ListHashSet.h
+       Source/WTF/wtf/Noncopyable.h
+       Source/WTF/wtf/NumberOfCores.h
+       Source/WTF/wtf/PassRefPtr.h
+       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/StaticConstructors.h
+       Source/WTF/wtf/ThreadSpecificWin.cpp
+       Source/WTF/wtf/Vector.h
+       Source/WTF/wtf/VectorTraits.h
+       Source/WTF/wtf/dtoa.h
+       Source/WTF/wtf/glib/GLibUtilities.cpp
+       Source/WTF/wtf/glib/GLibUtilities.h
+       Source/WTF/wtf/glib/GMutexLocker.h
+       Source/WTF/wtf/glib/GRefPtr.cpp
+       Source/WTF/wtf/glib/GRefPtr.h
+       Source/WTF/wtf/glib/GTypedefs.h
+       Source/WTF/wtf/glib/GUniquePtr.h
+       Source/WTF/wtf/text/ASCIIFastPath.h
+       Source/WTF/wtf/text/AtomicString.cpp
+       Source/WTF/wtf/text/AtomicString.h
+       Source/WTF/wtf/text/AtomicStringImpl.cpp
+       Source/WTF/wtf/text/AtomicStringImpl.h
+       Source/WTF/wtf/text/AtomicStringTable.cpp
+       Source/WTF/wtf/text/AtomicStringTable.h
+       Source/WTF/wtf/text/IntegerToStringConversion.h
+       Source/WTF/wtf/text/StringHash.h
+       Source/WTF/wtf/text/StringImpl.cpp
+       Source/WTF/wtf/text/StringImpl.h
+       Source/WTF/wtf/text/StringOperators.h
+       Source/WTF/wtf/text/WTFString.cpp
+       Source/WTF/wtf/text/WTFString.h
+       Source/WTF/wtf/text/cf/StringCF.cpp
+       Source/WTF/wtf/text/cf/StringImplCF.cpp
+       Source/WebKit2/NetworkProcess/CustomProtocols/qt/CustomProtocolManagerQt.cpp
+       Source/WebKit2/NetworkProcess/Downloads/qt/QtFileDownloader.cpp
+       Source/WebKit2/NetworkProcess/Downloads/qt/QtFileDownloader.h
+       Source/WebKit2/Shared/API/c/qt/*
+       Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp
+       Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.h
+       Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp
+       Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h
+       Source/WebKit2/Shared/CoordinatedGraphics/SimpleViewportController.cpp
+       Source/WebKit2/Shared/CoordinatedGraphics/SimpleViewportController.h
+       Source/WebKit2/Shared/CoordinatedGraphics/WebCoordinatedSurface.cpp
+       Source/WebKit2/Shared/CoordinatedGraphics/WebCoordinatedSurface.h
+       Source/WebKit2/Shared/WebHitTestResultData.cpp
+       Source/WebKit2/Shared/WebHitTestResultData.h
+       Source/WebKit2/Shared/qt/ArgumentCodersQt.cpp
+       Source/WebKit2/Shared/qt/ArgumentCodersQt.h
+       Source/WebKit2/UIProcess/API/APIHitTestResult.cpp
+       Source/WebKit2/UIProcess/API/APIHitTestResult.h
+       Source/WebKit2/UIProcess/API/C/CoordinatedGraphics/*
+       Source/WebKit2/UIProcess/API/C/WKUserMediaPermissionRequest.cpp
+       Source/WebKit2/UIProcess/API/C/WKUserMediaPermissionRequest.h
+       Source/WebKit2/UIProcess/API/cpp/qt/*
+       Source/WebKit2/UIProcess/API/qt/qquicknetworkreply.cpp
+       Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h
+       Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest.cpp
+       Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest_p.h
+       Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate.cpp
+       Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate_p.h
+       Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp
+       Source/WebKit2/UIProcess/API/qt/qquickwebpage_p.h
+       Source/WebKit2/UIProcess/API/qt/qquickwebpage_p_p.h
+       Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp
+       Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h
+       Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h
+       Source/WebKit2/UIProcess/API/qt/qtwebsecurityorigin.cpp
+       Source/WebKit2/UIProcess/API/qt/qtwebsecurityorigin_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebdownloaditem.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebdownloaditem_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebdownloaditem_p_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebiconimageprovider.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebiconimageprovider_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebkittest_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebloadrequest.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebloadrequest_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebpermissionrequest.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebpermissionrequest_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebpreferences_p.h
+       Source/WebKit2/UIProcess/API/qt/qwebpreferences_p_p.h
+       Source/WebKit2/UIProcess/API/qt/raw/*
+       Source/WebKit2/UIProcess/API/qt/tests/bytearraytestdata.cpp
+       Source/WebKit2/UIProcess/API/qt/tests/bytearraytestdata.h
+       Source/WebKit2/UIProcess/API/qt/tests/inspectorserver/*
+       Source/WebKit2/UIProcess/API/qt/tests/publicapi/*
+       Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp
+       Source/WebKit2/UIProcess/API/qt/tests/qquickwebview/*
+       Source/WebKit2/UIProcess/API/qt/tests/qrawwebview/*
+       Source/WebKit2/UIProcess/API/qt/tests/testwindow.h
+       Source/WebKit2/UIProcess/API/qt/tests/util.cpp
+       Source/WebKit2/UIProcess/API/qt/tests/util.h
+       Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp
+       Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h
+       Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in
+       Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.cpp
+       Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.h
+       Source/WebKit2/UIProcess/DefaultUndoController.cpp
+       Source/WebKit2/UIProcess/DefaultUndoController.h
+       Source/WebKit2/UIProcess/InspectorServer/qt/WebInspectorServerQt.cpp
+       Source/WebKit2/UIProcess/InspectorServer/qt/WebSocketServerQt.cpp
+       Source/WebKit2/UIProcess/Network/CustomProtocols/qt/*
+       Source/WebKit2/UIProcess/PageViewportControllerClient.h
+       Source/WebKit2/UIProcess/UserMediaPermissionRequestManagerProxy.cpp
+       Source/WebKit2/UIProcess/UserMediaPermissionRequestManagerProxy.h
+       Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.cpp
+       Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.h
+       Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.cpp
+       Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.h
+       Source/WebKit2/UIProcess/qt/QtDialogRunner.cpp
+       Source/WebKit2/UIProcess/qt/QtDialogRunner.h
+       Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp
+       Source/WebKit2/UIProcess/qt/QtDownloadManager.h
+       Source/WebKit2/UIProcess/qt/QtPageClient.cpp
+       Source/WebKit2/UIProcess/qt/QtPageClient.h
+       Source/WebKit2/UIProcess/qt/QtWebContext.cpp
+       Source/WebKit2/UIProcess/qt/QtWebContext.h
+       Source/WebKit2/UIProcess/qt/QtWebError.cpp
+       Source/WebKit2/UIProcess/qt/QtWebError.h
+       Source/WebKit2/UIProcess/qt/QtWebIconDatabaseClient.cpp
+       Source/WebKit2/UIProcess/qt/QtWebIconDatabaseClient.h
+       Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp
+       Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h
+       Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp
+       Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.h
+       Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp
+       Source/WebKit2/UIProcess/qt/QtWebPageSGNode.h
+       Source/WebKit2/UIProcess/qt/QtWebPageUIClient.cpp
+       Source/WebKit2/UIProcess/qt/QtWebPageUIClient.h
+       Source/WebKit2/UIProcess/qt/WebColorPickerQt.cpp
+       Source/WebKit2/UIProcess/qt/WebColorPickerQt.h
+       Source/WebKit2/UIProcess/qt/WebFullScreenManagerProxyQt.cpp
+       Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp
+       Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.h
+       Source/WebKit2/WebProcess/MediaStream/*
+       Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp
+       Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.h
+       Source/WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp
+       Source/WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.h
+       Source/WebKit2/WebProcess/WebCoreSupport/WebUserMediaClient.cpp
+       Source/WebKit2/WebProcess/WebCoreSupport/WebUserMediaClient.h
+       Source/WebKit2/WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp
+       Source/WebKit2/WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.h
+       Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h
+       Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in
+       Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp
+       Source/WebKit2/WebProcess/WebPage/TapHighlightController.h
+       Source/WebKit2/WebProcess/WebPage/WebContextMenu.cpp
+       Source/WebKit2/WebProcess/WebPage/WebContextMenu.h
+       Tools/DumpRenderTree/config.h
+       Tools/ImageDiff/qt/*
+       Tools/MiniBrowser/qt/js/*
+       Tools/MiniBrowser/qt/qml/CheckBox.qml
+       Tools/MiniBrowser/qt/qml/FilePicker.qml
+       Tools/MiniBrowser/qt/raw/*
+       Tools/Scripts/run-gtk-tests
+       Tools/TestWebKitAPI/Tests/WebKit2/UserMedia.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/AutocleanupsTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/DOMDOMWindowTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/DOMNodeFilterTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/DOMNodeTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/DOMXPathNSResolverTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/EditorTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/FrameTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestAutocleanups.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestBackForwardList.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestCookieManager.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDownloads.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestInspector.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestLoaderClient.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestResources.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitPolicyClient.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebExtensionTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h
+       Tools/TestWebKitAPI/qt/PlatformUtilitiesQt.cpp
+       Tools/TestWebKitAPI/qt/main.cpp
+       Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.cpp
+       Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.h
+       Tools/qt/jhbuildrc
+Copyright: 2011, Andreas Kling <kling@webkit.org>
+           2006, Andrew Wellington <proton@wiretapped.net>
+           1999, Antti Koivisto <koivisto@kde.org>
+           2003-2016, Apple Inc
+           2011, Benjamin Poulain <benjamin@webkit.org>
+           2008-2013, Collabora Ltd
+           2012-2013, Company 100, Inc
+           2008, David Levin <levin@chromium.org>
+           2001, Dirk Mueller ( mueller@kde.org )
+           2007, Eric Seidel <eric@webkit.org>
+           2009-2012, Google Inc
+           2009-2010, Gustavo Noronha Silva
+           2012, Hewlett-Packard Development Company, L.P
+           2009-2015, Igalia S.L
+           2012-2013, Intel Corporation
+           2009, Jian Li <jianli@chromium.org>
+           2016-2017, Konstantin Tokarev <annulen@yandex.ru>
+           1999, Lars Knoll <knoll@kde.org>
+           2009, Martin Robinson
+           2011, Motorola Mobility, Inc
+           2009-2012, Nokia Corporation and/or its subsidiary(-ies)
+           2008, Nuanti Ltd
+           2010-2012, Patrick Gansterer <paroga@paroga.com>
+           2015, Red Hat Inc
+           2012-2013, Samsung Electronics
+           2006, Samuel Weinig <sam.weinig@gmail.com>
+           2007, Staikos Computing Services Inc
+           2015, The Qt Company Ltd
+           2007-2009, Torch Mobile, Inc
+           2011-2012, University of Szeged
+           2015, Yusuke Suzuki <utatane.tea@gmail.com>
+           2011, Zeno Albisser <zeno@webkit.org>
+License: LGPL-2+
+
+Files: Source/WTF/wtf/ASCIICType.h
+       Source/WTF/wtf/AutodrainedPool.h
+       Source/WTF/wtf/ByteOrder.h
+       Source/WTF/wtf/CurrentTime.cpp
+       Source/WTF/wtf/CurrentTime.h
+       Source/WTF/wtf/Deque.h
+       Source/WTF/wtf/DisallowCType.h
+       Source/WTF/wtf/Locker.h
+       Source/WTF/wtf/MD5.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/RunLoopTimer.h
+       Source/WTF/wtf/RunLoopTimerCF.cpp
+       Source/WTF/wtf/SHA1.cpp
+       Source/WTF/wtf/SHA1.h
+       Source/WTF/wtf/SaturatedArithmetic.h
+       Source/WTF/wtf/SchedulePair.h
+       Source/WTF/wtf/SchedulePairCF.cpp
+       Source/WTF/wtf/SegmentedVector.h
+       Source/WTF/wtf/SizeLimits.cpp
+       Source/WTF/wtf/StreamBuffer.h
+       Source/WTF/wtf/ThreadFunctionInvocation.h
+       Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp
+       Source/WTF/wtf/ThreadIdentifierDataPthreads.h
+       Source/WTF/wtf/ThreadSpecific.h
+       Source/WTF/wtf/Threading.h
+       Source/WTF/wtf/ThreadingPrimitives.h
+       Source/WTF/wtf/ThreadingPthreads.cpp
+       Source/WTF/wtf/glib/MainThreadGLib.cpp
+       Source/WTF/wtf/qt/MainThreadQt.cpp
+       Source/WTF/wtf/text/AtomicStringHash.h
+       Source/WTF/wtf/text/StringBuffer.h
+       Source/WTF/wtf/unicode/Collator.h
+       Source/WTF/wtf/unicode/CollatorDefault.cpp
+       Source/WTF/wtf/unicode/icu/*
+       Source/WTF/wtf/win/MainThreadWin.cpp
+       Source/WebInspectorUI/UserInterface/Base/DOMUtilities.js
+       Source/WebInspectorUI/UserInterface/Base/Setting.js
+       Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js
+       Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js
+       Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js
+       Source/WebInspectorUI/UserInterface/Models/Color.js
+       Source/WebInspectorUI/UserInterface/Models/ConsoleCommandResultMessage.js
+       Source/WebInspectorUI/UserInterface/Models/DOMNode.js
+       Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js
+       Source/WebInspectorUI/UserInterface/Protocol/InspectorFrontendHostStub.js
+       Source/WebInspectorUI/UserInterface/Protocol/RemoteObject.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/ContextMenu.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/TreeOutline.js
+       Source/WebKit2/Shared/API/APIObject.cpp
+       Source/WebKit2/UIProcess/InspectorServer/HTTPRequest.h
+       Source/cmake/FindATSPI.cmake
+       Source/cmake/FindFontconfig.cmake
+       Source/cmake/FindHarfBuzz.cmake
+       Source/cmake/FindLibSeccomp.cmake
+       Source/cmake/FindSqlite.cmake
+       Tools/DumpRenderTree/CyclicRedundancyCheck.cpp
+       Tools/DumpRenderTree/CyclicRedundancyCheck.h
+       Tools/DumpRenderTree/DumpRenderTree.h
+       Tools/DumpRenderTree/DumpRenderTreeFileDraggingSource.h
+       Tools/DumpRenderTree/DumpRenderTreePrefix.h
+       Tools/DumpRenderTree/GCController.cpp
+       Tools/DumpRenderTree/GCController.h
+       Tools/DumpRenderTree/JavaScriptThreading.cpp
+       Tools/DumpRenderTree/JavaScriptThreading.h
+       Tools/DumpRenderTree/PixelDumpSupport.cpp
+       Tools/DumpRenderTree/PixelDumpSupport.h
+       Tools/DumpRenderTree/TestRunner.cpp
+       Tools/DumpRenderTree/TestRunner.h
+       Tools/DumpRenderTree/WorkQueue.cpp
+       Tools/DumpRenderTree/WorkQueue.h
+       Tools/DumpRenderTree/WorkQueueItem.h
+       Tools/DumpRenderTree/qt/DumpRenderTreeMain.cpp
+       Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp
+       Tools/DumpRenderTree/qt/DumpRenderTreeQt.h
+       Tools/DumpRenderTree/qt/EventSenderQt.cpp
+       Tools/DumpRenderTree/qt/EventSenderQt.h
+       Tools/DumpRenderTree/qt/GCControllerQt.cpp
+       Tools/DumpRenderTree/qt/TestRunnerQt.cpp
+       Tools/DumpRenderTree/qt/TestRunnerQt.h
+       Tools/DumpRenderTree/qt/TextInputControllerQt.cpp
+       Tools/DumpRenderTree/qt/TextInputControllerQt.h
+       Tools/DumpRenderTree/qt/WorkQueueItemQt.cpp
+       Tools/DumpRenderTree/qt/WorkQueueItemQt.h
+       Tools/DumpRenderTree/qt/testplugin.cpp
+       Tools/DumpRenderTree/qt/testplugin.h
+       Tools/Scripts/VCSUtils.pm
+       Tools/Scripts/build-webkit
+       Tools/Scripts/update-qtwebkit-win-libs
+       Tools/Scripts/update-webkit-dependency
+       Tools/Scripts/webkit-build-directory
+       Tools/Scripts/webkitdirs.pm
+       Tools/TestWebKitAPI/Tests/WTF/MediaTime.cpp
+       Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp
+       Tools/TestWebKitAPI/Tests/WTF/RedBlackTree.cpp
+       Tools/TestWebKitAPI/Tests/WTF/SHA1.cpp
+       Tools/TestWebKitAPI/Tests/WTF/SaturatedArithmeticOperations.cpp
+       Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp
+       Tools/TestWebKitAPI/Tests/WebCore/LayoutUnit.cpp
+       Tools/TestWebKitAPI/Tests/WebCore/TimeRanges.cpp
+       Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitSettings.cpp
+       Tools/TestWebKitAPI/WTFStringUtilities.h
+       Tools/WebKitTestRunner/CyclicRedundancyCheck.cpp
+       Tools/WebKitTestRunner/CyclicRedundancyCheck.h
+       Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp
+       Tools/WebKitTestRunner/PixelDumpSupport.cpp
+       Tools/WebKitTestRunner/PixelDumpSupport.h
+Copyright: 2005-2016, Apple Inc
+           2012, Brent Fulgham <bfulgham@webkit.org>
+           2008, Cameron Zwarich <cwzwarich@uwaterloo.ca>
+           2011, Carl Lobo
+           2009-2010, Chris Jerdonek <chris.jerdonek@gmail.com>
+           2012, Daniel Bates <dbates@intudata.com>
+           2007, Eric Seidel <eric@webkit.org>
+           2008, Gilles Caulier <caulier.gilles@gmail.com>
+           2008-2013, Google Inc
+           2007, Graham Dennis <graham.dennis@gmail.com>
+           2013, Igalia S.L
+           2012-2013, Intel Corporation
+           2009, Jian Li <jianli@chromium.org>
+           2010, Joone Hur <joone@kldp.org>
+           2009-2010, Joseph Pecoraro
+           2007, Justin Haygood <jhaygood@reaktix.com>
+           2006-2007, Laurent Montel <montel@kde.org>
+           2008, Matt Lilek <webkit@mattlilek.com>
+           2011, Motorola Mobility, Inc
+           2010, Nikita Vasilyev
+           2006, Nikolas Zimmermann <zimmermann@kde.org>
+           2008-2013, Nokia Corporation and/or its subsidiary(-ies)
+           2012, Patrick Gansterer <paroga@paroga.com>
+           2010, Robert Eisele <robert@xarg.org>
+           2013, Seokju Kwon <seokju.kwon@gmail.com>
+           2007, Staikos Computing Services Inc
+           2009, Torch Mobile Inc. http://www.torchmobile.com
+           2007-2009, Torch Mobile, Inc
+           2014, University of Washington
+           2010, moiji-mobile.com
+License: BSD-3-clause
+
+Files: Source/JavaScriptCore/*
+Copyright: 2007-2008, Alp Toker <alp@atoker.com>
+           2015, Andy VanWagoner <thetalecrafter@gmail.com>
+           2003-2016, Apple Inc
+           2015, Canon Inc
+           2013, Cisco Systems, Inc
+           2008, Collabora Ltd
+           2013, Digia Plc. and/or its subsidiary(-ies)
+           2007, Eric Seidel <eric@webkit.org>
+           2009-2013, Google Inc
+           2015, Igalia S.L
+           2011, Intel Corporation
+           2015, Jordan Harband
+           2008, Kelvin W Sherlock <ksherlock@gmail.com>
+           2010-2012, MIPS Technologies, Inc
+           2012, Mathias Bynens <mathias@qiwi.be>
+           2010-2012, Patrick Gansterer <paroga@paroga.com>
+           2010, Peter Varga (pvarga@inf.u-szeged.hu), University of Szeged
+           2011, Peter Varga (pvarga@webkit.org), University of Szeged
+           2010, Renata Hodovan <hodovan@inf.u-szeged.hu>
+           2009-2011, STMicroelectronics
+           2014, Saam Barati <saambarati1@gmail.com>
+           2012, Sony Network Entertainment
+           2015-2016, Sukolsak Sakshuwong <sukolsak@gmail.com>
+           1993-2004, Sun Microsystems, Inc
+           2011, The Chromium Authors
+           2015, The Qt Company Ltd
+           2009-2014, University of Szeged
+           2011-2014, University of Washington
+           2002-2009, Vivek Thampi
+           2015-2016, Yusuke Suzuki <utatane.tea@gmail.com>
+License: BSD-2-clause
+
+Files: 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/ListableHandler.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/heap/WeakReferenceHarvester.h
+       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/Identifier.cpp
+       Source/JavaScriptCore/runtime/Identifier.h
+       Source/JavaScriptCore/runtime/InternalFunction.cpp
+       Source/JavaScriptCore/runtime/InternalFunction.h
+       Source/JavaScriptCore/runtime/JSAPIValueWrapper.cpp
+       Source/JavaScriptCore/runtime/JSAPIValueWrapper.h
+       Source/JavaScriptCore/runtime/JSArray.cpp
+       Source/JavaScriptCore/runtime/JSArray.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/PropertyMapHashTable.h
+       Source/JavaScriptCore/runtime/PropertyNameArray.h
+       Source/JavaScriptCore/runtime/PropertySlot.cpp
+       Source/JavaScriptCore/runtime/PropertySlot.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/RegExpMatchesArray.h
+       Source/JavaScriptCore/runtime/RegExpObject.cpp
+       Source/JavaScriptCore/runtime/RegExpObject.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/testRegExp.cpp
+Copyright: 2009, Acision BV
+           2006, Alexey Proskuryakov <ap@nypop.com>
+           2002-2016, Apple Inc
+           2006-2012, Apple, Inc
+           2006, Bjoern Graf <bjoern.graf@gmail.com>
+           2007, Cameron Zwarich <cwzwarich@uwaterloo.ca>
+           2015, Canon Inc
+           David Faure <faure@kde.org>
+           2007, Eric Seidel <eric@webkit.org>
+           1951, Franklin Street, Fifth Floor
+           1991, Free Software Foundation, Inc
+           1999-2004, Harri Porten <porten@kde.org>
+           2012, Igalia, S.L
+           2015, Jordan Harband <ljharb@gmail.com>
+           2006-2007, Maks Orlovich
+           2012, Mathias Bynens <mathias@qiwi.be>
+           2004, Nikolas Zimmermann <wildfox@kde.org>
+           2001-2003, Peter Kelly <pmk@post.com>
+           2010, Peter Varga (pvarga@inf.u-szeged.hu), University of Szeged
+           2006, Samuel Weinig <sam.weinig@gmail.com>
+           2010, Torch Mobile (Beijing) Co. Ltd
+           2008-2009, Torch Mobile, Inc
+           2015, Yusuke Suzuki <utatane.tea@gmail.com>
+           2010, Zoltan Herczeg <zherczeg@inf.u-szeged.hu>
+License: LGPL-2+
+
+Files: Source/JavaScriptCore/API/JSRetainPtr.h
+       Source/JavaScriptCore/API/JSStringRefBSTR.cpp
+       Source/JavaScriptCore/API/JSStringRefBSTR.h
+       Source/JavaScriptCore/DerivedSources.make
+       Source/JavaScriptCore/Scripts/UpdateContents.py
+       Source/JavaScriptCore/Scripts/xxd.pl
+       Source/JavaScriptCore/b3/B3ComputeDivisionMagic.h
+       Source/JavaScriptCore/bindings/*
+       Source/JavaScriptCore/bytecode/CodeBlock.cpp
+       Source/JavaScriptCore/bytecode/CodeBlock.h
+       Source/JavaScriptCore/bytecode/EvalCodeCache.h
+       Source/JavaScriptCore/bytecode/Instruction.h
+       Source/JavaScriptCore/bytecode/JumpTable.cpp
+       Source/JavaScriptCore/bytecode/JumpTable.h
+       Source/JavaScriptCore/bytecode/Opcode.cpp
+       Source/JavaScriptCore/bytecode/Opcode.h
+       Source/JavaScriptCore/bytecode/SamplingTool.cpp
+       Source/JavaScriptCore/bytecode/SamplingTool.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/debugger/DebuggerCallFrame.cpp
+       Source/JavaScriptCore/debugger/DebuggerCallFrame.h
+       Source/JavaScriptCore/heap/GCActivityCallback.cpp
+       Source/JavaScriptCore/heap/GCActivityCallback.h
+       Source/JavaScriptCore/inspector/ConsoleMessage.cpp
+       Source/JavaScriptCore/inspector/ConsoleMessage.h
+       Source/JavaScriptCore/inspector/InjectedScript.cpp
+       Source/JavaScriptCore/inspector/InjectedScript.h
+       Source/JavaScriptCore/inspector/InjectedScriptBase.cpp
+       Source/JavaScriptCore/inspector/InjectedScriptBase.h
+       Source/JavaScriptCore/inspector/InjectedScriptManager.cpp
+       Source/JavaScriptCore/inspector/InjectedScriptManager.h
+       Source/JavaScriptCore/inspector/InjectedScriptModule.cpp
+       Source/JavaScriptCore/inspector/InjectedScriptModule.h
+       Source/JavaScriptCore/inspector/InjectedScriptSource.js
+       Source/JavaScriptCore/inspector/InspectorValues.cpp
+       Source/JavaScriptCore/inspector/InspectorValues.h
+       Source/JavaScriptCore/inspector/ScriptArguments.cpp
+       Source/JavaScriptCore/inspector/ScriptArguments.h
+       Source/JavaScriptCore/inspector/ScriptBreakpoint.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/ScriptDebugListener.h
+       Source/JavaScriptCore/inspector/ScriptDebugServer.cpp
+       Source/JavaScriptCore/inspector/ScriptDebugServer.h
+       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/inspector/agents/InspectorRuntimeAgent.cpp
+       Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h
+       Source/JavaScriptCore/interpreter/Interpreter.cpp
+       Source/JavaScriptCore/interpreter/Interpreter.h
+       Source/JavaScriptCore/interpreter/JSStack.cpp
+       Source/JavaScriptCore/interpreter/JSStack.h
+       Source/JavaScriptCore/interpreter/Register.h
+       Source/JavaScriptCore/jit/CompactJITCodeMap.h
+       Source/JavaScriptCore/jit/IntrinsicEmitter.cpp
+       Source/JavaScriptCore/parser/SourceCode.h
+       Source/JavaScriptCore/parser/SourceProvider.h
+       Source/JavaScriptCore/profiler/LegacyProfiler.cpp
+       Source/JavaScriptCore/profiler/LegacyProfiler.h
+       Source/JavaScriptCore/profiler/ProfileNode.cpp
+       Source/JavaScriptCore/profiler/ProfileNode.h
+       Source/JavaScriptCore/replay/scripts/CodeGeneratorReplayInputsTemplates.py
+       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/JSEnvironmentRecord.cpp
+       Source/JavaScriptCore/runtime/JSEnvironmentRecord.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/JSNotAnObject.cpp
+       Source/JavaScriptCore/runtime/JSNotAnObject.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
+Copyright: 2005-2016, Apple Inc
+           2008, Cameron Zwarich <cwzwarich@uwaterloo.ca>
+           2008-2013, Google Inc
+           2012, Igalia, S.L
+           2012, Intel Corporation
+           2008, Matt Lilek <webkit@mattlilek.com>
+           2003-2014, University of <Illinois@Urbana-Champaign>
+           2013-2014, University of Washington
+License: BSD-3-clause
+
+Files: Source/JavaScriptCore/Scripts/jsmin.py
+Copyright: 2013, Dave St.Germain
+License: Expat
+
+Files: Source/JavaScriptCore/icu/*
+       Source/WTF/icu/*
+       Source/WebCore/icu/*
+Copyright: 2001-2007, Google Inc
+           2001-2011, IBM and others
+           1996-2013, International Business Machines Corporation
+License: MIT-like-icu
+
+Files: Source/JavaScriptCore/runtime/JSDateMath.cpp
+       Source/JavaScriptCore/runtime/JSDateMath.h
+       Source/WTF/wtf/DateMath.cpp
+       Source/WTF/wtf/DateMath.h
+Copyright: 2010, &yet, LLC <nate@andyet.net>
+           2006-2012, Apple Inc
+           2009, Google Inc
+           1999-2000, Harri Porten <porten@kde.org>
+           2007-2009, Torch Mobile, Inc
+           2006-2008, the V8 project authors
+License: MPL-1.1 or GPL-2+ or LGPL-2.1+
+
+Files: Source/JavaScriptCore/wasm/WASMConstants.h
+       Source/JavaScriptCore/wasm/WASMFormat.h
+       Source/JavaScriptCore/wasm/WASMReader.cpp
+Copyright: 2015, Apple Inc
+           2015, the repository authors of
+License: Apache-2 or BSD-2-clause
+
+Files: Source/ThirdParty/ANGLE/*
+Copyright: 2002-2015, The ANGLE Project Authors
+           2013-2014, The Chromium Authors
+License: BSD-3-clause
+
+Files: Source/ThirdParty/ANGLE/include/EGL/*
+       Source/ThirdParty/ANGLE/include/GLES3/gl3.h
+       Source/ThirdParty/ANGLE/include/KHR/*
+       Source/ThirdParty/ANGLE/src/third_party/khronos/*
+Copyright: 2007-2014, The Khronos Group Inc
+License: Expat
+
+Files: Source/ThirdParty/ANGLE/include/EGL/eglsoftlinking.h
+       Source/ThirdParty/ANGLE/include/GLES2/gl2softlinking.h
+       Source/ThirdParty/ANGLE/src/third_party/systeminfo/*
+Copyright: 2009-2014, Apple Inc
+License: BSD-2-clause
+
+Files: Source/ThirdParty/ANGLE/ANGLE.txt
+       Source/ThirdParty/ANGLE/LICENSE
+Copyright: 2002-2013, The ANGLE Project Authors
+License: BSD-3-clause
+
+Files: Source/ThirdParty/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp
+       Source/ThirdParty/ANGLE/src/compiler/translator/glslang_tab.cpp
+       Source/ThirdParty/ANGLE/src/compiler/translator/glslang_tab.h
+Copyright: 1984-2015, Free Software Foundation, Inc
+           2002-2014, The ANGLE Project Authors
+License: GPL-3+ with Bison exception
+
+Files: Source/ThirdParty/ANGLE/src/third_party/compiler/*
+Copyright: 2012, Apple Inc
+License: BSD-2-clause
+
+Files: Source/ThirdParty/ANGLE/src/third_party/murmurhash/*
+Copyright: no copyright holder
+License: public-domain
+
+Files: Source/ThirdParty/brotli/*
+Copyright: 2013-2015, Google Inc
+License: Expat
+
+Files: Source/ThirdParty/gtest/*
+Copyright: 2003-2009, Google Inc
+License: BSD-3-clause
+
+Files: Source/ThirdParty/gtest/m4/acx_pthread.m4
+Copyright: 2007, Steven G. Johnson <stevenj@alum.mit.edu>
+License: GPL-3+ with AutoConf exception
+
+Files: Source/ThirdParty/gtest/scripts/upload.py
+Copyright: 2007, Google Inc
+License: Apache-2
+
+Files: Source/ThirdParty/qunit/qunit/*
+Copyright: 2008, Ariel Flesler - aflesler@gmail(dot)com | http://flesler.blogspot.com
+           2011, John Resig, Jörn Zaefferer
+License: Expat
+
+Files: Source/ThirdParty/woff2/*
+Copyright: 2013-2016, Google Inc
+License: Apache-2
+
+Files: Source/WTF/wtf/CryptographicallyRandomNumber.cpp
+Copyright: 2008, Damien Miller <djm@openbsd.org>
+           1996, David Mazieres <dm@uun.org>
+License: ISC
+
+Files: Source/WTF/wtf/MD5.cpp
+Copyright: 2015, Apple Inc
+           2006-2010, Google Inc
+License: BSD-3-clause
+
+Files: Source/WTF/wtf/ThreadingWin.cpp
+Copyright: 2007-2015, Apple Inc
+           2009, Google Inc
+           1998, John E. Bossom
+           1999-2005, Pthreads-win32 contributors
+           2009, Torch Mobile, Inc
+License: BSD-3-clause or LGPL-2+
+
+Files: Source/WTF/wtf/dtoa/*
+Copyright: 2006-2011, the V8 project authors
+License: BSD-3-clause
+
+Files: Source/WTF/wtf/dtoa.cpp
+Copyright: 2002-2015, Apple Inc
+           1991-2001, Lucent Technologies
+License: ISC-like-dmgfp
+
+Files: Source/WTF/wtf/text/Base64.cpp
+Copyright: 2006, Alexey Proskuryakov <ap@webkit.org>
+           2007-2016, Apple Inc
+           2000-2001, Dawit Alemayehu <adawit@kde.org>
+           2010, Patrick Gansterer <paroga@paroga.com>
+License: LGPL-2
+
+Files: Source/WebCore/*
+Copyright: 2010-2011, Adam Barth
+           2011, Adam Barth <abarth@webkit.org>
+           2011-2014, Adobe Systems Incorporated
+           2014, Alex Christensen <achristensen@webkit.org>
+           2008, Alex Mathews <possessedpenguinbob@gmail.com>
+           2009-2010, Alex Milowski <alex@milowski.com>
+           2006, Alexander Kellett <lypanov@kde.org>
+           2005, Alexey Proskuryakov
+           2006-2013, Alexey Proskuryakov <ap@nypop.com>
+           2006-2007, Alexey Proskuryakov <ap@webkit.org>
+           2006, Allan Sandfeld Jensen <sandfeld@kde.org>
+           2007, Alp Toker <alp.toker@collabora.co.uk>
+           2007, Alp Toker <alp@atoker.com>
+           2010-2011, Andreas Kling <kling@webkit.org>
+           2009, Antonio Gomes <tonikitoo@webkit.org>
+           1999, Antti Koivisto <koivisto@kde.org>
+           2003-2008, Apple Computer, Inc
+           2003-2016, Apple Inc
+           2003-2011, Apple Inc. All right reserved
+           2005-2015, Apple, Inc
+           2012, Baidu Inc
+           2009, Brent Fulgham
+           2013, Cable Television Laboratories, Inc
+           2014, Cable Television Labs Inc
+           2013, Cable Television Labs, Inc
+           2009, Cameron McCormack <cam@mcc.id.au>
+           2015-2016, Canon Inc
+           2016, Canon, Inc
+           2012-2013, ChangSeok Oh <shivamidow@gmail.com>
+           2006, Charles Samuels <charles@kde.org>
+           2013, Cisco Systems, Inc
+           2008-2014, Collabora Ltd
+           2008, Collabora, Ltd
+           2008, Collin Jackson <collinj@webkit.org>
+           2012, Company 100 Inc
+           2010-2013, Company 100, Inc
+           2011, Daniel Bates <dbates@intudata.com>
+           2012, David Barton <dbarton@mathscribe.com>
+           2014, Dhi Aurrahman <diorahman@rockybars.com>
+           2014, Digia Plc. and/or its subsidiary(-ies)
+           2001-2006, Dirk Mueller <mueller@kde.org>
+           2008-2010, Dirk Schulze <krit@webkit.org>
+           2008, Dirk Schulze <vbs85@gmx.de>
+           2009, Dominik Röttsches <dominik.roettsches@access-company.com>
+           2005-2008, Eric Seidel <eric@webkit.org>
+           2011-2015, Ericsson AB
+           2011, Felician Marton
+           2010, François Sausset <sausset@gmail.com>
+           2014-2015, Frederic Wang <fred.wang@free.fr>
+           2005, Frerich Raabe <raabe@kde.org>
+           2006, Friedemann Kleint <fkleint@trolltech.com>
+           2012, Gabor Rapcsanyi (rgabor@inf.u-szeged.hu), University of Szeged
+           2006, George Staikos <staikos@kde.org>
+           2008-2015, Google Inc
+           2006-2013, Google, Inc
+           2006, Graham Dennis <graham.dennis@gmail.com>
+           2014, Gurpreet Kaur <k.gurpreet@samsung.com>
+           2007, Henry Mason <hmason@mac.com>
+           2008-2009, Holger Hans Peter Freyther
+           2010-2012, INdT - Instituto Nokia de Tecnologia
+           2015, Igaia S.L
+           2015, Igalia
+           2009-2016, Igalia S.L
+           2012-2013, Intel Corporation
+           2012, Intel Inc
+           2009, Jeff Schiller <codedread@gmail.com>
+           2009, Joseph Pecoraro
+           2008-2011, Julien Chaffraix <jchaffraix@webkit.org>
+           2010, Julien Chaffraix <jchaffraix@webkit.org> All right reserved
+           2007, Justin Haygood <jhaygood@reaktix.com>
+           2005-2006, Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
+           2012, Koji Ishii <kojiishi@gmail.com>
+           2016-2017, Konstantin Tokarev <annulen@yandex.ru>
+           1999-2000, Lars Knoll <knoll@kde.org>
+           2005, Maksim Orlovich <maksim@kde.org>
+           2006, Michael Emmel <mike.emmel@gmail.com>
+           2012, Michael Pruett <michael@68k.org>
+           2011-2013, Motorola Mobility, Inc
+           2010, Mozilla Corporation
+           2004-2008, Nikolas Zimmermann <zimmermann@kde.org>
+           2005-2013, Nokia Corporation and/or its subsidiary(-ies)
+           2008, Nuanti Ltd
+           2010-2011, Patrick Gansterer <paroga@paroga.com>
+           2014, Raspberry Pi Foundation
+           2011, Renata Hodovan <reni@webkit.org>
+           2012, Rik Cabanier <cabanier@adobe.com>
+           2004-2006, Rob Buis <buis@kde.org>
+           2012-2014, Samsung Electornics and/or its subsidiary(-ies)
+           2006, Samuel Weinig <sam.weinig@gmail.com>
+           2010-2011, Sencha, Inc
+           2006, Simon Hausmann <hausmann@kde.org>
+           2012, SoftAtHome
+           2007, Staikos Computing Services Inc <info@staikos.net>
+           2008-2010, The Android Open Source Project
+           2013, The MathJax Consortium
+           2015, The Qt Company Ltd
+           2012, Tony Chang <tony@chromium.org>
+           2007-2009, Torch Mobile, Inc. (http://www.torchmobile.com/)
+           2010-2012, University of Szeged
+           2011-2014, University of Washington
+           2012, Victor Carbune <victor@rosedu.org>
+           2013, Xidorn Quan <quanxunzhen@gmail.com>
+           2013, Xueqing Huang <huangxueqing@baidu.com>
+           2014, Yusuke Suzuki <utatane.tea@gmail.com>
+           2006, Zack Rusin <zack@kde.org>
+           2012, Zan Dobersek <zandobersek@gmail.com>
+           2010-2011, Zoltan Herczeg
+           2010, Zoltan Herczeg <zherczeg@webkit.org>
+           2012, Zoltan Horvath (zoltan@webkit.org) 2012 University of Szeged
+License: BSD-2-clause
+
+Files: Source/WebCore/Modules/battery/*
+       Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.idl
+       Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp
+       Source/WebCore/Modules/geolocation/NavigatorGeolocation.h
+       Source/WebCore/Modules/geolocation/NavigatorGeolocation.idl
+       Source/WebCore/Modules/mediastream/NavigatorUserMedia.idl
+       Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.idl
+       Source/WebCore/Modules/proximity/DeviceProximityEvent.cpp
+       Source/WebCore/Modules/proximity/DeviceProximityEvent.h
+       Source/WebCore/Modules/proximity/DeviceProximityEvent.idl
+       Source/WebCore/Modules/quota/NavigatorStorageQuota.idl
+       Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.idl
+       Source/WebCore/Modules/vibration/*
+       Source/WebCore/Modules/websockets/*
+       Source/WebCore/WebCorePrefix.h
+       Source/WebCore/accessibility/AccessibilityProgressIndicator.cpp
+       Source/WebCore/accessibility/AccessibilityProgressIndicator.h
+       Source/WebCore/accessibility/atk/*
+       Source/WebCore/accessibility/qt/*
+       Source/WebCore/bindings/gobject/ConvertToUTF8String.cpp
+       Source/WebCore/bindings/gobject/ConvertToUTF8String.h
+       Source/WebCore/bindings/gobject/DOMObjectCache.cpp
+       Source/WebCore/bindings/gobject/DOMObjectCache.h
+       Source/WebCore/bindings/gobject/GObjectEventListener.cpp
+       Source/WebCore/bindings/gobject/GObjectEventListener.h
+       Source/WebCore/bindings/gobject/GObjectNodeFilterCondition.cpp
+       Source/WebCore/bindings/gobject/GObjectNodeFilterCondition.h
+       Source/WebCore/bindings/gobject/GObjectXPathNSResolver.cpp
+       Source/WebCore/bindings/gobject/GObjectXPathNSResolver.h
+       Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp
+       Source/WebCore/bindings/gobject/WebKitDOMCustom.h
+       Source/WebCore/bindings/gobject/WebKitDOMCustomUnstable.h
+       Source/WebCore/bindings/gobject/WebKitDOMDeprecated.cpp
+       Source/WebCore/bindings/gobject/WebKitDOMDeprecated.h
+       Source/WebCore/bindings/gobject/WebKitDOMEventTarget.h
+       Source/WebCore/bindings/gobject/WebKitDOMEventTargetPrivate.h
+       Source/WebCore/bindings/gobject/WebKitDOMNodeFilter.cpp
+       Source/WebCore/bindings/gobject/WebKitDOMNodeFilter.h
+       Source/WebCore/bindings/gobject/WebKitDOMNodeFilterPrivate.h
+       Source/WebCore/bindings/gobject/WebKitDOMObject.h
+       Source/WebCore/bindings/gobject/WebKitDOMPrivate.cpp
+       Source/WebCore/bindings/gobject/WebKitDOMPrivate.h
+       Source/WebCore/bindings/gobject/WebKitDOMXPathNSResolver.cpp
+       Source/WebCore/bindings/gobject/WebKitDOMXPathNSResolver.h
+       Source/WebCore/bindings/gobject/WebKitDOMXPathNSResolverPrivate.h
+       Source/WebCore/bindings/js/DOMConstructorWithDocument.h
+       Source/WebCore/bindings/js/DOMWrapperWorld.cpp
+       Source/WebCore/bindings/js/DOMWrapperWorld.h
+       Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp
+       Source/WebCore/bindings/js/JSDOMBinding.cpp
+       Source/WebCore/bindings/js/JSDOMBinding.h
+       Source/WebCore/bindings/js/JSDOMConstructor.h
+       Source/WebCore/bindings/js/JSDOMMimeTypeArrayCustom.cpp
+       Source/WebCore/bindings/js/JSDOMPluginArrayCustom.cpp
+       Source/WebCore/bindings/js/JSDOMPluginCustom.cpp
+       Source/WebCore/bindings/js/JSDOMStringListCustom.cpp
+       Source/WebCore/bindings/js/JSDOMWindowBase.cpp
+       Source/WebCore/bindings/js/JSDOMWindowBase.h
+       Source/WebCore/bindings/js/JSDOMWindowCustom.cpp
+       Source/WebCore/bindings/js/JSDOMWindowCustom.h
+       Source/WebCore/bindings/js/JSDOMWrapper.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/JSHTMLFormControlsCollectionCustom.cpp
+       Source/WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp
+       Source/WebCore/bindings/js/JSHTMLSelectElementCustom.cpp
+       Source/WebCore/bindings/js/JSImageConstructor.cpp
+       Source/WebCore/bindings/js/JSImageConstructor.h
+       Source/WebCore/bindings/js/JSLazyEventListener.cpp
+       Source/WebCore/bindings/js/JSLazyEventListener.h
+       Source/WebCore/bindings/js/JSLocationCustom.cpp
+       Source/WebCore/bindings/js/JSNodeIteratorCustom.cpp
+       Source/WebCore/bindings/js/JSPluginElementFunctions.cpp
+       Source/WebCore/bindings/js/JSPluginElementFunctions.h
+       Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors.cpp
+       Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors.h
+       Source/WebCore/bindings/js/JSSVGLengthCustom.cpp
+       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/scripts/CodeGenerator.pm
+       Source/WebCore/bindings/scripts/CodeGeneratorGObject.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/gobject-generate-headers.pl
+       Source/WebCore/bindings/scripts/preprocess-idls.pl
+       Source/WebCore/bindings/scripts/preprocessor.pm
+       Source/WebCore/bridge/qt/*
+       Source/WebCore/bridge/testbindings.cpp
+       Source/WebCore/config.h
+       Source/WebCore/css/CSSBorderImage.cpp
+       Source/WebCore/css/CSSBorderImage.h
+       Source/WebCore/css/CSSCharsetRule.cpp
+       Source/WebCore/css/CSSCharsetRule.h
+       Source/WebCore/css/CSSCharsetRule.idl
+       Source/WebCore/css/CSSComputedStyleDeclaration.cpp
+       Source/WebCore/css/CSSComputedStyleDeclaration.h
+       Source/WebCore/css/CSSCursorImageValue.cpp
+       Source/WebCore/css/CSSCursorImageValue.h
+       Source/WebCore/css/CSSDefaultStyleSheets.cpp
+       Source/WebCore/css/CSSDefaultStyleSheets.h
+       Source/WebCore/css/CSSFontFaceRule.cpp
+       Source/WebCore/css/CSSFontFaceRule.h
+       Source/WebCore/css/CSSFontFaceRule.idl
+       Source/WebCore/css/CSSFontValue.cpp
+       Source/WebCore/css/CSSFontValue.h
+       Source/WebCore/css/CSSGrammar.y.in
+       Source/WebCore/css/CSSGrammar.y.includes
+       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/CSSImportRule.idl
+       Source/WebCore/css/CSSInheritedValue.cpp
+       Source/WebCore/css/CSSInheritedValue.h
+       Source/WebCore/css/CSSInitialValue.cpp
+       Source/WebCore/css/CSSInitialValue.h
+       Source/WebCore/css/CSSMediaRule.cpp
+       Source/WebCore/css/CSSMediaRule.h
+       Source/WebCore/css/CSSMediaRule.idl
+       Source/WebCore/css/CSSPageRule.cpp
+       Source/WebCore/css/CSSPageRule.h
+       Source/WebCore/css/CSSPageRule.idl
+       Source/WebCore/css/CSSParser.cpp
+       Source/WebCore/css/CSSParser.h
+       Source/WebCore/css/CSSParserValues.cpp
+       Source/WebCore/css/CSSParserValues.h
+       Source/WebCore/css/CSSPrimitiveValue.cpp
+       Source/WebCore/css/CSSPrimitiveValue.h
+       Source/WebCore/css/CSSPrimitiveValue.idl
+       Source/WebCore/css/CSSProperty.cpp
+       Source/WebCore/css/CSSProperty.h
+       Source/WebCore/css/CSSRule.cpp
+       Source/WebCore/css/CSSRule.h
+       Source/WebCore/css/CSSRule.idl
+       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/CSSStyleDeclaration.idl
+       Source/WebCore/css/CSSStyleRule.cpp
+       Source/WebCore/css/CSSStyleRule.h
+       Source/WebCore/css/CSSStyleRule.idl
+       Source/WebCore/css/CSSStyleSheet.cpp
+       Source/WebCore/css/CSSStyleSheet.h
+       Source/WebCore/css/CSSStyleSheet.idl
+       Source/WebCore/css/CSSToStyleMap.cpp
+       Source/WebCore/css/CSSToStyleMap.h
+       Source/WebCore/css/CSSUnknownRule.h
+       Source/WebCore/css/CSSUnknownRule.idl
+       Source/WebCore/css/CSSValue.h
+       Source/WebCore/css/CSSValue.idl
+       Source/WebCore/css/CSSValueList.cpp
+       Source/WebCore/css/CSSValueList.h
+       Source/WebCore/css/Counter.h
+       Source/WebCore/css/Counter.idl
+       Source/WebCore/css/DashboardRegion.h
+       Source/WebCore/css/DocumentRuleSets.cpp
+       Source/WebCore/css/DocumentRuleSets.h
+       Source/WebCore/css/ElementRuleCollector.cpp
+       Source/WebCore/css/ElementRuleCollector.h
+       Source/WebCore/css/InspectorCSSOMWrappers.cpp
+       Source/WebCore/css/InspectorCSSOMWrappers.h
+       Source/WebCore/css/LengthFunctions.cpp
+       Source/WebCore/css/LengthFunctions.h
+       Source/WebCore/css/MediaFeatureNames.cpp
+       Source/WebCore/css/MediaFeatureNames.h
+       Source/WebCore/css/MediaList.cpp
+       Source/WebCore/css/MediaList.h
+       Source/WebCore/css/MediaQueryList.cpp
+       Source/WebCore/css/MediaQueryList.h
+       Source/WebCore/css/MediaQueryList.idl
+       Source/WebCore/css/MediaQueryListListener.h
+       Source/WebCore/css/MediaQueryListListener.idl
+       Source/WebCore/css/MediaQueryMatcher.cpp
+       Source/WebCore/css/MediaQueryMatcher.h
+       Source/WebCore/css/PageRuleCollector.cpp
+       Source/WebCore/css/PageRuleCollector.h
+       Source/WebCore/css/Pair.h
+       Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp
+       Source/WebCore/css/RGBColor.idl
+       Source/WebCore/css/Rect.h
+       Source/WebCore/css/Rect.idl
+       Source/WebCore/css/RuleFeature.cpp
+       Source/WebCore/css/RuleFeature.h
+       Source/WebCore/css/RuleSet.cpp
+       Source/WebCore/css/RuleSet.h
+       Source/WebCore/css/SVGCSSComputedStyleDeclaration.cpp
+       Source/WebCore/css/SVGCSSParser.cpp
+       Source/WebCore/css/SelectorChecker.cpp
+       Source/WebCore/css/SelectorChecker.h
+       Source/WebCore/css/SelectorFilter.cpp
+       Source/WebCore/css/SelectorFilter.h
+       Source/WebCore/css/SourceSizeList.cpp
+       Source/WebCore/css/SourceSizeList.h
+       Source/WebCore/css/StyleProperties.cpp
+       Source/WebCore/css/StyleProperties.h
+       Source/WebCore/css/StylePropertyShorthand.cpp
+       Source/WebCore/css/StylePropertyShorthand.h
+       Source/WebCore/css/StyleResolver.cpp
+       Source/WebCore/css/StyleResolver.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/StyleSheet.idl
+       Source/WebCore/css/StyleSheetContents.cpp
+       Source/WebCore/css/StyleSheetContents.h
+       Source/WebCore/css/StyleSheetList.cpp
+       Source/WebCore/css/StyleSheetList.h
+       Source/WebCore/css/StyleSheetList.idl
+       Source/WebCore/css/html.css
+       Source/WebCore/css/make-css-file-arrays.pl
+       Source/WebCore/css/makegrammar.pl
+       Source/WebCore/css/makeprop.pl
+       Source/WebCore/css/makevalues.pl
+       Source/WebCore/css/quirks.css
+       Source/WebCore/dom/Attr.cpp
+       Source/WebCore/dom/Attr.h
+       Source/WebCore/dom/Attr.idl
+       Source/WebCore/dom/Attribute.h
+       Source/WebCore/dom/AuthorStyleSheets.cpp
+       Source/WebCore/dom/AuthorStyleSheets.h
+       Source/WebCore/dom/BeforeUnloadEvent.cpp
+       Source/WebCore/dom/BeforeUnloadEvent.h
+       Source/WebCore/dom/CDATASection.cpp
+       Source/WebCore/dom/CDATASection.h
+       Source/WebCore/dom/CDATASection.idl
+       Source/WebCore/dom/CharacterData.cpp
+       Source/WebCore/dom/CharacterData.h
+       Source/WebCore/dom/CharacterData.idl
+       Source/WebCore/dom/CheckedRadioButtons.cpp
+       Source/WebCore/dom/CheckedRadioButtons.h
+       Source/WebCore/dom/ChildNode.idl
+       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/Comment.idl
+       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/DOMImplementation.idl
+       Source/WebCore/dom/DataTransfer.h
+       Source/WebCore/dom/Document.cpp
+       Source/WebCore/dom/Document.h
+       Source/WebCore/dom/Document.idl
+       Source/WebCore/dom/DocumentFragment.cpp
+       Source/WebCore/dom/DocumentFragment.h
+       Source/WebCore/dom/DocumentFragment.idl
+       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/DocumentType.idl
+       Source/WebCore/dom/Element.cpp
+       Source/WebCore/dom/Element.h
+       Source/WebCore/dom/Element.idl
+       Source/WebCore/dom/ElementRareData.h
+       Source/WebCore/dom/ElementTraversal.h
+       Source/WebCore/dom/Entity.h
+       Source/WebCore/dom/Entity.idl
+       Source/WebCore/dom/EntityReference.cpp
+       Source/WebCore/dom/EntityReference.h
+       Source/WebCore/dom/EntityReference.idl
+       Source/WebCore/dom/Event.cpp
+       Source/WebCore/dom/Event.h
+       Source/WebCore/dom/Event.idl
+       Source/WebCore/dom/EventDispatcher.cpp
+       Source/WebCore/dom/EventDispatcher.h
+       Source/WebCore/dom/EventListener.h
+       Source/WebCore/dom/EventListener.idl
+       Source/WebCore/dom/EventNames.cpp
+       Source/WebCore/dom/EventNames.h
+       Source/WebCore/dom/EventTarget.idl
+       Source/WebCore/dom/ExceptionCode.h
+       Source/WebCore/dom/ExtensionStyleSheets.cpp
+       Source/WebCore/dom/ExtensionStyleSheets.h
+       Source/WebCore/dom/HashChangeEvent.h
+       Source/WebCore/dom/HashChangeEvent.idl
+       Source/WebCore/dom/InlineStyleSheetOwner.cpp
+       Source/WebCore/dom/InlineStyleSheetOwner.h
+       Source/WebCore/dom/KeyboardEvent.cpp
+       Source/WebCore/dom/KeyboardEvent.h
+       Source/WebCore/dom/KeyboardEvent.idl
+       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/MouseEvent.idl
+       Source/WebCore/dom/MouseRelatedEvent.cpp
+       Source/WebCore/dom/MouseRelatedEvent.h
+       Source/WebCore/dom/MutationEvent.cpp
+       Source/WebCore/dom/MutationEvent.h
+       Source/WebCore/dom/MutationEvent.idl
+       Source/WebCore/dom/NameNodeList.cpp
+       Source/WebCore/dom/NameNodeList.h
+       Source/WebCore/dom/NamedNodeMap.cpp
+       Source/WebCore/dom/NamedNodeMap.h
+       Source/WebCore/dom/NamedNodeMap.idl
+       Source/WebCore/dom/Node.cpp
+       Source/WebCore/dom/Node.h
+       Source/WebCore/dom/Node.idl
+       Source/WebCore/dom/NodeFilter.h
+       Source/WebCore/dom/NodeFilter.idl
+       Source/WebCore/dom/NodeFilterCondition.cpp
+       Source/WebCore/dom/NodeFilterCondition.h
+       Source/WebCore/dom/NodeIterator.cpp
+       Source/WebCore/dom/NodeIterator.h
+       Source/WebCore/dom/NodeIterator.idl
+       Source/WebCore/dom/NodeList.h
+       Source/WebCore/dom/NodeList.idl
+       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/ProcessingInstruction.idl
+       Source/WebCore/dom/QualifiedName.cpp
+       Source/WebCore/dom/QualifiedName.h
+       Source/WebCore/dom/Range.cpp
+       Source/WebCore/dom/Range.h
+       Source/WebCore/dom/Range.idl
+       Source/WebCore/dom/RegisteredEventListener.cpp
+       Source/WebCore/dom/RegisteredEventListener.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/Text.idl
+       Source/WebCore/dom/TransformSource.h
+       Source/WebCore/dom/Traversal.cpp
+       Source/WebCore/dom/Traversal.h
+       Source/WebCore/dom/TreeScopeAdopter.cpp
+       Source/WebCore/dom/TreeScopeAdopter.h
+       Source/WebCore/dom/TreeWalker.cpp
+       Source/WebCore/dom/TreeWalker.h
+       Source/WebCore/dom/TreeWalker.idl
+       Source/WebCore/dom/UIEvent.cpp
+       Source/WebCore/dom/UIEvent.h
+       Source/WebCore/dom/UIEvent.idl
+       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/dom/WheelEvent.idl
+       Source/WebCore/editing/EditingBehavior.h
+       Source/WebCore/editing/EditingBehaviorTypes.h
+       Source/WebCore/editing/TextCheckingHelper.h
+       Source/WebCore/editing/atk/*
+       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.cpp
+       Source/WebCore/html/FormAssociatedElement.h
+       Source/WebCore/html/FormController.cpp
+       Source/WebCore/html/FormController.h
+       Source/WebCore/html/FormDataList.cpp
+       Source/WebCore/html/FormDataList.h
+       Source/WebCore/html/FormNamedItem.h
+       Source/WebCore/html/HTMLAnchorElement.cpp
+       Source/WebCore/html/HTMLAnchorElement.h
+       Source/WebCore/html/HTMLAnchorElement.idl
+       Source/WebCore/html/HTMLAppletElement.cpp
+       Source/WebCore/html/HTMLAppletElement.h
+       Source/WebCore/html/HTMLAppletElement.idl
+       Source/WebCore/html/HTMLAreaElement.cpp
+       Source/WebCore/html/HTMLAreaElement.h
+       Source/WebCore/html/HTMLAreaElement.idl
+       Source/WebCore/html/HTMLBDIElement.h
+       Source/WebCore/html/HTMLBRElement.cpp
+       Source/WebCore/html/HTMLBRElement.h
+       Source/WebCore/html/HTMLBRElement.idl
+       Source/WebCore/html/HTMLBaseElement.cpp
+       Source/WebCore/html/HTMLBaseElement.h
+       Source/WebCore/html/HTMLBaseElement.idl
+       Source/WebCore/html/HTMLBaseFontElement.cpp
+       Source/WebCore/html/HTMLBaseFontElement.h
+       Source/WebCore/html/HTMLBaseFontElement.idl
+       Source/WebCore/html/HTMLBodyElement.cpp
+       Source/WebCore/html/HTMLBodyElement.h
+       Source/WebCore/html/HTMLBodyElement.idl
+       Source/WebCore/html/HTMLButtonElement.cpp
+       Source/WebCore/html/HTMLButtonElement.h
+       Source/WebCore/html/HTMLButtonElement.idl
+       Source/WebCore/html/HTMLCollection.cpp
+       Source/WebCore/html/HTMLCollection.h
+       Source/WebCore/html/HTMLCollection.idl
+       Source/WebCore/html/HTMLDListElement.cpp
+       Source/WebCore/html/HTMLDListElement.h
+       Source/WebCore/html/HTMLDListElement.idl
+       Source/WebCore/html/HTMLDetailsElement.cpp
+       Source/WebCore/html/HTMLDetailsElement.h
+       Source/WebCore/html/HTMLDetailsElement.idl
+       Source/WebCore/html/HTMLDirectoryElement.cpp
+       Source/WebCore/html/HTMLDirectoryElement.h
+       Source/WebCore/html/HTMLDirectoryElement.idl
+       Source/WebCore/html/HTMLDivElement.cpp
+       Source/WebCore/html/HTMLDivElement.h
+       Source/WebCore/html/HTMLDivElement.idl
+       Source/WebCore/html/HTMLDocument.h
+       Source/WebCore/html/HTMLDocument.idl
+       Source/WebCore/html/HTMLElement.cpp
+       Source/WebCore/html/HTMLElement.h
+       Source/WebCore/html/HTMLElement.idl
+       Source/WebCore/html/HTMLEmbedElement.cpp
+       Source/WebCore/html/HTMLEmbedElement.h
+       Source/WebCore/html/HTMLEmbedElement.idl
+       Source/WebCore/html/HTMLFieldSetElement.cpp
+       Source/WebCore/html/HTMLFieldSetElement.h
+       Source/WebCore/html/HTMLFieldSetElement.idl
+       Source/WebCore/html/HTMLFontElement.cpp
+       Source/WebCore/html/HTMLFontElement.h
+       Source/WebCore/html/HTMLFontElement.idl
+       Source/WebCore/html/HTMLFormControlElement.cpp
+       Source/WebCore/html/HTMLFormControlElement.h
+       Source/WebCore/html/HTMLFormControlElementWithState.cpp
+       Source/WebCore/html/HTMLFormControlElementWithState.h
+       Source/WebCore/html/HTMLFormControlsCollection.cpp
+       Source/WebCore/html/HTMLFormControlsCollection.h
+       Source/WebCore/html/HTMLFormControlsCollection.idl
+       Source/WebCore/html/HTMLFormElement.cpp
+       Source/WebCore/html/HTMLFormElement.h
+       Source/WebCore/html/HTMLFormElement.idl
+       Source/WebCore/html/HTMLFrameElement.cpp
+       Source/WebCore/html/HTMLFrameElement.h
+       Source/WebCore/html/HTMLFrameElement.idl
+       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/HTMLFrameSetElement.idl
+       Source/WebCore/html/HTMLHRElement.cpp
+       Source/WebCore/html/HTMLHRElement.h
+       Source/WebCore/html/HTMLHRElement.idl
+       Source/WebCore/html/HTMLHeadElement.cpp
+       Source/WebCore/html/HTMLHeadElement.h
+       Source/WebCore/html/HTMLHeadElement.idl
+       Source/WebCore/html/HTMLHeadingElement.cpp
+       Source/WebCore/html/HTMLHeadingElement.h
+       Source/WebCore/html/HTMLHeadingElement.idl
+       Source/WebCore/html/HTMLHtmlElement.cpp
+       Source/WebCore/html/HTMLHtmlElement.h
+       Source/WebCore/html/HTMLHtmlElement.idl
+       Source/WebCore/html/HTMLIFrameElement.cpp
+       Source/WebCore/html/HTMLIFrameElement.h
+       Source/WebCore/html/HTMLIFrameElement.idl
+       Source/WebCore/html/HTMLImageElement.cpp
+       Source/WebCore/html/HTMLImageElement.h
+       Source/WebCore/html/HTMLImageElement.idl
+       Source/WebCore/html/HTMLImageLoader.cpp
+       Source/WebCore/html/HTMLImageLoader.h
+       Source/WebCore/html/HTMLInputElement.cpp
+       Source/WebCore/html/HTMLInputElement.h
+       Source/WebCore/html/HTMLInputElement.idl
+       Source/WebCore/html/HTMLKeygenElement.cpp
+       Source/WebCore/html/HTMLKeygenElement.h
+       Source/WebCore/html/HTMLLIElement.cpp
+       Source/WebCore/html/HTMLLIElement.h
+       Source/WebCore/html/HTMLLIElement.idl
+       Source/WebCore/html/HTMLLabelElement.cpp
+       Source/WebCore/html/HTMLLabelElement.h
+       Source/WebCore/html/HTMLLabelElement.idl
+       Source/WebCore/html/HTMLLegendElement.cpp
+       Source/WebCore/html/HTMLLegendElement.h
+       Source/WebCore/html/HTMLLegendElement.idl
+       Source/WebCore/html/HTMLLinkElement.cpp
+       Source/WebCore/html/HTMLLinkElement.h
+       Source/WebCore/html/HTMLLinkElement.idl
+       Source/WebCore/html/HTMLMapElement.cpp
+       Source/WebCore/html/HTMLMapElement.h
+       Source/WebCore/html/HTMLMapElement.idl
+       Source/WebCore/html/HTMLMarqueeElement.cpp
+       Source/WebCore/html/HTMLMarqueeElement.h
+       Source/WebCore/html/HTMLMarqueeElement.idl
+       Source/WebCore/html/HTMLMenuElement.cpp
+       Source/WebCore/html/HTMLMenuElement.h
+       Source/WebCore/html/HTMLMenuElement.idl
+       Source/WebCore/html/HTMLMetaElement.cpp
+       Source/WebCore/html/HTMLMetaElement.h
+       Source/WebCore/html/HTMLMetaElement.idl
+       Source/WebCore/html/HTMLMeterElement.cpp
+       Source/WebCore/html/HTMLMeterElement.h
+       Source/WebCore/html/HTMLMeterElement.idl
+       Source/WebCore/html/HTMLModElement.cpp
+       Source/WebCore/html/HTMLModElement.h
+       Source/WebCore/html/HTMLModElement.idl
+       Source/WebCore/html/HTMLNameCollection.cpp
+       Source/WebCore/html/HTMLNameCollection.h
+       Source/WebCore/html/HTMLOListElement.cpp
+       Source/WebCore/html/HTMLOListElement.h
+       Source/WebCore/html/HTMLOListElement.idl
+       Source/WebCore/html/HTMLObjectElement.cpp
+       Source/WebCore/html/HTMLObjectElement.h
+       Source/WebCore/html/HTMLObjectElement.idl
+       Source/WebCore/html/HTMLOptGroupElement.cpp
+       Source/WebCore/html/HTMLOptGroupElement.h
+       Source/WebCore/html/HTMLOptGroupElement.idl
+       Source/WebCore/html/HTMLOptionElement.cpp
+       Source/WebCore/html/HTMLOptionElement.h
+       Source/WebCore/html/HTMLOptionElement.idl
+       Source/WebCore/html/HTMLOptionsCollection.cpp
+       Source/WebCore/html/HTMLOptionsCollection.h
+       Source/WebCore/html/HTMLOptionsCollection.idl
+       Source/WebCore/html/HTMLParagraphElement.cpp
+       Source/WebCore/html/HTMLParagraphElement.h
+       Source/WebCore/html/HTMLParagraphElement.idl
+       Source/WebCore/html/HTMLParamElement.cpp
+       Source/WebCore/html/HTMLParamElement.h
+       Source/WebCore/html/HTMLParamElement.idl
+       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/HTMLPreElement.idl
+       Source/WebCore/html/HTMLProgressElement.cpp
+       Source/WebCore/html/HTMLProgressElement.h
+       Source/WebCore/html/HTMLProgressElement.idl
+       Source/WebCore/html/HTMLQuoteElement.cpp
+       Source/WebCore/html/HTMLQuoteElement.h
+       Source/WebCore/html/HTMLQuoteElement.idl
+       Source/WebCore/html/HTMLScriptElement.cpp
+       Source/WebCore/html/HTMLScriptElement.h
+       Source/WebCore/html/HTMLScriptElement.idl
+       Source/WebCore/html/HTMLSelectElement.cpp
+       Source/WebCore/html/HTMLSelectElement.h
+       Source/WebCore/html/HTMLSelectElement.idl
+       Source/WebCore/html/HTMLStyleElement.cpp
+       Source/WebCore/html/HTMLStyleElement.h
+       Source/WebCore/html/HTMLStyleElement.idl
+       Source/WebCore/html/HTMLSummaryElement.cpp
+       Source/WebCore/html/HTMLSummaryElement.h
+       Source/WebCore/html/HTMLTableCaptionElement.cpp
+       Source/WebCore/html/HTMLTableCaptionElement.h
+       Source/WebCore/html/HTMLTableCaptionElement.idl
+       Source/WebCore/html/HTMLTableCellElement.cpp
+       Source/WebCore/html/HTMLTableCellElement.h
+       Source/WebCore/html/HTMLTableCellElement.idl
+       Source/WebCore/html/HTMLTableColElement.cpp
+       Source/WebCore/html/HTMLTableColElement.h
+       Source/WebCore/html/HTMLTableColElement.idl
+       Source/WebCore/html/HTMLTableElement.cpp
+       Source/WebCore/html/HTMLTableElement.h
+       Source/WebCore/html/HTMLTableElement.idl
+       Source/WebCore/html/HTMLTablePartElement.cpp
+       Source/WebCore/html/HTMLTablePartElement.h
+       Source/WebCore/html/HTMLTableRowElement.cpp
+       Source/WebCore/html/HTMLTableRowElement.h
+       Source/WebCore/html/HTMLTableRowElement.idl
+       Source/WebCore/html/HTMLTableSectionElement.cpp
+       Source/WebCore/html/HTMLTableSectionElement.h
+       Source/WebCore/html/HTMLTableSectionElement.idl
+       Source/WebCore/html/HTMLTextAreaElement.cpp
+       Source/WebCore/html/HTMLTextAreaElement.h
+       Source/WebCore/html/HTMLTextAreaElement.idl
+       Source/WebCore/html/HTMLTextFormControlElement.cpp
+       Source/WebCore/html/HTMLTextFormControlElement.h
+       Source/WebCore/html/HTMLTitleElement.cpp
+       Source/WebCore/html/HTMLTitleElement.h
+       Source/WebCore/html/HTMLTitleElement.idl
+       Source/WebCore/html/HTMLUListElement.cpp
+       Source/WebCore/html/HTMLUListElement.h
+       Source/WebCore/html/HTMLUListElement.idl
+       Source/WebCore/html/ImageInputType.cpp
+       Source/WebCore/html/InputType.cpp
+       Source/WebCore/html/InputTypeNames.cpp
+       Source/WebCore/html/InputTypeNames.h
+       Source/WebCore/html/LabelableElement.cpp
+       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/html/ValidityState.idl
+       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.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/Frame.cpp
+       Source/WebCore/page/Frame.h
+       Source/WebCore/page/FrameTree.cpp
+       Source/WebCore/page/FrameTree.h
+       Source/WebCore/page/FrameView.cpp
+       Source/WebCore/page/FrameView.h
+       Source/WebCore/page/MouseEventWithHitTestResults.cpp
+       Source/WebCore/page/MouseEventWithHitTestResults.h
+       Source/WebCore/page/Navigator.cpp
+       Source/WebCore/page/Navigator.h
+       Source/WebCore/page/Navigator.idl
+       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/SpatialNavigation.h
+       Source/WebCore/page/WindowFeatures.cpp
+       Source/WebCore/page/qt/TouchAdjustment.cpp
+       Source/WebCore/page/qt/TouchAdjustment.h
+       Source/WebCore/platform/HashTools.h
+       Source/WebCore/platform/Length.cpp
+       Source/WebCore/platform/Length.h
+       Source/WebCore/platform/LengthBox.h
+       Source/WebCore/platform/LengthSize.h
+       Source/WebCore/platform/LinkHash.cpp
+       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/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/audio/qt/*
+       Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h
+       Source/WebCore/platform/geoclue/GeolocationProviderGeoclueClient.h
+       Source/WebCore/platform/glib/BatteryProviderUPower.cpp
+       Source/WebCore/platform/glib/BatteryProviderUPower.h
+       Source/WebCore/platform/glib/BatteryProviderUPowerClient.h
+       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/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/GLContext.cpp
+       Source/WebCore/platform/graphics/GLContext.h
+       Source/WebCore/platform/graphics/GraphicsContext3DPrivate.cpp
+       Source/WebCore/platform/graphics/GraphicsContext3DPrivate.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/SVGGlyph.cpp
+       Source/WebCore/platform/graphics/SVGGlyph.h
+       Source/WebCore/platform/graphics/StrokeStyleApplier.h
+       Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.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/egl/*
+       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/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/freetype/FontCacheFreeType.cpp
+       Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp
+       Source/WebCore/platform/graphics/freetype/FontPlatformData.h
+       Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
+       Source/WebCore/platform/graphics/glx/*
+       Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.cpp
+       Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h
+       Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp
+       Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.h
+       Source/WebCore/platform/graphics/gstreamer/GUniquePtrGStreamer.h
+       Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
+       Source/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp
+       Source/WebCore/platform/graphics/gstreamer/ImageGStreamerQt.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/MediaPlayerPrivateGStreamerBase.cpp
+       Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h
+       Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerOwr.cpp
+       Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerOwr.h
+       Source/WebCore/platform/graphics/gstreamer/MediaPlayerRequestInstallMissingPluginsCallback.h
+       Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
+       Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp
+       Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h
+       Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp
+       Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.h
+       Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
+       Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h
+       Source/WebCore/platform/graphics/qt/FloatSizeQt.cpp
+       Source/WebCore/platform/graphics/qt/FontCacheQt.cpp
+       Source/WebCore/platform/graphics/qt/FontCascadeQt.cpp
+       Source/WebCore/platform/graphics/qt/FontCustomPlatformData.h
+       Source/WebCore/platform/graphics/qt/FontCustomPlatformDataQt.cpp
+       Source/WebCore/platform/graphics/qt/FontPlatformData.h
+       Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
+       Source/WebCore/platform/graphics/qt/FontQt.cpp
+       Source/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp
+       Source/WebCore/platform/graphics/qt/IconQt.cpp
+       Source/WebCore/platform/graphics/qt/MediaPlayerPrivateQt.cpp
+       Source/WebCore/platform/graphics/qt/MediaPlayerPrivateQt.h
+       Source/WebCore/platform/graphics/qt/QFramebufferPaintDevice.cpp
+       Source/WebCore/platform/graphics/qt/QFramebufferPaintDevice.h
+       Source/WebCore/platform/graphics/qt/TileQt.cpp
+       Source/WebCore/platform/graphics/qt/TileQt.h
+       Source/WebCore/platform/graphics/surfaces/GraphicsSurface.cpp
+       Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
+       Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h
+       Source/WebCore/platform/graphics/surfaces/qt/*
+       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/TextureMapperAnimation.cpp
+       Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.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/TextureMapperGL.cpp
+       Source/WebCore/platform/graphics/texmap/TextureMapperGL.h
+       Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp
+       Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.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/TextureMapperSurfaceBackingStore.cpp
+       Source/WebCore/platform/graphics/texmap/TextureMapperSurfaceBackingStore.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/CoordinatedGraphicsLayer.cpp
+       Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h
+       Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedSurface.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/texmap/coordinated/UpdateAtlas.cpp
+       Source/WebCore/platform/graphics/texmap/coordinated/UpdateAtlas.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/image-decoders/ImageDecoder.cpp
+       Source/WebCore/platform/image-encoders/*
+       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/HTTPStatusCodes.h
+       Source/WebCore/platform/network/MIMESniffing.cpp
+       Source/WebCore/platform/network/MIMESniffing.h
+       Source/WebCore/platform/network/NetworkingContext.h
+       Source/WebCore/platform/network/qt/CookieJarQt.h
+       Source/WebCore/platform/network/qt/DNSQt.cpp
+       Source/WebCore/platform/network/qt/NetworkStateNotifierPrivate.h
+       Source/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
+       Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp
+       Source/WebCore/platform/network/qt/QNetworkReplyHandler.h
+       Source/WebCore/platform/network/qt/QtMIMETypeSniffer.cpp
+       Source/WebCore/platform/network/qt/QtMIMETypeSniffer.h
+       Source/WebCore/platform/network/qt/ResourceRequestQt.cpp
+       Source/WebCore/platform/qt/DeviceMotionClientQt.cpp
+       Source/WebCore/platform/qt/DeviceMotionClientQt.h
+       Source/WebCore/platform/qt/DeviceMotionProviderQt.cpp
+       Source/WebCore/platform/qt/DeviceMotionProviderQt.h
+       Source/WebCore/platform/qt/DeviceOrientationClientQt.cpp
+       Source/WebCore/platform/qt/DeviceOrientationClientQt.h
+       Source/WebCore/platform/qt/DeviceOrientationProviderQt.cpp
+       Source/WebCore/platform/qt/DeviceOrientationProviderQt.h
+       Source/WebCore/platform/qt/EventLoopQt.cpp
+       Source/WebCore/platform/qt/LoggingQt.cpp
+       Source/WebCore/platform/qt/QStyleFacade.h
+       Source/WebCore/platform/qt/RenderThemeQStyle.cpp
+       Source/WebCore/platform/qt/RenderThemeQStyle.h
+       Source/WebCore/platform/qt/RenderThemeQt.cpp
+       Source/WebCore/platform/qt/RenderThemeQt.h
+       Source/WebCore/platform/qt/RenderThemeQtMobile.cpp
+       Source/WebCore/platform/qt/RenderThemeQtMobile.h
+       Source/WebCore/platform/qt/ThirdPartyCookiesQt.cpp
+       Source/WebCore/platform/qt/ThirdPartyCookiesQt.h
+       Source/WebCore/platform/qt/URLQt.cpp
+       Source/WebCore/platform/qt/UserAgentQt.cpp
+       Source/WebCore/platform/qt/UserAgentQt.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/ParserUtilities.h
+       Source/WebCore/platform/text/SegmentedString.cpp
+       Source/WebCore/platform/text/SegmentedString.h
+       Source/WebCore/platform/text/TextBreakIterator.cpp
+       Source/WebCore/platform/text/TextBreakIterator.h
+       Source/WebCore/platform/text/TextBreakIteratorInternalICU.h
+       Source/WebCore/platform/text/enchant/*
+       Source/WebCore/platform/text/qt/*
+       Source/WebCore/platform/text/wchar/*
+       Source/WebCore/platform/win/PopupMenuWin.cpp
+       Source/WebCore/platform/win/PopupMenuWin.h
+       Source/WebCore/platform/win/SSLKeyGeneratorWin.cpp
+       Source/WebCore/platform/win/SearchPopupMenuWin.cpp
+       Source/WebCore/platform/win/SearchPopupMenuWin.h
+       Source/WebCore/plugins/DOMMimeType.cpp
+       Source/WebCore/plugins/DOMMimeType.h
+       Source/WebCore/plugins/DOMMimeType.idl
+       Source/WebCore/plugins/DOMMimeTypeArray.cpp
+       Source/WebCore/plugins/DOMMimeTypeArray.h
+       Source/WebCore/plugins/DOMMimeTypeArray.idl
+       Source/WebCore/plugins/DOMPlugin.cpp
+       Source/WebCore/plugins/DOMPlugin.h
+       Source/WebCore/plugins/DOMPlugin.idl
+       Source/WebCore/plugins/DOMPluginArray.cpp
+       Source/WebCore/plugins/DOMPluginArray.h
+       Source/WebCore/plugins/DOMPluginArray.idl
+       Source/WebCore/plugins/PluginData.cpp
+       Source/WebCore/plugins/PluginData.h
+       Source/WebCore/plugins/qt/*
+       Source/WebCore/rendering/BidiRun.cpp
+       Source/WebCore/rendering/BidiRun.h
+       Source/WebCore/rendering/CounterNode.cpp
+       Source/WebCore/rendering/CounterNode.h
+       Source/WebCore/rendering/EllipsisBox.cpp
+       Source/WebCore/rendering/EllipsisBox.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/InlineBox.cpp
+       Source/WebCore/rendering/InlineBox.h
+       Source/WebCore/rendering/InlineFlowBox.cpp
+       Source/WebCore/rendering/InlineFlowBox.h
+       Source/WebCore/rendering/InlineIterator.h
+       Source/WebCore/rendering/InlineTextBox.cpp
+       Source/WebCore/rendering/InlineTextBox.h
+       Source/WebCore/rendering/LayoutRepainter.cpp
+       Source/WebCore/rendering/LayoutRepainter.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/RegionOversetState.h
+       Source/WebCore/rendering/RenderBlock.cpp
+       Source/WebCore/rendering/RenderBlock.h
+       Source/WebCore/rendering/RenderBlockFlow.cpp
+       Source/WebCore/rendering/RenderBlockFlow.h
+       Source/WebCore/rendering/RenderBlockLineLayout.cpp
+       Source/WebCore/rendering/RenderBox.cpp
+       Source/WebCore/rendering/RenderBox.h
+       Source/WebCore/rendering/RenderBoxModelObject.cpp
+       Source/WebCore/rendering/RenderBoxModelObject.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/RenderEmbeddedObject.cpp
+       Source/WebCore/rendering/RenderEmbeddedObject.h
+       Source/WebCore/rendering/RenderFieldset.cpp
+       Source/WebCore/rendering/RenderFieldset.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/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/RenderTableCol.cpp
+       Source/WebCore/rendering/RenderTableCol.h
+       Source/WebCore/rendering/RenderTableRow.cpp
+       Source/WebCore/rendering/RenderTableRow.h
+       Source/WebCore/rendering/RenderTableSection.cpp
+       Source/WebCore/rendering/RenderTableSection.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/RenderTheme.cpp
+       Source/WebCore/rendering/RenderTheme.h
+       Source/WebCore/rendering/RenderThemeEfl.cpp
+       Source/WebCore/rendering/RenderThemeEfl.h
+       Source/WebCore/rendering/RenderThemeGtk.cpp
+       Source/WebCore/rendering/RenderThemeGtk.h
+       Source/WebCore/rendering/RenderThemeMac.h
+       Source/WebCore/rendering/RenderThemeWin.cpp
+       Source/WebCore/rendering/RenderThemeWin.h
+       Source/WebCore/rendering/RenderView.cpp
+       Source/WebCore/rendering/RenderView.h
+       Source/WebCore/rendering/RenderWidget.cpp
+       Source/WebCore/rendering/RenderWidget.h
+       Source/WebCore/rendering/RootInlineBox.cpp
+       Source/WebCore/rendering/RootInlineBox.h
+       Source/WebCore/rendering/TextAutosizer.cpp
+       Source/WebCore/rendering/TextDecorationPainter.cpp
+       Source/WebCore/rendering/TextDecorationPainter.h
+       Source/WebCore/rendering/TextPainter.cpp
+       Source/WebCore/rendering/TextPainter.h
+       Source/WebCore/rendering/break_lines.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/style/BorderData.h
+       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.cpp
+       Source/WebCore/rendering/style/CounterDirectives.h
+       Source/WebCore/rendering/style/CursorData.h
+       Source/WebCore/rendering/style/CursorList.h
+       Source/WebCore/rendering/style/DataRef.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/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/StyleCustomPropertyData.h
+       Source/WebCore/rendering/style/StyleDashboardRegion.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/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/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/StyleVisualData.cpp
+       Source/WebCore/rendering/style/StyleVisualData.h
+       Source/WebCore/rendering/style/TextSizeAdjustment.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/SVGInlineFlowBox.cpp
+       Source/WebCore/rendering/svg/SVGInlineFlowBox.h
+       Source/WebCore/rendering/svg/SVGInlineTextBox.cpp
+       Source/WebCore/rendering/svg/SVGInlineTextBox.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/svg/SVGTextRunRenderingContext.cpp
+       Source/WebCore/rendering/svg/SVGTextRunRenderingContext.h
+       Source/WebCore/style/StyleFontSizeFunctions.cpp
+       Source/WebCore/style/StyleResolveForDocument.cpp
+       Source/WebCore/style/StyleTreeResolver.cpp
+       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/SVGAltGlyphDefElement.idl
+       Source/WebCore/svg/SVGAltGlyphElement.cpp
+       Source/WebCore/svg/SVGAltGlyphElement.h
+       Source/WebCore/svg/SVGAltGlyphItemElement.cpp
+       Source/WebCore/svg/SVGAltGlyphItemElement.h
+       Source/WebCore/svg/SVGAltGlyphItemElement.idl
+       Source/WebCore/svg/SVGAngle.cpp
+       Source/WebCore/svg/SVGAngle.h
+       Source/WebCore/svg/SVGAngle.idl
+       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/SVGAnimatedAngle.cpp
+       Source/WebCore/svg/SVGAnimatedAngle.h
+       Source/WebCore/svg/SVGAnimatedBoolean.cpp
+       Source/WebCore/svg/SVGAnimatedBoolean.h
+       Source/WebCore/svg/SVGAnimatedColor.cpp
+       Source/WebCore/svg/SVGAnimatedColor.h
+       Source/WebCore/svg/SVGAnimatedEnumeration.cpp
+       Source/WebCore/svg/SVGAnimatedEnumeration.h
+       Source/WebCore/svg/SVGAnimatedInteger.cpp
+       Source/WebCore/svg/SVGAnimatedInteger.h
+       Source/WebCore/svg/SVGAnimatedIntegerOptionalInteger.cpp
+       Source/WebCore/svg/SVGAnimatedIntegerOptionalInteger.h
+       Source/WebCore/svg/SVGAnimatedLength.cpp
+       Source/WebCore/svg/SVGAnimatedLength.h
+       Source/WebCore/svg/SVGAnimatedLengthList.cpp
+       Source/WebCore/svg/SVGAnimatedLengthList.h
+       Source/WebCore/svg/SVGAnimatedNumber.cpp
+       Source/WebCore/svg/SVGAnimatedNumber.h
+       Source/WebCore/svg/SVGAnimatedNumberList.cpp
+       Source/WebCore/svg/SVGAnimatedNumberList.h
+       Source/WebCore/svg/SVGAnimatedNumberOptionalNumber.cpp
+       Source/WebCore/svg/SVGAnimatedNumberOptionalNumber.h
+       Source/WebCore/svg/SVGAnimatedPath.cpp
+       Source/WebCore/svg/SVGAnimatedPath.h
+       Source/WebCore/svg/SVGAnimatedPointList.cpp
+       Source/WebCore/svg/SVGAnimatedPointList.h
+       Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.cpp
+       Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h
+       Source/WebCore/svg/SVGAnimatedRect.cpp
+       Source/WebCore/svg/SVGAnimatedRect.h
+       Source/WebCore/svg/SVGAnimatedString.cpp
+       Source/WebCore/svg/SVGAnimatedString.h
+       Source/WebCore/svg/SVGAnimatedTransformList.cpp
+       Source/WebCore/svg/SVGAnimatedTransformList.h
+       Source/WebCore/svg/SVGAnimatedType.cpp
+       Source/WebCore/svg/SVGAnimatedType.h
+       Source/WebCore/svg/SVGAnimatedTypeAnimator.cpp
+       Source/WebCore/svg/SVGAnimatedTypeAnimator.h
+       Source/WebCore/svg/SVGAnimationElement.cpp
+       Source/WebCore/svg/SVGAnimationElement.h
+       Source/WebCore/svg/SVGAnimatorFactory.h
+       Source/WebCore/svg/SVGCircleElement.cpp
+       Source/WebCore/svg/SVGCircleElement.h
+       Source/WebCore/svg/SVGClipPathElement.cpp
+       Source/WebCore/svg/SVGClipPathElement.h
+       Source/WebCore/svg/SVGColor.cpp
+       Source/WebCore/svg/SVGColor.h
+       Source/WebCore/svg/SVGColor.idl
+       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/SVGDocument.idl
+       Source/WebCore/svg/SVGDocumentExtensions.cpp
+       Source/WebCore/svg/SVGDocumentExtensions.h
+       Source/WebCore/svg/SVGElement.cpp
+       Source/WebCore/svg/SVGElement.h
+       Source/WebCore/svg/SVGElement.idl
+       Source/WebCore/svg/SVGElementRareData.h
+       Source/WebCore/svg/SVGEllipseElement.cpp
+       Source/WebCore/svg/SVGEllipseElement.h
+       Source/WebCore/svg/SVGException.h
+       Source/WebCore/svg/SVGException.idl
+       Source/WebCore/svg/SVGExternalResourcesRequired.cpp
+       Source/WebCore/svg/SVGExternalResourcesRequired.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/SVGFEDropShadowElement.idl
+       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/SVGFontData.cpp
+       Source/WebCore/svg/SVGFontData.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/SVGGlyphElement.cpp
+       Source/WebCore/svg/SVGGlyphElement.h
+       Source/WebCore/svg/SVGGlyphMap.h
+       Source/WebCore/svg/SVGGlyphRefElement.cpp
+       Source/WebCore/svg/SVGGlyphRefElement.h
+       Source/WebCore/svg/SVGGlyphRefElement.idl
+       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/SVGHKernElement.idl
+       Source/WebCore/svg/SVGImageElement.cpp
+       Source/WebCore/svg/SVGImageElement.h
+       Source/WebCore/svg/SVGImageLoader.cpp
+       Source/WebCore/svg/SVGImageLoader.h
+       Source/WebCore/svg/SVGLangSpace.cpp
+       Source/WebCore/svg/SVGLangSpace.h
+       Source/WebCore/svg/SVGLength.cpp
+       Source/WebCore/svg/SVGLength.h
+       Source/WebCore/svg/SVGLength.idl
+       Source/WebCore/svg/SVGLengthContext.cpp
+       Source/WebCore/svg/SVGLengthContext.h
+       Source/WebCore/svg/SVGLengthList.cpp
+       Source/WebCore/svg/SVGLengthList.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/SVGMatrix.h
+       Source/WebCore/svg/SVGMatrix.idl
+       Source/WebCore/svg/SVGMetadataElement.cpp
+       Source/WebCore/svg/SVGMetadataElement.h
+       Source/WebCore/svg/SVGMetadataElement.idl
+       Source/WebCore/svg/SVGMissingGlyphElement.cpp
+       Source/WebCore/svg/SVGMissingGlyphElement.h
+       Source/WebCore/svg/SVGNumber.idl
+       Source/WebCore/svg/SVGNumberList.cpp
+       Source/WebCore/svg/SVGNumberList.h
+       Source/WebCore/svg/SVGPaint.cpp
+       Source/WebCore/svg/SVGPaint.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/SVGPathSegArc.h
+       Source/WebCore/svg/SVGPathSegArcAbs.h
+       Source/WebCore/svg/SVGPathSegArcRel.h
+       Source/WebCore/svg/SVGPathSegClosePath.h
+       Source/WebCore/svg/SVGPathSegCurvetoCubic.h
+       Source/WebCore/svg/SVGPathSegCurvetoCubicAbs.h
+       Source/WebCore/svg/SVGPathSegCurvetoCubicRel.h
+       Source/WebCore/svg/SVGPathSegCurvetoCubicSmooth.h
+       Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.h
+       Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.h
+       Source/WebCore/svg/SVGPathSegCurvetoQuadratic.h
+       Source/WebCore/svg/SVGPathSegCurvetoQuadraticAbs.h
+       Source/WebCore/svg/SVGPathSegCurvetoQuadraticRel.h
+       Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.h
+       Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.h
+       Source/WebCore/svg/SVGPathSegLinetoAbs.h
+       Source/WebCore/svg/SVGPathSegLinetoHorizontal.h
+       Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.h
+       Source/WebCore/svg/SVGPathSegLinetoHorizontalRel.h
+       Source/WebCore/svg/SVGPathSegLinetoRel.h
+       Source/WebCore/svg/SVGPathSegLinetoVertical.h
+       Source/WebCore/svg/SVGPathSegLinetoVerticalAbs.h
+       Source/WebCore/svg/SVGPathSegLinetoVerticalRel.h
+       Source/WebCore/svg/SVGPathSegList.cpp
+       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/SVGPathSegMovetoAbs.h
+       Source/WebCore/svg/SVGPathSegMovetoRel.h
+       Source/WebCore/svg/SVGPathSegWithContext.h
+       Source/WebCore/svg/SVGPathSource.h
+       Source/WebCore/svg/SVGPathStringBuilder.cpp
+       Source/WebCore/svg/SVGPathStringBuilder.h
+       Source/WebCore/svg/SVGPathStringSource.cpp
+       Source/WebCore/svg/SVGPathStringSource.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/SVGPoint.idl
+       Source/WebCore/svg/SVGPointList.cpp
+       Source/WebCore/svg/SVGPointList.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/SVGPreserveAspectRatio.cpp
+       Source/WebCore/svg/SVGPreserveAspectRatio.h
+       Source/WebCore/svg/SVGRadialGradientElement.cpp
+       Source/WebCore/svg/SVGRadialGradientElement.h
+       Source/WebCore/svg/SVGRect.h
+       Source/WebCore/svg/SVGRect.idl
+       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/SVGSVGElement.idl
+       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/SVGStringList.cpp
+       Source/WebCore/svg/SVGStringList.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/SVGTransform.cpp
+       Source/WebCore/svg/SVGTransform.h
+       Source/WebCore/svg/SVGTransform.idl
+       Source/WebCore/svg/SVGTransformDistance.cpp
+       Source/WebCore/svg/SVGTransformDistance.h
+       Source/WebCore/svg/SVGTransformList.cpp
+       Source/WebCore/svg/SVGTransformList.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/SVGVKernElement.idl
+       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/SVGZoomEvent.cpp
+       Source/WebCore/svg/SVGZoomEvent.h
+       Source/WebCore/svg/graphics/SVGImageCache.cpp
+       Source/WebCore/svg/graphics/SVGImageCache.h
+       Source/WebCore/svg/graphics/SVGImageForContainer.cpp
+       Source/WebCore/svg/graphics/filters/*
+       Source/WebCore/svg/properties/*
+       Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
+       Source/WebCore/xml/DOMParser.cpp
+       Source/WebCore/xml/DOMParser.h
+       Source/WebCore/xml/DOMParser.idl
+       Source/WebCore/xml/XMLHttpRequest.cpp
+       Source/WebCore/xml/XMLHttpRequest.h
+       Source/WebCore/xml/XMLSerializer.cpp
+       Source/WebCore/xml/XMLSerializer.h
+       Source/WebCore/xml/XMLSerializer.idl
+       Source/WebCore/xml/XPathEvaluator.idl
+       Source/WebCore/xml/XPathExpression.idl
+       Source/WebCore/xml/XPathNSResolver.idl
+       Source/WebCore/xml/XPathResult.idl
+       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
+Copyright: 2009, Adam Dingle <adam@yorba.org>
+           2013, Adobe Systems Inc. All right reserved
+           2011-2014, Adobe Systems Incorporated
+           2015, Akamai Technologies Inc
+           2008, Alex Mathews <possessedpenguinbob@gmail.com>
+           2005-2006, Alexander Kellett <lypanov@kde.org>
+           2006, Alexey Proskuryakov <ap@macrules.ru>
+           2005-2007, Alexey Proskuryakov <ap@nypop.com>
+           2005-2007, Alexey Proskuryakov <ap@webkit.org>
+           2004-2006, Allan Sandfeld Jensen <kde@carewolf.com>
+           2007-2008, Alp Toker <alp@atoker.com>
+           2006, Anders Carlsson <andersca@mac.com>
+           2010, Andras Becsi (abecsi@inf.u-szeged.hu), University of Szeged
+           2010, Andras Becsi <abecsi@inf.u-szeged.hu>, University of Szeged
+           2011, Andreas Kling <kling@webkit.org>
+           2001, Andreas Schlapbach <schlpbch@iam.unibe.ch>
+           2006, Andrew Wellington <proton@wiretapped.net>
+           2009, Antonio Gomes <tonikitoo@webkit.org>
+           1999-2001, Antti Koivisto <koivisto@kde.org>
+           2002-2016, Apple Inc
+           2003-2015, Apple Inc. All right reserved
+           2006-2010, Apple Inc. reserve
+           2003-2014, Apple Inc. reseved
+           2008, Apple Ltd
+           2004-2016, Apple, Inc
+           2011, Brent Fulgham
+           2010-2011, Brent Fulgham <bfulgham@webkit.org>
+           2014, Cable Television Laboratories, Inc
+           2008-2009, Cameron McCormack <cam@mcc.id.au>
+           2015, Canon Inc
+           2013, ChangSeok Oh <shivamidow@gmail.com>
+           2011, Code Aurora Forum
+           2007-2013, Collabora Ltd
+           2012-2013, Company 100, Inc
+           2011, Cosmin Truta <ctruta@gmail.com>
+           2010, Daniel Bates <dbates@intudata.com>
+           2000, Daniel Molkentin <molkentin@kde.org>
+           2007-2008, David Smith <catfish.man@gmail.com>
+           2014, Digia Plc. and/or its subsidiary(-ies)
+           2001, Dirk Mueller ( mueller@kde.org )
+           2000-2006, Dirk Mueller <mueller@kde.org>
+           2008-2011, Dirk Schulze <krit@webkit.org>
+           2005-2008, Eric Seidel <eric@webkit.org>
+           2009-2012, Ericsson AB
+           2000, Frederik Holljen <frederik.holljen@hig.no>
+           1991, Free Software Foundation, Inc
+           2011, Gabor Loki <loki@webkit.org>
+           2001, George Staikos <staikos@kde.org>
+           2007-2014, Google Inc
+           2009, Google Inc. reseved
+           2009-2012, Google, Inc
+           2006, Graham Dennis <graham.dennis@gmail.com>
+           2000, Gunnstein Lye <gunnstein@netcom.no>
+           2009, Gustavo Noronha Silva <gns@gnome.org>
+           1999-2001, Harri Porten <porten@kde.org>
+           2007-2010, Holger Hans Peter Freyther
+           2008, INdT - Instituto Nokia de Tecnologia
+           2009-2016, Igalia S.L
+           2010-2012, Igalia, S.L
+           2012-2013, Intel Corporation
+           2009, Jakub Wieczorek <faw217@gmail.com>
+           2009, Jan Alonzo
+           2009, Jeff Schiller <codedread@gmail.com>
+           2009, Jim Nelson <jim@yorba.org>
+           2006, Jon Shier <jshier@iastate.edu>
+           2007-2008, Julien Chaffraix <jchaffraix@webkit.org>
+           2009, Kenneth Rohde Christiansen
+           1998-2003, Lars Knoll <knoll@kde.org>
+           2006, Lars Knoll <lars@trolltech.com>
+           2011, Leo Yang <leoyang@webkit.org>
+           2008, Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+           1997, Martin Jones <mjones@kde.org>
+           2008, Martin Soto <soto@freedesktop.org>
+           2015, Metrological
+           2006, Michael Emmel <mike.emmel@gmail.com>
+           2013, Michael Pruett <michael@68k.org>
+           2009, Michelangelo De Simone <micdesim@gmail.com>
+           2011-2012, Motorola Mobility, Inc
+           2006-2007, Nicholas Shanks <webkit@nickshanks.com>
+           2004-2009, Nikolas Zimmermann <zimmermann@kde.org>
+           2008-2013, Nokia Corporation and/or its subsidiary(-ies)
+           2008, Nuanti Ltd
+           2005-2006, Oliver Hunt <ojh16@student.canterbury.ac.nz>
+           2005-2006, Oliver Hunt <oliver@nerget.com>
+           2007, OpenedHand
+           2013, Orange
+           2010, Patrick Gansterer <paroga@paroga.com>
+           2011, Patrick Gansterer <paroga@webkit.org>
+           2000-2001, Peter Kelly <pmk@post.com>
+           2007, Pioneer Research Center USA, Inc
+           2009-2010, ProFUSION embedded systems
+           2010, Renata Hodovan <reni@inf.u-szeged.hu>
+           2011-2012, Renata Hodovan <reni@webkit.org>
+           2011, Rik Cabanier <cabanier@adobe.com>
+           2006-2007, Rob Buis
+           2004-2010, Rob Buis <buis@kde.org>
+           2009-2010, Rob Buis <rwlbuis@gmail.com>
+           2011, Robert Hogan <robert@roberthogan.net>
+           2009-2014, Samsung Electronics
+           2005-2006, Samuel Weinig <sam.weinig@gmail.com>
+           2006, Samuel Weinig <sam.weinig@gmial.com>
+           2006-2007, Samuel Weinig <sam@webkit.org>
+           2009-2014, Sebastian Dröge <sebastian@centricular.com>
+           2011, Sencha, Inc
+           2000-2001, Simon Hausmann <hausmann@kde.org>
+           2007, Staikos Computing Services Inc <info@staikos.net>
+           2000, Stefan Schimanski <1Stein@gmx.de>
+           2000, Stefan Schimanski <schimmi@kde.org>
+           2002-2003, The Karbon Developers
+           2015, The Qt Company Ltd
+           2001, Tobias Anton <anton@stud.fbi.fh-darmstadt.de>
+           1997-1999, Torben Weis <weis@kde.org>
+           2007-2011, Torch Mobile, Inc. (http://www.torchmobile.com/)
+           2011-2012, University of Szeged
+           1998-2002, Waldo Bastian <bastian@kde.org>
+           2014, Yoav Weiss <yoav@yoav.ws>
+           2014, Yusuke Suzuki <utatane.tea@gmail.com>
+           2004-2006, Zack Rusin <zack@kde.org>
+           2011, Zan Dobersek <zandobersek@gmail.com>
+           2010-2012, Zoltan Herczeg <zherczeg@webkit.org>
+           2012-2013, basysKom GmbH
+License: LGPL-2+
+
+Files: Source/WebCore/AVFoundationSupport.py
+       Source/WebCore/DerivedSources.make
+       Source/WebCore/Modules/fetch/FetchBody.cpp
+       Source/WebCore/Modules/fetch/FetchBody.h
+       Source/WebCore/Modules/fetch/FetchBody.idl
+       Source/WebCore/Modules/fetch/FetchHeaders.cpp
+       Source/WebCore/Modules/fetch/FetchHeaders.h
+       Source/WebCore/Modules/fetch/FetchHeaders.idl
+       Source/WebCore/Modules/fetch/FetchOptions.h
+       Source/WebCore/Modules/fetch/FetchRequest.cpp
+       Source/WebCore/Modules/fetch/FetchRequest.h
+       Source/WebCore/Modules/fetch/FetchRequest.idl
+       Source/WebCore/Modules/indexeddb/IDBDatabaseException.cpp
+       Source/WebCore/Modules/indexeddb/IDBEventDispatcher.cpp
+       Source/WebCore/Modules/indexeddb/IDBEventDispatcher.h
+       Source/WebCore/Modules/indexeddb/IDBRecordIdentifier.h
+       Source/WebCore/Modules/indexeddb/IDBRequest.idl
+       Source/WebCore/Modules/mediasource/DOMURLMediaSource.cpp
+       Source/WebCore/Modules/mediasource/DOMURLMediaSource.h
+       Source/WebCore/Modules/mediasource/DOMURLMediaSource.idl
+       Source/WebCore/Modules/mediasource/MediaSource.cpp
+       Source/WebCore/Modules/mediasource/MediaSource.h
+       Source/WebCore/Modules/mediasource/MediaSource.idl
+       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/SourceBuffer.idl
+       Source/WebCore/Modules/mediasource/SourceBufferList.cpp
+       Source/WebCore/Modules/mediasource/SourceBufferList.h
+       Source/WebCore/Modules/mediasource/SourceBufferList.idl
+       Source/WebCore/Modules/mediastream/DOMURLMediaStream.cpp
+       Source/WebCore/Modules/mediastream/DOMURLMediaStream.h
+       Source/WebCore/Modules/mediastream/DOMURLMediaStream.idl
+       Source/WebCore/Modules/mediastream/MediaConstraintsImpl.cpp
+       Source/WebCore/Modules/mediastream/MediaConstraintsImpl.h
+       Source/WebCore/Modules/mediastream/MediaDevices.cpp
+       Source/WebCore/Modules/mediastream/MediaDevices.h
+       Source/WebCore/Modules/mediastream/MediaDevices.idl
+       Source/WebCore/Modules/mediastream/MediaDevices.js
+       Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.cpp
+       Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.h
+       Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.h
+       Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.idl
+       Source/WebCore/Modules/mediastream/NavigatorMediaDevices.cpp
+       Source/WebCore/Modules/mediastream/NavigatorMediaDevices.h
+       Source/WebCore/Modules/mediastream/NavigatorMediaDevices.idl
+       Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp
+       Source/WebCore/Modules/mediastream/PeerConnectionBackend.h
+       Source/WebCore/Modules/mediastream/PeerConnectionStates.h
+       Source/WebCore/Modules/mediastream/RTCConfiguration.cpp
+       Source/WebCore/Modules/mediastream/RTCConfiguration.h
+       Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp
+       Source/WebCore/Modules/mediastream/RTCIceCandidate.h
+       Source/WebCore/Modules/mediastream/RTCIceCandidate.idl
+       Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp
+       Source/WebCore/Modules/mediastream/RTCPeerConnection.h
+       Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
+       Source/WebCore/Modules/mediastream/RTCPeerConnection.js
+       Source/WebCore/Modules/mediastream/RTCPeerConnectionInternals.js
+       Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp
+       Source/WebCore/Modules/mediastream/RTCRtpReceiver.h
+       Source/WebCore/Modules/mediastream/RTCRtpReceiver.idl
+       Source/WebCore/Modules/mediastream/RTCRtpSender.cpp
+       Source/WebCore/Modules/mediastream/RTCRtpSender.h
+       Source/WebCore/Modules/mediastream/RTCRtpSender.idl
+       Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h
+       Source/WebCore/Modules/mediastream/RTCSessionDescription.cpp
+       Source/WebCore/Modules/mediastream/RTCSessionDescription.h
+       Source/WebCore/Modules/mediastream/RTCSessionDescription.idl
+       Source/WebCore/Modules/mediastream/RTCTrackEvent.cpp
+       Source/WebCore/Modules/mediastream/RTCTrackEvent.h
+       Source/WebCore/Modules/mediastream/RTCTrackEvent.idl
+       Source/WebCore/Modules/mediastream/UserMediaClient.h
+       Source/WebCore/Modules/mediastream/UserMediaRequest.cpp
+       Source/WebCore/Modules/mediastream/UserMediaRequest.h
+       Source/WebCore/Modules/notifications/Notification.cpp
+       Source/WebCore/Modules/notifications/Notification.h
+       Source/WebCore/Modules/notifications/Notification.idl
+       Source/WebCore/Modules/notifications/NotificationCenter.cpp
+       Source/WebCore/Modules/notifications/NotificationCenter.h
+       Source/WebCore/Modules/notifications/NotificationCenter.idl
+       Source/WebCore/Modules/notifications/NotificationClient.h
+       Source/WebCore/Modules/quota/DOMWindowQuota.cpp
+       Source/WebCore/Modules/quota/DOMWindowQuota.h
+       Source/WebCore/Modules/quota/NavigatorStorageQuota.cpp
+       Source/WebCore/Modules/quota/NavigatorStorageQuota.h
+       Source/WebCore/Modules/quota/StorageErrorCallback.cpp
+       Source/WebCore/Modules/quota/StorageErrorCallback.h
+       Source/WebCore/Modules/quota/StorageErrorCallback.idl
+       Source/WebCore/Modules/quota/StorageInfo.cpp
+       Source/WebCore/Modules/quota/StorageInfo.h
+       Source/WebCore/Modules/quota/StorageQuota.cpp
+       Source/WebCore/Modules/quota/StorageQuota.h
+       Source/WebCore/Modules/quota/StorageQuotaCallback.h
+       Source/WebCore/Modules/quota/StorageQuotaCallback.idl
+       Source/WebCore/Modules/quota/StorageUsageCallback.h
+       Source/WebCore/Modules/quota/StorageUsageCallback.idl
+       Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.cpp
+       Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.h
+       Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp
+       Source/WebCore/Modules/streams/ByteLengthQueuingStrategy.idl
+       Source/WebCore/Modules/streams/CountQueuingStrategy.idl
+       Source/WebCore/Modules/streams/ReadableStream.idl
+       Source/WebCore/Modules/streams/ReadableStreamController.idl
+       Source/WebCore/Modules/streams/ReadableStreamReader.idl
+       Source/WebCore/Modules/streams/WritableStream.idl
+       Source/WebCore/Modules/webaudio/AudioBuffer.cpp
+       Source/WebCore/Modules/webaudio/AudioBuffer.h
+       Source/WebCore/Modules/webaudio/AudioBuffer.idl
+       Source/WebCore/Modules/webaudio/AudioListener.cpp
+       Source/WebCore/Modules/webaudio/AudioListener.h
+       Source/WebCore/Modules/webaudio/AudioListener.idl
+       Source/WebCore/Modules/webaudio/AudioParam.h
+       Source/WebCore/Modules/webaudio/AudioParam.idl
+       Source/WebCore/Modules/webaudio/AudioParamTimeline.h
+       Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.h
+       Source/WebCore/Modules/webaudio/ChannelMergerNode.cpp
+       Source/WebCore/Modules/webaudio/ChannelMergerNode.h
+       Source/WebCore/Modules/webaudio/ChannelMergerNode.idl
+       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/Database.idl
+       Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.cpp
+       Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h
+       Source/WebCore/Modules/webdatabase/DatabaseCallback.h
+       Source/WebCore/Modules/webdatabase/DatabaseCallback.idl
+       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/SQLError.idl
+       Source/WebCore/Modules/webdatabase/SQLException.cpp
+       Source/WebCore/Modules/webdatabase/SQLException.h
+       Source/WebCore/Modules/webdatabase/SQLException.idl
+       Source/WebCore/Modules/webdatabase/SQLResultSet.cpp
+       Source/WebCore/Modules/webdatabase/SQLResultSet.h
+       Source/WebCore/Modules/webdatabase/SQLResultSet.idl
+       Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp
+       Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
+       Source/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
+       Source/WebCore/Modules/webdatabase/SQLStatement.cpp
+       Source/WebCore/Modules/webdatabase/SQLStatement.h
+       Source/WebCore/Modules/webdatabase/SQLStatementCallback.h
+       Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
+       Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.h
+       Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl
+       Source/WebCore/Modules/webdatabase/SQLTransaction.cpp
+       Source/WebCore/Modules/webdatabase/SQLTransaction.h
+       Source/WebCore/Modules/webdatabase/SQLTransaction.idl
+       Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp
+       Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h
+       Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h
+       Source/WebCore/Modules/webdatabase/SQLTransactionCallback.idl
+       Source/WebCore/Modules/webdatabase/SQLTransactionClient.cpp
+       Source/WebCore/Modules/webdatabase/SQLTransactionClient.h
+       Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.cpp
+       Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h
+       Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h
+       Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.idl
+       Source/WebCore/Modules/websockets/CloseEvent.h
+       Source/WebCore/Modules/websockets/CloseEvent.idl
+       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/WebSocket.idl
+       Source/WebCore/Modules/websockets/WebSocketChannel.cpp
+       Source/WebCore/Modules/websockets/WebSocketChannel.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/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/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/AccessibilityMediaControls.cpp
+       Source/WebCore/accessibility/AccessibilityMediaControls.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/bindings/generic/*
+       Source/WebCore/bindings/js/JSAttrCustom.cpp
+       Source/WebCore/bindings/js/JSBlobCustom.cpp
+       Source/WebCore/bindings/js/JSCallbackData.cpp
+       Source/WebCore/bindings/js/JSCallbackData.h
+       Source/WebCore/bindings/js/JSCommandLineAPIHostCustom.cpp
+       Source/WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp
+       Source/WebCore/bindings/js/JSDOMFormDataCustom.cpp
+       Source/WebCore/bindings/js/JSDOMWindowShell.cpp
+       Source/WebCore/bindings/js/JSDOMWindowShell.h
+       Source/WebCore/bindings/js/JSDataTransferCustom.cpp
+       Source/WebCore/bindings/js/JSDedicatedWorkerGlobalScopeCustom.cpp
+       Source/WebCore/bindings/js/JSElementCustom.cpp
+       Source/WebCore/bindings/js/JSErrorHandler.cpp
+       Source/WebCore/bindings/js/JSErrorHandler.h
+       Source/WebCore/bindings/js/JSEventCustom.cpp
+       Source/WebCore/bindings/js/JSFetchHeadersCustom.cpp
+       Source/WebCore/bindings/js/JSFileReaderCustom.cpp
+       Source/WebCore/bindings/js/JSHTMLFrameElementCustom.cpp
+       Source/WebCore/bindings/js/JSHTMLSelectElementCustom.h
+       Source/WebCore/bindings/js/JSHTMLTemplateElementCustom.cpp
+       Source/WebCore/bindings/js/JSHistoryCustom.cpp
+       Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp
+       Source/WebCore/bindings/js/JSMessageEventCustom.cpp
+       Source/WebCore/bindings/js/JSMessagePortCustom.h
+       Source/WebCore/bindings/js/JSMutationObserverCustom.cpp
+       Source/WebCore/bindings/js/JSPerformanceEntryCustom.cpp
+       Source/WebCore/bindings/js/JSPopStateEventCustom.cpp
+       Source/WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp
+       Source/WebCore/bindings/js/JSSQLTransactionCustom.cpp
+       Source/WebCore/bindings/js/JSXMLHttpRequestCustom.cpp
+       Source/WebCore/bindings/js/JSXSLTProcessorCustom.cpp
+       Source/WebCore/bindings/js/ScriptCachedFrameData.cpp
+       Source/WebCore/bindings/js/ScriptCachedFrameData.h
+       Source/WebCore/bindings/js/ScriptGlobalObject.cpp
+       Source/WebCore/bindings/js/ScriptGlobalObject.h
+       Source/WebCore/bindings/js/ScriptSourceCode.h
+       Source/WebCore/bindings/js/ScriptState.cpp
+       Source/WebCore/bindings/js/ScriptState.h
+       Source/WebCore/bindings/js/ScriptWrappable.h
+       Source/WebCore/bindings/js/ScriptWrappableInlines.h
+       Source/WebCore/bindings/js/WebCoreBuiltinNames.h
+       Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp
+       Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h
+       Source/WebCore/bindings/js/WebCoreJSBuiltins.cpp
+       Source/WebCore/bindings/js/WebCoreJSBuiltins.h
+       Source/WebCore/css/CSSAspectRatioValue.cpp
+       Source/WebCore/css/CSSAspectRatioValue.h
+       Source/WebCore/css/CSSCalculationValue.cpp
+       Source/WebCore/css/CSSCalculationValue.h
+       Source/WebCore/css/CSSFontFaceLoadEvent.cpp
+       Source/WebCore/css/CSSFontFaceLoadEvent.h
+       Source/WebCore/css/CSSFontFaceLoadEvent.idl
+       Source/WebCore/css/CSSGridLineNamesValue.cpp
+       Source/WebCore/css/CSSGridLineNamesValue.h
+       Source/WebCore/css/CSSGridTemplateAreasValue.cpp
+       Source/WebCore/css/CSSGridTemplateAreasValue.h
+       Source/WebCore/css/CSSKeyframeRule.idl
+       Source/WebCore/css/CSSKeyframesRule.idl
+       Source/WebCore/css/CSSOMUtils.cpp
+       Source/WebCore/css/CSSOMUtils.h
+       Source/WebCore/css/CSSPropertySourceData.cpp
+       Source/WebCore/css/CSSPropertySourceData.h
+       Source/WebCore/css/CSSSupportsRule.cpp
+       Source/WebCore/css/CSSSupportsRule.h
+       Source/WebCore/css/CSSSupportsRule.idl
+       Source/WebCore/css/CSSToLengthConversionData.cpp
+       Source/WebCore/css/CSSToLengthConversionData.h
+       Source/WebCore/css/DOMWindowCSS.cpp
+       Source/WebCore/css/DOMWindowCSS.h
+       Source/WebCore/css/DOMWindowCSS.idl
+       Source/WebCore/css/FontLoader.idl
+       Source/WebCore/css/WebKitCSSTransformValue.idl
+       Source/WebCore/css/themeWin.css
+       Source/WebCore/css/themeWinQuirks.css
+       Source/WebCore/dom/ChildListMutationScope.cpp
+       Source/WebCore/dom/ChildListMutationScope.h
+       Source/WebCore/dom/ClassCollection.cpp
+       Source/WebCore/dom/ClassCollection.h
+       Source/WebCore/dom/CurrentScriptIncrementer.h
+       Source/WebCore/dom/DOMCoreException.cpp
+       Source/WebCore/dom/DOMCoreException.h
+       Source/WebCore/dom/DOMCoreException.idl
+       Source/WebCore/dom/DOMError.idl
+       Source/WebCore/dom/DOMTimeStamp.h
+       Source/WebCore/dom/DataTransfer.idl
+       Source/WebCore/dom/DataTransferItem.cpp
+       Source/WebCore/dom/DataTransferItem.h
+       Source/WebCore/dom/DataTransferItem.idl
+       Source/WebCore/dom/DataTransferItemList.h
+       Source/WebCore/dom/DataTransferItemList.idl
+       Source/WebCore/dom/DocumentMarker.cpp
+       Source/WebCore/dom/DocumentOrderedMap.cpp
+       Source/WebCore/dom/DocumentOrderedMap.h
+       Source/WebCore/dom/ElementRareData.cpp
+       Source/WebCore/dom/ErrorEvent.cpp
+       Source/WebCore/dom/ErrorEvent.h
+       Source/WebCore/dom/ErrorEvent.idl
+       Source/WebCore/dom/EventException.h
+       Source/WebCore/dom/EventException.idl
+       Source/WebCore/dom/ExceptionBase.cpp
+       Source/WebCore/dom/ExceptionBase.h
+       Source/WebCore/dom/ExceptionCodePlaceholder.cpp
+       Source/WebCore/dom/ExceptionCodePlaceholder.h
+       Source/WebCore/dom/IconURL.h
+       Source/WebCore/dom/MessagePortChannel.cpp
+       Source/WebCore/dom/MessagePortChannel.h
+       Source/WebCore/dom/MutationCallback.h
+       Source/WebCore/dom/MutationObserver.cpp
+       Source/WebCore/dom/MutationObserver.h
+       Source/WebCore/dom/MutationObserver.idl
+       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/MutationRecord.idl
+       Source/WebCore/dom/NodeRareData.cpp
+       Source/WebCore/dom/RequestAnimationFrameCallback.h
+       Source/WebCore/dom/RequestAnimationFrameCallback.idl
+       Source/WebCore/dom/ScopedEventQueue.cpp
+       Source/WebCore/dom/ScopedEventQueue.h
+       Source/WebCore/dom/StaticNodeList.cpp
+       Source/WebCore/dom/StaticNodeList.h
+       Source/WebCore/dom/StringCallback.cpp
+       Source/WebCore/dom/StringCallback.h
+       Source/WebCore/dom/StringCallback.idl
+       Source/WebCore/dom/TreeDepthLimit.h
+       Source/WebCore/dom/default/*
+       Source/WebCore/dom/make_dom_exceptions.pl
+       Source/WebCore/dom/make_event_factory.pl
+       Source/WebCore/dom/make_names.pl
+       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/SmartReplace.cpp
+       Source/WebCore/editing/SmartReplace.h
+       Source/WebCore/editing/SmartReplaceCF.cpp
+       Source/WebCore/editing/SurroundingText.cpp
+       Source/WebCore/editing/SurroundingText.h
+       Source/WebCore/editing/UndoStep.h
+       Source/WebCore/extract-localizable-strings.pl
+       Source/WebCore/fileapi/AsyncFileStream.cpp
+       Source/WebCore/fileapi/AsyncFileStream.h
+       Source/WebCore/fileapi/Blob.cpp
+       Source/WebCore/fileapi/Blob.h
+       Source/WebCore/fileapi/Blob.idl
+       Source/WebCore/fileapi/BlobURL.cpp
+       Source/WebCore/fileapi/BlobURL.h
+       Source/WebCore/fileapi/FileError.h
+       Source/WebCore/fileapi/FileError.idl
+       Source/WebCore/fileapi/FileException.cpp
+       Source/WebCore/fileapi/FileException.h
+       Source/WebCore/fileapi/FileException.idl
+       Source/WebCore/fileapi/FileReader.cpp
+       Source/WebCore/fileapi/FileReader.h
+       Source/WebCore/fileapi/FileReader.idl
+       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/FileReaderSync.idl
+       Source/WebCore/fileapi/ThreadableBlobRegistry.cpp
+       Source/WebCore/fileapi/ThreadableBlobRegistry.h
+       Source/WebCore/fileapi/WebKitBlobBuilder.cpp
+       Source/WebCore/fileapi/WebKitBlobBuilder.h
+       Source/WebCore/history/CachedFramePlatformData.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/DOMFormData.idl
+       Source/WebCore/html/DateInputType.cpp
+       Source/WebCore/html/DateInputType.h
+       Source/WebCore/html/DateTimeInputType.cpp
+       Source/WebCore/html/DateTimeInputType.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/HTMLDataListElement.idl
+       Source/WebCore/html/HTMLElementsAllInOne.cpp
+       Source/WebCore/html/HTMLKeygenElement.idl
+       Source/WebCore/html/HTMLOutputElement.cpp
+       Source/WebCore/html/HTMLOutputElement.h
+       Source/WebCore/html/HTMLTableRowsCollection.cpp
+       Source/WebCore/html/HTMLTableRowsCollection.h
+       Source/WebCore/html/HTMLTemplateElement.cpp
+       Source/WebCore/html/HTMLTemplateElement.h
+       Source/WebCore/html/HTMLTemplateElement.idl
+       Source/WebCore/html/HTMLUnknownElement.h
+       Source/WebCore/html/HTMLUnknownElement.idl
+       Source/WebCore/html/HiddenInputType.cpp
+       Source/WebCore/html/HiddenInputType.h
+       Source/WebCore/html/ImageData.cpp
+       Source/WebCore/html/ImageData.h
+       Source/WebCore/html/ImageData.idl
+       Source/WebCore/html/ImageInputType.h
+       Source/WebCore/html/InputType.h
+       Source/WebCore/html/LabelableElement.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/forms/*
+       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/MediaControlElementTypes.cpp
+       Source/WebCore/html/shadow/MediaControlElementTypes.h
+       Source/WebCore/html/shadow/MediaControlElements.cpp
+       Source/WebCore/html/shadow/MediaControlElements.h
+       Source/WebCore/html/shadow/MeterShadowElement.cpp
+       Source/WebCore/html/shadow/MeterShadowElement.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/VTTScanner.cpp
+       Source/WebCore/html/track/VTTScanner.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/CommandLineAPIHost.cpp
+       Source/WebCore/inspector/CommandLineAPIHost.h
+       Source/WebCore/inspector/CommandLineAPIHost.idl
+       Source/WebCore/inspector/CommandLineAPIModuleSource.js
+       Source/WebCore/inspector/DOMEditor.cpp
+       Source/WebCore/inspector/DOMEditor.h
+       Source/WebCore/inspector/DOMPatchSupport.cpp
+       Source/WebCore/inspector/DOMPatchSupport.h
+       Source/WebCore/inspector/InspectorClient.cpp
+       Source/WebCore/inspector/InspectorConsoleInstrumentation.h
+       Source/WebCore/inspector/InspectorController.cpp
+       Source/WebCore/inspector/InspectorController.h
+       Source/WebCore/inspector/InspectorDOMAgent.cpp
+       Source/WebCore/inspector/InspectorDOMAgent.h
+       Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp
+       Source/WebCore/inspector/InspectorDOMDebuggerAgent.h
+       Source/WebCore/inspector/InspectorDOMStorageAgent.cpp
+       Source/WebCore/inspector/InspectorDOMStorageAgent.h
+       Source/WebCore/inspector/InspectorDatabaseAgent.cpp
+       Source/WebCore/inspector/InspectorDatabaseAgent.h
+       Source/WebCore/inspector/InspectorDatabaseResource.cpp
+       Source/WebCore/inspector/InspectorDatabaseResource.h
+       Source/WebCore/inspector/InspectorFrontendClient.h
+       Source/WebCore/inspector/InspectorFrontendClientLocal.cpp
+       Source/WebCore/inspector/InspectorFrontendClientLocal.h
+       Source/WebCore/inspector/InspectorFrontendHost.cpp
+       Source/WebCore/inspector/InspectorFrontendHost.h
+       Source/WebCore/inspector/InspectorFrontendHost.idl
+       Source/WebCore/inspector/InspectorHistory.cpp
+       Source/WebCore/inspector/InspectorHistory.h
+       Source/WebCore/inspector/InspectorIndexedDBAgent.cpp
+       Source/WebCore/inspector/InspectorIndexedDBAgent.h
+       Source/WebCore/inspector/InspectorInstrumentation.cpp
+       Source/WebCore/inspector/InspectorInstrumentation.h
+       Source/WebCore/inspector/InspectorInstrumentationCookie.cpp
+       Source/WebCore/inspector/InspectorInstrumentationCookie.h
+       Source/WebCore/inspector/InspectorLayerTreeAgent.cpp
+       Source/WebCore/inspector/InspectorLayerTreeAgent.h
+       Source/WebCore/inspector/InspectorNetworkAgent.cpp
+       Source/WebCore/inspector/InspectorNetworkAgent.h
+       Source/WebCore/inspector/InspectorNodeFinder.cpp
+       Source/WebCore/inspector/InspectorNodeFinder.h
+       Source/WebCore/inspector/InspectorOverlay.cpp
+       Source/WebCore/inspector/InspectorOverlay.h
+       Source/WebCore/inspector/InspectorOverlayPage.html
+       Source/WebCore/inspector/InspectorPageAgent.cpp
+       Source/WebCore/inspector/InspectorPageAgent.h
+       Source/WebCore/inspector/InspectorTimelineAgent.cpp
+       Source/WebCore/inspector/InspectorTimelineAgent.h
+       Source/WebCore/inspector/InstrumentingAgents.cpp
+       Source/WebCore/inspector/InstrumentingAgents.h
+       Source/WebCore/inspector/PageConsoleAgent.cpp
+       Source/WebCore/inspector/PageConsoleAgent.h
+       Source/WebCore/inspector/PageDebuggerAgent.cpp
+       Source/WebCore/inspector/PageDebuggerAgent.h
+       Source/WebCore/inspector/PageRuntimeAgent.cpp
+       Source/WebCore/inspector/PageRuntimeAgent.h
+       Source/WebCore/inspector/TimelineRecordFactory.cpp
+       Source/WebCore/inspector/TimelineRecordFactory.h
+       Source/WebCore/loader/DocumentLoader.cpp
+       Source/WebCore/loader/DocumentLoader.h
+       Source/WebCore/loader/DocumentThreadableLoader.cpp
+       Source/WebCore/loader/DocumentThreadableLoader.h
+       Source/WebCore/loader/DocumentWriter.cpp
+       Source/WebCore/loader/DocumentWriter.h
+       Source/WebCore/loader/FormState.cpp
+       Source/WebCore/loader/FormState.h
+       Source/WebCore/loader/FormSubmission.cpp
+       Source/WebCore/loader/FormSubmission.h
+       Source/WebCore/loader/FrameLoadRequest.cpp
+       Source/WebCore/loader/FrameLoader.cpp
+       Source/WebCore/loader/FrameLoader.h
+       Source/WebCore/loader/FrameLoaderClient.h
+       Source/WebCore/loader/FrameLoaderStateMachine.cpp
+       Source/WebCore/loader/FrameLoaderStateMachine.h
+       Source/WebCore/loader/FrameLoaderTypes.h
+       Source/WebCore/loader/HistoryController.cpp
+       Source/WebCore/loader/HistoryController.h
+       Source/WebCore/loader/LinkLoader.cpp
+       Source/WebCore/loader/LinkLoader.h
+       Source/WebCore/loader/LinkLoaderClient.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/PingLoader.cpp
+       Source/WebCore/loader/PingLoader.h
+       Source/WebCore/loader/PolicyCallback.cpp
+       Source/WebCore/loader/PolicyCallback.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/ResourceLoaderOptions.h
+       Source/WebCore/loader/SubframeLoader.cpp
+       Source/WebCore/loader/SubframeLoader.h
+       Source/WebCore/loader/SubresourceLoader.cpp
+       Source/WebCore/loader/SubresourceLoader.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/*
+       Source/WebCore/loader/icon/IconController.cpp
+       Source/WebCore/loader/icon/IconController.h
+       Source/WebCore/loader/icon/IconDatabaseClient.h
+       Source/WebCore/loader/icon/IconRecord.cpp
+       Source/WebCore/loader/icon/IconRecord.h
+       Source/WebCore/loader/icon/PageURLRecord.cpp
+       Source/WebCore/loader/icon/PageURLRecord.h
+       Source/WebCore/page/BarProp.cpp
+       Source/WebCore/page/BarProp.h
+       Source/WebCore/page/BarProp.idl
+       Source/WebCore/page/ContextMenuProvider.h
+       Source/WebCore/page/Crypto.cpp
+       Source/WebCore/page/Crypto.h
+       Source/WebCore/page/Crypto.idl
+       Source/WebCore/page/DOMSelection.cpp
+       Source/WebCore/page/DOMSelection.h
+       Source/WebCore/page/DOMSelection.idl
+       Source/WebCore/page/EventSource.cpp
+       Source/WebCore/page/EventSource.h
+       Source/WebCore/page/EventSource.idl
+       Source/WebCore/page/GestureTapHighlighter.h
+       Source/WebCore/page/Location.cpp
+       Source/WebCore/page/Location.h
+       Source/WebCore/page/Location.idl
+       Source/WebCore/page/OriginAccessEntry.cpp
+       Source/WebCore/page/OriginAccessEntry.h
+       Source/WebCore/page/PageConsoleClient.cpp
+       Source/WebCore/page/PageConsoleClient.h
+       Source/WebCore/page/PageSerializer.cpp
+       Source/WebCore/page/PageVisibilityState.cpp
+       Source/WebCore/page/PageVisibilityState.h
+       Source/WebCore/page/Performance.cpp
+       Source/WebCore/page/Performance.h
+       Source/WebCore/page/Performance.idl
+       Source/WebCore/page/PerformanceEntry.cpp
+       Source/WebCore/page/PerformanceEntry.h
+       Source/WebCore/page/PerformanceEntry.idl
+       Source/WebCore/page/PerformanceEntryList.cpp
+       Source/WebCore/page/PerformanceEntryList.h
+       Source/WebCore/page/PerformanceEntryList.idl
+       Source/WebCore/page/PerformanceNavigation.cpp
+       Source/WebCore/page/PerformanceNavigation.h
+       Source/WebCore/page/PerformanceNavigation.idl
+       Source/WebCore/page/PerformanceResourceTiming.cpp
+       Source/WebCore/page/PerformanceResourceTiming.h
+       Source/WebCore/page/PerformanceResourceTiming.idl
+       Source/WebCore/page/PerformanceTiming.cpp
+       Source/WebCore/page/PerformanceTiming.h
+       Source/WebCore/page/PerformanceTiming.idl
+       Source/WebCore/page/Screen.cpp
+       Source/WebCore/page/Screen.h
+       Source/WebCore/page/Screen.idl
+       Source/WebCore/page/SecurityOrigin.cpp
+       Source/WebCore/page/SecurityOrigin.h
+       Source/WebCore/page/SecurityOriginHash.h
+       Source/WebCore/page/SecurityPolicy.cpp
+       Source/WebCore/page/SecurityPolicy.h
+       Source/WebCore/page/WheelEventTestTrigger.cpp
+       Source/WebCore/page/WheelEventTestTrigger.h
+       Source/WebCore/page/WindowFeatures.h
+       Source/WebCore/page/WorkerNavigator.idl
+       Source/WebCore/page/animation/*
+       Source/WebCore/page/qt/GestureTapHighlighter.cpp
+       Source/WebCore/platform/CalculationValue.cpp
+       Source/WebCore/platform/CalculationValue.h
+       Source/WebCore/platform/ColorChooser.h
+       Source/WebCore/platform/ColorChooserClient.h
+       Source/WebCore/platform/CrossThreadCopier.cpp
+       Source/WebCore/platform/CrossThreadCopier.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/FileChooser.cpp
+       Source/WebCore/platform/FileChooser.h
+       Source/WebCore/platform/FileMetadata.h
+       Source/WebCore/platform/FileStream.cpp
+       Source/WebCore/platform/FileStream.h
+       Source/WebCore/platform/FileStreamClient.h
+       Source/WebCore/platform/FileSystem.h
+       Source/WebCore/platform/FloatConversion.h
+       Source/WebCore/platform/LayoutUnit.h
+       Source/WebCore/platform/ReferrerPolicy.h
+       Source/WebCore/platform/ScrollAnimator.cpp
+       Source/WebCore/platform/ScrollAnimator.h
+       Source/WebCore/platform/ScrollAnimatorSmooth.cpp
+       Source/WebCore/platform/ScrollAnimatorSmooth.h
+       Source/WebCore/platform/ScrollableArea.cpp
+       Source/WebCore/platform/SharedBufferChunkReader.cpp
+       Source/WebCore/platform/SharedBufferChunkReader.h
+       Source/WebCore/platform/UUID.cpp
+       Source/WebCore/platform/UUID.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/AudioDSPKernel.h
+       Source/WebCore/platform/audio/AudioDSPKernelProcessor.cpp
+       Source/WebCore/platform/audio/AudioDSPKernelProcessor.h
+       Source/WebCore/platform/audio/AudioDestination.h
+       Source/WebCore/platform/audio/AudioDestinationConsumer.h
+       Source/WebCore/platform/audio/AudioFIFO.cpp
+       Source/WebCore/platform/audio/AudioFIFO.h
+       Source/WebCore/platform/audio/AudioFileReader.h
+       Source/WebCore/platform/audio/AudioIOCallback.h
+       Source/WebCore/platform/audio/AudioProcessor.h
+       Source/WebCore/platform/audio/AudioPullFIFO.cpp
+       Source/WebCore/platform/audio/AudioPullFIFO.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/cf/*
+       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/FontCascadeFonts.cpp
+       Source/WebCore/platform/graphics/FontDescription.cpp
+       Source/WebCore/platform/graphics/GeneratedImage.cpp
+       Source/WebCore/platform/graphics/Glyph.h
+       Source/WebCore/platform/graphics/GlyphBuffer.h
+       Source/WebCore/platform/graphics/GlyphMetricsMap.h
+       Source/WebCore/platform/graphics/GlyphPage.h
+       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/StringTruncator.cpp
+       Source/WebCore/platform/graphics/StringTruncator.h
+       Source/WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp
+       Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp
+       Source/WebCore/platform/graphics/gpu/*
+       Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.cpp
+       Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.h
+       Source/WebCore/platform/graphics/gstreamer/SourceBufferPrivateGStreamer.cpp
+       Source/WebCore/platform/graphics/gstreamer/SourceBufferPrivateGStreamer.h
+       Source/WebCore/platform/graphics/harfbuzz/*
+       Source/WebCore/platform/image-decoders/bmp/*
+       Source/WebCore/platform/image-decoders/ico/*
+       Source/WebCore/platform/image-decoders/webp/*
+       Source/WebCore/platform/image-encoders/PNGImageEncoder.cpp
+       Source/WebCore/platform/mediastream/MediaConstraints.h
+       Source/WebCore/platform/mediastream/MediaStreamPrivate.cpp
+       Source/WebCore/platform/mediastream/MediaStreamPrivate.h
+       Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.cpp
+       Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.h
+       Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.cpp
+       Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.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/RTCStatsRequest.h
+       Source/WebCore/platform/mediastream/RTCVoidRequest.h
+       Source/WebCore/platform/mediastream/RealtimeMediaSource.cpp
+       Source/WebCore/platform/mediastream/RealtimeMediaSource.h
+       Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.cpp
+       Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.h
+       Source/WebCore/platform/mediastream/RealtimeMediaSourceSettings.cpp
+       Source/WebCore/platform/mediastream/RealtimeMediaSourceSupportedConstraints.h
+       Source/WebCore/platform/mediastream/openwebrtc/*
+       Source/WebCore/platform/mock/GeolocationClientMock.cpp
+       Source/WebCore/platform/mock/GeolocationClientMock.h
+       Source/WebCore/platform/mock/MockRealtimeAudioSource.cpp
+       Source/WebCore/platform/mock/MockRealtimeAudioSource.h
+       Source/WebCore/platform/mock/MockRealtimeMediaSource.cpp
+       Source/WebCore/platform/mock/MockRealtimeMediaSource.h
+       Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp
+       Source/WebCore/platform/mock/MockRealtimeVideoSource.h
+       Source/WebCore/platform/mock/ScrollAnimatorMock.cpp
+       Source/WebCore/platform/mock/ScrollAnimatorMock.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/HTTPParsers.cpp
+       Source/WebCore/platform/network/HTTPParsers.h
+       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/SocketStreamErrorBase.cpp
+       Source/WebCore/platform/network/SocketStreamErrorBase.h
+       Source/WebCore/platform/network/SocketStreamHandleBase.cpp
+       Source/WebCore/platform/network/SocketStreamHandleBase.h
+       Source/WebCore/platform/network/SocketStreamHandleClient.h
+       Source/WebCore/platform/network/create-http-header-name-table
+       Source/WebCore/platform/network/qt/SocketStreamError.h
+       Source/WebCore/platform/network/qt/SocketStreamHandle.h
+       Source/WebCore/platform/network/qt/SocketStreamHandlePrivate.h
+       Source/WebCore/platform/network/qt/SocketStreamHandleQt.cpp
+       Source/WebCore/platform/posix/FileSystemPOSIX.cpp
+       Source/WebCore/platform/qt/FileSystemQt.cpp
+       Source/WebCore/platform/qt/PlatformScreenQt.cpp
+       Source/WebCore/platform/sql/SQLValue.cpp
+       Source/WebCore/platform/sql/SQLValue.h
+       Source/WebCore/platform/sql/SQLiteAuthorizer.cpp
+       Source/WebCore/platform/sql/SQLiteFileSystem.cpp
+       Source/WebCore/platform/sql/SQLiteFileSystem.h
+       Source/WebCore/platform/text/DecodeEscapeSequences.h
+       Source/WebCore/platform/text/LineEnding.cpp
+       Source/WebCore/platform/text/LineEnding.h
+       Source/WebCore/platform/text/LocaleICU.cpp
+       Source/WebCore/platform/text/LocaleICU.h
+       Source/WebCore/platform/text/LocaleToScriptMapping.h
+       Source/WebCore/platform/text/LocaleToScriptMappingDefault.cpp
+       Source/WebCore/platform/text/LocaleToScriptMappingICU.cpp
+       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/TextEncodingDetector.h
+       Source/WebCore/platform/text/TextEncodingDetectorICU.cpp
+       Source/WebCore/platform/text/TextEncodingDetectorNone.cpp
+       Source/WebCore/platform/text/WritingMode.h
+       Source/WebCore/platform/win/FileSystemWin.cpp
+       Source/WebCore/platform/win/GDIObjectCounter.cpp
+       Source/WebCore/platform/win/GDIObjectCounter.h
+       Source/WebCore/platform/win/SharedBufferWin.cpp
+       Source/WebCore/platform/win/WindowMessageBroadcaster.cpp
+       Source/WebCore/platform/win/WindowMessageBroadcaster.h
+       Source/WebCore/platform/win/WindowMessageListener.h
+       Source/WebCore/plugins/npruntime.h
+       Source/WebCore/rendering/OrderIterator.cpp
+       Source/WebCore/rendering/OrderIterator.h
+       Source/WebCore/rendering/RenderFlexibleBox.cpp
+       Source/WebCore/rendering/RenderFlexibleBox.h
+       Source/WebCore/rendering/RenderLineBoxList.cpp
+       Source/WebCore/rendering/RenderLineBoxList.h
+       Source/WebCore/rendering/RenderListBox.cpp
+       Source/WebCore/rendering/RenderListBox.h
+       Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.cpp
+       Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.h
+       Source/WebCore/rendering/RenderReplica.cpp
+       Source/WebCore/rendering/RenderReplica.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/GridCoordinate.h
+       Source/WebCore/rendering/style/GridLength.h
+       Source/WebCore/rendering/style/GridPosition.h
+       Source/WebCore/rendering/style/GridResolvedPosition.cpp
+       Source/WebCore/rendering/style/GridResolvedPosition.h
+       Source/WebCore/rendering/style/GridTrackSize.h
+       Source/WebCore/rendering/style/StyleGridItemData.cpp
+       Source/WebCore/rendering/style/StyleGridItemData.h
+       Source/WebCore/rendering/svg/RenderSVGModelObject.cpp
+       Source/WebCore/rendering/svg/RenderSVGModelObject.h
+       Source/WebCore/storage/StorageEventDispatcher.h
+       Source/WebCore/svg/SVGException.cpp
+       Source/WebCore/svg/graphics/SVGImageClients.h
+       Source/WebCore/testing/MemoryInfo.h
+       Source/WebCore/testing/MemoryInfo.idl
+       Source/WebCore/workers/AbstractWorker.cpp
+       Source/WebCore/workers/AbstractWorker.h
+       Source/WebCore/workers/AbstractWorker.idl
+       Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp
+       Source/WebCore/workers/DedicatedWorkerGlobalScope.h
+       Source/WebCore/workers/DedicatedWorkerGlobalScope.idl
+       Source/WebCore/workers/DedicatedWorkerThread.cpp
+       Source/WebCore/workers/DedicatedWorkerThread.h
+       Source/WebCore/workers/WorkerGlobalScopeProxy.h
+       Source/WebCore/workers/WorkerLoaderProxy.h
+       Source/WebCore/workers/WorkerLocation.idl
+       Source/WebCore/workers/WorkerObjectProxy.h
+       Source/WebCore/workers/WorkerReportingProxy.h
+       Source/WebCore/workers/WorkerRunLoop.cpp
+       Source/WebCore/workers/WorkerRunLoop.h
+       Source/WebCore/xml/XMLHttpRequest.idl
+       Source/WebCore/xml/XMLHttpRequestEventTarget.idl
+       Source/WebCore/xml/XMLHttpRequestUpload.idl
+       Source/WebCore/xml/XPathException.cpp
+       Source/WebCore/xml/XPathException.h
+       Source/WebCore/xml/XPathException.idl
+       Source/WebCore/xml/XSLTProcessor.idl
+       Source/WebCore/xml/XSLTUnicodeSort.cpp
+       Source/WebCore/xml/XSLTUnicodeSort.h
+Copyright: 2010, 2012 Google Inc
+           2009-2010, Adam Barth
+           2012-2014, Adobe Systems Incorporated
+           2006, Alexey Proskuryakov <ap@webkit.org>
+           2007-2008, Alp Toker <alp@atoker.com>
+           2003-2016, Apple Inc
+           2004, Apple Inc. and The Mozilla Foundation
+           2013, Cable Television Labs, Inc
+           2009, Cameron McCormack <cam@mcc.id.au>
+           2015-2016, Canon Inc
+           2011, Code Aurora Forum
+           2008, Collabora, Ltd
+           2011, Daniel Bates <dbates@intudata.com>
+           2007, David Smith <catfish.man@gmail.com>
+           2009-2015, Ericsson AB
+           2006-2013, Google Inc
+           2007, Graham Dennis <graham.dennis@gmail.com>
+           2007-2008, Holger Hans Peter Freyther
+           2013-2016, Igalia S.L
+           2012, Intel Corporation
+           2009, Joseph Pecoraro
+           2009, Julien Chaffraix <jchaffraix@webkit.org>
+           2011, Kris Jordan <krisjordan@gmail.com>
+           2008, Matt Lilek <webkit@mattlilek.com>
+           2015, Metrological
+           2006, Michael Emmel <mike.emmel@gmail.com>
+           2012, Motorola Mobility Inc
+           2007, Nicholas Shanks <webkit@nickshanks.com>
+           2008-2013, Nokia Corporation and/or its subsidiary(-ies)
+           2008, Nuanti Ltd
+           2013-2014, Opera Software ASA
+           2013, Orange
+           2010, Patrick Gansterer <paroga@paroga.com>
+           2015, Roopesh Chander <roop@roopc.net>
+           2012-2013, Samsung Electronics
+           2006, Samuel Weinig <sam.weinig@gmail.com>
+           2014, Sebastian Dröge <sebastian@centricular.com>
+           2010, Sencha, Inc
+           2013, Seokju Kwon <seokju.kwon@gmail.com>
+           2007, Staikos Computing Services Inc
+           2008, Tony Chang <idealisms@gmail.com>
+           2007-2009, Torch Mobile, Inc. (http://www.torchmobile.com/)
+           2014, University of Washington
+           2013, Xidorn Quan <quanxunzhen@gmail.com>
+License: BSD-3-clause
+
+Files: Source/WebCore/platform/image-decoders/gif/GIFImageReader.cpp
+       Source/WebCore/platform/image-decoders/gif/GIFImageReader.h
+       Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
+       Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp
+       Source/WebCore/plugins/npapi.h
+       Source/WebCore/plugins/nptypes.h
+       Source/WebCore/rendering/RenderLayer.cpp
+       Source/WebCore/rendering/RenderLayer.h
+       Source/WebCore/rendering/RenderMarquee.cpp
+       Source/WebCore/rendering/RenderMarquee.h
+       Source/WebCore/rendering/ScrollBehavior.cpp
+       Source/WebCore/rendering/ScrollBehavior.h
+Copyright: 2003-2016, Apple Inc
+           1998, Netscape Communications Corporation
+           2007-2009, Torch Mobile, Inc. (http://www.torchmobile.com/)
+           2001-2006, mozilla.org
+License: LGPL-2.1+ or MPL-1.1
+
+Files: Source/WebCore/bridge/npruntime_internal.h
+       Source/WebCore/platform/graphics/OpenGLShims.cpp
+       Source/WebCore/platform/graphics/OpenGLShims.h
+       Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp
+       Source/WebCore/platform/graphics/texmap/coordinated/AreaAllocator.cpp
+       Source/WebCore/platform/graphics/texmap/coordinated/AreaAllocator.h
+Copyright: 2007-2008, Collabora Ltd
+           1991-1999, Free Software Foundation, Inc
+           2011, Igalia S.L
+           2012, Nokia Corporation and/or its subsidiary(-ies)
+           2010, Tieto Corporation
+License: LGPL-2.1+
+
+Files: Source/WebCore/platform/graphics/wayland/WebKitGtkWaylandClientProtocol.xml
+Copyright: 2014, Igalia S.L
+License: MIT-like-Wayland
+
+Files: Source/WebCore/xml/XSLTExtensions.cpp
+Copyright: 2007, Alexey Proskuryakov <ap@webkit.org>
+           2001-2002, Thomas Broyer, Charlie Bozeman and Daniel Veillard
+License: MIT-like-XSLTExtensions
+
+Files: Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm
+Copyright: 2006, Alexey Proskuryakov <ap@webkit.org>
+           2006, Anders Carlsson <andersca@mac.com>
+           2004-2010, Apple Inc
+           2009, Cameron McCormack <cam@mcc.id.au>
+           2010, Google Inc
+           2005-2006, Nikolas Zimmermann <zimmermann@kde.org>
+           2006-2007, Samuel Weinig <sam@webkit.org>
+License: LGPL-2+
+
+Files: Source/WebCore/dom/PseudoElement.cpp
+       Source/WebCore/dom/PseudoElement.h
+       Source/WebCore/dom/RenderedDocumentMarker.h
+       Source/WebCore/dom/ShadowRoot.cpp
+       Source/WebCore/dom/ShadowRoot.h
+       Source/WebCore/dom/TemplateContentDocumentFragment.h
+       Source/WebCore/dom/UserActionElementSet.cpp
+       Source/WebCore/dom/UserActionElementSet.h
+Copyright: 2013-2015, Apple Inc
+           2011-2013, Google Inc
+License: BSD-2-clause
+
+Files: Source/WebCore/html/HTMLDocument.cpp
+Copyright: 1999, Antti Koivisto <koivisto@kde.org>
+           2003-2008, Apple Inc
+           1999, Lars Knoll <knoll@kde.org>
+           2002, Netscape Communications Corporation
+License: LGPL-2+ or MPL-1.1
+
+Files: Source/WebCore/loader/FTPDirectoryParser.cpp
+       Source/WebCore/loader/FTPDirectoryParser.h
+Copyright: 2007-2013, Apple Inc
+           2002, Cyrus Patel <cyp@fb14.uni-mainz.de>
+License: LGPL-2.1
+
+Files: 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: 2003-2010, Apple Inc
+           2002, Dirk Mueller <mueller@kde.org>
+           2002, Lars Knoll <knoll@kde.org>
+License: LGPL-2
+
+Files: Source/WebInspectorUI/Scripts/jsmin.py
+Copyright: 2013, Dave St.Germain
+License: Expat
+
+Files: Source/WebInspectorUI/UserInterface/External/CodeMirror/*
+Copyright: 2015, Marijn Haverbeke <marijnh@gmail.com> and others
+License: Expat
+
+Files: Source/WebInspectorUI/UserInterface/External/ESLint/eslint.js
+Copyright: 2013, Alex Seville <hi@alexanderseville.com>
+           2013, Andrew Eisenberg <andrew@eisenberg.as>
+           2011-2013, Ariya Hidayat <ariya.hidayat@gmail.com>
+           2012, Arpad Borsos <arpad.borsos@googlemail.com>
+           2014, Dan Tao <daniel.tao@gmail.com>
+           2012, Joost-Wim Boekesteijn <joost-wim@boekesteijn.nl>
+           Joyent, Inc. and other Node contributors
+           2012, Kris Kowal <kris.kowal@cixar.com>
+           2012-2013, Mathias Bynens <mathias@qiwi.be>
+           2013, Thaddee Tyl <thaddee.tyl@gmail.com>
+           2012-2014, Yusuke Suzuki <utatane.tea@gmail.com>
+License: BSD-2-clause or Expat
+
+Files: Source/WebInspectorUI/UserInterface/External/Esprima/*
+Copyright: jQuery Foundation, Inc
+License: BSD-2-clause
+
+Files: Source/WebInspectorUI/UserInterface/Images/*
+Copyright: 2014, Andreas Nilsson <nisses.mail@home.se>
+           2014, Andres Gomez <agomez@igalia.com>
+           2014, Barbara Muraus <barbara.muraus@gmail.com>
+           2014, Jakub Steiner <jimmac@gmail.com>
+           2014, Lapo Calamandrei <calamandrei@gmail.com>
+           2014, Nyall Dawson <nyall.dawson@gmail.com>
+           2014, LibreOffice design team
+License: CC-BY-SA-3.0
+
+Files: Source/WebKit/*
+Copyright: 2006, Apple Computer, Inc
+           2004-2015, Apple Inc
+           2013, Cisco Systems, Inc
+           2013, Digia Plc and/or its subsidiary(-ies)
+           2001, Dirk Mueller <mueller@kde.org>
+           2009-2010, Girish Ramakrishnan <girish@forwardbias.in>
+           2010, Google Inc
+           2008-2010, Holger Hans Peter Freyther
+           2009, Jakub Wieczorek <faw217@gmail.com>
+           1998, Lars Knoll <knoll@mpi-hd.mpg.de>
+           2006, Michael Emmel <mike.emmel@gmail.com>
+           2006, Nikolas Zimmermann <zimmermann@kde.org>
+           2008-2012, Nokia Corporation and/or its subsidiary(-ies)
+           2009-2010, Robert Hogan <robert@roberthogan.net>
+           2006, Samuel Weinig <sam.weinig@gmail.com>
+           2007, Staikos Computing Services Inc <info@staikos.net>
+           2015, The Qt Company Ltd
+           2009, Torch Mobile Inc
+           2012, University of Szeged
+           2002, Waldo Bastian <bastian@kde.org>
+           2006, Zack Rusin <zack@kde.org>
+License: LGPL-2+
+
+Files: Source/WebKit/Storage/*
+       Source/WebKit/WebCoreSupport/WebViewGroup.cpp
+       Source/WebKit/WebCoreSupport/WebViewGroup.h
+       Source/WebKit/mac/*
+       Source/WebKit/qt/Api/qwebfullscreenrequest.cpp
+       Source/WebKit/qt/Api/qwebfullscreenrequest.h
+       Source/WebKit/qt/Plugins/*
+       Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h
+       Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.h
+       Source/WebKit/qt/WebCoreSupport/DragClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/DragClientQt.h
+       Source/WebKit/qt/WebCoreSupport/EditorClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/EditorClientQt.h
+       Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
+       Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h
+       Source/WebKit/qt/WebCoreSupport/HistorySerialization.cpp
+       Source/WebKit/qt/WebCoreSupport/HistorySerialization.h
+       Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.h
+       Source/WebKit/qt/WebCoreSupport/PlatformStrategiesQt.cpp
+       Source/WebKit/qt/WebCoreSupport/PlatformStrategiesQt.h
+       Source/WebKit/qt/WebCoreSupport/ProgressTrackerClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/ProgressTrackerClientQt.h
+       Source/WebKit/qt/WebCoreSupport/QtTestSupport.cpp
+       Source/WebKit/qt/WebCoreSupport/TextCheckerClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/TextCheckerClientQt.h
+       Source/WebKit/qt/WebCoreSupport/VisitedLinkStoreQt.cpp
+       Source/WebKit/qt/WebCoreSupport/VisitedLinkStoreQt.h
+       Source/WebKit/qt/WebCoreSupport/WebDatabaseProviderQt.cpp
+       Source/WebKit/qt/WidgetSupport/FullScreenVideoWidget.cpp
+       Source/WebKit/qt/WidgetSupport/FullScreenVideoWidget.h
+       Source/WebKit/qt/tests/keyeddecoderqt/*
+       Source/WebKit/qt/tests/keyedencoderqt/*
+       Source/WebKit/win/Plugins/PluginDatabase.cpp
+       Source/WebKit/win/Plugins/PluginDatabase.h
+       Source/WebKit/win/Plugins/PluginDatabaseWin.cpp
+       Source/WebKit/win/Plugins/PluginDebug.cpp
+       Source/WebKit/win/Plugins/PluginDebug.h
+       Source/WebKit/win/Plugins/PluginMainThreadScheduler.cpp
+       Source/WebKit/win/Plugins/PluginMainThreadScheduler.h
+       Source/WebKit/win/Plugins/PluginMessageThrottlerWin.cpp
+       Source/WebKit/win/Plugins/PluginMessageThrottlerWin.h
+       Source/WebKit/win/Plugins/PluginPackage.cpp
+       Source/WebKit/win/Plugins/PluginPackage.h
+       Source/WebKit/win/Plugins/PluginPackageWin.cpp
+       Source/WebKit/win/Plugins/PluginStream.cpp
+       Source/WebKit/win/Plugins/PluginStream.h
+       Source/WebKit/win/Plugins/PluginView.cpp
+       Source/WebKit/win/Plugins/PluginView.h
+       Source/WebKit/win/Plugins/PluginViewWin.cpp
+       Source/WebKit/win/Plugins/npapi.cpp
+Copyright: 2011, Andreas Kling <kling@webkit.org>
+           2006, Apple Computer, Inc
+           2005-2015, Apple Inc
+           2008, Collabora Ltd
+           2008, Collabora, Ltd
+           2011, Dawit Alemayehu <adawit@kde.org>
+           2000, Feng Yuan (www.fengyuan.com)
+           2009-2010, Girish Ramakrishnan <girish@forwardbias.in>
+           2008-2009, Holger Hans Peter Freyther
+           2010, INdT - Instituto Nokia de Tecnologia
+           2008, Kevin Ollivier <kevino@theolliviers.com>
+           2016, Konstantin Tokarev <annulen@yandex.ru>
+           2011, Lindsay Mathieson <lindsay.mathieson@gmail.com>
+           2016, Michal Dutkiewicz aka Emdek <michal@emdek.pl>
+           2006, Nikolas Zimmermann <zimmermann@kde.org>
+           2008-2012, Nokia Corporation and/or its subsidiary(-ies)
+           2007, Staikos Computing Services Inc <info@staikos.net>
+           2008-2009, Torch Mobile, Inc
+           2012, University of Szeged
+           2006, Zack Rusin <zack@kde.org>
+License: BSD-2-clause
+
+Files: Source/WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.h
+       Source/WebKit/qt/WebCoreSupport/InitWebCoreQt.cpp
+       Source/WebKit/qt/WebCoreSupport/InitWebCoreQt.h
+       Source/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/InspectorClientQt.h
+       Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp
+       Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h
+       Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.cpp
+       Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h
+       Source/WebKit/scripts/*
+       Source/WebKit/win/Plugins/PluginQuirkSet.h
+Copyright: 2005-2009, Apple Inc
+           2009, Google Inc
+           2011, Hewlett-Packard Development Company, L.P
+           2008, Holger Hans Peter Freyther
+           2009, Julien Chaffraix <jchaffraix@webkit.org>
+           2008-2010, Nokia Corporation and/or its subsidiary(-ies)
+           2009, Robert Hogan <robert@roberthogan.net>
+           2015, The Qt Company Ltd
+           2009, Torch Mobile Inc. (http://www.torchmobile.com/)
+License: BSD-3-clause
+
+Files: Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp
+       Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport_p.h
+       Source/WebKit2/UIProcess/API/qt/tests/qmltests/WebView/tst_webchannel.qml
+Copyright: 2014, Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Milian Wolff <milian.wolff@kdab.com>
+License: GPL-3 or LGPL-2.1
+
+Files: Source/cmake/ECMGenerateHeaders.cmake
+       Source/cmake/ECMGeneratePkgConfigFile.cmake
+       Source/cmake/ECMGeneratePriFile.cmake
+       Source/cmake/ECMPackageConfigHelpers.cmake
+       Source/cmake/FindGObjectIntrospection.cmake
+       Source/cmake/KDEInstallDirs.cmake
+Copyright: 2013-2014, Aleix Pol Gonzalez <aleixpol@kde.org>
+           2014-2015, Alex Merry <alex.merry@kde.org>
+           2006-2013, Alex Neundorf <neundorf@kde.org>
+           2012-2014, David Faure <faure@kde.org>
+           2014, Igalia S.L
+           2006-2007, Laurent Montel <montel@kde.org>
+           2007, Matthias Kretz <kretz@kde.org>
+           2015, Patrick Spendrin <patrick.spendrin@kdab.com>
+           2010, Pino Toscano <pino@kde.org>
+           2013, Stephen Kelly <steveire@gmail.com>
+License: BSD-3-clause
+
+Files: Tools/TestWebKitAPI/Tests/WTF/MD5.cpp
+Copyright: no copyright holder
+License: public-domain
+
+Files: Tools/TestWebKitAPI/Tests/WebKit2Gtk/AccessibilityTestServer.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestAuthentication.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestConsoleMessage.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDOMDOMWindow.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDOMNode.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDOMNodeFilter.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDOMXPathNSResolver.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestEditor.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestFrame.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestMultiprocess.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestPrinting.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebExtensions.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitAccessibility.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitFaviconDatabase.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitFindController.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitUserContentManager.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitVersion.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebContext.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp
+       Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebViewEditor.cpp
+Copyright: 2014, Collabora Ltd
+           2011-2015, Igalia S.L
+           2015, Red Hat Inc
+License: LGPL-2.1+
+
+License: Apache-2
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License, Version 2.0
+ can be found in /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 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 APPLE INC. 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
+ 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: CC-BY-SA-3.0
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+ .
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
+ BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE
+ CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
+ IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
+ .
+ 1. Definitions
+ .
+     a. "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation, derivative work,
+ arrangement of music or other alterations of a literary or artistic work, or
+ phonogram or performance and includes cinematographic adaptations or any other
+ form in which the Work may be recast, transformed, or adapted including in any
+ form recognizably derived from the original, except that a work that
+ constitutes a Collection will not be considered an Adaptation for the purpose
+ of this License. For the avoidance of doubt, where the Work is a musical work,
+ performance or phonogram, the synchronization of the Work in timed-relation
+ with a moving image ("synching") will be considered an Adaptation for the
+ purpose of this License.
+     b. "Collection" means a collection of literary or artistic works, such as
+ encyclopedias and anthologies, or performances, phonograms or broadcasts, or
+ other works or subject matter other than works listed in Section 1(f) below,
+ which, by reason of the selection and arrangement of their contents,
+ constitute intellectual creations, in which the Work is included in its
+ entirety in unmodified form along with one or more other contributions, each
+ constituting separate and independent works in themselves, which together are
+ assembled into a collective whole. A work that constitutes a Collection will
+ not be considered an Adaptation (as defined below) for the purposes of this
+ License.
+     c. "Creative Commons Compatible License" means a license that is listed at
+ https://creativecommons.org/compatiblelicenses that has been approved by
+ Creative Commons as being essentially equivalent to this License, including,
+ at a minimum, because that license: (i) contains terms that have the same
+ purpose, meaning and effect as the License Elements of this License; and, (ii)
+ explicitly permits the relicensing of adaptations of works made available
+ under that license under this License or a Creative Commons jurisdiction
+ license with the same License Elements as this License.
+     d. "Distribute" means to make available to the public the original and
+ copies of the Work or Adaptation, as appropriate, through sale or other
+ transfer of ownership.
+     e. "License Elements" means the following high-level license attributes as
+ selected by Licensor and indicated in the title of this License: Attribution,
+ ShareAlike.
+     f. "Licensor" means the individual, individuals, entity or entities that
+ offer(s) the Work under the terms of this License.
+     g. "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work or if no
+ individual or entity can be identified, the publisher; and in addition (i) in
+ the case of a performance the actors, singers, musicians, dancers, and other
+ persons who act, sing, deliver, declaim, play in, interpret or otherwise
+ perform literary or artistic works or expressions of folklore; (ii) in the
+ case of a phonogram the producer being the person or legal entity who first
+ fixes the sounds of a performance or other sounds; and, (iii) in the case of
+ broadcasts, the organization that transmits the broadcast.
+     h. "Work" means the literary and/or artistic work offered under the terms
+ of this License including without limitation any production in the literary,
+ scientific and artistic domain, whatever may be the mode or form of its
+ expression including digital form, such as a book, pamphlet and other writing;
+ a lecture, address, sermon or other work of the same nature; a dramatic or
+ dramatico-musical work; a choreographic work or entertainment in dumb show; a
+ musical composition with or without words; a cinematographic work to which are
+ assimilated works expressed by a process analogous to cinematography; a work
+ of drawing, painting, architecture, sculpture, engraving or lithography; a
+ photographic work to which are assimilated works expressed by a process
+ analogous to photography; a work of applied art; an illustration, map, plan,
+ sketch or three-dimensional work relative to geography, topography,
+ architecture or science; a performance; a broadcast; a phonogram; a
+ compilation of data to the extent it is protected as a copyrightable work; or
+ a work performed by a variety or circus performer to the extent it is not
+ otherwise considered a literary or artistic work.
+     i. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with respect
+ to the Work, or who has received express permission from the Licensor to
+ exercise rights under this License despite a previous violation.
+     j. "Publicly Perform" means to perform public recitations of the Work and
+ to communicate to the public those public recitations, by any means or
+ process, including by wire or wireless means or public digital performances;
+ to make available to the public Works in such a way that members of the public
+ may access these Works from a place and at a place individually chosen by
+ them; to perform the Work to the public by any means or process and the
+ communication to the public of the performances of the Work, including by
+ public digital performance; to broadcast and rebroadcast the Work by any means
+ including signs, sounds or images.
+     k. "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of fixation and
+ reproducing fixations of the Work, including storage of a protected
+ performance or phonogram in digital form or other electronic medium.
+ .
+ 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit,
+ or restrict any uses free from copyright or rights arising from limitations or
+ exceptions that are provided for in connection with the copyright protection
+ under copyright law or other applicable laws.
+ .
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual
+ (for the duration of the applicable copyright) license to exercise the rights
+ in the Work as stated below:
+ .
+     a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the Collections;
+     b. to create and Reproduce Adaptations provided that any such Adaptation,
+ including any translation in any medium, takes reasonable steps to clearly
+ label, demarcate or otherwise identify that changes were made to the original
+ Work. For example, a translation could be marked "The original work was
+ translated from English to Spanish," or a modification could indicate "The
+ original work has been modified.";
+     c. to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and,
+     d. to Distribute and Publicly Perform Adaptations.
+ .
+     e. For the avoidance of doubt:
+         i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or compulsory
+ licensing scheme cannot be waived, the Licensor reserves the exclusive right
+ to collect such royalties for any exercise by You of the rights granted under
+ this License;
+        ii. Waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or compulsory
+ licensing scheme can be waived, the Licensor waives the exclusive right to
+ collect such royalties for any exercise by You of the rights granted under
+ this License; and,
+       iii. Voluntary License Schemes. The Licensor waives the right to collect
+ royalties, whether individually or, in the event that the Licensor is a member
+ of a collecting society that administers voluntary licensing schemes, via that
+ society, from any exercise by You of the rights granted under this License.
+ .
+ The above rights may be exercised in all media and formats whether now known
+ or hereafter devised. The above rights include the right to make such
+ modifications as are technically necessary to exercise the rights in other
+ media and formats. Subject to Section 8(f), all rights not expressly granted
+ by Licensor are hereby reserved.
+ .
+ 4. Restrictions. The license granted in Section 3 above is expressly made
+ subject to and limited by the following restrictions:
+ .
+     a. You may Distribute or Publicly Perform the Work only under the terms of
+ this License. You must include a copy of, or the Uniform Resource Identifier
+ (URI) for, this License with every copy of the Work You Distribute or Publicly
+ Perform. You may not offer or impose any terms on the Work that restrict the
+ terms of this License or the ability of the recipient of the Work to exercise
+ the rights granted to that recipient under the terms of the License. You may
+ not sublicense the Work. You must keep intact all notices that refer to this
+ License and to the disclaimer of warranties with every copy of the Work You
+ Distribute or Publicly Perform. When You Distribute or Publicly Perform the
+ Work, You may not impose any effective technological measures on the Work that
+ restrict the ability of a recipient of the Work from You to exercise the
+ rights granted to that recipient under the terms of the License. This Section
+ 4(a) applies to the Work as incorporated in a Collection, but this does not
+ require the Collection apart from the Work itself to be made subject to the
+ terms of this License. If You create a Collection, upon notice from any
+ Licensor You must, to the extent practicable, remove from the Collection any
+ credit as required by Section 4(c), as requested. If You create an Adaptation,
+ upon notice from any Licensor You must, to the extent practicable, remove from
+ the Adaptation any credit as required by Section 4(c), as requested.
+     b. You may Distribute or Publicly Perform an Adaptation only under the
+ terms of: (i) this License; (ii) a later version of this License with the same
+ License Elements as this License; (iii) a Creative Commons jurisdiction
+ license (either this or a later license version) that contains the same
+ License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv)
+ a Creative Commons Compatible License. If you license the Adaptation under one
+ of the licenses mentioned in (iv), you must comply with the terms of that
+ license. If you license the Adaptation under the terms of any of the licenses
+ mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply
+ with the terms of the Applicable License generally and the following
+ provisions: (I) You must include a copy of, or the URI for, the Applicable
+ License with every copy of each Adaptation You Distribute or Publicly Perform;
+ (II) You may not offer or impose any terms on the Adaptation that restrict the
+ terms of the Applicable License or the ability of the recipient of the
+ Adaptation to exercise the rights granted to that recipient under the terms of
+ the Applicable License; (III) You must keep intact all notices that refer to
+ the Applicable License and to the disclaimer of warranties with every copy of
+ the Work as included in the Adaptation You Distribute or Publicly Perform;
+ (IV) when You Distribute or Publicly Perform the Adaptation, You may not
+ impose any effective technological measures on the Adaptation that restrict
+ the ability of a recipient of the Adaptation from You to exercise the rights
+ granted to that recipient under the terms of the Applicable License. This
+ Section 4(b) applies to the Adaptation as incorporated in a Collection, but
+ this does not require the Collection apart from the Adaptation itself to be
+ made subject to the terms of the Applicable License.
+     c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to Section
+ 4(a), keep intact all copyright notices for the Work and provide, reasonable
+ to the medium or means You are utilizing: (i) the name of the Original Author
+ (or pseudonym, if applicable) if supplied, and/or if the Original Author
+ and/or Licensor designate another party or parties (e.g., a sponsor institute,
+ publishing entity, journal) for attribution ("Attribution Parties") in
+ Licensor's copyright notice, terms of service or by other reasonable means,
+ the name of such party or parties; (ii) the title of the Work if supplied;
+ (iii) to the extent reasonably practicable, the URI, if any, that Licensor
+ specifies to be associated with the Work, unless such URI does not refer to
+ the copyright notice or licensing information for the Work; and (iv) ,
+ consistent with Ssection 3(b), in the case of an Adaptation, a credit
+ identifying the use of the Work in the Adaptation (e.g., "French translation
+ of the Work by Original Author," or "Screenplay based on original Work by
+ Original Author"). The credit required by this Section 4(c) may be implemented
+ in any reasonable manner; provided, however, that in the case of a Adaptation
+ or Collection, at a minimum such credit will appear, if a credit for all
+ contributing authors of the Adaptation or Collection appears, then as part of
+ these credits and in a manner at least as prominent as the credits for the
+ other contributing authors. For the avoidance of doubt, You may only use the
+ credit required by this Section for the purpose of attribution in the manner
+ set out above and, by exercising Your rights under this License, You may not
+ implicitly or explicitly assert or imply any connection with, sponsorship or
+ endorsement by the Original Author, Licensor and/or Attribution Parties, as
+ appropriate, of You or Your use of the Work, without the separate, express
+ prior written permission of the Original Author, Licensor and/or Attribution
+ Parties.
+     d. Except as otherwise agreed in writing by the Licensor or as may be
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
+ Publicly Perform the Work either by itself or as part of any Adaptations or
+ Collections, You must not distort, mutilate, modify or take other derogatory
+ action in relation to the Work which would be prejudicial to the Original
+ Author's honor or reputation. Licensor agrees that in those jurisdictions
+ (e.g. Japan), in which any exercise of the right granted in Section 3(b) of
+ this License (the right to make Adaptations) would be deemed to be a
+ distortion, mutilation, modification or other derogatory action prejudicial to
+ the Original Author's honor and reputation, the Licensor will waive or not
+ assert, as appropriate, this Section, to the fullest extent permitted by the
+ applicable national law, to enable You to reasonably exercise Your right under
+ Section 3(b) of this License (right to make Adaptations) but not otherwise.
+ .
+ 5. Representations, Warranties and Disclaimer
+ .
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
+ THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
+ CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
+ WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
+ PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER
+ DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
+ DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
+ WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+ .
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,
+ IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY
+ SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT
+ OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF
+ THE POSSIBILITY OF SUCH DAMAGES.
+ .
+ 7. Termination
+ .
+     a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License. Individuals
+ or entities who have received Adaptations or Collections from You under this
+ License, however, will not have their licenses terminated provided such
+ individuals or entities remain in full compliance with those licenses.
+ Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
+     b. Subject to the above terms and conditions, the license granted here is
+ perpetual (for the duration of the applicable copyright in the Work).
+ Notwithstanding the above, Licensor reserves the right to release the Work
+ under different license terms or to stop distributing the Work at any time;
+ provided, however that any such election will not serve to withdraw this
+ License (or any other license that has been, or is required to be, granted
+ under the terms of this License), and this License will continue in full force
+ and effect unless terminated as stated above.
+ .
+ 8. Miscellaneous
+ .
+     a. Each time You Distribute or Publicly Perform the Work or a Collection,
+ the Licensor offers to the recipient a license to the Work on the same terms
+ and conditions as the license granted to You under this License.
+     b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same terms and
+ conditions as the license granted to You under this License.
+     c. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of the
+ remainder of the terms of this License, and without further action by the
+ parties to this agreement, such provision shall be reformed to the minimum
+ extent necessary to make such provision valid and enforceable.
+     d. No term or provision of this License shall be deemed waived and no
+ breach consented to unless such waiver or consent shall be in writing and
+ signed by the party to be charged with such waiver or consent.
+     e. This License constitutes the entire agreement between the parties with
+ respect to the Work licensed here. There are no understandings, agreements or
+ representations with respect to the Work not specified here. Licensor shall
+ not be bound by any additional provisions that may appear in any communication
+ from You. This License may not be modified without the mutual written
+ agreement of the Licensor and You.
+     f. The rights granted under, and the subject matter referenced, in this
+ License were drafted utilizing the terminology of the Berne Convention for the
+ Protection of Literary and Artistic Works (as amended on September 28, 1979),
+ the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO
+ Performances and Phonograms Treaty of 1996 and the Universal Copyright
+ Convention (as revised on July 24, 1971). These rights and subject matter take
+ effect in the relevant jurisdiction in which the License terms are sought to
+ be enforced according to the corresponding provisions of the implementation of
+ those treaty provisions in the applicable national law. If the standard suite
+ of rights granted under applicable copyright law includes additional rights
+ not granted under this License, such additional rights are deemed to be
+ included in the License; this License is not intended to restrict the license
+ of any rights under applicable law.
+
+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.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in /usr/share/common-licenses/GPL-2.
+
+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 version 3 as
+ published by the Free Software Foundation.
+ .
+ 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 GNU General Public
+ License version 3 can be found in /usr/share/common-licenses/GPL-3.
+
+License: GPL-3+ with AutoConf 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 GNU General Public
+ License version 3 can be found in /usr/share/common-licenses/GPL-3.
+ .
+ Under Section 7 of GPL version 3, you are granted additional
+ permissions described in the Autoconf Configure Script Exception,
+ version 3.0, as published by the Free Software Foundation.
+ .
+ The Autoconf Configure Script Exception version 3 is below:
+ .
+            AUTOCONF CONFIGURE SCRIPT EXCEPTION
+            Version 3.0, 18 August 2009
+ .
+ This Exception is an additional permission under section 7 of the GNU
+ General Public License, version 3 ("GPLv3").  It applies to a given
+ file that bears a notice placed by the copyright holder of the file
+ stating that the file is governed by GPLv3 along with this Exception.
+ .
+ The purpose of this Exception is to allow distribution of Autoconf's
+ typical output under terms of the recipient's choice (including
+ proprietary).
+ .
+ 0. Definitions
+ .
+ "Covered Code" is the source or object code of a version of Autoconf
+ that is a covered work under this License.
+ .
+ "Normally Copied Code" for a version of Autoconf means all parts of
+ its Covered Code which that version can copy from its code (i.e., not
+ from its input file) into its minimally verbose, non-debugging and
+ non-tracing output.
+ .
+ "Ineligible Code" is Covered Code that is not Normally Copied Code.
+ .
+ 1. Grant of Additional Permission.
+ .
+ You have permission to propagate output of Autoconf, even if such
+ propagation would otherwise violate the terms of GPLv3.  However, if
+ by modifying Autoconf you cause any Ineligible Code of the version you
+ received to become Normally Copied Code of your modified version, then
+ you void this Exception for the resulting covered work.  If you convey
+ that resulting covered work, you must remove this Exception in accordance
+ with the second paragraph of Section 7 of GPLv3.
+ .
+ 2. No Weakening of Autoconf Copyleft.
+ .
+ The availability of this Exception does not imply any general presumption
+ that third-party software is unaffected by the copyleft requirements of
+ the license of Autoconf.
+
+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 GNU General Public
+ License version 3 can be found in /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.
+ .
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison.
+
+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: ISC-like-dmgfp
+ Permission to use, copy, modify, and distribute this software for any
+ purpose without fee is hereby granted, provided that this entire notice
+ is included in all copies of any software which is or includes a copy
+ or modification of this software and in all copies of the supporting
+ documentation for such software.
+ .
+ THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
+ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+
+License: LGPL-2
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License (LGPL)
+ version 2 as published by the Free Software Foundation.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2 can be found in /usr/share/common-licenses/LGPL-2.
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2 can be found in /usr/share/common-licenses/LGPL-2.
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License 2.1 as published by the Free Software Foundation.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.
+
+License: LGPL-2.1+
+ This library 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 library 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.
+
+License: MIT-like-icu
+ 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, and/or sell copies of the
+ Software, and to permit persons to whom the Software is furnished to do so,
+ provided that the above copyright notice(s) and this permission notice appear
+ in all copies of the Software and that both the above copyright notice(s) and
+ this permission notice appear in supporting documentation.
+ .
+ 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 OF THIRD PARTY RIGHTS. IN
+ NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+ LIABLE FOR ANY CLAIM, OR ANY SPECIAL 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.
+ .
+ Except as contained in this notice, the name of a copyright holder shall not be
+ used in advertising or otherwise to promote the sale, use or other dealings in
+ this Software without prior written authorization of the copyright holder.
+
+License: MIT-like-Wayland
+ Permission to use, copy, modify, distribute, and sell this software and its
+ documentation for any purpose is hereby granted without fee, provided that the
+ above copyright notice appear in all copies and that both that copyright
+ notice and this permission notice appear in supporting documentation, and that
+ the name of the copyright holders not be used in advertising or publicity
+ pertaining to distribution of the software without specific, written prior
+ permission.  The copyright holders make no representations about the
+ suitability of this software for any purpose.  It is provided "as is" without
+ express or implied warranty.
+ .
+ THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, 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: MIT-like-XSLTExtensions
+ 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 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.
+ .
+ Except as contained in this notice, the name of the authors shall not
+ be used in advertising or otherwise to promote the sale, use or other dealings
+ in this Software without prior written authorization from him.
+
+License: MPL-1.1
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the "License"); you may not use this file except in compliance with
+ the License.
+ .
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+ .
+ On Debian systems, the complete text of the Mozilla Public License Version
+ 1.1 can be found in /usr/share/common-licenses/MPL-1.1.
+
+License: public-domain
+ No copyright is claimed. This code is in the public domain; do with it what
+ you wish.
diff --git a/libqt5webkit5-dev.install b/libqt5webkit5-dev.install
new file mode 100644 (file)
index 0000000..c59d686
--- /dev/null
@@ -0,0 +1,62 @@
+usr/include/*/qt5/QtWebKit/QWebDatabase
+usr/include/*/qt5/QtWebKit/QWebElement
+usr/include/*/qt5/QtWebKit/QWebElementCollection
+usr/include/*/qt5/QtWebKit/QWebFullScreenRequest
+usr/include/*/qt5/QtWebKit/QWebFullScreenVideoHandler
+usr/include/*/qt5/QtWebKit/QWebHapticFeedbackPlayer
+usr/include/*/qt5/QtWebKit/QWebHistory
+usr/include/*/qt5/QtWebKit/QWebHistoryInterface
+usr/include/*/qt5/QtWebKit/QWebHistoryItem
+usr/include/*/qt5/QtWebKit/QWebKitPlatformPlugin
+usr/include/*/qt5/QtWebKit/QWebNotificationData
+usr/include/*/qt5/QtWebKit/QWebNotificationPresenter
+usr/include/*/qt5/QtWebKit/QWebPluginFactory
+usr/include/*/qt5/QtWebKit/QWebSecurityOrigin
+usr/include/*/qt5/QtWebKit/QWebSelectData
+usr/include/*/qt5/QtWebKit/QWebSelectMethod
+usr/include/*/qt5/QtWebKit/QWebSettings
+usr/include/*/qt5/QtWebKit/QWebSpellChecker
+usr/include/*/qt5/QtWebKit/QWebTouchModifier
+usr/include/*/qt5/QtWebKit/QtWebKit
+usr/include/*/qt5/QtWebKit/QtWebKitDepends
+usr/include/*/qt5/QtWebKit/QtWebKitVersion
+usr/include/*/qt5/QtWebKit/qtwebkitversion.h
+usr/include/*/qt5/QtWebKit/qwebdatabase.h
+usr/include/*/qt5/QtWebKit/qwebelement.h
+usr/include/*/qt5/QtWebKit/qwebfullscreenrequest.h
+usr/include/*/qt5/QtWebKit/qwebhistory.h
+usr/include/*/qt5/QtWebKit/qwebhistoryinterface.h
+usr/include/*/qt5/QtWebKit/qwebkitglobal.h
+usr/include/*/qt5/QtWebKit/qwebkitplatformplugin.h
+usr/include/*/qt5/QtWebKit/qwebpluginfactory.h
+usr/include/*/qt5/QtWebKit/qwebsecurityorigin.h
+usr/include/*/qt5/QtWebKit/qwebsettings.h
+usr/include/*/qt5/QtWebKitWidgets/QGraphicsWebView
+usr/include/*/qt5/QtWebKitWidgets/QWebFrame
+usr/include/*/qt5/QtWebKitWidgets/QWebHitTestResult
+usr/include/*/qt5/QtWebKitWidgets/QWebInspector
+usr/include/*/qt5/QtWebKitWidgets/QWebPage
+usr/include/*/qt5/QtWebKitWidgets/QWebView
+usr/include/*/qt5/QtWebKitWidgets/QtWebKitWidgets
+usr/include/*/qt5/QtWebKitWidgets/QtWebKitWidgetsDepends
+usr/include/*/qt5/QtWebKitWidgets/QtWebKitWidgetsVersion
+usr/include/*/qt5/QtWebKitWidgets/qgraphicswebview.h
+usr/include/*/qt5/QtWebKitWidgets/qtwebkitwidgetsversion.h
+usr/include/*/qt5/QtWebKitWidgets/qwebframe.h
+usr/include/*/qt5/QtWebKitWidgets/qwebinspector.h
+usr/include/*/qt5/QtWebKitWidgets/qwebpage.h
+usr/include/*/qt5/QtWebKitWidgets/qwebview.h
+usr/lib/*/cmake/Qt5WebKit/Qt5WebKitConfig.cmake
+usr/lib/*/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake
+usr/lib/*/cmake/Qt5WebKit/WebKitTargets-none.cmake
+usr/lib/*/cmake/Qt5WebKit/WebKitTargets.cmake
+usr/lib/*/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake
+usr/lib/*/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake
+usr/lib/*/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-none.cmake
+usr/lib/*/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets.cmake
+usr/lib/*/libQt5WebKit.so
+usr/lib/*/libQt5WebKitWidgets.so
+usr/lib/*/pkgconfig/Qt5WebKit.pc
+usr/lib/*/pkgconfig/Qt5WebKitWidgets.pc
+usr/lib/*/qt5/mkspecs/modules/qt_lib_webkit.pri
+usr/lib/*/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri
diff --git a/libqt5webkit5.install b/libqt5webkit5.install
new file mode 100644 (file)
index 0000000..9148d32
--- /dev/null
@@ -0,0 +1,5 @@
+usr/lib/*/libQt5WebKit.so.5*
+usr/lib/*/libQt5WebKitWidgets.so.5*
+usr/lib/*/qt5/libexec/QtWebDatabaseProcess
+usr/lib/*/qt5/libexec/QtWebNetworkProcess
+usr/lib/*/qt5/libexec/QtWebProcess
diff --git a/libqt5webkit5.symbols b/libqt5webkit5.symbols
new file mode 100644 (file)
index 0000000..f52cfbc
--- /dev/null
@@ -0,0 +1,2830 @@
+# SymbolsHelper-Confirmed: 5.212.0~alpha2 ppc64el
+libQt5WebKit.so.5 libqt5webkit5 #MINVER#
+ WKAccessibilityEnableEnhancedAccessibility@Base 5.212.0~alpha2
+ WKAccessibilityEnhancedAccessibilityEnabled@Base 5.212.0~alpha2
+ WKAccessibilityFocusedObject@Base 5.0.2
+ WKAccessibilityRootObject@Base 5.0.2
+ WKApplicationCacheManagerDeleteAllEntries@Base 5.212.0~alpha2
+ WKApplicationCacheManagerDeleteEntriesForOrigin@Base 5.212.0~alpha2
+ WKApplicationCacheManagerGetApplicationCacheOrigins@Base 5.212.0~alpha2
+ WKApplicationCacheManagerGetTypeID@Base 5.212.0~alpha2
+ WKArrayAppendItem@Base 5.0.2
+ WKArrayCreate@Base 5.0.2
+ WKArrayCreateAdoptingValues@Base 5.0.2
+ WKArrayGetItemAtIndex@Base 5.0.2
+ WKArrayGetSize@Base 5.0.2
+ WKArrayGetTypeID@Base 5.0.2
+ WKArrayIsMutable@Base 5.0.2
+ WKArrayRemoveItemAtIndex@Base 5.0.2
+ WKAuthenticationChallengeGetDecisionListener@Base 5.0.2
+ WKAuthenticationChallengeGetPreviousFailureCount@Base 5.0.2
+ WKAuthenticationChallengeGetProposedCredential@Base 5.0.2
+ WKAuthenticationChallengeGetProtectionSpace@Base 5.0.2
+ WKAuthenticationChallengeGetTypeID@Base 5.0.2
+ WKAuthenticationDecisionListenerCancel@Base 5.0.2
+ WKAuthenticationDecisionListenerGetTypeID@Base 5.0.2
+ WKAuthenticationDecisionListenerUseCredential@Base 5.0.2
+ WKBackForwardListClear@Base 5.212.0~alpha2
+ WKBackForwardListCopyBackListWithLimit@Base 5.0.2
+ WKBackForwardListCopyForwardListWithLimit@Base 5.0.2
+ WKBackForwardListGetBackItem@Base 5.0.2
+ WKBackForwardListGetBackListCount@Base 5.0.2
+ WKBackForwardListGetCurrentItem@Base 5.0.2
+ WKBackForwardListGetForwardItem@Base 5.0.2
+ WKBackForwardListGetForwardListCount@Base 5.0.2
+ WKBackForwardListGetItemAtIndex@Base 5.0.2
+ WKBackForwardListGetTypeID@Base 5.0.2
+ WKBackForwardListItemCopyOriginalURL@Base 5.0.2
+ WKBackForwardListItemCopyTitle@Base 5.0.2
+ WKBackForwardListItemCopyURL@Base 5.0.2
+ WKBackForwardListItemGetTypeID@Base 5.0.2
+ WKBatteryManagerGetTypeID@Base 5.0.2
+ WKBatteryManagerProviderDidChangeBatteryStatus@Base 5.0.2
+ WKBatteryManagerProviderUpdateBatteryStatus@Base 5.0.2
+ WKBatteryManagerSetProvider@Base 5.0.2
+ WKBatteryStatusCreate@Base 5.0.2
+ WKBatteryStatusGetTypeID@Base 5.0.2
+ WKBooleanCreate@Base 5.0.2
+ WKBooleanGetTypeID@Base 5.0.2
+ WKBooleanGetValue@Base 5.0.2
+ WKBundleAddOriginAccessWhitelistEntry@Base 5.0.2
+ WKBundleAddUserScript@Base 5.0.2
+ WKBundleAddUserStyleSheet@Base 5.0.2
+ WKBundleBackForwardListClear@Base 5.0.2
+ WKBundleBackForwardListCopyItemAtIndex@Base 5.0.2
+ WKBundleBackForwardListGetBackListCount@Base 5.0.2
+ WKBundleBackForwardListGetForwardListCount@Base 5.0.2
+ WKBundleBackForwardListGetTypeID@Base 5.0.2
+ WKBundleBackForwardListItemCopyChildren@Base 5.0.2
+ WKBundleBackForwardListItemCopyOriginalURL@Base 5.0.2
+ WKBundleBackForwardListItemCopyTarget@Base 5.0.2
+ WKBundleBackForwardListItemCopyTitle@Base 5.0.2
+ WKBundleBackForwardListItemCopyURL@Base 5.0.2
+ WKBundleBackForwardListItemGetTypeID@Base 5.0.2
+ WKBundleBackForwardListItemHasCachedPageExpired@Base 5.2.0
+ WKBundleBackForwardListItemIsInPageCache@Base 5.0.2
+ WKBundleBackForwardListItemIsSame@Base 5.0.2
+ WKBundleBackForwardListItemIsTargetItem@Base 5.0.2
+ WKBundleClearAllDatabases@Base 5.0.2
+ WKBundleCreateWKDataFromUInt8Array@Base 5.2.0
+ WKBundleDOMWindowExtensionCreate@Base 5.0.2
+ WKBundleDOMWindowExtensionGetFrame@Base 5.0.2
+ WKBundleDOMWindowExtensionGetScriptWorld@Base 5.0.2
+ WKBundleDOMWindowExtensionGetTypeID@Base 5.0.2
+ WKBundleFrameAllowsFollowingLink@Base 5.0.2
+ WKBundleFrameCallShouldCloseOnWebView@Base 5.0.2
+ WKBundleFrameClearOpener@Base 5.0.2
+ WKBundleFrameContainsAnyFormControls@Base 5.2.0
+ WKBundleFrameContainsAnyFormElements@Base 5.0.2
+ WKBundleFrameCopyChildFrames@Base 5.0.2
+ WKBundleFrameCopyCounterValue@Base 5.0.2
+ WKBundleFrameCopyInnerText@Base 5.0.2
+ WKBundleFrameCopyLayerTreeAsText@Base 5.0.2
+ WKBundleFrameCopyMIMETypeForResourceWithURL@Base 5.0.2
+ WKBundleFrameCopyName@Base 5.0.2
+ WKBundleFrameCopyProvisionalURL@Base 5.0.2
+ WKBundleFrameCopySecurityOrigin@Base 5.0.2
+ WKBundleFrameCopySuggestedFilenameForResourceWithURL@Base 5.0.2
+ WKBundleFrameCopyURL@Base 5.0.2
+ WKBundleFrameCopyWebArchive@Base 5.0.2
+ WKBundleFrameCopyWebArchiveFilteringSubframes@Base 5.0.2
+ WKBundleFrameCreateHitTestResult@Base 5.0.2
+ WKBundleFrameFocus@Base 5.212.0~alpha2
+ WKBundleFrameForJavaScriptContext@Base 5.0.2
+ WKBundleFrameGetContentBounds@Base 5.0.2
+ WKBundleFrameGetDocumentBackgroundColor@Base 5.0.2
+ WKBundleFrameGetFrameLoadState@Base 5.0.2
+ WKBundleFrameGetJavaScriptContext@Base 5.0.2
+ WKBundleFrameGetJavaScriptContextForWorld@Base 5.0.2
+ WKBundleFrameGetJavaScriptWrapperForFileForWorld@Base 5.212.0~alpha2
+ WKBundleFrameGetJavaScriptWrapperForNodeForWorld@Base 5.0.2
+ WKBundleFrameGetJavaScriptWrapperForRangeForWorld@Base 5.0.2
+ WKBundleFrameGetPage@Base 5.0.2
+ WKBundleFrameGetParentFrame@Base 5.0.2
+ WKBundleFrameGetPendingUnloadCount@Base 5.0.2
+ WKBundleFrameGetScrollOffset@Base 5.0.2
+ WKBundleFrameGetTypeID@Base 5.0.2
+ WKBundleFrameGetVisibleContentBounds@Base 5.0.2
+ WKBundleFrameGetVisibleContentBoundsExcludingScrollbars@Base 5.0.2
+ WKBundleFrameHandlesPageScaleGesture@Base 5.0.2
+ WKBundleFrameHasHorizontalScrollbar@Base 5.0.2
+ WKBundleFrameHasVerticalScrollbar@Base 5.0.2
+ WKBundleFrameIsMainFrame@Base 5.0.2
+ WKBundleFrameSetAccessibleName@Base 5.212.0~alpha2
+ WKBundleFrameSetTextDirection@Base 5.0.2
+ WKBundleFrameStopLoading@Base 5.0.2
+ WKBundleGarbageCollectJavaScriptObjects@Base 5.0.2
+ WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging@Base 5.0.2
+ WKBundleGetApplicationConnection@Base 5.0.2
+ WKBundleGetJavaScriptObjectsCount@Base 5.0.2
+ WKBundleGetTypeID@Base 5.0.2
+ WKBundleGetWebNotificationID@Base 5.0.2
+ WKBundleHitTestResultCopyAbsoluteImageURL@Base 5.0.2
+ WKBundleHitTestResultCopyAbsoluteLinkURL@Base 5.0.2
+ WKBundleHitTestResultCopyAbsoluteMediaURL@Base 5.0.2
+ WKBundleHitTestResultCopyAbsolutePDFURL@Base 5.0.2
+ WKBundleHitTestResultCopyLinkLabel@Base 5.0.2
+ WKBundleHitTestResultCopyLinkTitle@Base 5.0.2
+ WKBundleHitTestResultCopyNodeHandle@Base 5.0.2
+ WKBundleHitTestResultCopyURLElementHandle@Base 5.212.0~alpha2
+ WKBundleHitTestResultGetFrame@Base 5.0.2
+ WKBundleHitTestResultGetImageRect@Base 5.0.2
+ WKBundleHitTestResultGetIsSelected@Base 5.0.2
+ WKBundleHitTestResultGetMediaType@Base 5.2.0
+ WKBundleHitTestResultGetTargetFrame@Base 5.0.2
+ WKBundleHitTestResultGetTypeID@Base 5.0.2
+ WKBundleHitTestResultIsDownloadableMedia@Base 5.212.0~alpha2
+ WKBundleHitTestResultMediaHasAudio@Base 5.2.0
+ WKBundleHitTestResultMediaIsInFullscreen@Base 5.2.0
+ WKBundleInspectorClose@Base 5.0.2
+ WKBundleInspectorEvaluateScriptForTest@Base 5.0.2
+ WKBundleInspectorGetTypeID@Base 5.0.2
+ WKBundleInspectorSetPageProfilingEnabled@Base 5.0.2
+ WKBundleInspectorShow@Base 5.0.2
+ WKBundleIsPageBoxVisible@Base 5.0.2
+ WKBundleIsProcessingUserGesture@Base 5.0.2
+ WKBundleNavigationActionCopyFormElement@Base 5.0.2
+ WKBundleNavigationActionCopyHitTestResult@Base 5.0.2
+ WKBundleNavigationActionGetEventModifiers@Base 5.0.2
+ WKBundleNavigationActionGetEventMouseButton@Base 5.0.2
+ WKBundleNavigationActionGetNavigationType@Base 5.0.2
+ WKBundleNavigationActionGetShouldOpenExternalURLs@Base 5.212.0~alpha2
+ WKBundleNavigationActionGetShouldTryAppLinks@Base 5.212.0~alpha2
+ WKBundleNavigationActionGetTypeID@Base 5.0.2
+ WKBundleNodeHandleCopyDocument@Base 5.0.2
+ WKBundleNodeHandleCopyDocumentFrame@Base 5.0.2
+ WKBundleNodeHandleCopyHTMLFrameElementContentFrame@Base 5.0.2
+ WKBundleNodeHandleCopyHTMLIFrameElementContentFrame@Base 5.0.2
+ WKBundleNodeHandleCopyHTMLTableCellElementCellAbove@Base 5.0.2
+ WKBundleNodeHandleCopySnapshotWithOptions@Base 5.2.0
+ WKBundleNodeHandleCopyVisibleRange@Base 5.212.0~alpha2
+ WKBundleNodeHandleCreate@Base 5.0.2
+ WKBundleNodeHandleGetElementBounds@Base 5.0.2
+ WKBundleNodeHandleGetHTMLInputElementAutoFillButtonBounds@Base 5.212.0~alpha2
+ WKBundleNodeHandleGetHTMLInputElementAutoFillButtonEnabled@Base 5.212.0~alpha2
+ WKBundleNodeHandleGetHTMLInputElementAutoFilled@Base 5.212.0~alpha2
+ WKBundleNodeHandleGetHTMLInputElementAutofilled@Base 5.0.2
+ WKBundleNodeHandleGetHTMLInputElementLastChangeWasUserEdit@Base 5.0.2
+ WKBundleNodeHandleGetHTMLTextAreaElementLastChangeWasUserEdit@Base 5.0.2
+ WKBundleNodeHandleGetRenderRect@Base 5.0.2
+ WKBundleNodeHandleGetTypeID@Base 5.0.2
+ WKBundleNodeHandleSetHTMLInputElementAutoFillButtonEnabled@Base 5.212.0~alpha2
+ WKBundleNodeHandleSetHTMLInputElementAutoFillButtonEnabledWithButtonType@Base 5.212.0~alpha2
+ WKBundleNodeHandleSetHTMLInputElementAutoFilled@Base 5.212.0~alpha2
+ WKBundleNodeHandleSetHTMLInputElementAutofilled@Base 5.0.2
+ WKBundleNodeHandleSetHTMLInputElementValueForUser@Base 5.0.2
+ WKBundleNumberOfPages@Base 5.0.2
+ WKBundleOverrideBoolPreferenceForTestRunner@Base 5.0.2
+ WKBundlePageAddUserScript@Base 5.212.0~alpha2
+ WKBundlePageAddUserStyleSheet@Base 5.212.0~alpha2
+ WKBundlePageCanHandleRequest@Base 5.0.2
+ WKBundlePageCanShowMIMEType@Base 5.0.2
+ WKBundlePageClearApplicationCache@Base 5.212.0~alpha2
+ WKBundlePageClearApplicationCacheForOrigin@Base 5.212.0~alpha2
+ WKBundlePageClearMainFrameName@Base 5.0.2
+ WKBundlePageClickMenuItem@Base 5.212.0~alpha2
+ WKBundlePageClose@Base 5.0.2
+ WKBundlePageConfirmComposition@Base 5.0.2
+ WKBundlePageConfirmCompositionWithText@Base 5.0.2
+ WKBundlePageCopyContextMenuAtPointInWindow@Base 5.2.0
+ WKBundlePageCopyContextMenuItems@Base 5.212.0~alpha2
+ WKBundlePageCopyGroupIdentifier@Base 5.212.0~alpha2
+ WKBundlePageCopyOriginsWithApplicationCache@Base 5.212.0~alpha2
+ WKBundlePageCopyRenderLayerTree@Base 5.0.2
+ WKBundlePageCopyRenderTree@Base 5.0.2
+ WKBundlePageCopyRenderTreeExternalRepresentation@Base 5.0.2
+ WKBundlePageCopyRenderTreeExternalRepresentationForPrinting@Base 5.2.0
+ WKBundlePageCopyTrackedRepaintRects@Base 5.0.2
+ WKBundlePageCreateScaledSnapshotInDocumentCoordinates@Base 5.0.2
+ WKBundlePageCreateSnapshotInDocumentCoordinates@Base 5.0.2
+ WKBundlePageCreateSnapshotInViewCoordinates@Base 5.0.2
+ WKBundlePageCreateSnapshotWithOptions@Base 5.0.2
+ WKBundlePageDidEnterFullScreen@Base 5.0.2
+ WKBundlePageDidExitFullScreen@Base 5.0.2
+ WKBundlePageExecuteEditingCommand@Base 5.0.2
+ WKBundlePageExtendIncrementalRenderingSuppression@Base 5.2.0
+ WKBundlePageFindString@Base 5.0.2
+ WKBundlePageForceRepaint@Base 5.0.2
+ WKBundlePageGetAppCacheUsageForOrigin@Base 5.212.0~alpha2
+ WKBundlePageGetBackForwardList@Base 5.0.2
+ WKBundlePageGetBackingScaleFactor@Base 5.0.2
+ WKBundlePageGetInspector@Base 5.0.2
+ WKBundlePageGetMainFrame@Base 5.0.2
+ WKBundlePageGetPageGroup@Base 5.0.2
+ WKBundlePageGetPageZoomFactor@Base 5.0.2
+ WKBundlePageGetRenderTreeSize@Base 5.0.2
+ WKBundlePageGetTextZoomFactor@Base 5.0.2
+ WKBundlePageGetTypeID@Base 5.0.2
+ WKBundlePageGroupCopyIdentifier@Base 5.0.2
+ WKBundlePageGroupGetTypeID@Base 5.0.2
+ WKBundlePageHasComposition@Base 5.0.2
+ WKBundlePageHasLocalDataForURL@Base 5.0.2
+ WKBundlePageInstallPageOverlay@Base 5.0.2
+ WKBundlePageInstallPageOverlayWithAnimation@Base 5.2.0
+ WKBundlePageIsEditingCommandEnabled@Base 5.0.2
+ WKBundlePageIsTrackingRepaints@Base 5.0.2
+ WKBundlePageIsUsingEphemeralSession@Base 5.212.0~alpha2
+ WKBundlePageListenForLayoutMilestones@Base 5.0.2
+ WKBundlePageNumberForElementById@Base 5.0.2
+ WKBundlePageOverlayClear@Base 5.212.0~alpha2
+ WKBundlePageOverlayCreate@Base 5.0.2
+ WKBundlePageOverlayFractionFadedIn@Base 5.0.2
+ WKBundlePageOverlayGetTypeID@Base 5.0.2
+ WKBundlePageOverlaySetAccessibilityClient@Base 5.212.0~alpha2
+ WKBundlePageOverlaySetNeedsDisplay@Base 5.0.2
+ WKBundlePagePostMessage@Base 5.212.0~alpha2
+ WKBundlePagePostSynchronousMessageForTesting@Base 5.212.0~alpha2
+ WKBundlePageRegisterScrollOperationCompletionCallback@Base 5.212.0~alpha2
+ WKBundlePageRemoveAllUserContent@Base 5.212.0~alpha2
+ WKBundlePageResetApplicationCacheOriginQuota@Base 5.212.0~alpha2
+ WKBundlePageResetTrackedRepaints@Base 5.0.2
+ WKBundlePageSetAppCacheMaximumSize@Base 5.212.0~alpha2
+ WKBundlePageSetApplicationCacheOriginQuota@Base 5.212.0~alpha2
+ WKBundlePageSetBottomOverhangImage@Base 5.2.0
+ WKBundlePageSetComposition@Base 5.0.2
+ WKBundlePageSetContextMenuClient@Base 5.0.2
+ WKBundlePageSetDefersLoading@Base 5.0.2
+ WKBundlePageSetDiagnosticLoggingClient@Base 5.0.2
+ WKBundlePageSetEditorClient@Base 5.0.2
+ WKBundlePageSetFooterBanner@Base 5.2.0
+ WKBundlePageSetFormClient@Base 5.0.2
+ WKBundlePageSetFullScreenClient@Base 5.0.2
+ WKBundlePageSetHeaderBanner@Base 5.2.0
+ WKBundlePageSetPageLoaderClient@Base 5.0.2
+ WKBundlePageSetPageZoomFactor@Base 5.0.2
+ WKBundlePageSetPaintedObjectsCounterThreshold@Base 5.0.2
+ WKBundlePageSetPolicyClient@Base 5.0.2
+ WKBundlePageSetResourceLoadClient@Base 5.0.2
+ WKBundlePageSetScaleAtOrigin@Base 5.0.2
+ WKBundlePageSetTextZoomFactor@Base 5.0.2
+ WKBundlePageSetTopOverhangImage@Base 5.2.0
+ WKBundlePageSetTracksRepaints@Base 5.0.2
+ WKBundlePageSetUIClient@Base 5.0.2
+ WKBundlePageSimulateMouseDown@Base 5.0.2
+ WKBundlePageSimulateMouseMotion@Base 5.0.2
+ WKBundlePageSimulateMouseUp@Base 5.0.2
+ WKBundlePageSizeAndMarginsInPixels@Base 5.0.2
+ WKBundlePageStartMonitoringScrollOperations@Base 5.212.0~alpha2
+ WKBundlePageStopExtendingIncrementalRenderingSuppression@Base 5.2.0
+ WKBundlePageStopLoading@Base 5.0.2
+ WKBundlePageUninstallPageOverlay@Base 5.0.2
+ WKBundlePageUninstallPageOverlayWithAnimation@Base 5.2.0
+ WKBundlePageWillEnterFullScreen@Base 5.0.2
+ WKBundlePageWillExitFullScreen@Base 5.0.2
+ WKBundlePostMessage@Base 5.0.2
+ WKBundlePostSynchronousMessage@Base 5.0.2
+ WKBundleRangeHandleCopySnapshotWithOptions@Base 5.212.0~alpha2
+ WKBundleRangeHandleCreate@Base 5.212.0~alpha2
+ WKBundleRangeHandleGetBoundingRectInWindowCoordinates@Base 5.212.0~alpha2
+ WKBundleRangeHandleGetTypeID@Base 5.212.0~alpha2
+ WKBundleRemoveAllUserContent@Base 5.0.2
+ WKBundleRemoveAllWebNotificationPermissions@Base 5.0.2
+ WKBundleRemoveOriginAccessWhitelistEntry@Base 5.0.2
+ WKBundleRemoveUserScript@Base 5.0.2
+ WKBundleRemoveUserScripts@Base 5.0.2
+ WKBundleRemoveUserStyleSheet@Base 5.0.2
+ WKBundleRemoveUserStyleSheets@Base 5.0.2
+ WKBundleReportException@Base 5.0.2
+ WKBundleResetOriginAccessWhitelists@Base 5.0.2
+ WKBundleScriptWorldClearWrappers@Base 5.0.2
+ WKBundleScriptWorldCreateWorld@Base 5.0.2
+ WKBundleScriptWorldGetTypeID@Base 5.0.2
+ WKBundleScriptWorldMakeAllShadowRootsOpen@Base 5.212.0~alpha2
+ WKBundleScriptWorldNormalWorld@Base 5.0.2
+ WKBundleSetAllowFileAccessFromFileURLs@Base 5.0.2
+ WKBundleSetAllowUniversalAccessFromFileURLs@Base 5.0.2
+ WKBundleSetAsynchronousSpellCheckingEnabled@Base 5.2.0
+ WKBundleSetAuthorAndUserStylesEnabled@Base 5.0.2
+ WKBundleSetClient@Base 5.0.2
+ WKBundleSetDatabaseQuota@Base 5.0.2
+ WKBundleSetFrameFlatteningEnabled@Base 5.0.2
+ WKBundleSetJavaScriptCanAccessClipboard@Base 5.0.2
+ WKBundleSetMinimumLogicalFontSize@Base 5.0.2
+ WKBundleSetPluginsEnabled@Base 5.0.2
+ WKBundleSetPopupBlockingEnabled@Base 5.0.2
+ WKBundleSetPrivateBrowsingEnabled@Base 5.0.2
+ WKBundleSetSpatialNavigationEnabled@Base 5.0.2
+ WKBundleSetTabKeyCyclesThroughElements@Base 5.0.2
+ WKBundleSetUserStyleSheetLocation@Base 5.0.2
+ WKBundleSetWebNotificationPermission@Base 5.0.2
+ WKCertificateInfoGetTypeID@Base 5.0.2
+ WKConnectionGetTypeID@Base 5.0.2
+ WKConnectionPostMessage@Base 5.0.2
+ WKConnectionSetConnectionClient@Base 5.0.2
+ WKContextAddVisitedLink@Base 5.0.2
+ WKContextAllowSpecificHTTPSCertificateForHost@Base 5.2.0
+ WKContextClearCachedCredentials@Base 5.212.0~alpha2
+ WKContextClearVisitedLinks@Base 5.212.0~alpha2
+ WKContextConfigurationCopyApplicationCacheDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationCopyDiskCacheDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationCopyIndexedDBDatabaseDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationCopyInjectedBundlePath@Base 5.212.0~alpha2
+ WKContextConfigurationCopyLocalStorageDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationCopyMediaKeysStorageDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationCopyOverrideLanguages@Base 5.212.0~alpha2
+ WKContextConfigurationCopyWebSQLDatabaseDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationCreate@Base 5.212.0~alpha2
+ WKContextConfigurationFullySynchronousModeIsAllowedForTesting@Base 5.212.0~alpha2
+ WKContextConfigurationSetApplicationCacheDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationSetDiskCacheDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationSetFullySynchronousModeIsAllowedForTesting@Base 5.212.0~alpha2
+ WKContextConfigurationSetIndexedDBDatabaseDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationSetInjectedBundlePath@Base 5.212.0~alpha2
+ WKContextConfigurationSetLocalStorageDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationSetMediaKeysStorageDirectory@Base 5.212.0~alpha2
+ WKContextConfigurationSetOverrideLanguages@Base 5.212.0~alpha2
+ WKContextConfigurationSetWebSQLDatabaseDirectory@Base 5.212.0~alpha2
+ WKContextCopyPlugInAutoStartOriginHashes@Base 5.2.0
+ WKContextCreate@Base 5.0.2
+ WKContextCreateWithConfiguration@Base 5.212.0~alpha2
+ WKContextCreateWithInjectedBundlePath@Base 5.0.2
+ WKContextDisableProcessTermination@Base 5.0.2
+ WKContextDownloadURLRequest@Base 5.0.2
+ WKContextEnableProcessTermination@Base 5.0.2
+ WKContextGarbageCollectJavaScriptObjects@Base 5.0.2
+ WKContextGetApplicationCacheManager@Base 5.0.2
+ WKContextGetBatteryManager@Base 5.0.2
+ WKContextGetCacheModel@Base 5.0.2
+ WKContextGetCookieManager@Base 5.0.2
+ WKContextGetGeolocationManager@Base 5.0.2
+ WKContextGetGlobalStatistics@Base 5.0.2
+ WKContextGetIconDatabase@Base 5.0.2
+ WKContextGetKeyValueStorageManager@Base 5.0.2
+ WKContextGetMaximumNumberOfProcesses@Base 5.2.0
+ WKContextGetMediaSessionFocusManager@Base 5.212.0~alpha2
+ WKContextGetNotificationManager@Base 5.0.2
+ WKContextGetPluginSiteDataManager@Base 5.0.2
+ WKContextGetProcessModel@Base 5.0.2
+ WKContextGetResourceCacheManager@Base 5.0.2
+ WKContextGetStatistics@Base 5.0.2
+ WKContextGetStatisticsWithOptions@Base 5.2.0
+ WKContextGetTypeID@Base 5.0.2
+ WKContextGetWebsiteDataStore@Base 5.212.0~alpha2
+ WKContextMenuCopySubmenuItems@Base 5.0.2
+ WKContextMenuItemCopyTitle@Base 5.0.2
+ WKContextMenuItemCreateAsAction@Base 5.0.2
+ WKContextMenuItemCreateAsCheckableAction@Base 5.0.2
+ WKContextMenuItemCreateAsSubmenu@Base 5.0.2
+ WKContextMenuItemGetChecked@Base 5.0.2
+ WKContextMenuItemGetEnabled@Base 5.0.2
+ WKContextMenuItemGetTag@Base 5.0.2
+ WKContextMenuItemGetType@Base 5.0.2
+ WKContextMenuItemGetTypeID@Base 5.0.2
+ WKContextMenuItemGetUserData@Base 5.0.2
+ WKContextMenuItemSeparatorItem@Base 5.0.2
+ WKContextMenuItemSetUserData@Base 5.0.2
+ WKContextPostMessageToInjectedBundle@Base 5.0.2
+ WKContextRegisterURLSchemeAsBypassingContentSecurityPolicy@Base 5.212.0~alpha2
+ WKContextRegisterURLSchemeAsCachePartitioned@Base 5.212.0~alpha2
+ WKContextRegisterURLSchemeAsEmptyDocument@Base 5.0.2
+ WKContextRegisterURLSchemeAsSecure@Base 5.0.2
+ WKContextResumeDownload@Base 5.212.0~alpha2
+ WKContextSetAdditionalPluginsDirectory@Base 5.0.2
+ WKContextSetAlwaysUsesComplexTextCodePath@Base 5.0.2
+ WKContextSetCacheModel@Base 5.0.2
+ WKContextSetCanHandleHTTPSServerTrustEvaluation@Base 5.212.0~alpha2
+ WKContextSetClient@Base 5.2.0
+ WKContextSetConnectionClient@Base 5.0.2
+ WKContextSetCookieStorageDirectory@Base 5.0.2
+ WKContextSetDomainRelaxationForbiddenForURLScheme@Base 5.0.2
+ WKContextSetDownloadClient@Base 5.0.2
+ WKContextSetFontWhitelist@Base 5.212.0~alpha2
+ WKContextSetHTTPPipeliningEnabled@Base 5.0.2
+ WKContextSetHistoryClient@Base 5.0.2
+ WKContextSetIconDatabasePath@Base 5.0.2
+ WKContextSetInitializationUserDataForInjectedBundle@Base 5.0.2
+ WKContextSetInjectedBundleClient@Base 5.0.2
+ WKContextSetInvalidMessageFunction@Base 5.2.0
+ WKContextSetJavaScriptGarbageCollectorTimerEnabled@Base 5.0.2
+ WKContextSetMaximumNumberOfProcesses@Base 5.2.0
+ WKContextSetMemoryCacheDisabled@Base 5.212.0~alpha2
+ WKContextSetPlugInAutoStartOriginHashes@Base 5.2.0
+ WKContextSetPlugInAutoStartOrigins@Base 5.2.0
+ WKContextSetPlugInAutoStartOriginsFilteringOutEntriesAddedAfterTime@Base 5.212.0~alpha2
+ WKContextSetProcessModel@Base 5.0.2
+ WKContextSetShouldUseFontSmoothing@Base 5.0.2
+ WKContextSetUsesNetworkProcess@Base 5.0.2
+ WKContextStartMemorySampler@Base 5.0.2
+ WKContextStopMemorySampler@Base 5.0.2
+ WKContextUseTestingNetworkSession@Base 5.212.0~alpha2
+ WKContextWarmInitialProcess@Base 5.0.2
+ WKCookieManagerDeleteAllCookies@Base 5.212.0~alpha2
+ WKCookieManagerDeleteAllCookiesModifiedAfterDate@Base 5.212.0~alpha2
+ WKCookieManagerDeleteCookiesForHostname@Base 5.212.0~alpha2
+ WKCookieManagerGetHTTPCookieAcceptPolicy@Base 5.212.0~alpha2
+ WKCookieManagerGetHostnamesWithCookies@Base 5.212.0~alpha2
+ WKCookieManagerGetTypeID@Base 5.212.0~alpha2
+ WKCookieManagerSetClient@Base 5.212.0~alpha2
+ WKCookieManagerSetHTTPCookieAcceptPolicy@Base 5.212.0~alpha2
+ WKCookieManagerStartObservingCookieChanges@Base 5.212.0~alpha2
+ WKCookieManagerStopObservingCookieChanges@Base 5.212.0~alpha2
+ WKCredentialCopyUser@Base 5.0.2
+ WKCredentialCreate@Base 5.0.2
+ WKCredentialCreateWithCertificateInfo@Base 5.0.2
+ WKCredentialGetTypeID@Base 5.0.2
+ WKDataCreate@Base 5.2.0
+ WKDataGetBytes@Base 5.2.0
+ WKDataGetSize@Base 5.2.0
+ WKDataGetTypeID@Base 5.2.0
+ WKDictionaryAddItem@Base 5.0.2
+ WKDictionaryCopyKeys@Base 5.0.2
+ WKDictionaryCreate@Base 5.212.0~alpha2
+ WKDictionaryGetItemForKey@Base 5.0.2
+ WKDictionaryGetSize@Base 5.0.2
+ WKDictionaryGetTypeID@Base 5.0.2
+ WKDictionaryIsMutable@Base 5.0.2
+ WKDictionaryRemoveItem@Base 5.0.2
+ WKDictionarySetItem@Base 5.0.2
+ WKDoubleCreate@Base 5.0.2
+ WKDoubleGetTypeID@Base 5.0.2
+ WKDoubleGetValue@Base 5.0.2
+ WKDownloadCancel@Base 5.0.2
+ WKDownloadCopyRequest@Base 5.0.2
+ WKDownloadGetID@Base 5.2.0
+ WKDownloadGetResumeData@Base 5.0.2
+ WKDownloadGetTypeID@Base 5.0.2
+ WKErrorCopyDomain@Base 5.0.2
+ WKErrorCopyFailingURL@Base 5.0.2
+ WKErrorCopyLocalizedDescription@Base 5.0.2
+ WKErrorCopyWKErrorDomain@Base 5.0.2
+ WKErrorGetErrorCode@Base 5.0.2
+ WKErrorGetTypeID@Base 5.0.2
+ WKFormSubmissionListenerContinue@Base 5.212.0~alpha2
+ WKFormSubmissionListenerGetTypeID@Base 5.212.0~alpha2
+ WKFrameCanProvideSource@Base 5.0.2
+ WKFrameCanShowMIMEType@Base 5.0.2
+ WKFrameCopyMIMEType@Base 5.0.2
+ WKFrameCopyProvisionalURL@Base 5.0.2
+ WKFrameCopyTitle@Base 5.0.2
+ WKFrameCopyURL@Base 5.0.2
+ WKFrameCopyUnreachableURL@Base 5.0.2
+ WKFrameCreateFrameInfo@Base 5.212.0~alpha2
+ WKFrameGetCertificateInfo@Base 5.0.2
+ WKFrameGetFrameLoadState@Base 5.0.2
+ WKFrameGetMainResourceData@Base 5.0.2
+ WKFrameGetPage@Base 5.0.2
+ WKFrameGetResourceData@Base 5.0.2
+ WKFrameGetTypeID@Base 5.0.2
+ WKFrameGetWebArchive@Base 5.0.2
+ WKFrameInfoGetTypeID@Base 5.212.0~alpha2
+ WKFrameIsDisplayingMarkupDocument@Base 5.0.2
+ WKFrameIsDisplayingStandaloneImageDocument@Base 5.0.2
+ WKFrameIsFrameSet@Base 5.0.2
+ WKFrameIsMainFrame@Base 5.0.2
+ WKFramePolicyListenerDownload@Base 5.0.2
+ WKFramePolicyListenerGetTypeID@Base 5.0.2
+ WKFramePolicyListenerIgnore@Base 5.0.2
+ WKFramePolicyListenerUse@Base 5.0.2
+ WKFrameStopLoading@Base 5.0.2
+ WKGeolocationManagerGetTypeID@Base 5.0.2
+ WKGeolocationManagerProviderDidChangePosition@Base 5.0.2
+ WKGeolocationManagerProviderDidFailToDeterminePosition@Base 5.0.2
+ WKGeolocationManagerProviderDidFailToDeterminePositionWithErrorMessage@Base 5.0.2
+ WKGeolocationManagerSetProvider@Base 5.0.2
+ WKGeolocationPermissionRequestAllow@Base 5.0.2
+ WKGeolocationPermissionRequestDeny@Base 5.0.2
+ WKGeolocationPermissionRequestGetTypeID@Base 5.0.2
+ WKGeolocationPositionCreate@Base 5.0.2
+ WKGeolocationPositionCreate_b@Base 5.0.2
+ WKGeolocationPositionGetTypeID@Base 5.0.2
+ WKGetTypeID@Base 5.0.2
+ WKGrammarDetailCopyGuesses@Base 5.0.2
+ WKGrammarDetailCopyUserDescription@Base 5.0.2
+ WKGrammarDetailCreate@Base 5.0.2
+ WKGrammarDetailGetLength@Base 5.0.2
+ WKGrammarDetailGetLocation@Base 5.0.2
+ WKGrammarDetailGetTypeID@Base 5.0.2
+ WKHitTestResultCopyAbsoluteImageURL@Base 5.0.2
+ WKHitTestResultCopyAbsoluteLinkURL@Base 5.0.2
+ WKHitTestResultCopyAbsoluteMediaURL@Base 5.0.2
+ WKHitTestResultCopyAbsolutePDFURL@Base 5.0.2
+ WKHitTestResultCopyLinkLabel@Base 5.0.2
+ WKHitTestResultCopyLinkTitle@Base 5.0.2
+ WKHitTestResultCopyLookupText@Base 5.212.0~alpha2
+ WKHitTestResultGetElementBoundingBox@Base 5.212.0~alpha2
+ WKHitTestResultGetTypeID@Base 5.0.2
+ WKHitTestResultIsContentEditable@Base 5.0.2
+ WKIconDatabaseCheckIntegrityBeforeOpening@Base 5.0.2
+ WKIconDatabaseClose@Base 5.0.2
+ WKIconDatabaseCopyIconDataForPageURL@Base 5.212.0~alpha2
+ WKIconDatabaseCopyIconURLForPageURL@Base 5.212.0~alpha2
+ WKIconDatabaseEnableDatabaseCleanup@Base 5.0.2
+ WKIconDatabaseGetTypeID@Base 5.0.2
+ WKIconDatabaseReleaseIconForURL@Base 5.0.2
+ WKIconDatabaseRemoveAllIcons@Base 5.0.2
+ WKIconDatabaseRetainIconForURL@Base 5.0.2
+ WKIconDatabaseSetIconDataForIconURL@Base 5.212.0~alpha2
+ WKIconDatabaseSetIconDatabaseClient@Base 5.0.2
+ WKIconDatabaseSetIconURLForPageURL@Base 5.212.0~alpha2
+ WKImageCreate@Base 5.0.2
+ WKImageGetSize@Base 5.0.2
+ WKImageGetTypeID@Base 5.0.2
+ WKInspectorAttach@Base 5.0.2
+ WKInspectorClose@Base 5.0.2
+ WKInspectorConnect@Base 5.2.0
+ WKInspectorDetach@Base 5.0.2
+ WKInspectorGetPage@Base 5.0.2
+ WKInspectorGetTypeID@Base 5.0.2
+ WKInspectorHide@Base 5.2.0
+ WKInspectorIsAttached@Base 5.0.2
+ WKInspectorIsConnected@Base 5.2.0
+ WKInspectorIsDebuggingJavaScript@Base 5.0.2
+ WKInspectorIsFront@Base 5.0.2
+ WKInspectorIsProfilingJavaScript@Base 5.0.2
+ WKInspectorIsProfilingPage@Base 5.0.2
+ WKInspectorIsVisible@Base 5.0.2
+ WKInspectorShow@Base 5.0.2
+ WKInspectorShowConsole@Base 5.0.2
+ WKInspectorShowMainResourceForFrame@Base 5.0.2
+ WKInspectorShowResources@Base 5.0.2
+ WKInspectorToggleJavaScriptDebugging@Base 5.0.2
+ WKInspectorToggleJavaScriptProfiling@Base 5.0.2
+ WKInspectorTogglePageProfiling@Base 5.0.2
+ WKKeyValueStorageManagerDeleteAllEntries@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerDeleteEntriesForOrigin@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerGetCreationTimeKey@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerGetKeyValueStorageOrigins@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerGetModificationTimeKey@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerGetOriginKey@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerGetStorageDetailsByOrigin@Base 5.212.0~alpha2
+ WKKeyValueStorageManagerGetTypeID@Base 5.212.0~alpha2
+ WKMediaSessionMetadataCopyAlbum@Base 5.212.0~alpha2
+ WKMediaSessionMetadataCopyArtist@Base 5.212.0~alpha2
+ WKMediaSessionMetadataCopyArtworkURL@Base 5.212.0~alpha2
+ WKMediaSessionMetadataCopyTitle@Base 5.212.0~alpha2
+ WKMediaSessionMetadataGetTypeID@Base 5.212.0~alpha2
+ WKMutableArrayCreate@Base 5.0.2
+ WKMutableDictionaryCreate@Base 5.0.2
+ WKNavigationActionGetTypeID@Base 5.212.0~alpha2
+ WKNavigationDataCopyNavigationDestinationURL@Base 5.2.0
+ WKNavigationDataCopyOriginalRequest@Base 5.0.2
+ WKNavigationDataCopyTitle@Base 5.0.2
+ WKNavigationDataCopyURL@Base 5.0.2
+ WKNavigationDataGetTypeID@Base 5.0.2
+ WKNavigationGetTypeID@Base 5.212.0~alpha2
+ WKNavigationResponseCanShowMIMEType@Base 5.212.0~alpha2
+ WKNavigationResponseGetTypeID@Base 5.212.0~alpha2
+ WKNotificationCopyBody@Base 5.0.2
+ WKNotificationCopyDir@Base 5.0.2
+ WKNotificationCopyIconURL@Base 5.0.2
+ WKNotificationCopyLang@Base 5.0.2
+ WKNotificationCopyTag@Base 5.0.2
+ WKNotificationCopyTitle@Base 5.0.2
+ WKNotificationGetID@Base 5.0.2
+ WKNotificationGetSecurityOrigin@Base 5.0.2
+ WKNotificationGetTypeID@Base 5.0.2
+ WKNotificationManagerGetTypeID@Base 5.0.2
+ WKNotificationManagerProviderDidClickNotification@Base 5.0.2
+ WKNotificationManagerProviderDidCloseNotifications@Base 5.0.2
+ WKNotificationManagerProviderDidRemoveNotificationPolicies@Base 5.0.2
+ WKNotificationManagerProviderDidShowNotification@Base 5.0.2
+ WKNotificationManagerProviderDidUpdateNotificationPolicy@Base 5.0.2
+ WKNotificationManagerSetProvider@Base 5.0.2
+ WKNotificationPermissionRequestAllow@Base 5.0.2
+ WKNotificationPermissionRequestDeny@Base 5.0.2
+ WKNotificationPermissionRequestGetTypeID@Base 5.0.2
+ WKOpenPanelParametersCopyAcceptedMIMETypes@Base 5.0.2
+ WKOpenPanelParametersCopyCapture@Base 5.0.2
+ WKOpenPanelParametersCopySelectedFileNames@Base 5.2.0
+ WKOpenPanelParametersGetAllowsMultipleFiles@Base 5.0.2
+ WKOpenPanelParametersGetCaptureEnabled@Base 5.212.0~alpha2
+ WKOpenPanelParametersGetTypeID@Base 5.0.2
+ WKOpenPanelResultListenerCancel@Base 5.0.2
+ WKOpenPanelResultListenerChooseFiles@Base 5.0.2
+ WKOpenPanelResultListenerGetTypeID@Base 5.0.2
+ WKPageAreScrollbarAnimationsSuppressed@Base 5.0.2
+ WKPageBackgroundExtendsBeyondPage@Base 5.212.0~alpha2
+ WKPageCallAfterNextPresentationUpdate@Base 5.212.0~alpha2
+ WKPageCanDelete@Base 5.0.2
+ WKPageCanGoBack@Base 5.0.2
+ WKPageCanGoForward@Base 5.0.2
+ WKPageCenterSelectionInVisibleArea@Base 5.0.2
+ WKPageClearWheelEventTestTrigger@Base 5.212.0~alpha2
+ WKPageClose@Base 5.0.2
+ WKPageConfigurationCreate@Base 5.212.0~alpha2
+ WKPageConfigurationGetContext@Base 5.212.0~alpha2
+ WKPageConfigurationGetPageGroup@Base 5.212.0~alpha2
+ WKPageConfigurationGetPreferences@Base 5.212.0~alpha2
+ WKPageConfigurationGetRelatedPage@Base 5.212.0~alpha2
+ WKPageConfigurationGetTypeID@Base 5.212.0~alpha2
+ WKPageConfigurationGetUserContentController@Base 5.212.0~alpha2
+ WKPageConfigurationGetWebsiteDataStore@Base 5.212.0~alpha2
+ WKPageConfigurationSetContext@Base 5.212.0~alpha2
+ WKPageConfigurationSetPageGroup@Base 5.212.0~alpha2
+ WKPageConfigurationSetPreferences@Base 5.212.0~alpha2
+ WKPageConfigurationSetRelatedPage@Base 5.212.0~alpha2
+ WKPageConfigurationSetUserContentController@Base 5.212.0~alpha2
+ WKPageConfigurationSetWebsiteDataStore@Base 5.212.0~alpha2
+ WKPageCopyActiveURL@Base 5.0.2
+ WKPageCopyApplicationNameForUserAgent@Base 5.0.2
+ WKPageCopyCommittedURL@Base 5.0.2
+ WKPageCopyCustomTextEncodingName@Base 5.0.2
+ WKPageCopyCustomUserAgent@Base 5.0.2
+ WKPageCopyPageConfiguration@Base 5.212.0~alpha2
+ WKPageCopyPendingAPIRequestURL@Base 5.0.2
+ WKPageCopyProvisionalURL@Base 5.0.2
+ WKPageCopyRelatedPages@Base 5.0.2
+ WKPageCopySessionState@Base 5.0.2
+ WKPageCopyStandardUserAgentWithApplicationName@Base 5.0.2
+ WKPageCopyTitle@Base 5.0.2
+ WKPageCopyUserAgent@Base 5.0.2
+ WKPageCountStringMatches@Base 5.0.2
+ WKPageExecuteCommand@Base 5.0.2
+ WKPageFindString@Base 5.0.2
+ WKPageFindStringMatches@Base 5.2.0
+ WKPageFixedLayoutSize@Base 5.0.2
+ WKPageForceRepaint@Base 5.0.2
+ WKPageGetAddsVisitedLinks@Base 5.212.0~alpha2
+ WKPageGetAllowsRemoteInspection@Base 5.212.0~alpha2
+ WKPageGetBackForwardList@Base 5.0.2
+ WKPageGetBackingScaleFactor@Base 5.0.2
+ WKPageGetBytecodeProfile@Base 5.212.0~alpha2
+ WKPageGetContentsAsMHTMLData@Base 5.0.2
+ WKPageGetContentsAsString@Base 5.0.2
+ WKPageGetContext@Base 5.0.2
+ WKPageGetEstimatedProgress@Base 5.0.2
+ WKPageGetFocusedFrame@Base 5.0.2
+ WKPageGetFrameSetLargestFrame@Base 5.0.2
+ WKPageGetGapBetweenPages@Base 5.0.2
+ WKPageGetImageForFindMatch@Base 5.2.0
+ WKPageGetInspector@Base 5.0.2
+ WKPageGetMainFrame@Base 5.0.2
+ WKPageGetPageCount@Base 5.0.2
+ WKPageGetPageGroup@Base 5.0.2
+ WKPageGetPageLength@Base 5.0.2
+ WKPageGetPageZoomFactor@Base 5.0.2
+ WKPageGetPaginationBehavesLikeColumns@Base 5.0.2
+ WKPageGetPaginationLineGridEnabled@Base 5.212.0~alpha2
+ WKPageGetPaginationMode@Base 5.0.2
+ WKPageGetRenderTreeSize@Base 5.0.2
+ WKPageGetScaleFactor@Base 5.0.2
+ WKPageGetScrollPinningBehavior@Base 5.2.0
+ WKPageGetSelectionAsWebArchiveData@Base 5.2.0
+ WKPageGetSessionBackForwardListItemValueType@Base 5.2.0
+ WKPageGetSessionHistoryURLValueType@Base 5.0.2
+ WKPageGetSourceForFrame@Base 5.0.2
+ WKPageGetTextZoomFactor@Base 5.0.2
+ WKPageGetTypeID@Base 5.0.2
+ WKPageGetVibration@Base 5.0.2
+ WKPageGoBack@Base 5.0.2
+ WKPageGoForward@Base 5.0.2
+ WKPageGoToBackForwardListItem@Base 5.0.2
+ WKPageGroupAddUserContentFilter@Base 5.212.0~alpha2
+ WKPageGroupAddUserScript@Base 5.0.2
+ WKPageGroupAddUserStyleSheet@Base 5.0.2
+ WKPageGroupCopyIdentifier@Base 5.0.2
+ WKPageGroupCreateWithIdentifier@Base 5.0.2
+ WKPageGroupGetPreferences@Base 5.0.2
+ WKPageGroupGetTypeID@Base 5.0.2
+ WKPageGroupRemoveAllUserContentFilters@Base 5.212.0~alpha2
+ WKPageGroupRemoveAllUserScripts@Base 5.0.2
+ WKPageGroupRemoveAllUserStyleSheets@Base 5.0.2
+ WKPageGroupRemoveUserContentFilter@Base 5.212.0~alpha2
+ WKPageGroupSetPreferences@Base 5.0.2
+ WKPageHandleMediaEvent@Base 5.212.0~alpha2
+ WKPageHasHorizontalScrollbar@Base 5.0.2
+ WKPageHasMediaSessionWithActiveMediaElements@Base 5.212.0~alpha2
+ WKPageHasSelectedRange@Base 5.0.2
+ WKPageHasVerticalScrollbar@Base 5.0.2
+ WKPageHideFindUI@Base 5.0.2
+ WKPageHorizontalRubberBandingIsEnabled@Base 5.212.0~alpha2
+ WKPageIsClosed@Base 5.0.2
+ WKPageIsContentEditable@Base 5.0.2
+ WKPageIsPinnedToBottomSide@Base 5.0.2
+ WKPageIsPinnedToLeftSide@Base 5.0.2
+ WKPageIsPinnedToRightSide@Base 5.0.2
+ WKPageIsPinnedToTopSide@Base 5.0.2
+ WKPageIsPlayingAudio@Base 5.212.0~alpha2
+ WKPageIsWebProcessResponsive@Base 5.212.0~alpha2
+ WKPageListenForLayoutMilestones@Base 5.0.2
+ WKPageLoadAlternateHTMLString@Base 5.0.2
+ WKPageLoadAlternateHTMLStringWithUserData@Base 5.2.0
+ WKPageLoadData@Base 5.2.0
+ WKPageLoadDataWithUserData@Base 5.2.0
+ WKPageLoadFile@Base 5.2.0
+ WKPageLoadFileWithUserData@Base 5.2.0
+ WKPageLoadHTMLString@Base 5.0.2
+ WKPageLoadHTMLStringWithUserData@Base 5.2.0
+ WKPageLoadPlainTextString@Base 5.0.2
+ WKPageLoadPlainTextStringWithUserData@Base 5.2.0
+ WKPageLoadURL@Base 5.0.2
+ WKPageLoadURLRequest@Base 5.0.2
+ WKPageLoadURLRequestWithUserData@Base 5.2.0
+ WKPageLoadURLWithShouldOpenExternalURLsPolicy@Base 5.212.0~alpha2
+ WKPageLoadURLWithUserData@Base 5.2.0
+ WKPageLoadWebArchiveData@Base 5.0.2
+ WKPageLoadWebArchiveDataWithUserData@Base 5.2.0
+ WKPagePostMessageToInjectedBundle@Base 5.0.2
+ WKPageReload@Base 5.0.2
+ WKPageReloadFromOrigin@Base 5.0.2
+ WKPageReloadWithoutContentBlockers@Base 5.212.0~alpha2
+ WKPageRenderTreeExternalRepresentation@Base 5.0.2
+ WKPageRestoreFromSessionState@Base 5.0.2
+ WKPageRubberBandsAtBottom@Base 5.2.0
+ WKPageRubberBandsAtLeft@Base 5.212.0~alpha2
+ WKPageRubberBandsAtRight@Base 5.212.0~alpha2
+ WKPageRubberBandsAtTop@Base 5.2.0
+ WKPageRunBeforeUnloadConfirmPanelResultListenerCall@Base 5.212.0~alpha2
+ WKPageRunBeforeUnloadConfirmPanelResultListenerGetTypeID@Base 5.212.0~alpha2
+ WKPageRunJavaScriptAlertResultListenerCall@Base 5.212.0~alpha2
+ WKPageRunJavaScriptAlertResultListenerGetTypeID@Base 5.212.0~alpha2
+ WKPageRunJavaScriptConfirmResultListenerCall@Base 5.212.0~alpha2
+ WKPageRunJavaScriptConfirmResultListenerGetTypeID@Base 5.212.0~alpha2
+ WKPageRunJavaScriptInMainFrame@Base 5.0.2
+ WKPageRunJavaScriptPromptResultListenerCall@Base 5.212.0~alpha2
+ WKPageRunJavaScriptPromptResultListenerGetTypeID@Base 5.212.0~alpha2
+ WKPageSelectContextMenuItem@Base 5.2.0
+ WKPageSelectFindMatch@Base 5.2.0
+ WKPageSetAddsVisitedLinks@Base 5.212.0~alpha2
+ WKPageSetAllowsRemoteInspection@Base 5.212.0~alpha2
+ WKPageSetApplicationNameForUserAgent@Base 5.0.2
+ WKPageSetBackgroundExtendsBeyondPage@Base 5.212.0~alpha2
+ WKPageSetCustomBackingScaleFactor@Base 5.0.2
+ WKPageSetCustomTextEncodingName@Base 5.0.2
+ WKPageSetCustomUserAgent@Base 5.0.2
+ WKPageSetEnableHorizontalRubberBanding@Base 5.212.0~alpha2
+ WKPageSetEnableVerticalRubberBanding@Base 5.212.0~alpha2
+ WKPageSetFixedLayoutSize@Base 5.0.2
+ WKPageSetGapBetweenPages@Base 5.0.2
+ WKPageSetMaintainsInactiveSelection@Base 5.0.2
+ WKPageSetMayStartMediaWhenInWindow@Base 5.0.2
+ WKPageSetMediaVolume@Base 5.0.2
+ WKPageSetMuted@Base 5.212.0~alpha2
+ WKPageSetPageAndTextZoomFactors@Base 5.0.2
+ WKPageSetPageContextMenuClient@Base 5.0.2
+ WKPageSetPageDiagnosticLoggingClient@Base 5.212.0~alpha2
+ WKPageSetPageFindClient@Base 5.0.2
+ WKPageSetPageFindMatchesClient@Base 5.2.0
+ WKPageSetPageFormClient@Base 5.0.2
+ WKPageSetPageInjectedBundleClient@Base 5.212.0~alpha2
+ WKPageSetPageLength@Base 5.0.2
+ WKPageSetPageLoaderClient@Base 5.0.2
+ WKPageSetPageNavigationClient@Base 5.212.0~alpha2
+ WKPageSetPagePolicyClient@Base 5.0.2
+ WKPageSetPageUIClient@Base 5.0.2
+ WKPageSetPageZoomFactor@Base 5.0.2
+ WKPageSetPaginationBehavesLikeColumns@Base 5.0.2
+ WKPageSetPaginationLineGridEnabled@Base 5.212.0~alpha2
+ WKPageSetPaginationMode@Base 5.0.2
+ WKPageSetRubberBandsAtBottom@Base 5.2.0
+ WKPageSetRubberBandsAtLeft@Base 5.212.0~alpha2
+ WKPageSetRubberBandsAtRight@Base 5.212.0~alpha2
+ WKPageSetRubberBandsAtTop@Base 5.2.0
+ WKPageSetScaleFactor@Base 5.0.2
+ WKPageSetScrollPinningBehavior@Base 5.2.0
+ WKPageSetSession@Base 5.212.0~alpha2
+ WKPageSetSuppressScrollbarAnimations@Base 5.0.2
+ WKPageSetTextZoomFactor@Base 5.0.2
+ WKPageSetUseFixedLayout@Base 5.0.2
+ WKPageSetUserContentExtensionsEnabled@Base 5.212.0~alpha2
+ WKPageSetVisibilityState@Base 5.2.0
+ WKPageStopLoading@Base 5.0.2
+ WKPageSupportsTextEncoding@Base 5.0.2
+ WKPageSupportsTextZoom@Base 5.0.2
+ WKPageTerminate@Base 5.0.2
+ WKPageTryClose@Base 5.0.2
+ WKPageTryRestoreScrollPosition@Base 5.0.2
+ WKPageUseFixedLayout@Base 5.0.2
+ WKPageValidateCommand@Base 5.0.2
+ WKPageVerticalRubberBandingIsEnabled@Base 5.212.0~alpha2
+ WKPageWillHandleHorizontalScrollEvents@Base 5.0.2
+ WKPlugInInformationReplacementObscuredKey@Base 5.2.0
+ WKPluginInformationBundleIdentifierKey@Base 5.2.0
+ WKPluginInformationBundleVersionKey@Base 5.2.0
+ WKPluginInformationDefaultLoadPolicyKey@Base 5.2.0
+ WKPluginInformationDisplayNameKey@Base 5.2.0
+ WKPluginInformationFrameURLKey@Base 5.2.0
+ WKPluginInformationHasSandboxProfileKey@Base 5.2.0
+ WKPluginInformationMIMETypeKey@Base 5.2.0
+ WKPluginInformationPageURLKey@Base 5.2.0
+ WKPluginInformationPathKey@Base 5.2.0
+ WKPluginInformationPluginURLKey@Base 5.2.0
+ WKPluginInformationPluginspageAttributeURLKey@Base 5.2.0
+ WKPluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey@Base 5.2.0
+ WKPluginSiteDataManagerClearAllSiteData@Base 5.0.2
+ WKPluginSiteDataManagerClearSiteData@Base 5.0.2
+ WKPluginSiteDataManagerGetSitesWithData@Base 5.0.2
+ WKPluginSiteDataManagerGetTypeID@Base 5.0.2
+ WKPointCreate@Base 5.0.2
+ WKPointGetTypeID@Base 5.0.2
+ WKPointGetValue@Base 5.0.2
+ WKPreferencesCopyCursiveFontFamily@Base 5.0.2
+ WKPreferencesCopyDefaultTextEncodingName@Base 5.0.2
+ WKPreferencesCopyFTPDirectoryTemplatePath@Base 5.0.2
+ WKPreferencesCopyFantasyFontFamily@Base 5.0.2
+ WKPreferencesCopyFixedFontFamily@Base 5.0.2
+ WKPreferencesCopyPictographFontFamily@Base 5.0.2
+ WKPreferencesCopySansSerifFontFamily@Base 5.0.2
+ WKPreferencesCopySerifFontFamily@Base 5.0.2
+ WKPreferencesCopyStandardFontFamily@Base 5.0.2
+ WKPreferencesCreate@Base 5.0.2
+ WKPreferencesCreateCopy@Base 5.0.2
+ WKPreferencesCreateWithIdentifier@Base 5.0.2
+ WKPreferencesGetAVFoundationEnabled@Base 5.0.2
+ WKPreferencesGetAVFoundationNSURLSessionEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetAccelerated2DCanvasEnabled@Base 5.0.2
+ WKPreferencesGetAcceleratedCompositingEnabled@Base 5.0.2
+ WKPreferencesGetAcceleratedCompositingForOverflowScrollEnabled@Base 5.2.0
+ WKPreferencesGetAcceleratedDrawingEnabled@Base 5.0.2
+ WKPreferencesGetAggressiveTileRetentionEnabled@Base 5.2.0
+ WKPreferencesGetAllowsAirPlayForMediaPlayback@Base 5.212.0~alpha2
+ WKPreferencesGetAntialiasedFontDilationEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetApplicationChromeModeEnabled@Base 5.0.2
+ WKPreferencesGetArtificialPluginInitializationDelayEnabled@Base 5.0.2
+ WKPreferencesGetAsynchronousPluginInitializationEnabled@Base 5.0.2
+ WKPreferencesGetAsynchronousPluginInitializationEnabledForAllPlugins@Base 5.0.2
+ WKPreferencesGetAsynchronousSpellCheckingEnabled@Base 5.2.0
+ WKPreferencesGetAudioPlaybackRequiresUserGesture@Base 5.212.0~alpha2
+ WKPreferencesGetAuthorAndUserStylesEnabled@Base 5.0.2
+ WKPreferencesGetAutostartOriginPlugInSnapshottingEnabled@Base 5.2.0
+ WKPreferencesGetBackspaceKeyNavigationEnabled@Base 5.0.2
+ WKPreferencesGetCSSAnimationTriggersEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetCSSRegionsEnabled@Base 5.0.2
+ WKPreferencesGetCanvasUsesAcceleratedDrawing@Base 5.0.2
+ WKPreferencesGetCaretBrowsingEnabled@Base 5.0.2
+ WKPreferencesGetCompositingBordersVisible@Base 5.0.2
+ WKPreferencesGetCompositingRepaintCountersVisible@Base 5.0.2
+ WKPreferencesGetCookieEnabled@Base 5.0.2
+ WKPreferencesGetDNSPrefetchingEnabled@Base 5.0.2
+ WKPreferencesGetDOMPasteAllowed@Base 5.0.2
+ WKPreferencesGetDOMTimersThrottlingEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetDatabasesEnabled@Base 5.0.2
+ WKPreferencesGetDefaultFixedFontSize@Base 5.0.2
+ WKPreferencesGetDefaultFontSize@Base 5.0.2
+ WKPreferencesGetDeveloperExtrasEnabled@Base 5.0.2
+ WKPreferencesGetDiagnosticLoggingEnabled@Base 5.0.2
+ WKPreferencesGetEditableLinkBehavior@Base 5.0.2
+ WKPreferencesGetEnableInheritURIQueryComponent@Base 5.212.0~alpha2
+ WKPreferencesGetEncodingDetectorEnabled@Base 5.0.2
+ WKPreferencesGetFileAccessFromFileURLsAllowed@Base 5.0.2
+ WKPreferencesGetFontSmoothingLevel@Base 5.0.2
+ WKPreferencesGetForceFTPDirectoryListings@Base 5.0.2
+ WKPreferencesGetForceSoftwareWebGLRendering@Base 5.212.0~alpha2
+ WKPreferencesGetFrameFlatteningEnabled@Base 5.0.2
+ WKPreferencesGetFullScreenEnabled@Base 5.0.2
+ WKPreferencesGetGamepadsEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetHTTPEquivEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetHiddenPageCSSAnimationSuspensionEnabled@Base 5.2.0
+ WKPreferencesGetHiddenPageDOMTimerThrottlingEnabled@Base 5.2.0
+ WKPreferencesGetHixie76WebSocketProtocolEnabled@Base 5.0.2
+ WKPreferencesGetHyperlinkAuditingEnabled@Base 5.0.2
+ WKPreferencesGetIgnoreViewportScalingConstraints@Base 5.212.0~alpha2
+ WKPreferencesGetImageControlsEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetIncrementalRenderingSuppressionTimeout@Base 5.2.0
+ WKPreferencesGetInlineMediaPlaybackRequiresPlaysInlineAttribute@Base 5.212.0~alpha2
+ WKPreferencesGetInspectorUsesWebKitUserInterface@Base 5.0.2
+ WKPreferencesGetInteractiveFormValidationEnabled@Base 5.0.2
+ WKPreferencesGetJavaEnabled@Base 5.0.2
+ WKPreferencesGetJavaEnabledForLocalFiles@Base 5.0.2
+ WKPreferencesGetJavaScriptCanAccessClipboard@Base 5.0.2
+ WKPreferencesGetJavaScriptCanOpenWindowsAutomatically@Base 5.0.2
+ WKPreferencesGetJavaScriptEnabled@Base 5.0.2
+ WKPreferencesGetJavaScriptMarkupEnabled@Base 5.2.0
+ WKPreferencesGetJavaScriptRuntimeFlags@Base 5.212.0~alpha2
+ WKPreferencesGetLoadsImagesAutomatically@Base 5.0.2
+ WKPreferencesGetLoadsSiteIconsIgnoringImageLoadingPreference@Base 5.0.2
+ WKPreferencesGetLocalFileContentSniffingEnabled@Base 5.0.2
+ WKPreferencesGetLocalStorageEnabled@Base 5.0.2
+ WKPreferencesGetLogsPageMessagesToSystemConsoleEnabled@Base 5.2.0
+ WKPreferencesGetLongMousePressEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetMediaControlsScaleWithPageZoom@Base 5.212.0~alpha2
+ WKPreferencesGetMediaPlaybackAllowsInline@Base 5.0.2
+ WKPreferencesGetMediaPlaybackRequiresUserGesture@Base 5.0.2
+ WKPreferencesGetMediaSourceEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetMediaStreamEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetMetaRefreshEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetMinimumFontSize@Base 5.0.2
+ WKPreferencesGetMinimumZoomFontSize@Base 5.212.0~alpha2
+ WKPreferencesGetMockCaptureDevicesEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetMockScrollbarsEnabled@Base 5.0.2
+ WKPreferencesGetMultithreadedWebGLEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetNeedsSiteSpecificQuirks@Base 5.0.2
+ WKPreferencesGetNewBlockInsideInlineModelEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetNotificationsEnabled@Base 5.0.2
+ WKPreferencesGetOfflineWebApplicationCacheEnabled@Base 5.0.2
+ WKPreferencesGetPDFPluginEnabled@Base 5.0.2
+ WKPreferencesGetPageCacheEnabled@Base 5.0.2
+ WKPreferencesGetPageCacheSupportsPlugins@Base 5.0.2
+ WKPreferencesGetPageVisibilityBasedProcessSuppressionEnabled@Base 5.2.0
+ WKPreferencesGetPaginateDuringLayoutEnabled@Base 5.0.2
+ WKPreferencesGetPlugInSnapshottingEnabled@Base 5.0.2
+ WKPreferencesGetPluginsEnabled@Base 5.0.2
+ WKPreferencesGetPrimaryPlugInSnapshotDetectionEnabled@Base 5.2.0
+ WKPreferencesGetPrivateBrowsingEnabled@Base 5.0.2
+ WKPreferencesGetQTKitEnabled@Base 5.2.0
+ WKPreferencesGetRegionBasedColumnsEnabled@Base 5.0.2
+ WKPreferencesGetRequestAnimationFrameEnabled@Base 5.0.2
+ WKPreferencesGetResourceUsageOverlayVisible@Base 5.212.0~alpha2
+ WKPreferencesGetScreenFontSubstitutionEnabled@Base 5.0.2
+ WKPreferencesGetScrollingPerformanceLoggingEnabled@Base 5.0.2
+ WKPreferencesGetSelectTrailingWhitespaceEnabled@Base 5.2.0
+ WKPreferencesGetServiceControlsEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetShouldConvertPositionStyleOnCopy@Base 5.212.0~alpha2
+ WKPreferencesGetShouldDisplayCaptions@Base 5.0.2
+ WKPreferencesGetShouldDisplaySubtitles@Base 5.0.2
+ WKPreferencesGetShouldDisplayTextDescriptions@Base 5.0.2
+ WKPreferencesGetShouldPrintBackgrounds@Base 5.0.2
+ WKPreferencesGetShouldRespectImageOrientation@Base 5.0.2
+ WKPreferencesGetShowsToolTipOverTruncatedText@Base 5.0.2
+ WKPreferencesGetShowsURLsInToolTipsEnabled@Base 5.2.0
+ WKPreferencesGetSimpleLineLayoutDebugBordersEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetSimpleLineLayoutEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetSmartInsertDeleteEnabled@Base 5.2.0
+ WKPreferencesGetSnapshotAllPlugIns@Base 5.2.0
+ WKPreferencesGetSpatialNavigationEnabled@Base 5.6.0~rc
+ WKPreferencesGetStorageBlockingPolicy@Base 5.0.2
+ WKPreferencesGetSubpixelCSSOMElementMetricsEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetSuppressesIncrementalRendering@Base 5.0.2
+ WKPreferencesGetTabToLinksEnabled@Base 5.0.2
+ WKPreferencesGetTabsToLinks@Base 5.0.2
+ WKPreferencesGetTelephoneNumberParsingEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetTextAreasAreResizable@Base 5.0.2
+ WKPreferencesGetTextAutosizingEnabled@Base 5.0.2
+ WKPreferencesGetThreadedScrollingEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetTiledScrollingIndicatorVisible@Base 5.2.0
+ WKPreferencesGetTypeID@Base 5.0.2
+ WKPreferencesGetUniversalAccessFromFileURLsAllowed@Base 5.0.2
+ WKPreferencesGetUseGiantTiles@Base 5.212.0~alpha2
+ WKPreferencesGetViewGestureDebuggingEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetVisibleDebugOverlayRegions@Base 5.212.0~alpha2
+ WKPreferencesGetWebAnimationsEnabled@Base 5.212.0~alpha2
+ WKPreferencesGetWebArchiveDebugModeEnabled@Base 5.0.2
+ WKPreferencesGetWebAudioEnabled@Base 5.0.2
+ WKPreferencesGetWebGLEnabled@Base 5.0.2
+ WKPreferencesGetWebSecurityEnabled@Base 5.0.2
+ WKPreferencesGetXSSAuditorEnabled@Base 5.0.2
+ WKPreferencesResetTestRunnerOverrides@Base 5.0.2
+ WKPreferencesSetAVFoundationEnabled@Base 5.0.2
+ WKPreferencesSetAVFoundationNSURLSessionEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetAccelerated2DCanvasEnabled@Base 5.0.2
+ WKPreferencesSetAcceleratedCompositingEnabled@Base 5.0.2
+ WKPreferencesSetAcceleratedCompositingForOverflowScrollEnabled@Base 5.2.0
+ WKPreferencesSetAcceleratedDrawingEnabled@Base 5.0.2
+ WKPreferencesSetAggressiveTileRetentionEnabled@Base 5.2.0
+ WKPreferencesSetAllowsAirPlayForMediaPlayback@Base 5.212.0~alpha2
+ WKPreferencesSetAntialiasedFontDilationEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetApplicationChromeModeEnabled@Base 5.0.2
+ WKPreferencesSetArtificialPluginInitializationDelayEnabled@Base 5.0.2
+ WKPreferencesSetAsynchronousPluginInitializationEnabled@Base 5.0.2
+ WKPreferencesSetAsynchronousPluginInitializationEnabledForAllPlugins@Base 5.0.2
+ WKPreferencesSetAsynchronousSpellCheckingEnabled@Base 5.2.0
+ WKPreferencesSetAudioPlaybackRequiresUserGesture@Base 5.212.0~alpha2
+ WKPreferencesSetAuthorAndUserStylesEnabled@Base 5.0.2
+ WKPreferencesSetAutostartOriginPlugInSnapshottingEnabled@Base 5.2.0
+ WKPreferencesSetBackspaceKeyNavigationEnabled@Base 5.0.2
+ WKPreferencesSetCSSAnimationTriggersEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetCSSRegionsEnabled@Base 5.0.2
+ WKPreferencesSetCanvasUsesAcceleratedDrawing@Base 5.0.2
+ WKPreferencesSetCaretBrowsingEnabled@Base 5.0.2
+ WKPreferencesSetCompositingBordersVisible@Base 5.0.2
+ WKPreferencesSetCompositingRepaintCountersVisible@Base 5.0.2
+ WKPreferencesSetCookieEnabled@Base 5.0.2
+ WKPreferencesSetCursiveFontFamily@Base 5.0.2
+ WKPreferencesSetDNSPrefetchingEnabled@Base 5.0.2
+ WKPreferencesSetDOMPasteAllowed@Base 5.0.2
+ WKPreferencesSetDOMTimersThrottlingEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetDatabasesEnabled@Base 5.0.2
+ WKPreferencesSetDefaultFixedFontSize@Base 5.0.2
+ WKPreferencesSetDefaultFontSize@Base 5.0.2
+ WKPreferencesSetDefaultTextEncodingName@Base 5.0.2
+ WKPreferencesSetDeveloperExtrasEnabled@Base 5.0.2
+ WKPreferencesSetDiagnosticLoggingEnabled@Base 5.0.2
+ WKPreferencesSetEditableLinkBehavior@Base 5.0.2
+ WKPreferencesSetEnableInheritURIQueryComponent@Base 5.212.0~alpha2
+ WKPreferencesSetEncodingDetectorEnabled@Base 5.0.2
+ WKPreferencesSetFTPDirectoryTemplatePath@Base 5.0.2
+ WKPreferencesSetFantasyFontFamily@Base 5.0.2
+ WKPreferencesSetFileAccessFromFileURLsAllowed@Base 5.0.2
+ WKPreferencesSetFixedFontFamily@Base 5.0.2
+ WKPreferencesSetFontSmoothingLevel@Base 5.0.2
+ WKPreferencesSetForceFTPDirectoryListings@Base 5.0.2
+ WKPreferencesSetForceSoftwareWebGLRendering@Base 5.212.0~alpha2
+ WKPreferencesSetFrameFlatteningEnabled@Base 5.0.2
+ WKPreferencesSetFullScreenEnabled@Base 5.0.2
+ WKPreferencesSetGamepadsEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetHTTPEquivEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetHiddenPageCSSAnimationSuspensionEnabled@Base 5.2.0
+ WKPreferencesSetHiddenPageDOMTimerThrottlingEnabled@Base 5.2.0
+ WKPreferencesSetHixie76WebSocketProtocolEnabled@Base 5.0.2
+ WKPreferencesSetHyperlinkAuditingEnabled@Base 5.0.2
+ WKPreferencesSetIgnoreViewportScalingConstraints@Base 5.212.0~alpha2
+ WKPreferencesSetImageControlsEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetIncrementalRenderingSuppressionTimeout@Base 5.2.0
+ WKPreferencesSetInlineMediaPlaybackRequiresPlaysInlineAttribute@Base 5.212.0~alpha2
+ WKPreferencesSetInspectorUsesWebKitUserInterface@Base 5.0.2
+ WKPreferencesSetInteractiveFormValidationEnabled@Base 5.0.2
+ WKPreferencesSetJavaEnabled@Base 5.0.2
+ WKPreferencesSetJavaEnabledForLocalFiles@Base 5.0.2
+ WKPreferencesSetJavaScriptCanAccessClipboard@Base 5.0.2
+ WKPreferencesSetJavaScriptCanOpenWindowsAutomatically@Base 5.0.2
+ WKPreferencesSetJavaScriptEnabled@Base 5.0.2
+ WKPreferencesSetJavaScriptMarkupEnabled@Base 5.2.0
+ WKPreferencesSetJavaScriptRuntimeFlags@Base 5.212.0~alpha2
+ WKPreferencesSetLoadsImagesAutomatically@Base 5.0.2
+ WKPreferencesSetLoadsSiteIconsIgnoringImageLoadingPreference@Base 5.0.2
+ WKPreferencesSetLocalFileContentSniffingEnabled@Base 5.0.2
+ WKPreferencesSetLocalStorageEnabled@Base 5.0.2
+ WKPreferencesSetLogsPageMessagesToSystemConsoleEnabled@Base 5.2.0
+ WKPreferencesSetLongMousePressEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetMediaControlsScaleWithPageZoom@Base 5.212.0~alpha2
+ WKPreferencesSetMediaPlaybackAllowsInline@Base 5.0.2
+ WKPreferencesSetMediaPlaybackRequiresUserGesture@Base 5.0.2
+ WKPreferencesSetMediaSourceEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetMediaStreamEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetMetaRefreshEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetMinimumFontSize@Base 5.0.2
+ WKPreferencesSetMinimumZoomFontSize@Base 5.212.0~alpha2
+ WKPreferencesSetMockCaptureDevicesEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetMockScrollbarsEnabled@Base 5.0.2
+ WKPreferencesSetMultithreadedWebGLEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetNeedsSiteSpecificQuirks@Base 5.0.2
+ WKPreferencesSetNewBlockInsideInlineModelEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetNotificationsEnabled@Base 5.0.2
+ WKPreferencesSetOfflineWebApplicationCacheEnabled@Base 5.0.2
+ WKPreferencesSetPDFPluginEnabled@Base 5.0.2
+ WKPreferencesSetPageCacheEnabled@Base 5.0.2
+ WKPreferencesSetPageCacheSupportsPlugins@Base 5.0.2
+ WKPreferencesSetPageVisibilityBasedProcessSuppressionEnabled@Base 5.2.0
+ WKPreferencesSetPaginateDuringLayoutEnabled@Base 5.0.2
+ WKPreferencesSetPictographFontFamily@Base 5.0.2
+ WKPreferencesSetPlugInSnapshottingEnabled@Base 5.0.2
+ WKPreferencesSetPluginsEnabled@Base 5.0.2
+ WKPreferencesSetPrimaryPlugInSnapshotDetectionEnabled@Base 5.2.0
+ WKPreferencesSetPrivateBrowsingEnabled@Base 5.0.2
+ WKPreferencesSetQTKitEnabled@Base 5.2.0
+ WKPreferencesSetRegionBasedColumnsEnabled@Base 5.0.2
+ WKPreferencesSetRequestAnimationFrameEnabled@Base 5.0.2
+ WKPreferencesSetResourceUsageOverlayVisible@Base 5.212.0~alpha2
+ WKPreferencesSetSansSerifFontFamily@Base 5.0.2
+ WKPreferencesSetScreenFontSubstitutionEnabled@Base 5.0.2
+ WKPreferencesSetScrollingPerformanceLoggingEnabled@Base 5.0.2
+ WKPreferencesSetSelectTrailingWhitespaceEnabled@Base 5.2.0
+ WKPreferencesSetSerifFontFamily@Base 5.0.2
+ WKPreferencesSetServiceControlsEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetShouldConvertPositionStyleOnCopy@Base 5.212.0~alpha2
+ WKPreferencesSetShouldDisplayCaptions@Base 5.0.2
+ WKPreferencesSetShouldDisplaySubtitles@Base 5.0.2
+ WKPreferencesSetShouldDisplayTextDescriptions@Base 5.0.2
+ WKPreferencesSetShouldPrintBackgrounds@Base 5.0.2
+ WKPreferencesSetShouldRespectImageOrientation@Base 5.0.2
+ WKPreferencesSetShowsToolTipOverTruncatedText@Base 5.0.2
+ WKPreferencesSetShowsURLsInToolTipsEnabled@Base 5.2.0
+ WKPreferencesSetSimpleLineLayoutDebugBordersEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetSimpleLineLayoutEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetSmartInsertDeleteEnabled@Base 5.2.0
+ WKPreferencesSetSnapshotAllPlugIns@Base 5.2.0
+ WKPreferencesSetSpatialNavigationEnabled@Base 5.6.0~rc
+ WKPreferencesSetStandardFontFamily@Base 5.0.2
+ WKPreferencesSetStorageBlockingPolicy@Base 5.0.2
+ WKPreferencesSetSubpixelCSSOMElementMetricsEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetSuppressesIncrementalRendering@Base 5.0.2
+ WKPreferencesSetTabToLinksEnabled@Base 5.0.2
+ WKPreferencesSetTabsToLinks@Base 5.0.2
+ WKPreferencesSetTelephoneNumberParsingEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetTextAreasAreResizable@Base 5.0.2
+ WKPreferencesSetTextAutosizingEnabled@Base 5.0.2
+ WKPreferencesSetThreadedScrollingEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetTiledScrollingIndicatorVisible@Base 5.2.0
+ WKPreferencesSetUniversalAccessFromFileURLsAllowed@Base 5.0.2
+ WKPreferencesSetUseGiantTiles@Base 5.212.0~alpha2
+ WKPreferencesSetUseLegacyTextAlignPositionedElementBehavior@Base 5.212.0~alpha2
+ WKPreferencesSetViewGestureDebuggingEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetVisibleDebugOverlayRegions@Base 5.212.0~alpha2
+ WKPreferencesSetWebAnimationsEnabled@Base 5.212.0~alpha2
+ WKPreferencesSetWebArchiveDebugModeEnabled@Base 5.0.2
+ WKPreferencesSetWebAudioEnabled@Base 5.0.2
+ WKPreferencesSetWebGLEnabled@Base 5.0.2
+ WKPreferencesSetWebSecurityEnabled@Base 5.0.2
+ WKPreferencesSetXSSAuditorEnabled@Base 5.0.2
+ WKPreferencesUseLegacyTextAlignPositionedElementBehavior@Base 5.212.0~alpha2
+ WKProtectionSpaceCopyHost@Base 5.0.2
+ WKProtectionSpaceCopyRealm@Base 5.0.2
+ WKProtectionSpaceGetAuthenticationScheme@Base 5.0.2
+ WKProtectionSpaceGetIsProxy@Base 5.0.2
+ WKProtectionSpaceGetPort@Base 5.0.2
+ WKProtectionSpaceGetReceivesCredentialSecurely@Base 5.0.2
+ WKProtectionSpaceGetServerType@Base 5.0.2
+ WKProtectionSpaceGetTypeID@Base 5.0.2
+ WKRectCreate@Base 5.0.2
+ WKRectGetTypeID@Base 5.0.2
+ WKRectGetValue@Base 5.0.2
+ WKRelease@Base 5.0.2
+ WKRenderLayerCopyElementID@Base 5.0.2
+ WKRenderLayerCopyElementTagName@Base 5.0.2
+ WKRenderLayerCopyRendererName@Base 5.0.2
+ WKRenderLayerGetAbsoluteBounds@Base 5.0.2
+ WKRenderLayerGetBackingStoreMemoryEstimate@Base 5.212.0~alpha2
+ WKRenderLayerGetCompositingLayerType@Base 5.0.2
+ WKRenderLayerGetElementClassNames@Base 5.0.2
+ WKRenderLayerGetFrameContentsLayer@Base 5.212.0~alpha2
+ WKRenderLayerGetNegativeZOrderList@Base 5.0.2
+ WKRenderLayerGetNormalFlowList@Base 5.0.2
+ WKRenderLayerGetPositiveZOrderList@Base 5.0.2
+ WKRenderLayerGetRenderer@Base 5.0.2
+ WKRenderLayerGetTypeID@Base 5.0.2
+ WKRenderLayerIsClipped@Base 5.0.2
+ WKRenderLayerIsClipping@Base 5.0.2
+ WKRenderLayerIsReflection@Base 5.0.2
+ WKRenderObjectCopyElementID@Base 5.0.2
+ WKRenderObjectCopyElementTagName@Base 5.0.2
+ WKRenderObjectCopyName@Base 5.0.2
+ WKRenderObjectCopyTextSnippet@Base 5.212.0~alpha2
+ WKRenderObjectGetAbsolutePosition@Base 5.0.2
+ WKRenderObjectGetChildren@Base 5.0.2
+ WKRenderObjectGetElementClassNames@Base 5.0.2
+ WKRenderObjectGetFrameRect@Base 5.0.2
+ WKRenderObjectGetTextLength@Base 5.212.0~alpha2
+ WKRenderObjectGetTypeID@Base 5.0.2
+ WKResourceCacheManagerClearCacheForAllOrigins@Base 5.0.2
+ WKResourceCacheManagerClearCacheForOrigin@Base 5.0.2
+ WKResourceCacheManagerGetCacheOrigins@Base 5.0.2
+ WKResourceCacheManagerGetTypeID@Base 5.0.2
+ WKRetain@Base 5.0.2
+ WKSecurityOriginCopyDatabaseIdentifier@Base 5.0.2
+ WKSecurityOriginCopyHost@Base 5.0.2
+ WKSecurityOriginCopyProtocol@Base 5.0.2
+ WKSecurityOriginCopyToString@Base 5.0.2
+ WKSecurityOriginCreate@Base 5.0.2
+ WKSecurityOriginCreateFromDatabaseIdentifier@Base 5.0.2
+ WKSecurityOriginCreateFromString@Base 5.0.2
+ WKSecurityOriginGetHost@Base 5.0.2
+ WKSecurityOriginGetPort@Base 5.0.2
+ WKSecurityOriginGetProtocol@Base 5.0.2
+ WKSecurityOriginGetTypeID@Base 5.0.2
+ WKSerializedScriptValueCreate@Base 5.0.2
+ WKSerializedScriptValueCreateWithInternalRepresentation@Base 5.0.2
+ WKSerializedScriptValueDeserialize@Base 5.0.2
+ WKSerializedScriptValueGetInternalRepresentation@Base 5.0.2
+ WKSerializedScriptValueGetTypeID@Base 5.0.2
+ WKSessionStateCopyData@Base 5.212.0~alpha2
+ WKSessionStateCreateFromData@Base 5.212.0~alpha2
+ WKSessionStateGetTypeID@Base 5.212.0~alpha2
+ WKSizeCreate@Base 5.0.2
+ WKSizeGetTypeID@Base 5.0.2
+ WKSizeGetValue@Base 5.0.2
+ WKStringCopyJSString@Base 5.0.2
+ WKStringCreateWithJSString@Base 5.0.2
+ WKStringCreateWithUTF8CString@Base 5.0.2
+ WKStringGetCharacters@Base 5.0.2
+ WKStringGetLength@Base 5.0.2
+ WKStringGetMaximumUTF8CStringSize@Base 5.0.2
+ WKStringGetTypeID@Base 5.0.2
+ WKStringGetUTF8CString@Base 5.0.2
+ WKStringIsEmpty@Base 5.0.2
+ WKStringIsEqual@Base 5.0.2
+ WKStringIsEqualToUTF8CString@Base 5.0.2
+ WKStringIsEqualToUTF8CStringIgnoringCase@Base 5.0.2
+ WKTextCheckerChangeSpellingToWord@Base 5.0.2
+ WKTextCheckerCheckSpelling@Base 5.0.2
+ WKTextCheckerContinuousSpellCheckingEnabledStateChanged@Base 5.0.2
+ WKTextCheckerGrammarCheckingEnabledStateChanged@Base 5.0.2
+ WKTextCheckerSetClient@Base 5.0.2
+ WKUInt64Create@Base 5.0.2
+ WKUInt64GetTypeID@Base 5.0.2
+ WKUInt64GetValue@Base 5.0.2
+ WKURLCopyHostName@Base 5.0.2
+ WKURLCopyLastPathComponent@Base 5.0.2
+ WKURLCopyPath@Base 5.0.2
+ WKURLCopyScheme@Base 5.0.2
+ WKURLCopyString@Base 5.0.2
+ WKURLCreateWithBaseURL@Base 5.0.2
+ WKURLCreateWithUTF8CString@Base 5.0.2
+ WKURLGetTypeID@Base 5.0.2
+ WKURLIsEqual@Base 5.0.2
+ WKURLRequestCopyFirstPartyForCookies@Base 5.0.2
+ WKURLRequestCopyHTTPMethod@Base 5.0.2
+ WKURLRequestCopySettingHTTPBody@Base 5.212.0~alpha2
+ WKURLRequestCopyURL@Base 5.0.2
+ WKURLRequestCreateWithWKURL@Base 5.0.2
+ WKURLRequestGetTypeID@Base 5.0.2
+ WKURLRequestSetDefaultTimeoutInterval@Base 5.0.2
+ WKURLResponseCopyMIMEType@Base 5.0.2
+ WKURLResponseCopySuggestedFilename@Base 5.0.2
+ WKURLResponseCopyURL@Base 5.0.2
+ WKURLResponseGetExpectedContentLength@Base 5.2.0
+ WKURLResponseGetTypeID@Base 5.0.2
+ WKURLResponseHTTPStatusCode@Base 5.0.2
+ WKURLResponseIsAttachment@Base 5.0.2
+ WKUserContentControllerAddUserContentFilter@Base 5.212.0~alpha2
+ WKUserContentControllerAddUserScript@Base 5.212.0~alpha2
+ WKUserContentControllerCopyUserScripts@Base 5.212.0~alpha2
+ WKUserContentControllerCreate@Base 5.212.0~alpha2
+ WKUserContentControllerGetTypeID@Base 5.212.0~alpha2
+ WKUserContentControllerRemoveAllUserContentFilters@Base 5.212.0~alpha2
+ WKUserContentControllerRemoveAllUserScripts@Base 5.212.0~alpha2
+ WKUserContentURLPatternCopyHost@Base 5.0.2
+ WKUserContentURLPatternCopyScheme@Base 5.0.2
+ WKUserContentURLPatternCreate@Base 5.0.2
+ WKUserContentURLPatternGetTypeID@Base 5.0.2
+ WKUserContentURLPatternIsValid@Base 5.0.2
+ WKUserContentURLPatternMatchesSubdomains@Base 5.0.2
+ WKUserContentURLPatternMatchesURL@Base 5.0.2
+ WKUserMediaPermissionCheckGetTypeID@Base 5.212.0~alpha2
+ WKUserMediaPermissionCheckSetHasPersistentPermission@Base 5.212.0~alpha2
+ WKUserMediaPermissionRequestAllow@Base 5.212.0~alpha2
+ WKUserMediaPermissionRequestAudioDeviceUIDs@Base 5.212.0~alpha2
+ WKUserMediaPermissionRequestDeny@Base 5.212.0~alpha2
+ WKUserMediaPermissionRequestGetTypeID@Base 5.212.0~alpha2
+ WKUserMediaPermissionRequestVideoDeviceUIDs@Base 5.212.0~alpha2
+ WKVibrationGetTypeID@Base 5.0.2
+ WKVibrationSetProvider@Base 5.0.2
+ WKViewportAttributesGetTypeID@Base 5.212.0~alpha2
+ WKWindowFeaturesGetTypeID@Base 5.212.0~alpha2
+ _Z13WKURLCopyQUrlPK11OpaqueWKURL@Base 5.2.0
+ _Z14qWebKitVersionv@Base 5.0.2
+ _Z16WKURLCopyQStringPK11OpaqueWKURL@Base 5.2.0
+ _Z19WKImageCreateQImagePK13OpaqueWKImage@Base 5.0.2
+ _Z19WKStringCopyQStringPK14OpaqueWKString@Base 5.0.2
+ _Z19WKURLCreateWithQUrlRK4QUrl@Base 5.0.2
+ _Z19qWebKitMajorVersionv@Base 5.0.2
+ _Z19qWebKitMinorVersionv@Base 5.0.2
+ _Z22WKURLCreateWithQStringRK7QString@Base 5.2.0
+ _Z23WKImageCreateFromQImageRK6QImage@Base 5.0.2
+ _Z23qt_networkAccessAllowedb@Base 5.0.2
+ _Z25WKStringCreateWithQStringRK7QString@Base 5.0.2
+ _Z32WKIconDatabaseTryGetQImageForURLPK20OpaqueWKIconDatabasePK11OpaqueWKURL@Base 5.2.0
+ _ZN10UndoStepQt4redoEv@Base 5.0.2
+ _ZN10UndoStepQt4undoEv@Base 5.0.2
+ _ZN10UndoStepQtC1EN3WTF6RefPtrIN7WebCore8UndoStepEEE@Base 5.0.2
+ _ZN10UndoStepQtC2EN3WTF6RefPtrIN7WebCore8UndoStepEEE@Base 5.0.2
+ _ZN10UndoStepQtD1Ev@Base 5.0.2
+ _ZN10UndoStepQtD2Ev@Base 5.0.2
+ _ZN11QWebElement11encloseWithERK7QString@Base 5.0.2
+ _ZN11QWebElement11encloseWithERKS_@Base 5.0.2
+ _ZN11QWebElement11removeClassERK7QString@Base 5.0.2
+ _ZN11QWebElement11setInnerXmlERK7QString@Base 5.0.2
+ _ZN11QWebElement11setOuterXmlERK7QString@Base 5.0.2
+ _ZN11QWebElement11toggleClassERK7QString@Base 5.0.2
+ _ZN11QWebElement12appendInsideERK7QString@Base 5.0.2
+ _ZN11QWebElement12appendInsideERKS_@Base 5.0.2
+ _ZN11QWebElement12setAttributeERK7QStringS2_@Base 5.0.2
+ _ZN11QWebElement12setPlainTextERK7QString@Base 5.0.2
+ _ZN11QWebElement13appendOutsideERK7QString@Base 5.0.2
+ _ZN11QWebElement13appendOutsideERKS_@Base 5.0.2
+ _ZN11QWebElement13prependInsideERK7QString@Base 5.0.2
+ _ZN11QWebElement13prependInsideERKS_@Base 5.0.2
+ _ZN11QWebElement14prependOutsideERK7QString@Base 5.0.2
+ _ZN11QWebElement14prependOutsideERKS_@Base 5.0.2
+ _ZN11QWebElement14setAttributeNSERK7QStringS2_S2_@Base 5.0.2
+ _ZN11QWebElement15removeAttributeERK7QString@Base 5.0.2
+ _ZN11QWebElement16setStylePropertyERK7QStringS2_@Base 5.0.2
+ _ZN11QWebElement16takeFromDocumentEv@Base 5.0.2
+ _ZN11QWebElement17endExitFullScreenEv@Base 5.212.0~alpha2
+ _ZN11QWebElement17removeAllChildrenEv@Base 5.0.2
+ _ZN11QWebElement17removeAttributeNSERK7QStringS2_@Base 5.0.2
+ _ZN11QWebElement18endEnterFullScreenEv@Base 5.212.0~alpha2
+ _ZN11QWebElement18evaluateJavaScriptERK7QString@Base 5.0.2
+ _ZN11QWebElement18removeFromDocumentEv@Base 5.0.2
+ _ZN11QWebElement19beginExitFullScreenEv@Base 5.212.0~alpha2
+ _ZN11QWebElement19encloseContentsWithERK7QString@Base 5.0.2
+ _ZN11QWebElement19encloseContentsWithERKS_@Base 5.0.2
+ _ZN11QWebElement20beginEnterFullScreenEv@Base 5.212.0~alpha2
+ _ZN11QWebElement6renderEP8QPainter@Base 5.0.2
+ _ZN11QWebElement6renderEP8QPainterRK5QRect@Base 5.0.2
+ _ZN11QWebElement7replaceERK7QString@Base 5.0.2
+ _ZN11QWebElement7replaceERKS_@Base 5.0.2
+ _ZN11QWebElement8addClassERK7QString@Base 5.0.2
+ _ZN11QWebElement8setFocusEv@Base 5.0.2
+ _ZN11QWebElementC1EPN7WebCore7ElementE@Base 5.0.2
+ _ZN11QWebElementC1ERKS_@Base 5.0.2
+ _ZN11QWebElementC1Ev@Base 5.0.2
+ _ZN11QWebElementC2EPN7WebCore7ElementE@Base 5.0.2
+ _ZN11QWebElementC2ERKS_@Base 5.0.2
+ _ZN11QWebElementC2Ev@Base 5.0.2
+ _ZN11QWebElementD1Ev@Base 5.0.2
+ _ZN11QWebElementD2Ev@Base 5.0.2
+ _ZN11QWebElementaSERKS_@Base 5.0.2
+ _ZN11QWebHistory11loadFromMapERK4QMapI7QString8QVariantE@Base 5.212.0~alpha2
+ _ZN11QWebHistory19setMaximumItemCountEi@Base 5.0.2
+ _ZN11QWebHistory4backEv@Base 5.0.2
+ _ZN11QWebHistory5clearEv@Base 5.0.2
+ _ZN11QWebHistory7forwardEv@Base 5.0.2
+ _ZN11QWebHistory8goToItemERK15QWebHistoryItem@Base 5.0.2
+ _ZN11QWebHistoryC1Ev@Base 5.0.2
+ _ZN11QWebHistoryC2Ev@Base 5.0.2
+ _ZN11QWebHistoryD1Ev@Base 5.0.2
+ _ZN11QWebHistoryD2Ev@Base 5.0.2
+ _ZN11QWebKitTest10wheelEventEP7QObjectddiN2Qt11OrientationE@Base 5.2.0
+ _ZN11QWebKitTest11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN11QWebKitTest11qt_metacastEPKc@Base 5.0.2
+ _ZN11QWebKitTest14sendTouchEventEP13QQuickWebViewN6QEvent4TypeERK5QListIN11QTouchEvent10TouchPointEEm@Base 5.0.2
+ _ZN11QWebKitTest14touchDoubleTapEP7QObjectddi@Base 5.2.0
+ _ZN11QWebKitTest15viewportChangedEv@Base 5.0.2
+ _ZN11QWebKitTest16staticMetaObjectE@Base 5.0.2
+ _ZN11QWebKitTest19contentsSizeChangedEv@Base 5.0.2
+ _ZN11QWebKitTest20contentsScaleChangedEv@Base 5.0.2
+ _ZN11QWebKitTest22contentsScaleCommittedEv@Base 5.0.2
+ _ZN11QWebKitTest23devicePixelRatioChangedEv@Base 5.0.2
+ _ZN11QWebKitTest8touchTapEP7QObjectddi@Base 5.2.0
+ _ZN11QWebKitTestC1EP20QQuickWebViewPrivateP7QObject@Base 5.0.2
+ _ZN11QWebKitTestC2EP20QQuickWebViewPrivateP7QObject@Base 5.0.2
+ _ZN11QWebKitTestD0Ev@Base 5.0.2
+ _ZN11QWebKitTestD1Ev@Base 5.0.2
+ _ZN11QWebKitTestD2Ev@Base 5.0.2
+ _ZN12QWebDatabase14removeDatabaseERKS_@Base 5.0.2
+ _ZN12QWebDatabase18removeAllDatabasesEv@Base 5.0.2
+ _ZN12QWebDatabaseC1EP19QWebDatabasePrivate@Base 5.0.2
+ _ZN12QWebDatabaseC1ERKS_@Base 5.0.2
+ _ZN12QWebDatabaseC2EP19QWebDatabasePrivate@Base 5.0.2
+ _ZN12QWebDatabaseC2ERKS_@Base 5.0.2
+ _ZN12QWebDatabaseD1Ev@Base 5.0.2
+ _ZN12QWebDatabaseD2Ev@Base 5.0.2
+ _ZN12QWebDatabaseaSERKS_@Base 5.0.2
+ _ZN12QWebSettings10iconForUrlERK4QUrl@Base 5.0.2
+ _ZN12QWebSettings10webGraphicENS_10WebGraphicE@Base 5.0.2
+ _ZN12QWebSettings11setFontSizeENS_8FontSizeEi@Base 5.0.2
+ _ZN12QWebSettings12setAttributeENS_12WebAttributeEb@Base 5.0.2
+ _ZN12QWebSettings13resetFontSizeENS_8FontSizeE@Base 5.0.2
+ _ZN12QWebSettings13setFontFamilyENS_10FontFamilyERK7QString@Base 5.0.2
+ _ZN12QWebSettings13setWebGraphicENS_10WebGraphicERK7QPixmap@Base 5.0.2
+ _ZN12QWebSettings14globalSettingsEv@Base 5.0.2
+ _ZN12QWebSettings14resetAttributeENS_12WebAttributeE@Base 5.0.2
+ _ZN12QWebSettings15resetFontFamilyENS_10FontFamilyE@Base 5.0.2
+ _ZN12QWebSettings15setCSSMediaTypeERK7QString@Base 5.2.0
+ _ZN12QWebSettings16iconDatabasePathEv@Base 5.0.2
+ _ZN12QWebSettings17clearIconDatabaseEv@Base 5.0.2
+ _ZN12QWebSettings17clearMemoryCachesEv@Base 5.0.2
+ _ZN12QWebSettings17pluginSearchPathsEv@Base 5.212.0~alpha2
+ _ZN12QWebSettings18offlineStoragePathEv@Base 5.0.2
+ _ZN12QWebSettings19maximumPagesInCacheEv@Base 5.0.2
+ _ZN12QWebSettings19setIconDatabasePathERK7QString@Base 5.0.2
+ _ZN12QWebSettings19setLocalStoragePathERK7QString@Base 5.0.2
+ _ZN12QWebSettings20setPluginSearchPathsERK11QStringList@Base 5.212.0~alpha2
+ _ZN12QWebSettings20setUserStyleSheetUrlERK4QUrl@Base 5.0.2
+ _ZN12QWebSettings21setOfflineStoragePathERK7QString@Base 5.0.2
+ _ZN12QWebSettings22setDefaultTextEncodingERK7QString@Base 5.0.2
+ _ZN12QWebSettings22setMaximumPagesInCacheEi@Base 5.0.2
+ _ZN12QWebSettings23enablePersistentStorageERK7QString@Base 5.0.2
+ _ZN12QWebSettings24setObjectCacheCapacitiesEiii@Base 5.0.2
+ _ZN12QWebSettings25setThirdPartyCookiePolicyENS_22ThirdPartyCookiePolicyE@Base 5.0.2
+ _ZN12QWebSettings26offlineStorageDefaultQuotaEv@Base 5.0.2
+ _ZN12QWebSettings29setOfflineStorageDefaultQuotaEx@Base 5.0.2
+ _ZN12QWebSettings30offlineWebApplicationCachePathEv@Base 5.0.2
+ _ZN12QWebSettings31offlineWebApplicationCacheQuotaEv@Base 5.0.2
+ _ZN12QWebSettings33setOfflineWebApplicationCachePathERK7QString@Base 5.0.2
+ _ZN12QWebSettings34setOfflineWebApplicationCacheQuotaEx@Base 5.0.2
+ _ZN12QWebSettingsC1EPN7WebCore4PageE@Base 5.212.0~alpha2
+ _ZN12QWebSettingsC1Ev@Base 5.0.2
+ _ZN12QWebSettingsC2EPN7WebCore4PageE@Base 5.212.0~alpha2
+ _ZN12QWebSettingsC2Ev@Base 5.0.2
+ _ZN12QWebSettingsD1Ev@Base 5.0.2
+ _ZN12QWebSettingsD2Ev@Base 5.0.2
+ _ZN13QQuickWebPage11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN13QQuickWebPage11qt_metacastEPKc@Base 5.0.2
+ _ZN13QQuickWebPage15setContentsSizeERK6QSizeF@Base 5.0.2
+ _ZN13QQuickWebPage15updatePaintNodeEP7QSGNodePN10QQuickItem19UpdatePaintNodeDataE@Base 5.0.2
+ _ZN13QQuickWebPage16setContentsScaleEd@Base 5.2.0
+ _ZN13QQuickWebPage16staticMetaObjectE@Base 5.0.2
+ _ZN13QQuickWebPageC1EP13QQuickWebView@Base 5.0.2
+ _ZN13QQuickWebPageC2EP13QQuickWebView@Base 5.0.2
+ _ZN13QQuickWebPageD0Ev@Base 5.0.2
+ _ZN13QQuickWebPageD1Ev@Base 5.0.2
+ _ZN13QQuickWebPageD2Ev@Base 5.0.2
+ _ZN13QQuickWebView10itemChangeEN10QQuickItem10ItemChangeERKNS0_14ItemChangeDataE@Base 5.0.2
+ _ZN13QQuickWebView10touchEventEP11QTouchEvent@Base 5.0.2
+ _ZN13QQuickWebView10urlChangedEv@Base 5.0.2
+ _ZN13QQuickWebView10wheelEventEP11QWheelEvent@Base 5.0.2
+ _ZN13QQuickWebView11iconChangedEv@Base 5.0.2
+ _ZN13QQuickWebView11linkHoveredERK4QUrlRK7QString@Base 5.0.2
+ _ZN13QQuickWebView11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN13QQuickWebView11qt_metacastEPKc@Base 5.0.2
+ _ZN13QQuickWebView12focusInEventEP11QFocusEvent@Base 5.0.2
+ _ZN13QQuickWebView12titleChangedEv@Base 5.0.2
+ _ZN13QQuickWebView13dragMoveEventEP14QDragMoveEvent@Base 5.0.2
+ _ZN13QQuickWebView13keyPressEventEP9QKeyEvent@Base 5.0.2
+ _ZN13QQuickWebView13setContentPosERK7QPointF@Base 5.0.2
+ _ZN13QQuickWebView13setZoomFactorEd@Base 5.2.0
+ _ZN13QQuickWebView14dragEnterEventEP15QDragEnterEvent@Base 5.0.2
+ _ZN13QQuickWebView14dragLeaveEventEP15QDragLeaveEvent@Base 5.0.2
+ _ZN13QQuickWebView14hoverMoveEventEP11QHoverEvent@Base 5.0.2
+ _ZN13QQuickWebView14loadingChangedEP15QWebLoadRequest@Base 5.0.2
+ _ZN13QQuickWebView14mouseMoveEventEP11QMouseEvent@Base 5.0.2
+ _ZN13QQuickWebView15geometryChangedERK6QRectFS2_@Base 5.0.2
+ _ZN13QQuickWebView15hoverEnterEventEP11QHoverEvent@Base 5.0.2
+ _ZN13QQuickWebView15hoverLeaveEventEP11QHoverEvent@Base 5.0.2
+ _ZN13QQuickWebView15keyReleaseEventEP9QKeyEvent@Base 5.0.2
+ _ZN13QQuickWebView15mousePressEventEP11QMouseEvent@Base 5.0.2
+ _ZN13QQuickWebView16inputMethodEventEP17QInputMethodEvent@Base 5.0.2
+ _ZN13QQuickWebView16staticMetaObjectE@Base 5.0.2
+ _ZN13QQuickWebView17componentCompleteEv@Base 5.0.2
+ _ZN13QQuickWebView17mouseReleaseEventEP11QMouseEvent@Base 5.0.2
+ _ZN13QQuickWebView18platformInitializeEv@Base 5.0.2
+ _ZN13QQuickWebView19loadProgressChangedEv@Base 5.0.2
+ _ZN13QQuickWebView19navigationRequestedEP21QWebNavigationRequest@Base 5.0.2
+ _ZN13QQuickWebView21childMouseEventFilterEP10QQuickItemP6QEvent@Base 5.0.2
+ _ZN13QQuickWebView21emitUrlChangeIfNeededEv@Base 5.0.2
+ _ZN13QQuickWebView21mouseDoubleClickEventEP11QMouseEvent@Base 5.0.2
+ _ZN13QQuickWebView21qmlAttachedPropertiesEP7QObject@Base 5.0.2
+ _ZN13QQuickWebView24handleFlickableMouseMoveERK7QPointFx@Base 5.0.2
+ _ZN13QQuickWebView24navigationHistoryChangedEv@Base 5.0.2
+ _ZN13QQuickWebView24runJavaScriptInMainFrameERK7QStringP7QObjectPKc@Base 5.0.2
+ _ZN13QQuickWebView25handleFlickableMousePressERK7QPointFx@Base 5.0.2
+ _ZN13QQuickWebView27handleFlickableMouseReleaseERK7QPointFx@Base 5.0.2
+ _ZN13QQuickWebView39setAllowAnyHTTPSCertificateForLocalHostEb@Base 5.0.2
+ _ZN13QQuickWebView4pageEv@Base 5.0.2
+ _ZN13QQuickWebView4stopEv@Base 5.0.2
+ _ZN13QQuickWebView5eventEP6QEvent@Base 5.0.2
+ _ZN13QQuickWebView6goBackEv@Base 5.0.2
+ _ZN13QQuickWebView6reloadEv@Base 5.0.2
+ _ZN13QQuickWebView6setUrlERK4QUrl@Base 5.0.2
+ _ZN13QQuickWebView8loadHtmlERK7QStringRK4QUrlS5_@Base 5.0.2
+ _ZN13QQuickWebView9dropEventEP10QDropEvent@Base 5.0.2
+ _ZN13QQuickWebView9goForwardEv@Base 5.0.2
+ _ZN13QQuickWebViewC1EP10QQuickItem@Base 5.0.2
+ _ZN13QQuickWebViewC1EPK25OpaqueWKPageConfiguration@Base 5.212.0~alpha2
+ _ZN13QQuickWebViewC2EP10QQuickItem@Base 5.0.2
+ _ZN13QQuickWebViewC2EPK25OpaqueWKPageConfiguration@Base 5.212.0~alpha2
+ _ZN13QQuickWebViewD0Ev@Base 5.0.2
+ _ZN13QQuickWebViewD1Ev@Base 5.0.2
+ _ZN13QQuickWebViewD2Ev@Base 5.0.2
+ _ZN14QWebPluginInfo10setEnabledEb@Base 5.0.2
+ _ZN14QWebPluginInfoC1EPN7WebCore13PluginPackageE@Base 5.0.2
+ _ZN14QWebPluginInfoC1ERKS_@Base 5.0.2
+ _ZN14QWebPluginInfoC1Ev@Base 5.0.2
+ _ZN14QWebPluginInfoC2EPN7WebCore13PluginPackageE@Base 5.0.2
+ _ZN14QWebPluginInfoC2ERKS_@Base 5.0.2
+ _ZN14QWebPluginInfoC2Ev@Base 5.0.2
+ _ZN14QWebPluginInfoD1Ev@Base 5.0.2
+ _ZN14QWebPluginInfoD2Ev@Base 5.0.2
+ _ZN14QWebPluginInfoaSERKS_@Base 5.0.2
+ _ZN14QtPrintContext9spoolPageEif@Base 5.0.2
+ _ZN14QtPrintContextC1EP8QPainterRK5QRectP16QWebFrameAdapter@Base 5.0.2
+ _ZN14QtPrintContextC2EP8QPainterRK5QRectP16QWebFrameAdapter@Base 5.0.2
+ _ZN14QtPrintContextD1Ev@Base 5.0.2
+ _ZN14QtPrintContextD2Ev@Base 5.0.2
+ _ZN15QWebHistoryItem11loadFromMapERK4QMapI7QString8QVariantE@Base 5.212.0~alpha2
+ _ZN15QWebHistoryItem11setUserDataERK8QVariant@Base 5.0.2
+ _ZN15QWebHistoryItemC1EP22QWebHistoryItemPrivate@Base 5.0.2
+ _ZN15QWebHistoryItemC1ERKS_@Base 5.0.2
+ _ZN15QWebHistoryItemC2EP22QWebHistoryItemPrivate@Base 5.0.2
+ _ZN15QWebHistoryItemC2ERKS_@Base 5.0.2
+ _ZN15QWebHistoryItemD1Ev@Base 5.0.2
+ _ZN15QWebHistoryItemD2Ev@Base 5.0.2
+ _ZN15QWebHistoryItemaSERKS_@Base 5.0.2
+ _ZN15QWebLoadRequest11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN15QWebLoadRequest11qt_metacastEPKc@Base 5.0.2
+ _ZN15QWebLoadRequest16staticMetaObjectE@Base 5.0.2
+ _ZN15QWebLoadRequestC1ERK4QUrlN13QQuickWebView10LoadStatusERK7QStringNS3_11ErrorDomainEiP7QObject@Base 5.0.2
+ _ZN15QWebLoadRequestC2ERK4QUrlN13QQuickWebView10LoadStatusERK7QStringNS3_11ErrorDomainEiP7QObject@Base 5.0.2
+ _ZN15QWebLoadRequestD0Ev@Base 5.0.2
+ _ZN15QWebLoadRequestD1Ev@Base 5.0.2
+ _ZN15QWebLoadRequestD2Ev@Base 5.0.2
+ _ZN15QWebPageAdapter10deletePageEv@Base 5.0.2
+ _ZN15QWebPageAdapter10touchEventEP11QTouchEvent@Base 5.0.2
+ _ZN15QWebPageAdapter10wheelEventEP11QWheelEventi@Base 5.0.2
+ _ZN15QWebPageAdapter11dragEnteredEPK9QMimeDataRK6QPoint6QFlagsIN2Qt10DropActionEE@Base 5.0.2
+ _ZN15QWebPageAdapter11dragUpdatedEPK9QMimeDataRK6QPoint6QFlagsIN2Qt10DropActionEE@Base 5.0.2
+ _ZN15QWebPageAdapter11performDragEPK9QMimeDataRK6QPoint6QFlagsIN2Qt10DropActionEE@Base 5.0.2
+ _ZN15QWebPageAdapter12focusInEventEP11QFocusEvent@Base 5.0.2
+ _ZN15QWebPageAdapter12tryClosePageEv@Base 5.212.0~alpha2
+ _ZN15QWebPageAdapter13focusOutEventEP11QFocusEvent@Base 5.0.2
+ _ZN15QWebPageAdapter13triggerActionENS_10MenuActionEP24QWebHitTestResultPrivatePKcb@Base 5.0.2
+ _ZN15QWebPageAdapter14dragLeaveEventEv@Base 5.0.2
+ _ZN15QWebPageAdapter14handleKeyEventEP9QKeyEvent@Base 5.0.2
+ _ZN15QWebPageAdapter14mouseMoveEventEP11QMouseEvent@Base 5.0.2
+ _ZN15QWebPageAdapter15handleScrollingEP9QKeyEvent@Base 5.0.2
+ _ZN15QWebPageAdapter15mousePressEventEP11QMouseEvent@Base 5.0.2
+ _ZN15QWebPageAdapter16devicePixelRatioEv@Base 5.212.0~alpha2
+ _ZN15QWebPageAdapter16didShowInspectorEv@Base 5.0.2
+ _ZN15QWebPageAdapter16inputMethodEventEP17QInputMethodEvent@Base 5.0.2
+ _ZN15QWebPageAdapter16registerUndoStepEN3WTF10PassRefPtrIN7WebCore8UndoStepEEE@Base 5.0.2
+ _ZN15QWebPageAdapter17didCloseInspectorEv@Base 5.0.2
+ _ZN15QWebPageAdapter17mouseReleaseEventEP11QMouseEvent@Base 5.0.2
+ _ZN15QWebPageAdapter17setPluginsVisibleEb@Base 5.4.2
+ _ZN15QWebPageAdapter17setSystemTrayIconEP7QObject@Base 5.0.2
+ _ZN15QWebPageAdapter18setContentEditableEb@Base 5.0.2
+ _ZN15QWebPageAdapter18setVisibilityStateENS_15VisibilityStateE@Base 5.2.0
+ _ZN15QWebPageAdapter18treatSchemeAsLocalERK7QString@Base 5.0.2
+ _ZN15QWebPageAdapter19setDevicePixelRatioEf@Base 5.3.0
+ _ZN15QWebPageAdapter19triggerCustomActionEiRK7QString@Base 5.9.0
+ _ZN15QWebPageAdapter20networkAccessManagerEv@Base 5.0.2
+ _ZN15QWebPageAdapter20setFullScreenElementERK11QWebElement@Base 5.212.0~alpha2
+ _ZN15QWebPageAdapter20updateActionInternalENS_10MenuActionEPKcPbS3_@Base 5.0.2
+ _ZN15QWebPageAdapter21initializeWebCorePageEv@Base 5.0.2
+ _ZN15QWebPageAdapter21mouseDoubleClickEventEP11QMouseEvent@Base 5.0.2
+ _ZN15QWebPageAdapter21mouseTripleClickEventEP11QMouseEvent@Base 5.0.2
+ _ZN15QWebPageAdapter22_q_cleanupLeakMessagesEv@Base 5.0.2
+ _ZN15QWebPageAdapter22adjustPointForClickingEP11QMouseEvent@Base 5.0.2
+ _ZN15QWebPageAdapter22defaultUserAgentStringEv@Base 5.0.2
+ _ZN15QWebPageAdapter23setNetworkAccessManagerEP21QNetworkAccessManager@Base 5.0.2
+ _ZN15QWebPageAdapter23swallowContextMenuEventEP17QContextMenuEventP16QWebFrameAdapter@Base 5.0.2
+ _ZN15QWebPageAdapter24_q_onLoadProgressChangedEi@Base 5.0.2
+ _ZN15QWebPageAdapter24handleSoftwareInputPanelEN2Qt11MouseButtonERK6QPoint@Base 5.0.2
+ _ZN15QWebPageAdapter26dynamicPropertyChangeEventEP7QObjectP27QDynamicPropertyChangeEvent@Base 5.0.2
+ _ZN15QWebPageAdapter27handleShortcutOverrideEventEP9QKeyEvent@Base 5.0.2
+ _ZN15QWebPageAdapter29setGeolocationEnabledForFrameEP16QWebFrameAdapterb@Base 5.212.0~alpha2
+ _ZN15QWebPageAdapter30addNotificationPresenterClientEv@Base 5.0.2
+ _ZN15QWebPageAdapter31setNotificationsAllowedForFrameEP16QWebFrameAdapterb@Base 5.0.2
+ _ZN15QWebPageAdapter34updatePositionDependentMenuActionsERK6QPointP9QBitArray@Base 5.0.2
+ _ZN15QWebPageAdapter3kitEPN7WebCore4PageE@Base 5.0.2
+ _ZN15QWebPageAdapter6drtRunE@Base 5.0.2
+ _ZN15QWebPageAdapter8findTextERK7QStringNS_8FindFlagE@Base 5.0.2
+ _ZN15QWebPageAdapterC1Ev@Base 5.0.2
+ _ZN15QWebPageAdapterC2Ev@Base 5.0.2
+ _ZN15QWebPageAdapterD0Ev@Base 5.0.2
+ _ZN15QWebPageAdapterD1Ev@Base 5.0.2
+ _ZN15QWebPageAdapterD2Ev@Base 5.0.2
+ _ZN15QWebPreferences11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN15QWebPreferences11qt_metacastEPKc@Base 5.0.2
+ _ZN15QWebPreferences15setWebGLEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences16staticMetaObjectE@Base 5.0.2
+ _ZN15QWebPreferences17setAutoLoadImagesEb@Base 5.0.2
+ _ZN15QWebPreferences17setPluginsEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences18setDefaultFontSizeEj@Base 5.0.2
+ _ZN15QWebPreferences18setFixedFontFamilyERK7QString@Base 5.0.2
+ _ZN15QWebPreferences18setMinimumFontSizeEj@Base 5.0.2
+ _ZN15QWebPreferences18setSerifFontFamilyERK7QString@Base 5.0.2
+ _ZN15QWebPreferences18setWebAudioEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences19webGLEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences20setCursiveFontFamilyERK7QString@Base 5.0.2
+ _ZN15QWebPreferences20setFantasyFontFamilyERK7QString@Base 5.0.2
+ _ZN15QWebPreferences20setFullScreenEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences20setJavascriptEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences21autoLoadImagesChangedEv@Base 5.0.2
+ _ZN15QWebPreferences21pluginsEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences21setDnsPrefetchEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences21setStandardFontFamilyERK7QString@Base 5.0.2
+ _ZN15QWebPreferences21setXssAuditingEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences22defaultFontSizeChangedEv@Base 5.0.2
+ _ZN15QWebPreferences22fixedFontFamilyChangedEv@Base 5.0.2
+ _ZN15QWebPreferences22minimumFontSizeChangedEv@Base 5.0.2
+ _ZN15QWebPreferences22serifFontFamilyChangedEv@Base 5.0.2
+ _ZN15QWebPreferences22setLocalStorageEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences22setSansSerifFontFamilyERK7QString@Base 5.0.2
+ _ZN15QWebPreferences22webAudioEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences23setCaretBrowsingEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences23setDefaultFixedFontSizeEj@Base 5.0.2
+ _ZN15QWebPreferences23setNotificationsEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences24cursiveFontFamilyChangedEv@Base 5.0.2
+ _ZN15QWebPreferences24fantasyFontFamilyChangedEv@Base 5.0.2
+ _ZN15QWebPreferences24fullScreenEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences24javascriptEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences25dnsPrefetchEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences25setDeveloperExtrasEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences25setFrameFlatteningEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences25setPrivateBrowsingEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences25standardFontFamilyChangedEv@Base 5.0.2
+ _ZN15QWebPreferences25xssAuditingEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences26localStorageEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences26sansSerifFontFamilyChangedEv@Base 5.0.2
+ _ZN15QWebPreferences27caretBrowsingEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences27defaultFixedFontSizeChangedEv@Base 5.0.2
+ _ZN15QWebPreferences27notificationsEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences27setNavigatorQtObjectEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences27setSpatialNavigationEnabledEb@Base 5.6.0~rc
+ _ZN15QWebPreferences28setLinksIncludedInFocusChainEb@Base 5.6.0~rc
+ _ZN15QWebPreferences29developerExtrasEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences29frameFlatteningEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences29privateBrowsingEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences31navigatorQtObjectEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences31spatialNavigationEnabledChangedEv@Base 5.6.0~rc
+ _ZN15QWebPreferences32linksIncludedInFocusChainChangedEv@Base 5.6.0~rc
+ _ZN15QWebPreferences32setFileAccessFromFileURLsAllowedEb@Base 5.2.0
+ _ZN15QWebPreferences36fileAccessFromFileURLsAllowedChangedEv@Base 5.2.0
+ _ZN15QWebPreferences36setOfflineWebApplicationCacheEnabledEb@Base 5.0.2
+ _ZN15QWebPreferences37setUniversalAccessFromFileURLsAllowedEb@Base 5.2.0
+ _ZN15QWebPreferences40offlineWebApplicationCacheEnabledChangedEv@Base 5.0.2
+ _ZN15QWebPreferences41universalAccessFromFileURLsAllowedChangedEv@Base 5.2.0
+ _ZN15QWebPreferencesC1Ev@Base 5.0.2
+ _ZN15QWebPreferencesC2Ev@Base 5.0.2
+ _ZN15QWebPreferencesD0Ev@Base 5.0.2
+ _ZN15QWebPreferencesD1Ev@Base 5.0.2
+ _ZN15QWebPreferencesD2Ev@Base 5.0.2
+ _ZN15QWebScriptWorldC1ERKS_@Base 5.0.2
+ _ZN15QWebScriptWorldC1Ev@Base 5.0.2
+ _ZN15QWebScriptWorldC2ERKS_@Base 5.0.2
+ _ZN15QWebScriptWorldC2Ev@Base 5.0.2
+ _ZN15QWebScriptWorldD1Ev@Base 5.0.2
+ _ZN15QWebScriptWorldD2Ev@Base 5.0.2
+ _ZN15QWebScriptWorldaSERKS_@Base 5.0.2
+ _ZN16QWebDownloadItem11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN16QWebDownloadItem11qt_metacastEPKc@Base 5.0.2
+ _ZN16QWebDownloadItem16staticMetaObjectE@Base 5.0.2
+ _ZN16QWebDownloadItem18setDestinationPathERK7QString@Base 5.0.2
+ _ZN16QWebDownloadItem22destinationFileCreatedERK7QString@Base 5.0.2
+ _ZN16QWebDownloadItem25totalBytesReceivedChangedEy@Base 5.0.2
+ _ZN16QWebDownloadItem5startEv@Base 5.0.2
+ _ZN16QWebDownloadItem6cancelEv@Base 5.0.2
+ _ZN16QWebDownloadItem6failedENS_13DownloadErrorERK4QUrlRK7QString@Base 5.0.2
+ _ZN16QWebDownloadItem9succeededEv@Base 5.0.2
+ _ZN16QWebDownloadItemC1EP7QObject@Base 5.0.2
+ _ZN16QWebDownloadItemC2EP7QObject@Base 5.0.2
+ _ZN16QWebDownloadItemD0Ev@Base 5.0.2
+ _ZN16QWebDownloadItemD1Ev@Base 5.0.2
+ _ZN16QWebDownloadItemD2Ev@Base 5.0.2
+ _ZN16QWebFrameAdapter10cancelLoadEv@Base 5.0.2
+ _ZN16QWebFrameAdapter10setContentERK10QByteArrayRK7QStringRK4QUrl@Base 5.0.2
+ _ZN16QWebFrameAdapter13setZoomFactorEd@Base 5.2.0
+ _ZN16QWebFrameAdapter14clearCoreFrameEv@Base 5.0.2
+ _ZN16QWebFrameAdapter14scrollToAnchorERK7QString@Base 5.0.2
+ _ZN16QWebFrameAdapter15setViewportSizeERK5QSize@Base 5.0.2
+ _ZN16QWebFrameAdapter17ensureAbsoluteUrlERK4QUrl@Base 5.0.2
+ _ZN16QWebFrameAdapter17renderFrameExtrasERN7WebCore15GraphicsContextEiRK7QRegion@Base 5.212.0~alpha2
+ _ZN16QWebFrameAdapter17setScrollBarValueEN2Qt11OrientationEi@Base 5.0.2
+ _ZN16QWebFrameAdapter18evaluateJavaScriptERK7QString@Base 5.0.2
+ _ZN16QWebFrameAdapter18handleGestureEventEP19QGestureEventFacade@Base 5.0.2
+ _ZN16QWebFrameAdapter18setScrollBarPolicyEN2Qt11OrientationENS0_15ScrollBarPolicyE@Base 5.0.2
+ _ZN16QWebFrameAdapter19setCustomLayoutSizeERK5QSize@Base 5.0.2
+ _ZN16QWebFrameAdapter20renderRelativeCoordsEP8QPainteriRK7QRegion@Base 5.0.2
+ _ZN16QWebFrameAdapter21_q_orientationChangedEv@Base 5.0.2
+ _ZN16QWebFrameAdapter21setDelegatesScrollingEb@Base 5.0.2
+ _ZN16QWebFrameAdapter21setTextSizeMultiplierEd@Base 5.2.0
+ _ZN16QWebFrameAdapter22renderCompositedLayersERN7WebCore15GraphicsContextERKNS0_7IntRectE@Base 5.212.0~alpha2
+ _ZN16QWebFrameAdapter23setPaintsEntireContentsEb@Base 5.0.2
+ _ZN16QWebFrameAdapter26setFixedVisibleContentRectERK5QRect@Base 5.0.2
+ _ZN16QWebFrameAdapter27addToJavaScriptWindowObjectERK7QStringP7QObjectNS_14ValueOwnershipE@Base 5.0.2
+ _ZN16QWebFrameAdapter27updateBackgroundRecursivelyERK6QColor@Base 5.0.2
+ _ZN16QWebFrameAdapter3kitEPKN7WebCore5FrameE@Base 5.0.2
+ _ZN16QWebFrameAdapter4initEP15QWebPageAdapter@Base 5.0.2
+ _ZN16QWebFrameAdapter4initEP15QWebPageAdapterP13QWebFrameData@Base 5.0.2
+ _ZN16QWebFrameAdapter4loadERK15QNetworkRequestN21QNetworkAccessManager9OperationERK10QByteArray@Base 5.0.2
+ _ZN16QWebFrameAdapter7setHtmlERK7QStringRK4QUrl@Base 5.0.2
+ _ZN16QWebFrameAdapter8scrollByEii@Base 5.0.2
+ _ZN16QWebFrameAdapter8setFocusEv@Base 5.0.2
+ _ZN16QWebFrameAdapterC1Ev@Base 5.0.2
+ _ZN16QWebFrameAdapterC2Ev@Base 5.0.2
+ _ZN16QWebFrameAdapterD0Ev@Base 5.0.2
+ _ZN16QWebFrameAdapterD1Ev@Base 5.0.2
+ _ZN16QWebFrameAdapterD2Ev@Base 5.0.2
+ _ZN16QWebSelectMethod10selectItemEibb@Base 5.212.0~alpha2
+ _ZN16QWebSelectMethod11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.212.0~alpha2
+ _ZN16QWebSelectMethod11qt_metacastEPKc@Base 5.212.0~alpha2
+ _ZN16QWebSelectMethod16staticMetaObjectE@Base 5.212.0~alpha2
+ _ZN16QWebSelectMethod7didHideEv@Base 5.212.0~alpha2
+ _ZN16QWebSpellChecker11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.212.0~alpha2
+ _ZN16QWebSpellChecker11qt_metacastEPKc@Base 5.212.0~alpha2
+ _ZN16QWebSpellChecker16staticMetaObjectE@Base 5.212.0~alpha2
+ _ZN17QWebPluginFactory11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN17QWebPluginFactory11qt_metacastEPKc@Base 5.0.2
+ _ZN17QWebPluginFactory14refreshPluginsEv@Base 5.0.2
+ _ZN17QWebPluginFactory16staticMetaObjectE@Base 5.0.2
+ _ZN17QWebPluginFactory9extensionENS_9ExtensionEPKNS_15ExtensionOptionEPNS_15ExtensionReturnE@Base 5.0.2
+ _ZN17QWebPluginFactoryC1EP7QObject@Base 5.0.2
+ _ZN17QWebPluginFactoryC2EP7QObject@Base 5.0.2
+ _ZN17QWebPluginFactoryD0Ev@Base 5.0.2
+ _ZN17QWebPluginFactoryD1Ev@Base 5.0.2
+ _ZN17QWebPluginFactoryD2Ev@Base 5.0.2
+ _ZN17QWebTouchModifier11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.212.0~alpha2
+ _ZN17QWebTouchModifier11qt_metacastEPKc@Base 5.212.0~alpha2
+ _ZN17QWebTouchModifier16staticMetaObjectE@Base 5.212.0~alpha2
+ _ZN18QQuickNetworkReply11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN18QQuickNetworkReply11qt_metacastEPKc@Base 5.0.2
+ _ZN18QQuickNetworkReply14setContentTypeERK7QString@Base 5.0.2
+ _ZN18QQuickNetworkReply16staticMetaObjectE@Base 5.0.2
+ _ZN18QQuickNetworkReply21setNetworkRequestDataEN3WTF10PassRefPtrIN6WebKit30QtRefCountedNetworkRequestDataEEE@Base 5.0.2
+ _ZN18QQuickNetworkReply22setWebViewExperimentalEP25QQuickWebViewExperimental@Base 5.0.2
+ _ZN18QQuickNetworkReply4sendEv@Base 5.0.2
+ _ZN18QQuickNetworkReply7setDataERK8QVariant@Base 5.0.2
+ _ZN18QQuickNetworkReplyC1EP7QObject@Base 5.0.2
+ _ZN18QQuickNetworkReplyC2EP7QObject@Base 5.0.2
+ _ZN18QWebPluginDatabase11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN18QWebPluginDatabase11qt_metacastEPKc@Base 5.0.2
+ _ZN18QWebPluginDatabase16staticMetaObjectE@Base 5.0.2
+ _ZN18QWebPluginDatabase17pluginForMimeTypeERK7QString@Base 5.0.2
+ _ZN18QWebPluginDatabase29setPreferredPluginForMimeTypeERK7QStringRK14QWebPluginInfo@Base 5.0.2
+ _ZN18QWebPluginDatabase7refreshEv@Base 5.0.2
+ _ZN18QWebPluginDatabaseC1EP7QObject@Base 5.0.2
+ _ZN18QWebPluginDatabaseC2EP7QObject@Base 5.0.2
+ _ZN18QWebPluginDatabaseD0Ev@Base 5.0.2
+ _ZN18QWebPluginDatabaseD1Ev@Base 5.0.2
+ _ZN18QWebPluginDatabaseD2Ev@Base 5.0.2
+ _ZN18QWebSecurityOrigin10allOriginsEv@Base 5.0.2
+ _ZN18QWebSecurityOrigin12localSchemesEv@Base 5.0.2
+ _ZN18QWebSecurityOrigin14addLocalSchemeERK7QString@Base 5.0.2
+ _ZN18QWebSecurityOrigin16setDatabaseQuotaEx@Base 5.0.2
+ _ZN18QWebSecurityOrigin17removeLocalSchemeERK7QString@Base 5.0.2
+ _ZN18QWebSecurityOrigin23addAccessWhitelistEntryERK7QStringS2_NS_16SubdomainSettingE@Base 5.2.0
+ _ZN18QWebSecurityOrigin24setApplicationCacheQuotaEx@Base 5.0.2
+ _ZN18QWebSecurityOrigin26removeAccessWhitelistEntryERK7QStringS2_NS_16SubdomainSettingE@Base 5.2.0
+ _ZN18QWebSecurityOriginC1EP25QWebSecurityOriginPrivate@Base 5.0.2
+ _ZN18QWebSecurityOriginC1ERK4QUrl@Base 5.2.0
+ _ZN18QWebSecurityOriginC1ERKS_@Base 5.0.2
+ _ZN18QWebSecurityOriginC2EP25QWebSecurityOriginPrivate@Base 5.0.2
+ _ZN18QWebSecurityOriginC2ERK4QUrl@Base 5.2.0
+ _ZN18QWebSecurityOriginC2ERKS_@Base 5.0.2
+ _ZN18QWebSecurityOriginD1Ev@Base 5.0.2
+ _ZN18QWebSecurityOriginD2Ev@Base 5.0.2
+ _ZN18QWebSecurityOriginaSERKS_@Base 5.0.2
+ _ZN19QtWebSecurityOrigin11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN19QtWebSecurityOrigin11qt_metacastEPKc@Base 5.0.2
+ _ZN19QtWebSecurityOrigin16staticMetaObjectE@Base 5.0.2
+ _ZN19QtWebSecurityOriginC1EP7QObject@Base 5.0.2
+ _ZN19QtWebSecurityOriginC2EP7QObject@Base 5.0.2
+ _ZN19QtWebSecurityOriginD0Ev@Base 5.0.2
+ _ZN19QtWebSecurityOriginD1Ev@Base 5.0.2
+ _ZN19QtWebSecurityOriginD2Ev@Base 5.0.2
+ _ZN20QQuickNetworkRequest11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN20QQuickNetworkRequest11qt_metacastEPKc@Base 5.0.2
+ _ZN20QQuickNetworkRequest16staticMetaObjectE@Base 5.0.2
+ _ZN20QQuickNetworkRequest21setNetworkRequestDataEN3WTF10PassRefPtrIN6WebKit30QtRefCountedNetworkRequestDataEEE@Base 5.0.2
+ _ZN20QQuickNetworkRequestC1EP7QObject@Base 5.0.2
+ _ZN20QQuickNetworkRequestC2EP7QObject@Base 5.0.2
+ _ZN20QWebHistoryInterface11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN20QWebHistoryInterface11qt_metacastEPKc@Base 5.0.2
+ _ZN20QWebHistoryInterface16defaultInterfaceEv@Base 5.0.2
+ _ZN20QWebHistoryInterface16staticMetaObjectE@Base 5.0.2
+ _ZN20QWebHistoryInterface19setDefaultInterfaceEPS_@Base 5.0.2
+ _ZN20QWebHistoryInterfaceC1EP7QObject@Base 5.0.2
+ _ZN20QWebHistoryInterfaceC2EP7QObject@Base 5.0.2
+ _ZN20QWebHistoryInterfaceD0Ev@Base 5.0.2
+ _ZN20QWebHistoryInterfaceD1Ev@Base 5.0.2
+ _ZN20QWebHistoryInterfaceD2Ev@Base 5.0.2
+ _ZN21QQuickWebViewAttached11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN21QQuickWebViewAttached11qt_metacastEPKc@Base 5.0.2
+ _ZN21QQuickWebViewAttached11viewChangedEv@Base 5.0.2
+ _ZN21QQuickWebViewAttached16staticMetaObjectE@Base 5.0.2
+ _ZN21QQuickWebViewAttached7setViewEP13QQuickWebView@Base 5.0.2
+ _ZN21QQuickWebViewAttachedC1EP7QObject@Base 5.0.2
+ _ZN21QQuickWebViewAttachedC2EP7QObject@Base 5.0.2
+ _ZN21QWebElementCollection6appendERKS_@Base 5.0.2
+ _ZN21QWebElementCollectionC1ERK11QWebElementRK7QString@Base 5.0.2
+ _ZN21QWebElementCollectionC1ERKS_@Base 5.0.2
+ _ZN21QWebElementCollectionC1Ev@Base 5.0.2
+ _ZN21QWebElementCollectionC2ERK11QWebElementRK7QString@Base 5.0.2
+ _ZN21QWebElementCollectionC2ERKS_@Base 5.0.2
+ _ZN21QWebElementCollectionC2Ev@Base 5.0.2
+ _ZN21QWebElementCollectionD1Ev@Base 5.0.2
+ _ZN21QWebElementCollectionD2Ev@Base 5.0.2
+ _ZN21QWebElementCollectionaSERKS_@Base 5.0.2
+ _ZN21QWebFullScreenRequest6acceptEv@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequest6rejectEv@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestC1EP15QWebPageAdapterRK11QWebElementb@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestC1ERKS_@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestC1Ev@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestC2EP15QWebPageAdapterRK11QWebElementb@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestC2ERKS_@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestC2Ev@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestD1Ev@Base 5.212.0~alpha2
+ _ZN21QWebFullScreenRequestD2Ev@Base 5.212.0~alpha2
+ _ZN21QWebIconImageProvider12requestImageERK7QStringP5QSizeRKS3_@Base 5.0.2
+ _ZN21QWebIconImageProvider26iconURLForPageURLInContextERK7QStringPN6WebKit12QtWebContextE@Base 5.2.0
+ _ZN21QWebIconImageProviderC1Ev@Base 5.0.2
+ _ZN21QWebIconImageProviderC2Ev@Base 5.0.2
+ _ZN21QWebIconImageProviderD0Ev@Base 5.0.2
+ _ZN21QWebIconImageProviderD1Ev@Base 5.0.2
+ _ZN21QWebIconImageProviderD2Ev@Base 5.0.2
+ _ZN21QWebNavigationHistory11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN21QWebNavigationHistory11qt_metacastEPKc@Base 5.0.2
+ _ZN21QWebNavigationHistory16staticMetaObjectE@Base 5.0.2
+ _ZN21QWebNavigationHistoryC1Ev@Base 5.0.2
+ _ZN21QWebNavigationHistoryC2Ev@Base 5.0.2
+ _ZN21QWebNavigationHistoryD0Ev@Base 5.0.2
+ _ZN21QWebNavigationHistoryD1Ev@Base 5.0.2
+ _ZN21QWebNavigationHistoryD2Ev@Base 5.0.2
+ _ZN21QWebNavigationRequest11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN21QWebNavigationRequest11qt_metacastEPKc@Base 5.0.2
+ _ZN21QWebNavigationRequest13actionChangedEv@Base 5.0.2
+ _ZN21QWebNavigationRequest16staticMetaObjectE@Base 5.0.2
+ _ZN21QWebNavigationRequest9setActionEN13QQuickWebView23NavigationRequestActionE@Base 5.0.2
+ _ZN21QWebNavigationRequestC1ERK4QUrlN2Qt11MouseButtonE6QFlagsINS3_16KeyboardModifierEEN13QQuickWebView14NavigationTypeEbP7QObject@Base 5.212.0~alpha2
+ _ZN21QWebNavigationRequestC2ERK4QUrlN2Qt11MouseButtonE6QFlagsINS3_16KeyboardModifierEEN13QQuickWebView14NavigationTypeEbP7QObject@Base 5.212.0~alpha2
+ _ZN21QWebNavigationRequestD0Ev@Base 5.0.2
+ _ZN21QWebNavigationRequestD1Ev@Base 5.0.2
+ _ZN21QWebNavigationRequestD2Ev@Base 5.0.2
+ _ZN21QWebPermissionRequest11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN21QWebPermissionRequest11qt_metacastEPKc@Base 5.0.2
+ _ZN21QWebPermissionRequest14securityOriginEv@Base 5.0.2
+ _ZN21QWebPermissionRequest16staticMetaObjectE@Base 5.0.2
+ _ZN21QWebPermissionRequest6createEPK22OpaqueWKSecurityOriginPK36OpaqueWKGeolocationPermissionRequest@Base 5.0.2
+ _ZN21QWebPermissionRequest6createEPK22OpaqueWKSecurityOriginPK37OpaqueWKNotificationPermissionRequest@Base 5.0.2
+ _ZN21QWebPermissionRequest8setAllowEb@Base 5.0.2
+ _ZN21QWebPermissionRequestC1EPK22OpaqueWKSecurityOriginPK36OpaqueWKGeolocationPermissionRequestPK37OpaqueWKNotificationPermissionRequestNS_11RequestTypeEP7QObject@Base 5.0.2
+ _ZN21QWebPermissionRequestC2EPK22OpaqueWKSecurityOriginPK36OpaqueWKGeolocationPermissionRequestPK37OpaqueWKNotificationPermissionRequestNS_11RequestTypeEP7QObject@Base 5.0.2
+ _ZN21QWebPermissionRequestD0Ev@Base 5.0.2
+ _ZN21QWebPermissionRequestD1Ev@Base 5.0.2
+ _ZN21QWebPermissionRequestD2Ev@Base 5.0.2
+ _ZN21QtPluginWidgetAdapter11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN21QtPluginWidgetAdapter11qt_metacastEPKc@Base 5.0.2
+ _ZN21QtPluginWidgetAdapter16staticMetaObjectE@Base 5.0.2
+ _ZN21QtPluginWidgetAdapterC1Ev@Base 5.0.2
+ _ZN21QtPluginWidgetAdapterC2Ev@Base 5.0.2
+ _ZN22QWebHistoryItemPrivate4coreEPK15QWebHistoryItem@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegate11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegate11qt_metacastEPKc@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegate13schemeChangedEv@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegate15receivedRequestEv@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegate16staticMetaObjectE@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegate9setSchemeERK7QString@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegateC1EP7QObject@Base 5.0.2
+ _ZN23QQuickUrlSchemeDelegateC2EP7QObject@Base 5.0.2
+ _ZN23QWebNavigationListModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN23QWebNavigationListModel11qt_metacastEPKc@Base 5.0.2
+ _ZN23QWebNavigationListModel16staticMetaObjectE@Base 5.0.2
+ _ZN23QWebNavigationListModel5resetEv@Base 5.0.2
+ _ZN23QWebNavigationListModelD0Ev@Base 5.0.2
+ _ZN23QWebNavigationListModelD1Ev@Base 5.0.2
+ _ZN23QWebNavigationListModelD2Ev@Base 5.0.2
+ _ZN24QWebHapticFeedbackPlayer11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.212.0~alpha2
+ _ZN24QWebHapticFeedbackPlayer11qt_metacastEPKc@Base 5.212.0~alpha2
+ _ZN24QWebHapticFeedbackPlayer16staticMetaObjectE@Base 5.212.0~alpha2
+ _ZN24QWebHitTestResultPrivateC1ERKN7WebCore13HitTestResultE@Base 5.0.2
+ _ZN24QWebHitTestResultPrivateC1ERKS_@Base 5.0.2
+ _ZN24QWebHitTestResultPrivateC2ERKN7WebCore13HitTestResultE@Base 5.0.2
+ _ZN24QWebHitTestResultPrivateC2ERKS_@Base 5.0.2
+ _ZN24QWebHitTestResultPrivateD1Ev@Base 5.0.2
+ _ZN24QWebHitTestResultPrivateD2Ev@Base 5.0.2
+ _ZN24QWebHitTestResultPrivateaSERKS_@Base 5.0.2
+ _ZN25QQuickWebViewExperimental11goForwardToEi@Base 5.0.2
+ _ZN25QQuickWebViewExperimental11postMessageERK7QString@Base 5.0.2
+ _ZN25QQuickWebViewExperimental11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental11qt_metacastEPKc@Base 5.0.2
+ _ZN25QQuickWebViewExperimental12setUserAgentERK7QString@Base 5.0.2
+ _ZN25QQuickWebViewExperimental13setFilePickerEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental13setWebChannelEP14QQmlWebChannel@Base 5.212.0~alpha2
+ _ZN25QQuickWebViewExperimental14setAlertDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental14setDeviceWidthEi@Base 5.0.2
+ _ZN25QQuickWebViewExperimental14setUserScriptsERK5QListI4QUrlE@Base 5.0.2
+ _ZN25QQuickWebViewExperimental15messageReceivedERK4QMapI7QString8QVariantE@Base 5.0.2
+ _ZN25QQuickWebViewExperimental15processDidCrashEv@Base 5.2.0
+ _ZN25QQuickWebViewExperimental15schemeDelegatesEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental15setColorChooserEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental15setDeviceHeightEi@Base 5.0.2
+ _ZN25QQuickWebViewExperimental15setItemSelectorEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental15setPromptDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental16setConfirmDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental16staticMetaObjectE@Base 5.0.2
+ _ZN25QQuickWebViewExperimental16userAgentChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental17downloadRequestedEP16QWebDownloadItem@Base 5.0.2
+ _ZN25QQuickWebViewExperimental17filePickerChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental17webChannelChangedEP14QQmlWebChannel@Base 5.212.0~alpha2
+ _ZN25QQuickWebViewExperimental18alertDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental18deviceWidthChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental18didRelaunchProcessEv@Base 5.2.0
+ _ZN25QQuickWebViewExperimental18evaluateJavaScriptERK7QStringRK8QJSValue@Base 5.0.2
+ _ZN25QQuickWebViewExperimental18schemeDelegates_AtEP16QQmlListPropertyI23QQuickUrlSchemeDelegateEi@Base 5.0.2
+ _ZN25QQuickWebViewExperimental18setUserStyleSheetsERK5QListI4QUrlE@Base 5.6.0~rc
+ _ZN25QQuickWebViewExperimental18userScriptsChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental19colorChooserChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental19deviceHeightChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental19itemSelectorChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental19permissionRequestedEP21QWebPermissionRequest@Base 5.0.2
+ _ZN25QQuickWebViewExperimental19promptDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental20confirmDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental21loadVisuallyCommittedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental21schemeDelegates_ClearEP16QQmlListPropertyI23QQuickUrlSchemeDelegateE@Base 5.0.2
+ _ZN25QQuickWebViewExperimental21schemeDelegates_CountEP16QQmlListPropertyI23QQuickUrlSchemeDelegateE@Base 5.0.2
+ _ZN25QQuickWebViewExperimental22schemeDelegates_AppendEP16QQmlListPropertyI23QQuickUrlSchemeDelegateEPS1_@Base 5.0.2
+ _ZN25QQuickWebViewExperimental22setDatabaseQuotaDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental22userStyleSheetsChangedEv@Base 5.6.0~rc
+ _ZN25QQuickWebViewExperimental23exitFullScreenRequestedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental23setAuthenticationDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental24enterFullScreenRequestedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental24flickableViewportEnabledEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental24setTransparentBackgroundEb@Base 5.0.2
+ _ZN25QQuickWebViewExperimental25remoteInspectorUrlChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental26databaseQuotaDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental26processDidBecomeResponsiveEv@Base 5.2.0
+ _ZN25QQuickWebViewExperimental26sendApplicationSchemeReplyEP18QQuickNetworkReply@Base 5.0.2
+ _ZN25QQuickWebViewExperimental26setRenderToOffscreenBufferEb@Base 5.0.2
+ _ZN25QQuickWebViewExperimental27authenticationDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental27setFlickableViewportEnabledEb@Base 5.0.2
+ _ZN25QQuickWebViewExperimental28processDidBecomeUnresponsiveEv@Base 5.2.0
+ _ZN25QQuickWebViewExperimental28setProxyAuthenticationDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental28setUseDefaultContentItemSizeEb@Base 5.0.2
+ _ZN25QQuickWebViewExperimental30invokeApplicationSchemeHandlerEN3WTF10PassRefPtrIN6WebKit30QtRefCountedNetworkRequestDataEEE@Base 5.0.2
+ _ZN25QQuickWebViewExperimental32postQtWebChannelTransportMessageERK10QByteArray@Base 5.212.0~alpha2
+ _ZN25QQuickWebViewExperimental32proxyAuthenticationDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental32setCertificateVerificationDialogEP13QQmlComponent@Base 5.0.2
+ _ZN25QQuickWebViewExperimental32setPreferredMinimumContentsWidthEi@Base 5.0.2
+ _ZN25QQuickWebViewExperimental36certificateVerificationDialogChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental36preferredMinimumContentsWidthChangedEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental4pageEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental4testEv@Base 5.0.2
+ _ZN25QQuickWebViewExperimental8findTextERK7QString6QFlagsINS_8FindFlagEE@Base 5.2.0
+ _ZN25QQuickWebViewExperimental8goBackToEi@Base 5.0.2
+ _ZN25QQuickWebViewExperimental9textFoundEi@Base 5.2.0
+ _ZN25QQuickWebViewExperimentalC1EP13QQuickWebViewP20QQuickWebViewPrivate@Base 5.0.2
+ _ZN25QQuickWebViewExperimentalC2EP13QQuickWebViewP20QQuickWebViewPrivate@Base 5.0.2
+ _ZN25QQuickWebViewExperimentalD0Ev@Base 5.0.2
+ _ZN25QQuickWebViewExperimentalD1Ev@Base 5.0.2
+ _ZN25QQuickWebViewExperimentalD2Ev@Base 5.0.2
+ _ZN25QWebNotificationPresenter11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.212.0~alpha2
+ _ZN25QWebNotificationPresenter11qt_metacastEPKc@Base 5.212.0~alpha2
+ _ZN25QWebNotificationPresenter16staticMetaObjectE@Base 5.212.0~alpha2
+ _ZN25QWebNotificationPresenter18notificationClosedEv@Base 5.212.0~alpha2
+ _ZN25QWebNotificationPresenter19notificationClickedEv@Base 5.212.0~alpha2
+ _ZN6WebKit16WebProcessMainQtEP15QGuiApplication@Base 5.0.2
+ _ZN6WebKit18initializeWebKitQtEv@Base 5.0.2
+ _ZN6WebKit20NetworkProcessMainQtEiPPc@Base 5.212.0~alpha2
+ _ZN6WebKit21DatabaseProcessMainQtEiPPc@Base 5.212.0~alpha2
+ _ZN6WebKit24setImagePlatformResourceEPKcRK7QPixmap@Base 5.0.2
+ _ZN6WebKit28setWebKitWidgetsInitCallbackEPFPN7WebCore12QStyleFacadeEP15QWebPageAdapterE@Base 5.0.2
+ _ZN7WebCore19initializeWebCoreQtEv@Base 5.0.2
+ (optional=templinst|arch=powerpc powerpcspe x32)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_jPKS8_P13__va_list_tagEjSB_z@Base 5.212.0~alpha2
+ (optional=templinst|arch=amd64 kfreebsd-amd64 s390x)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_P13__va_list_tagEmSB_z@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha sh4|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_13__va_list_tagE{size_t}SB_z@Base 5.212.0~alpha2
+ (optional=templinst|arch=hurd-i386 i386 kfreebsd-i386 ppc64 ppc64el|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_PcE{size_t}SB_z@Base 5.212.0~alpha2
+ (optional=templinst|arch=hppa mips mips64el mipsel|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_PvE{size_t}SB_z@Base 5.212.0~alpha2
+ (optional=templinst|arch=arm64 armel armhf|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_St9__va_listE{size_t}SB_z@Base 5.212.0~alpha2
+ _ZNK10UndoStepQt4textEv@Base 5.0.2
+ _ZNK11QWebElement10firstChildEv@Base 5.0.2
+ _ZNK11QWebElement10toInnerXmlEv@Base 5.0.2
+ _ZNK11QWebElement10toOuterXmlEv@Base 5.0.2
+ _ZNK11QWebElement11attributeNSERK7QStringS2_S2_@Base 5.0.2
+ _ZNK11QWebElement11nextSiblingEv@Base 5.0.2
+ _ZNK11QWebElement11toPlainTextEv@Base 5.0.2
+ _ZNK11QWebElement12hasAttributeERK7QString@Base 5.0.2
+ _ZNK11QWebElement12namespaceUriEv@Base 5.0.2
+ _ZNK11QWebElement13hasAttributesEv@Base 5.0.2
+ _ZNK11QWebElement13stylePropertyERK7QStringNS_20StyleResolveStrategyE@Base 5.0.2
+ _ZNK11QWebElement14attributeNamesERK7QString@Base 5.0.2
+ _ZNK11QWebElement14hasAttributeNSERK7QStringS2_@Base 5.0.2
+ _ZNK11QWebElement15previousSiblingEv@Base 5.0.2
+ _ZNK11QWebElement5cloneEv@Base 5.0.2
+ _ZNK11QWebElement6isNullEv@Base 5.0.2
+ _ZNK11QWebElement6parentEv@Base 5.0.2
+ _ZNK11QWebElement6prefixEv@Base 5.0.2
+ _ZNK11QWebElement7classesEv@Base 5.0.2
+ _ZNK11QWebElement7findAllERK7QString@Base 5.0.2
+ _ZNK11QWebElement7tagNameEv@Base 5.0.2
+ _ZNK11QWebElement8documentEv@Base 5.0.2
+ _ZNK11QWebElement8geometryEv@Base 5.0.2
+ _ZNK11QWebElement8hasClassERK7QString@Base 5.0.2
+ _ZNK11QWebElement8hasFocusEv@Base 5.0.2
+ _ZNK11QWebElement8webFrameEv@Base 5.0.2
+ _ZNK11QWebElement9attributeERK7QStringS2_@Base 5.0.2
+ _ZNK11QWebElement9findFirstERK7QString@Base 5.0.2
+ _ZNK11QWebElement9lastChildEv@Base 5.0.2
+ _ZNK11QWebElement9localNameEv@Base 5.0.2
+ _ZNK11QWebElementeqERKS_@Base 5.0.2
+ _ZNK11QWebElementneERKS_@Base 5.0.2
+ _ZNK11QWebHistory11currentItemEv@Base 5.0.2
+ _ZNK11QWebHistory11forwardItemEv@Base 5.0.2
+ _ZNK11QWebHistory12canGoForwardEv@Base 5.0.2
+ _ZNK11QWebHistory12forwardItemsEi@Base 5.0.2
+ _ZNK11QWebHistory16currentItemIndexEv@Base 5.0.2
+ _ZNK11QWebHistory16maximumItemCountEv@Base 5.0.2
+ _ZNK11QWebHistory5countEv@Base 5.0.2
+ _ZNK11QWebHistory5itemsEv@Base 5.0.2
+ _ZNK11QWebHistory5toMapEv@Base 5.212.0~alpha2
+ _ZNK11QWebHistory6itemAtEi@Base 5.0.2
+ _ZNK11QWebHistory8backItemEv@Base 5.0.2
+ _ZNK11QWebHistory9backItemsEi@Base 5.0.2
+ _ZNK11QWebHistory9canGoBackEv@Base 5.0.2
+ _ZNK11QWebKitTest10metaObjectEv@Base 5.0.2
+ _ZNK11QWebKitTest12contentsSizeEv@Base 5.0.2
+ _ZNK11QWebKitTest13contentsScaleEv@Base 5.0.2
+ _ZNK11QWebKitTest16devicePixelRatioEv@Base 5.0.2
+ _ZNK11QWebKitTest8viewportEv@Base 5.0.2
+ _ZNK12QWebDatabase11displayNameEv@Base 5.0.2
+ _ZNK12QWebDatabase12expectedSizeEv@Base 5.0.2
+ _ZNK12QWebDatabase4nameEv@Base 5.0.2
+ _ZNK12QWebDatabase4sizeEv@Base 5.0.2
+ _ZNK12QWebDatabase6originEv@Base 5.0.2
+ _ZNK12QWebDatabase8fileNameEv@Base 5.0.2
+ _ZNK12QWebSettings10fontFamilyENS_10FontFamilyE@Base 5.0.2
+ _ZNK12QWebSettings12cssMediaTypeEv@Base 5.2.0
+ _ZNK12QWebSettings13testAttributeENS_12WebAttributeE@Base 5.0.2
+ _ZNK12QWebSettings16localStoragePathEv@Base 5.0.2
+ _ZNK12QWebSettings17userStyleSheetUrlEv@Base 5.0.2
+ _ZNK12QWebSettings19defaultTextEncodingEv@Base 5.0.2
+ _ZNK12QWebSettings22thirdPartyCookiePolicyEv@Base 5.0.2
+ _ZNK12QWebSettings8fontSizeENS_8FontSizeE@Base 5.0.2
+ _ZNK13QQuickWebPage10metaObjectEv@Base 5.0.2
+ _ZNK13QQuickWebPage12contentsSizeEv@Base 5.0.2
+ _ZNK13QQuickWebPage13contentsScaleEv@Base 5.0.2
+ _ZNK13QQuickWebPage15transformToItemEv@Base 5.0.2
+ _ZNK13QQuickWebPage17transformFromItemEv@Base 5.0.2
+ _ZNK13QQuickWebView10contentPosEv@Base 5.0.2
+ _ZNK13QQuickWebView10metaObjectEv@Base 5.0.2
+ _ZNK13QQuickWebView10zoomFactorEv@Base 5.0.2
+ _ZNK13QQuickWebView12canGoForwardEv@Base 5.0.2
+ _ZNK13QQuickWebView12experimentalEv@Base 5.0.2
+ _ZNK13QQuickWebView12loadProgressEv@Base 5.0.2
+ _ZNK13QQuickWebView15mapToWebContentERK7QPointF@Base 5.0.2
+ _ZNK13QQuickWebView16inputMethodQueryEN2Qt16InputMethodQueryE@Base 5.0.2
+ _ZNK13QQuickWebView17mapFromWebContentERK7QPointF@Base 5.0.2
+ _ZNK13QQuickWebView19mapRectToWebContentERK6QRectF@Base 5.0.2
+ _ZNK13QQuickWebView21mapRectFromWebContentERK6QRectF@Base 5.0.2
+ _ZNK13QQuickWebView36allowAnyHTTPSCertificateForLocalHostEv@Base 5.0.2
+ _ZNK13QQuickWebView3urlEv@Base 5.0.2
+ _ZNK13QQuickWebView4iconEv@Base 5.0.2
+ _ZNK13QQuickWebView5titleEv@Base 5.0.2
+ _ZNK13QQuickWebView7loadingEv@Base 5.0.2
+ _ZNK13QQuickWebView7pageRefEv@Base 5.0.2
+ _ZNK13QQuickWebView9canGoBackEv@Base 5.0.2
+ _ZNK14QWebPluginInfo11descriptionEv@Base 5.0.2
+ _ZNK14QWebPluginInfo16supportsMimeTypeERK7QString@Base 5.0.2
+ _ZNK14QWebPluginInfo4nameEv@Base 5.0.2
+ _ZNK14QWebPluginInfo4pathEv@Base 5.0.2
+ _ZNK14QWebPluginInfo6isNullEv@Base 5.0.2
+ _ZNK14QWebPluginInfo9isEnabledEv@Base 5.0.2
+ _ZNK14QWebPluginInfo9mimeTypesEv@Base 5.0.2
+ _ZNK14QWebPluginInfoeqERKS_@Base 5.0.2
+ _ZNK14QWebPluginInfoneERKS_@Base 5.0.2
+ _ZNK14QtPrintContext9pageCountEv@Base 5.0.2
+ _ZNK15QWebHistoryItem11lastVisitedEv@Base 5.0.2
+ _ZNK15QWebHistoryItem11originalUrlEv@Base 5.0.2
+ _ZNK15QWebHistoryItem3urlEv@Base 5.0.2
+ _ZNK15QWebHistoryItem4iconEv@Base 5.0.2
+ _ZNK15QWebHistoryItem5titleEv@Base 5.0.2
+ _ZNK15QWebHistoryItem5toMapEv@Base 5.212.0~alpha2
+ _ZNK15QWebHistoryItem7isValidEv@Base 5.0.2
+ _ZNK15QWebHistoryItem8userDataEv@Base 5.0.2
+ _ZNK15QWebLoadRequest10metaObjectEv@Base 5.0.2
+ _ZNK15QWebLoadRequest11errorDomainEv@Base 5.0.2
+ _ZNK15QWebLoadRequest11errorStringEv@Base 5.0.2
+ _ZNK15QWebLoadRequest3urlEv@Base 5.0.2
+ _ZNK15QWebLoadRequest6statusEv@Base 5.0.2
+ _ZNK15QWebLoadRequest9errorCodeEv@Base 5.0.2
+ _ZNK15QWebPageAdapter12currentFrameEv@Base 5.0.2
+ _ZNK15QWebPageAdapter12hasSelectionEv@Base 5.0.2
+ _ZNK15QWebPageAdapter12selectedHtmlEv@Base 5.0.2
+ _ZNK15QWebPageAdapter12selectedTextEv@Base 5.0.2
+ _ZNK15QWebPageAdapter14hasFocusedNodeEv@Base 5.0.2
+ _ZNK15QWebPageAdapter14isPlayingAudioEv@Base 5.212.0~alpha2
+ _ZNK15QWebPageAdapter15visibilityStateEv@Base 5.2.0
+ _ZNK15QWebPageAdapter16inputMethodQueryEN2Qt16InputMethodQueryE@Base 5.0.2
+ _ZNK15QWebPageAdapter17fullScreenElementEv@Base 5.212.0~alpha2
+ _ZNK15QWebPageAdapter17hasSystemTrayIconEv@Base 5.0.2
+ _ZNK15QWebPageAdapter17isContentEditableEv@Base 5.0.2
+ _ZNK15QWebPageAdapter17viewportArgumentsEv@Base 5.0.2
+ _ZNK15QWebPageAdapter19supportsContentTypeERK7QString@Base 5.0.2
+ _ZNK15QWebPageAdapter21supportedContentTypesEv@Base 5.0.2
+ _ZNK15QWebPageAdapter25viewportAttributesForSizeERK5QSizeS2_@Base 5.0.2
+ _ZNK15QWebPageAdapter27contextMenuItemTagForActionENS_10MenuActionEPb@Base 5.0.2
+ _ZNK15QWebPreferences10metaObjectEv@Base 5.0.2
+ _ZNK15QWebPreferences12webGLEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences14autoLoadImagesEv@Base 5.0.2
+ _ZNK15QWebPreferences14pluginsEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences15defaultFontSizeEv@Base 5.0.2
+ _ZNK15QWebPreferences15fixedFontFamilyEv@Base 5.0.2
+ _ZNK15QWebPreferences15minimumFontSizeEv@Base 5.0.2
+ _ZNK15QWebPreferences15serifFontFamilyEv@Base 5.0.2
+ _ZNK15QWebPreferences15webAudioEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences17cursiveFontFamilyEv@Base 5.0.2
+ _ZNK15QWebPreferences17fantasyFontFamilyEv@Base 5.0.2
+ _ZNK15QWebPreferences17fullScreenEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences17javascriptEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences18dnsPrefetchEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences18standardFontFamilyEv@Base 5.0.2
+ _ZNK15QWebPreferences18xssAuditingEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences19localStorageEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences19sansSerifFontFamilyEv@Base 5.0.2
+ _ZNK15QWebPreferences20caretBrowsingEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences20defaultFixedFontSizeEv@Base 5.0.2
+ _ZNK15QWebPreferences20notificationsEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences22developerExtrasEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences22frameFlatteningEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences22privateBrowsingEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences24navigatorQtObjectEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences24spatialNavigationEnabledEv@Base 5.6.0~rc
+ _ZNK15QWebPreferences25linksIncludedInFocusChainEv@Base 5.6.0~rc
+ _ZNK15QWebPreferences29fileAccessFromFileURLsAllowedEv@Base 5.2.0
+ _ZNK15QWebPreferences33offlineWebApplicationCacheEnabledEv@Base 5.0.2
+ _ZNK15QWebPreferences34universalAccessFromFileURLsAllowedEv@Base 5.2.0
+ _ZNK15QWebScriptWorld5worldEv@Base 5.0.2
+ _ZNK16QWebDownloadItem10metaObjectEv@Base 5.0.2
+ _ZNK16QWebDownloadItem15destinationPathEv@Base 5.0.2
+ _ZNK16QWebDownloadItem17suggestedFilenameEv@Base 5.0.2
+ _ZNK16QWebDownloadItem18totalBytesReceivedEv@Base 5.0.2
+ _ZNK16QWebDownloadItem21expectedContentLengthEv@Base 5.0.2
+ _ZNK16QWebDownloadItem3urlEv@Base 5.0.2
+ _ZNK16QWebDownloadItem8mimeTypeEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter10uniqueNameEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter10zoomFactorEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter11childFramesEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter11toPlainTextEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter12contentsSizeEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter12coreFrameUrlEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter12ownerElementEv@Base 5.212.0~alpha2
+ _ZNK16QWebFrameAdapter14hitTestContentERK6QPoint@Base 5.0.2
+ _ZNK16QWebFrameAdapter14scrollBarValueEN2Qt11OrientationE@Base 5.0.2
+ _ZNK16QWebFrameAdapter14scrollPositionEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter14securityOriginEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter15documentElementEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter16customLayoutSizeEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter16lastRequestedUrlEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter16scrollBarMaximumEN2Qt11OrientationE@Base 5.0.2
+ _ZNK16QWebFrameAdapter17scrollBarGeometryEN2Qt11OrientationE@Base 5.0.2
+ _ZNK16QWebFrameAdapter17verticalScrollBarEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter19horizontalScrollBarEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter5titleEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter6toHtmlEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter7baseUrlEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter7hasViewEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter8hasFocusEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter8metaDataEv@Base 5.0.2
+ _ZNK16QWebFrameAdapter9frameRectEv@Base 5.0.2
+ _ZNK16QWebSelectMethod10metaObjectEv@Base 5.212.0~alpha2
+ _ZNK16QWebSpellChecker10metaObjectEv@Base 5.212.0~alpha2
+ _ZNK17QWebPluginFactory10metaObjectEv@Base 5.0.2
+ _ZNK17QWebPluginFactory17supportsExtensionENS_9ExtensionE@Base 5.0.2
+ _ZNK17QWebPluginFactory8MimeTypeeqERKS0_@Base 5.0.2
+ _ZNK17QWebTouchModifier10metaObjectEv@Base 5.212.0~alpha2
+ _ZNK18QQuickNetworkReply10metaObjectEv@Base 5.0.2
+ _ZNK18QQuickNetworkReply11contentTypeEv@Base 5.0.2
+ _ZNK18QQuickNetworkReply16networkReplyDataEv@Base 5.0.2
+ _ZNK18QQuickNetworkReply18networkRequestDataEv@Base 5.0.2
+ _ZNK18QQuickNetworkReply4dataEv@Base 5.0.2
+ _ZNK18QWebPluginDatabase10metaObjectEv@Base 5.0.2
+ _ZNK18QWebPluginDatabase7pluginsEv@Base 5.0.2
+ _ZNK18QWebSecurityOrigin13databaseQuotaEv@Base 5.0.2
+ _ZNK18QWebSecurityOrigin13databaseUsageEv@Base 5.0.2
+ _ZNK18QWebSecurityOrigin4hostEv@Base 5.0.2
+ _ZNK18QWebSecurityOrigin4portEv@Base 5.0.2
+ _ZNK18QWebSecurityOrigin6schemeEv@Base 5.0.2
+ _ZNK18QWebSecurityOrigin9databasesEv@Base 5.0.2
+ _ZNK19QtWebSecurityOrigin10metaObjectEv@Base 5.0.2
+ _ZNK19QtWebSecurityOrigin4hostEv@Base 5.0.2
+ _ZNK19QtWebSecurityOrigin4pathEv@Base 5.0.2
+ _ZNK19QtWebSecurityOrigin4portEv@Base 5.0.2
+ _ZNK19QtWebSecurityOrigin6schemeEv@Base 5.0.2
+ _ZNK20QQuickNetworkRequest10metaObjectEv@Base 5.0.2
+ _ZNK20QQuickNetworkRequest3urlEv@Base 5.0.2
+ _ZNK20QWebHistoryInterface10metaObjectEv@Base 5.0.2
+ _ZNK21QQuickWebViewAttached10metaObjectEv@Base 5.0.2
+ _ZNK21QWebElementCollection2atEi@Base 5.0.2
+ _ZNK21QWebElementCollection5countEv@Base 5.0.2
+ _ZNK21QWebElementCollection6toListEv@Base 5.0.2
+ _ZNK21QWebElementCollectionplERKS_@Base 5.0.2
+ _ZNK21QWebFullScreenRequest6originEv@Base 5.212.0~alpha2
+ _ZNK21QWebFullScreenRequest7elementEv@Base 5.212.0~alpha2
+ _ZNK21QWebFullScreenRequest8toggleOnEv@Base 5.212.0~alpha2
+ _ZNK21QWebNavigationHistory10metaObjectEv@Base 5.0.2
+ _ZNK21QWebNavigationHistory12forwardItemsEv@Base 5.0.2
+ _ZNK21QWebNavigationHistory9backItemsEv@Base 5.0.2
+ _ZNK21QWebNavigationRequest10metaObjectEv@Base 5.0.2
+ _ZNK21QWebNavigationRequest11isMainFrameEv@Base 5.212.0~alpha2
+ _ZNK21QWebNavigationRequest11mouseButtonEv@Base 5.0.2
+ _ZNK21QWebNavigationRequest14navigationTypeEv@Base 5.0.2
+ _ZNK21QWebNavigationRequest17keyboardModifiersEv@Base 5.0.2
+ _ZNK21QWebNavigationRequest3urlEv@Base 5.0.2
+ _ZNK21QWebNavigationRequest6actionEv@Base 5.0.2
+ _ZNK21QWebPermissionRequest10metaObjectEv@Base 5.0.2
+ _ZNK21QWebPermissionRequest4typeEv@Base 5.0.2
+ _ZNK21QWebPermissionRequest5allowEv@Base 5.0.2
+ _ZNK21QtPluginWidgetAdapter10metaObjectEv@Base 5.0.2
+ _ZNK23QQuickUrlSchemeDelegate10metaObjectEv@Base 5.0.2
+ _ZNK23QQuickUrlSchemeDelegate5replyEv@Base 5.0.2
+ _ZNK23QQuickUrlSchemeDelegate6schemeEv@Base 5.0.2
+ _ZNK23QQuickUrlSchemeDelegate7requestEv@Base 5.0.2
+ _ZNK23QWebNavigationListModel10metaObjectEv@Base 5.0.2
+ _ZNK23QWebNavigationListModel4dataERK11QModelIndexi@Base 5.0.2
+ _ZNK23QWebNavigationListModel8rowCountERK11QModelIndex@Base 5.0.2
+ _ZNK23QWebNavigationListModel9roleNamesEv@Base 5.0.2
+ _ZNK24QWebHapticFeedbackPlayer10metaObjectEv@Base 5.212.0~alpha2
+ _ZNK24QWebHitTestResultPrivate19elementForInnerNodeEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental10filePickerEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental10metaObjectEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental10webChannelEv@Base 5.212.0~alpha2
+ _ZNK25QQuickWebViewExperimental11alertDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental11deviceWidthEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental11preferencesEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental11userScriptsEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental12colorChooserEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental12deviceHeightEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental12itemSelectorEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental12promptDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental13confirmDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental15userStyleSheetsEv@Base 5.6.0~rc
+ _ZNK25QQuickWebViewExperimental17navigationHistoryEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental18remoteInspectorUrlEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental19databaseQuotaDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental20authenticationDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental21transparentBackgroundEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental23renderToOffscreenBufferEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental25proxyAuthenticationDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental25useDefaultContentItemSizeEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental29certificateVerificationDialogEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental29preferredMinimumContentsWidthEv@Base 5.0.2
+ _ZNK25QQuickWebViewExperimental9userAgentEv@Base 5.0.2
+ _ZNK25QWebNotificationPresenter10metaObjectEv@Base 5.212.0~alpha2
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE4findERS7_@Base 5.4.2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvN6WebKit12CallbackBase5ErrorEEEclES2_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvN7WebCore12PolicyActionEEEclES1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvN7WebCore15HysteresisStateEEEclES1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvbEEclEb@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvjEEclEj@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvjN6WebKit12CallbackBase5ErrorEEEclEjS2_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvvEEclEv@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNKSt8functionIFvyEEclEy@Base 5.212.0~alpha2
+ (optional=templinst|arch=armhf hurd-i386 i386 kfreebsd-i386 mips mipsel)_ZNSt10_HashtableIxSt4pairIKxPdESaIS3_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNS5_10_Hash_nodeIS3_Lb0EEE@Base 5.212.0~alpha2
+ (optional=templinst|arch=armhf hurd-i386 i386 kfreebsd-i386 mips mipsel)_ZNSt10_HashtableIxSt4pairIKxPdESaIS3_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=armhf hurd-i386 i386 kfreebsd-i386 mips mipsel)_ZNSt10_HashtableIxSt4pairIKxPdESaIS3_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt14_Function_base13_Base_managerIPFvbEE10_M_managerERSt9_Any_dataRKS4_St18_Manager_operation@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt14_Function_base13_Base_managerIPFvvEE10_M_managerERSt9_Any_dataRKS4_St18_Manager_operation@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt17_Function_handlerIFvbEPS0_E9_M_invokeERKSt9_Any_dataOb@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt17_Function_handlerIFvvEPS0_E9_M_invokeERKSt9_Any_data@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EE10_M_destroyEv@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EE10_M_disposeEv@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EE14_M_get_deleterERKSt9type_info@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EED0Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EED1Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EED2Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EE10_M_destroyEv@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EE10_M_disposeEv@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EE14_M_get_deleterERKSt9type_info@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EED0Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EED1Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EED2Ev@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN7bmalloc9AsyncTaskINS3_4HeapEMS5_FvvEEEES9_EEEEE6_M_runEv@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 5.9.1
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_@Base 5.4.2
+ (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Base 5.9.1
+ (optional=templinst|subst)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EE{size_t}RKj@Base 5.2.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc powerpcspe sh4 x32)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_@Base 5.212.0~alpha2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !kfreebsd-i386 !mips !mipsel !powerpc !powerpcspe !sh4 !x32)_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_@Base 5.9.1
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !kfreebsd-i386 !mips !mipsel !powerpc !powerpcspe !sh4 !x32)_ZNSt6vectorImSaImEE17_M_realloc_insertIJmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_@Base 5.9.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorIsSaIsEE17_M_default_appendEj@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt6vectorItSaItEE17_M_default_appendEj@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIN7WebCore21WheelEventTestTrigger22DeferTestTriggerReasonES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueIRKS2_EESt4pairISt17_Rb_tree_iteratorIS2_EbEOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIN7WebCore21WheelEventTestTrigger22DeferTestTriggerReasonES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE5eraseERKS2_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIN7WebCore21WheelEventTestTrigger22DeferTestTriggerReasonES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS9_EPSt18_Rb_tree_node_baseRS7_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESK_IJEEEEESt17_Rb_tree_iteratorIS9_ESt23_Rb_tree_const_iteratorIS9_EDpOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_@Base 5.4.2
+ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_@Base 5.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE4findERS7_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_9TBehaviorESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E@Base 5.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS8_EPSt18_Rb_tree_node_baseRS7_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 5.4.2
+ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 5.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 5.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIjjES0_IKS1_jESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRS2_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIjjES0_IKS1_jESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2_EESE_IJEEEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 mips64el ppc64el sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueIRKiEESt4pairISt17_Rb_tree_iteratorIiEbEOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueIiEESt4pairISt17_Rb_tree_iteratorIiEbEOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_M_eraseEPSt13_Rb_tree_nodeIiE@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESD_IJEEEEESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE16_M_insert_uniqueIRKjEESt4pairISt17_Rb_tree_iteratorIjEbEOT_@Base 5.212.0~alpha2
+ (optional=templinst)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE8_M_eraseEPSt13_Rb_tree_nodeIjE@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvN6WebKit12CallbackBase5ErrorEEEC1ERKS4_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvN6WebKit12CallbackBase5ErrorEEEC2ERKS4_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvN7WebCore12PolicyActionEEEC1ERKS3_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvN7WebCore12PolicyActionEEEC2ERKS3_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvN7WebCore15HysteresisStateEEEC1ERKS3_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvN7WebCore15HysteresisStateEEEC2ERKS3_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvbEEC1ERKS1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvbEEC2ERKS1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvjN6WebKit12CallbackBase5ErrorEEEC1ERKS4_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvjN6WebKit12CallbackBase5ErrorEEEC2ERKS4_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ERKS1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN6WebKit10WebProcessEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore10LinkLoaderEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore10SVGElementEFvvEPNS4_16SVGScriptElementEEEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore12EventHandlerEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore12GCControllerEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore12SourceBufferEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore14DocumentLoaderEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore14XMLHttpRequestEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore15MediaControllerEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore15StorageAreaImplEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore16HTMLMediaElementEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore16WebSocketChannelEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore17BitmapTexturePoolEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore17ValidationMessageEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore18HysteresisActivityEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore19NotificationWrapperEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore21GeolocationClientMockEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore21RenderLayerCompositorEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore22HTMLPlugInImageElementEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore23ChangeRegionOversetTaskEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore25WebGLRenderingContextBaseEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore26AnimationControllerPrivateEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore28RevalidateStyleAttributeTaskEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore8DocumentEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore9FontCacheEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1ISt5_BindIFMN7WebCore9FrameViewEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore16GenericTaskQueueINS3_22ScriptExecutionContextEE11enqueueTaskES1_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJRKNS3_21IDBDatabaseIdentifierEEEC4EPS6_MS6_FvS9_ES9_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierERKNS3_13IDBCursorInfoEEEC4EPS6_MS6_FvyS9_SC_EOyS9_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierEyRKNS3_15IDBKeyRangeDataEEEC4EPS6_MS6_FvyS9_ySC_EOyS9_SH_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierEyyNS3_9IndexedDB15IndexRecordTypeERKNS3_15IDBKeyRangeDataEEEC4EPS6_MS6_FvyS9_yySB_SE_EOyS9_SJ_SJ_OSB_SE_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierEyyRKNS3_15IDBKeyRangeDataEEEC4EPS6_MS6_FvyS9_yySC_EOyS9_SH_SH_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_8IDBErrorERKNS3_12IDBGetResultEEEC4EPS6_MS6_FvyS9_SC_EOyS9_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore9IDBClient24TransactionOperationImplIJEEC4ERNS4_14IDBTransactionEMS7_FvRKNS3_13IDBResultDataEEMS7_FvRNS4_20TransactionOperationEEEUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore9IDBClient24TransactionOperationImplIJN3WTF6RefPtrINS3_6IDBKeyEEENS7_INS3_21SerializedScriptValueEEERKNS3_9IndexedDB24ObjectStoreOverwriteModeEEEC4ERNS4_14IDBTransactionERNS4_10IDBRequestEMSH_FvSK_RKNS3_13IDBResultDataEEMSH_FvRNS4_20TransactionOperationES9_SB_SF_EOS9_OSB_SF_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore9IDBClient24TransactionOperationImplIJRKNS3_13IDBCursorInfoEEEC4ERNS4_14IDBTransactionERNS4_10IDBRequestEMSA_FvSD_RKNS3_13IDBResultDataEEMSA_FvRNS4_20TransactionOperationES8_ES8_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore9IDBClient24TransactionOperationImplIJRKNS3_15IDBKeyRangeDataEEEC4ERNS4_14IDBTransactionERNS4_10IDBRequestEMSA_FvSD_RKNS3_13IDBResultDataEEMSA_FvRNS4_20TransactionOperationES8_ES8_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC1IZN7WebCore9IDBClient24TransactionOperationImplIJRKNS3_18IDBObjectStoreInfoEEEC4ERNS4_14IDBTransactionEMSA_FvRKNS3_13IDBResultDataEEMSA_FvRNS4_20TransactionOperationES8_ES8_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ERKS1_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN6WebKit10WebProcessEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore10LinkLoaderEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore10SVGElementEFvvEPNS4_16SVGScriptElementEEEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore12EventHandlerEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore12GCControllerEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore12SourceBufferEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore14DocumentLoaderEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore14XMLHttpRequestEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore15MediaControllerEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore15StorageAreaImplEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore16HTMLMediaElementEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore16WebSocketChannelEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore17BitmapTexturePoolEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore17ValidationMessageEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore18HysteresisActivityEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore19NotificationWrapperEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore21GeolocationClientMockEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore21RenderLayerCompositorEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore22HTMLPlugInImageElementEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore23ChangeRegionOversetTaskEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore25WebGLRenderingContextBaseEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore26AnimationControllerPrivateEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore28RevalidateStyleAttributeTaskEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore8DocumentEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore9FontCacheEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2ISt5_BindIFMN7WebCore9FrameViewEFvvEPS5_EEvvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore16GenericTaskQueueINS3_22ScriptExecutionContextEE11enqueueTaskES1_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJRKNS3_21IDBDatabaseIdentifierEEEC4EPS6_MS6_FvS9_ES9_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierERKNS3_13IDBCursorInfoEEEC4EPS6_MS6_FvyS9_SC_EOyS9_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierEyRKNS3_15IDBKeyRangeDataEEEC4EPS6_MS6_FvyS9_ySC_EOyS9_SH_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierEyyNS3_9IndexedDB15IndexRecordTypeERKNS3_15IDBKeyRangeDataEEEC4EPS6_MS6_FvyS9_yySB_SE_EOyS9_SJ_SJ_OSB_SE_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_21IDBResourceIdentifierEyyRKNS3_15IDBKeyRangeDataEEEC4EPS6_MS6_FvyS9_yySC_EOyS9_SH_SH_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore19CrossThreadTaskImplINS3_9IDBServer17UniqueIDBDatabaseEJyRKNS3_8IDBErrorERKNS3_12IDBGetResultEEEC4EPS6_MS6_FvyS9_SC_EOyS9_SC_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore9IDBClient24TransactionOperationImplIJEEC4ERNS4_14IDBTransactionEMS7_FvRKNS3_13IDBResultDataEEMS7_FvRNS4_20TransactionOperationEEEUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore9IDBClient24TransactionOperationImplIJN3WTF6RefPtrINS3_6IDBKeyEEENS7_INS3_21SerializedScriptValueEEERKNS3_9IndexedDB24ObjectStoreOverwriteModeEEEC4ERNS4_14IDBTransactionERNS4_10IDBRequestEMSH_FvSK_RKNS3_13IDBResultDataEEMSH_FvRNS4_20TransactionOperationES9_SB_SF_EOS9_OSB_SF_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore9IDBClient24TransactionOperationImplIJRKNS3_13IDBCursorInfoEEEC4ERNS4_14IDBTransactionERNS4_10IDBRequestEMSA_FvSD_RKNS3_13IDBResultDataEEMSA_FvRNS4_20TransactionOperationES8_ES8_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore9IDBClient24TransactionOperationImplIJRKNS3_15IDBKeyRangeDataEEEC4ERNS4_14IDBTransactionERNS4_10IDBRequestEMSA_FvSD_RKNS3_13IDBResultDataEEMSA_FvRNS4_20TransactionOperationES8_ES8_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZNSt8functionIFvvEEC2IZN7WebCore9IDBClient24TransactionOperationImplIJRKNS3_18IDBObjectStoreInfoEEEC4ERNS4_14IDBTransactionEMSA_FvRKNS3_13IDBResultDataEEMSA_FvRNS4_20TransactionOperationES8_ES8_EUlvE_vvEET_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZSt3maxIfERKT_S2_S2_@Base 5.212.0~alpha2
+ (optional=templinst|arch=sh4)_ZSt3minIfERKT_S2_S2_@Base 5.212.0~alpha2
+ (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc powerpcspe)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 5.9.1
+ (optional=templinst|arch=sh4)_ZSt9__reverseIPhEvT_S1_St26random_access_iterator_tag@Base 5.212.0~alpha2
+ (optional=templinst|arch=!mips !mipsel)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_SA_@Base 5.212.0~alpha2
+ _ZTI17QWebPluginFactory@Base 5.0.2
+ _ZTI20QWebHistoryInterface@Base 5.0.2
+ _ZTS17QWebPluginFactory@Base 5.0.2
+ _ZTS20QWebHistoryInterface@Base 5.0.2
+ _ZTV11QWebKitTest@Base 5.0.2
+ _ZTV13QQuickWebPage@Base 5.0.2
+ _ZTV13QQuickWebView@Base 5.0.2
+ _ZTV15QWebLoadRequest@Base 5.0.2
+ _ZTV15QWebPageAdapter@Base 5.0.2
+ _ZTV15QWebPreferences@Base 5.0.2
+ _ZTV16QWebDownloadItem@Base 5.0.2
+ _ZTV16QWebFrameAdapter@Base 5.0.2
+ _ZTV16QWebSelectMethod@Base 5.212.0~alpha2
+ _ZTV16QWebSpellChecker@Base 5.212.0~alpha2
+ _ZTV17QWebPluginFactory@Base 5.0.2
+ _ZTV17QWebTouchModifier@Base 5.212.0~alpha2
+ _ZTV18QQuickNetworkReply@Base 5.0.2
+ _ZTV18QWebPluginDatabase@Base 5.0.2
+ _ZTV19QtWebSecurityOrigin@Base 5.0.2
+ _ZTV20QQuickNetworkRequest@Base 5.0.2
+ _ZTV20QWebHistoryInterface@Base 5.0.2
+ _ZTV21QQuickWebViewAttached@Base 5.0.2
+ _ZTV21QWebIconImageProvider@Base 5.0.2
+ _ZTV21QWebNavigationHistory@Base 5.0.2
+ _ZTV21QWebNavigationRequest@Base 5.0.2
+ _ZTV21QWebPermissionRequest@Base 5.0.2
+ _ZTV21QtPluginWidgetAdapter@Base 5.0.2
+ _ZTV23QQuickUrlSchemeDelegate@Base 5.0.2
+ _ZTV23QWebNavigationListModel@Base 5.0.2
+ _ZTV24QWebHapticFeedbackPlayer@Base 5.212.0~alpha2
+ _ZTV25QQuickWebViewExperimental@Base 5.0.2
+ _ZTV25QWebNotificationPresenter@Base 5.212.0~alpha2
+ (arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZTVNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN7bmalloc9AsyncTaskINS3_4HeapEMS5_FvvEEEES9_EEEEEE@Base 5.212.0~alpha2
+ (arch=armel)_ZTVSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE1EE8_DeleterISaIS0_EEES7_LS4_1EE@Base 5.212.0~alpha2
+ (arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 sh4 x32)_ZTVSt19_Sp_counted_deleterIPSt5mutexNSt12__shared_ptrIS0_LN9__gnu_cxx12_Lock_policyE2EE8_DeleterISaIS0_EEES7_LS4_2EE@Base 5.212.0~alpha2
+ _ZZZN21QWebIconImageProvider10identifierEvENKUlvE_clEvE15qstring_literal@Base 5.2.0
+ _ZlsR11QDataStreamRK11QWebHistory@Base 5.0.2
+ _ZrsR11QDataStreamR11QWebHistory@Base 5.0.2
+ (arch=hurd-i386)llintPCRangeEnd@Base 5.212.0~alpha2
+ (arch=hurd-i386)llintPCRangeStart@Base 5.212.0~alpha2
+ (arch=hurd-i386)llint_entry@Base 5.212.0~alpha2
+ (c++)"non-virtual thunk to QQuickWebPage::~QQuickWebPage()@Base" 5.0.2
+ (c++)"non-virtual thunk to QQuickWebView::componentComplete()@Base" 5.0.2
+ (c++)"non-virtual thunk to QQuickWebView::~QQuickWebView()@Base" 5.0.2
+ (arch=hurd-i386)sanitizeStackForVMImpl@Base 5.212.0~alpha2
+ (arch=hurd-i386)vmEntryRecord@Base 5.212.0~alpha2
+ (arch=hurd-i386)vmEntryToJavaScript@Base 5.212.0~alpha2
+ (arch=hurd-i386)vmEntryToNative@Base 5.212.0~alpha2
+libQt5WebKitWidgets.so.5 libqt5webkit5 #MINVER#
+ (optional=linker)Qt_5.0@Qt_5.0 5.6.1
+ (optional=linker)Qt_5.10@Qt_5.10 5.212.0~alpha2
+ (optional=linker)Qt_5.1@Qt_5.1 5.6.1
+ (optional=linker)Qt_5.2@Qt_5.2 5.6.1
+ (optional=linker)Qt_5.3@Qt_5.3 5.6.1
+ (optional=linker)Qt_5.4@Qt_5.4 5.6.1
+ (optional=linker)Qt_5.5@Qt_5.5 5.6.1
+ (optional=linker)Qt_5.6@Qt_5.6 5.6.1
+ (optional=linker)Qt_5.7@Qt_5.7 5.7.0
+ (optional=linker)Qt_5.8@Qt_5.8 5.9.0
+ (optional=linker)Qt_5.9@Qt_5.9 5.9.0
+ (optional=linker)Qt_5@Qt_5 5.6.1
+ (optional=linker)Qt_5_PRIVATE_API@Qt_5_PRIVATE_API 5.6.1
+ _ZN13QWebInspector10closeEventEP11QCloseEvent@Qt_5 5.6.0~rc
+ _ZN13QWebInspector11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.6.0~rc
+ _ZN13QWebInspector11qt_metacastEPKc@Qt_5 5.6.0~rc
+ _ZN13QWebInspector11resizeEventEP12QResizeEvent@Qt_5 5.6.0~rc
+ _ZN13QWebInspector16staticMetaObjectE@Qt_5 5.6.0~rc
+ _ZN13QWebInspector5eventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN13QWebInspector7setPageEP8QWebPage@Qt_5 5.6.0~rc
+ _ZN13QWebInspector9hideEventEP10QHideEvent@Qt_5 5.6.0~rc
+ _ZN13QWebInspector9showEventEP10QShowEvent@Qt_5 5.6.0~rc
+ _ZN13QWebInspectorC1EP7QWidget@Qt_5 5.6.0~rc
+ _ZN13QWebInspectorC2EP7QWidget@Qt_5 5.6.0~rc
+ _ZN13QWebInspectorD0Ev@Qt_5 5.6.0~rc
+ _ZN13QWebInspectorD1Ev@Qt_5 5.6.0~rc
+ _ZN13QWebInspectorD2Ev@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView10sceneEventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView10setContentERK10QByteArrayRK7QStringRK4QUrl@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView10urlChangedERK4QUrl@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView10wheelEventEP24QGraphicsSceneWheelEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView11iconChangedEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView11linkClickedERK4QUrl@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView11loadStartedEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView11qt_metacastEPKc@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView11setGeometryERK6QRectF@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView12focusInEventEP11QFocusEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView12loadFinishedEb@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView12loadProgressEi@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView12titleChangedERK7QString@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView13dragMoveEventEP27QGraphicsSceneDragDropEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView13focusOutEventEP11QFocusEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView13keyPressEventEP9QKeyEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView13setRenderHintEN8QPainter10RenderHintEb@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView13setZoomFactorEd@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView14dragEnterEventEP27QGraphicsSceneDragDropEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView14dragLeaveEventEP27QGraphicsSceneDragDropEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView14hoverMoveEventEP24QGraphicsSceneHoverEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView14mouseMoveEventEP24QGraphicsSceneMouseEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView14setRenderHintsE6QFlagsIN8QPainter10RenderHintEE@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView14updateGeometryEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView15hoverLeaveEventEP24QGraphicsSceneHoverEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView15keyReleaseEventEP9QKeyEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView15mousePressEventEP24QGraphicsSceneMouseEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView16contextMenuEventEP30QGraphicsSceneContextMenuEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView16inputMethodEventEP17QInputMethodEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView16staticMetaObjectE@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView16statusBarMessageERK7QString@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView17mouseReleaseEventEP24QGraphicsSceneMouseEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView17triggerPageActionEN8QWebPage9WebActionEb@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView18focusNextPrevChildEb@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView20setResizesToContentsEb@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView21mouseDoubleClickEventEP24QGraphicsSceneMouseEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView26setTiledBackingStoreFrozenEb@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView4backEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView4loadERK15QNetworkRequestN21QNetworkAccessManager9OperationERK10QByteArray@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView4loadERK4QUrl@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView4stopEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView5eventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView6reloadEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView6setUrlERK4QUrl@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView7forwardEv@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView7setHtmlERK7QStringRK4QUrl@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView7setPageEP8QWebPage@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView8findTextERK7QString6QFlagsIN8QWebPage8FindFlagEE@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebView9dropEventEP27QGraphicsSceneDragDropEvent@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebViewC1EP13QGraphicsItem@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebViewC2EP13QGraphicsItem@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebViewD0Ev@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebViewD1Ev@Qt_5 5.6.0~rc
+ _ZN16QGraphicsWebViewD2Ev@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultC1EP24QWebHitTestResultPrivate@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultC1ERKS_@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultC1Ev@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultC2EP24QWebHitTestResultPrivate@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultC2ERKS_@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultC2Ev@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultD1Ev@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultD2Ev@Qt_5 5.6.0~rc
+ _ZN17QWebHitTestResultaSERKS_@Qt_5 5.6.0~rc
+ _ZN6WebKit23initializeWebKitWidgetsEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage10chooseFileEP9QWebFrameRK7QString@Qt_5 5.6.0~rc
+ _ZN8QWebPage10setPaletteERK8QPalette@Qt_5 5.6.0~rc
+ _ZN8QWebPage11linkClickedERK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebPage11linkHoveredERK7QStringS2_S2_@Qt_5 5.6.0~rc
+ _ZN8QWebPage11loadStartedEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.6.0~rc
+ _ZN8QWebPage11qt_metacastEPKc@Qt_5 5.6.0~rc
+ _ZN8QWebPage12createPluginERK7QStringRK4QUrlRK11QStringListS8_@Qt_5 5.6.0~rc
+ _ZN8QWebPage12createWindowENS_13WebWindowTypeE@Qt_5 5.6.0~rc
+ _ZN8QWebPage12frameCreatedEP9QWebFrame@Qt_5 5.6.0~rc
+ _ZN8QWebPage12loadFinishedEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage12loadProgressEi@Qt_5 5.6.0~rc
+ _ZN8QWebPage13triggerActionENS_9WebActionEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage14printRequestedEP9QWebFrame@Qt_5 5.6.0~rc
+ _ZN8QWebPage15contentsChangedEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage15javaScriptAlertEP9QWebFrameRK7QString@Qt_5 5.6.0~rc
+ _ZN8QWebPage15scrollRequestedEiiRK5QRect@Qt_5 5.6.0~rc
+ _ZN8QWebPage16javaScriptPromptEP9QWebFrameRK7QStringS4_PS2_@Qt_5 5.6.0~rc
+ _ZN8QWebPage16repaintRequestedERK5QRect@Qt_5 5.6.0~rc
+ _ZN8QWebPage16selectionChangedEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage16setPluginFactoryEP17QWebPluginFactory@Qt_5 5.6.0~rc
+ _ZN8QWebPage16staticMetaObjectE@Qt_5 5.6.0~rc
+ _ZN8QWebPage16statusBarMessageERK7QString@Qt_5 5.6.0~rc
+ _ZN8QWebPage17downloadRequestedERK15QNetworkRequest@Qt_5 5.6.0~rc
+ _ZN8QWebPage17javaScriptConfirmEP9QWebFrameRK7QString@Qt_5 5.6.0~rc
+ _ZN8QWebPage17microFocusChangedEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesC1ERKS0_@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesC1Ev@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesC2ERKS0_@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesC2Ev@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesD1Ev@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesD2Ev@Qt_5 5.6.0~rc
+ _ZN8QWebPage18ViewportAttributesaSERKS0_@Qt_5 5.6.0~rc
+ _ZN8QWebPage18focusNextPrevChildEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage18setContentEditableEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage18setVisibilityStateENS_15VisibilityStateE@Qt_5 5.6.0~rc
+ _ZN8QWebPage18unsupportedContentEP13QNetworkReply@Qt_5 5.6.0~rc
+ _ZN8QWebPage19fullScreenRequestedE21QWebFullScreenRequest@Qt_5 5.212.0~alpha2
+ _ZN8QWebPage19setDevicePixelRatioEd@Qt_5 5.212.0~alpha2
+ _ZN8QWebPage20setFeaturePermissionEP9QWebFrameNS_7FeatureENS_16PermissionPolicyE@Qt_5 5.6.0~rc
+ _ZN8QWebPage20windowCloseRequestedEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage21databaseQuotaExceededEP9QWebFrame7QString@Qt_5 5.6.0~rc
+ _ZN8QWebPage21focusedElementChangedERK11QWebElement@Qt_5 5.212.0~alpha2
+ _ZN8QWebPage21resetDevicePixelRatioEv@Qt_5 5.212.0~alpha2
+ _ZN8QWebPage22consoleMessageReceivedENS_13MessageSourceENS_12MessageLevelERK7QStringiS4_@Qt_5 5.212.0~alpha2
+ _ZN8QWebPage22recentlyAudibleChangedEb@Qt_5 5.212.0~alpha2
+ _ZN8QWebPage23acceptNavigationRequestEP9QWebFrameRK15QNetworkRequestNS_14NavigationTypeE@Qt_5 5.6.0~rc
+ _ZN8QWebPage23geometryChangeRequestedERK5QRect@Qt_5 5.6.0~rc
+ _ZN8QWebPage23saveFrameStateRequestedEP9QWebFrameP15QWebHistoryItem@Qt_5 5.6.0~rc
+ _ZN8QWebPage23setLinkDelegationPolicyENS_20LinkDelegationPolicyE@Qt_5 5.6.0~rc
+ _ZN8QWebPage23setNetworkAccessManagerEP21QNetworkAccessManager@Qt_5 5.6.0~rc
+ _ZN8QWebPage23swallowContextMenuEventEP17QContextMenuEvent@Qt_5 5.6.0~rc
+ _ZN8QWebPage23viewportChangeRequestedEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage24javaScriptConsoleMessageERK7QStringiS2_@Qt_5 5.6.0~rc
+ _ZN8QWebPage25createStandardContextMenuEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage25shouldInterruptJavaScriptEv@Qt_5 5.6.0~rc
+ _ZN8QWebPage26featurePermissionRequestedEP9QWebFrameNS_7FeatureE@Qt_5 5.6.0~rc
+ _ZN8QWebPage26restoreFrameStateRequestedEP9QWebFrame@Qt_5 5.6.0~rc
+ _ZN8QWebPage28setForwardUnsupportedContentEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage29applicationCacheQuotaExceededEP18QWebSecurityOriginyy@Qt_5 5.6.0~rc
+ _ZN8QWebPage30updatePositionDependentActionsERK6QPoint@Qt_5 5.6.0~rc
+ _ZN8QWebPage32featurePermissionRequestCanceledEP9QWebFrameNS_7FeatureE@Qt_5 5.6.0~rc
+ _ZN8QWebPage32menuBarVisibilityChangeRequestedEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage32toolBarVisibilityChangeRequestedEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage34statusBarVisibilityChangeRequestedEb@Qt_5 5.6.0~rc
+ _ZN8QWebPage5eventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN8QWebPage7setViewEP7QWidget@Qt_5 5.6.0~rc
+ _ZN8QWebPage8findTextERK7QString6QFlagsINS_8FindFlagEE@Qt_5 5.6.0~rc
+ _ZN8QWebPage9extensionENS_9ExtensionEPKNS_15ExtensionOptionEPNS_15ExtensionReturnE@Qt_5 5.6.0~rc
+ _ZN8QWebPageC1EP7QObject@Qt_5 5.6.0~rc
+ _ZN8QWebPageC2EP7QObject@Qt_5 5.6.0~rc
+ _ZN8QWebPageD0Ev@Qt_5 5.6.0~rc
+ _ZN8QWebPageD1Ev@Qt_5 5.6.0~rc
+ _ZN8QWebPageD2Ev@Qt_5 5.6.0~rc
+ _ZN8QWebView10paintEventEP11QPaintEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView10setContentERK10QByteArrayRK7QStringRK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebView10urlChangedERK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebView10wheelEventEP11QWheelEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView11changeEventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView11iconChangedEv@Qt_5 5.6.0~rc
+ _ZN8QWebView11linkClickedERK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebView11loadStartedEv@Qt_5 5.6.0~rc
+ _ZN8QWebView11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.6.0~rc
+ _ZN8QWebView11qt_metacastEPKc@Qt_5 5.6.0~rc
+ _ZN8QWebView11resizeEventEP12QResizeEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView12createWindowEN8QWebPage13WebWindowTypeE@Qt_5 5.6.0~rc
+ _ZN8QWebView12focusInEventEP11QFocusEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView12loadFinishedEb@Qt_5 5.6.0~rc
+ _ZN8QWebView12loadProgressEi@Qt_5 5.6.0~rc
+ _ZN8QWebView12titleChangedERK7QString@Qt_5 5.6.0~rc
+ _ZN8QWebView13dragMoveEventEP14QDragMoveEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView13focusOutEventEP11QFocusEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView13keyPressEventEP9QKeyEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView13setRenderHintEN8QPainter10RenderHintEb@Qt_5 5.6.0~rc
+ _ZN8QWebView13setZoomFactorEd@Qt_5 5.6.0~rc
+ _ZN8QWebView14dragEnterEventEP15QDragEnterEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView14dragLeaveEventEP15QDragLeaveEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView14mouseMoveEventEP11QMouseEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView14setRenderHintsE6QFlagsIN8QPainter10RenderHintEE@Qt_5 5.6.0~rc
+ _ZN8QWebView15keyReleaseEventEP9QKeyEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView15mousePressEventEP11QMouseEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView16contextMenuEventEP17QContextMenuEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView16inputMethodEventEP17QInputMethodEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView16selectionChangedEv@Qt_5 5.6.0~rc
+ _ZN8QWebView16staticMetaObjectE@Qt_5 5.6.0~rc
+ _ZN8QWebView16statusBarMessageERK7QString@Qt_5 5.6.0~rc
+ _ZN8QWebView17mouseReleaseEventEP11QMouseEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView17triggerPageActionEN8QWebPage9WebActionEb@Qt_5 5.6.0~rc
+ _ZN8QWebView18focusNextPrevChildEb@Qt_5 5.6.0~rc
+ _ZN8QWebView21mouseDoubleClickEventEP11QMouseEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView21setTextSizeMultiplierEd@Qt_5 5.6.0~rc
+ _ZN8QWebView4backEv@Qt_5 5.6.0~rc
+ _ZN8QWebView4loadERK15QNetworkRequestN21QNetworkAccessManager9OperationERK10QByteArray@Qt_5 5.6.0~rc
+ _ZN8QWebView4loadERK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebView4stopEv@Qt_5 5.6.0~rc
+ _ZN8QWebView5eventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN8QWebView6reloadEv@Qt_5 5.6.0~rc
+ _ZN8QWebView6setUrlERK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebView7forwardEv@Qt_5 5.6.0~rc
+ _ZN8QWebView7setHtmlERK7QStringRK4QUrl@Qt_5 5.6.0~rc
+ _ZN8QWebView7setPageEP8QWebPage@Qt_5 5.6.0~rc
+ _ZN8QWebView8findTextERK7QString6QFlagsIN8QWebPage8FindFlagEE@Qt_5 5.6.0~rc
+ _ZN8QWebView9dropEventEP10QDropEvent@Qt_5 5.6.0~rc
+ _ZN8QWebViewC1EP7QWidget@Qt_5 5.6.0~rc
+ _ZN8QWebViewC2EP7QWidget@Qt_5 5.6.0~rc
+ _ZN8QWebViewD0Ev@Qt_5 5.6.0~rc
+ _ZN8QWebViewD1Ev@Qt_5 5.6.0~rc
+ _ZN8QWebViewD2Ev@Qt_5 5.6.0~rc
+ _ZN9QWebFrame10setContentERK10QByteArrayRK7QStringRK4QUrl@Qt_5 5.6.0~rc
+ _ZN9QWebFrame10urlChangedERK4QUrl@Qt_5 5.6.0~rc
+ _ZN9QWebFrame11iconChangedEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame11loadStartedEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame11pageChangedEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame11qt_metacastEPKc@Qt_5 5.6.0~rc
+ _ZN9QWebFrame12loadFinishedEb@Qt_5 5.6.0~rc
+ _ZN9QWebFrame12titleChangedERK7QString@Qt_5 5.6.0~rc
+ _ZN9QWebFrame13setZoomFactorEd@Qt_5 5.6.0~rc
+ _ZN9QWebFrame14scrollToAnchorERK7QString@Qt_5 5.6.0~rc
+ _ZN9QWebFrame15provisionalLoadEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame16staticMetaObjectE@Qt_5 5.6.0~rc
+ _ZN9QWebFrame17setScrollBarValueEN2Qt11OrientationEi@Qt_5 5.6.0~rc
+ _ZN9QWebFrame17setScrollPositionERK6QPoint@Qt_5 5.6.0~rc
+ _ZN9QWebFrame18evaluateJavaScriptERK7QString@Qt_5 5.6.0~rc
+ _ZN9QWebFrame18setScrollBarPolicyEN2Qt11OrientationENS0_15ScrollBarPolicyE@Qt_5 5.6.0~rc
+ _ZN9QWebFrame19contentsSizeChangedERK5QSize@Qt_5 5.6.0~rc
+ _ZN9QWebFrame21setTextSizeMultiplierEd@Qt_5 5.6.0~rc
+ _ZN9QWebFrame22initialLayoutCompletedEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame27addToJavaScriptWindowObjectERK7QStringP7QObjectNS_14ValueOwnershipE@Qt_5 5.6.0~rc
+ _ZN9QWebFrame29javaScriptWindowObjectClearedEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrame4loadERK15QNetworkRequestN21QNetworkAccessManager9OperationERK10QByteArray@Qt_5 5.6.0~rc
+ _ZN9QWebFrame4loadERK4QUrl@Qt_5 5.6.0~rc
+ _ZN9QWebFrame5eventEP6QEvent@Qt_5 5.6.0~rc
+ _ZN9QWebFrame6renderEP8QPainter6QFlagsINS_11RenderLayerEERK7QRegion@Qt_5 5.6.0~rc
+ _ZN9QWebFrame6renderEP8QPainterRK7QRegion@Qt_5 5.6.0~rc
+ _ZN9QWebFrame6scrollEii@Qt_5 5.6.0~rc
+ _ZN9QWebFrame6setUrlERK4QUrl@Qt_5 5.6.0~rc
+ _ZN9QWebFrame7setHtmlERK7QStringRK4QUrl@Qt_5 5.6.0~rc
+ _ZN9QWebFrame8setFocusEv@Qt_5 5.6.0~rc
+ _ZN9QWebFrameC1EP8QWebPage@Qt_5 5.6.0~rc
+ _ZN9QWebFrameC1EPS_P13QWebFrameData@Qt_5 5.6.0~rc
+ _ZN9QWebFrameC2EP8QWebPage@Qt_5 5.6.0~rc
+ _ZN9QWebFrameC2EPS_P13QWebFrameData@Qt_5 5.6.0~rc
+ _ZN9QWebFrameD0Ev@Qt_5 5.6.0~rc
+ _ZN9QWebFrameD1Ev@Qt_5 5.6.0~rc
+ _ZN9QWebFrameD2Ev@Qt_5 5.6.0~rc
+ _ZNK13QWebInspector10metaObjectEv@Qt_5 5.6.0~rc
+ _ZNK13QWebInspector4pageEv@Qt_5 5.6.0~rc
+ _ZNK13QWebInspector8sizeHintEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView10isModifiedEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView10metaObjectEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView10pageActionEN8QWebPage9WebActionE@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView10zoomFactorEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView11renderHintsEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView16inputMethodQueryEN2Qt16InputMethodQueryE@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView17resizesToContentsEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView25isTiledBackingStoreFrozenEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView3urlEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView4iconEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView4pageEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView5titleEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView7historyEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView8settingsEv@Qt_5 5.6.0~rc
+ _ZNK16QGraphicsWebView8sizeHintEN2Qt8SizeHintERK6QSizeF@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult11linkElementEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult12boundingRectEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult13alternateTextEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult15linkTargetFrameEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult15linkTitleStringEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult17isContentEditableEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult17isContentSelectedEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult21enclosingBlockElementEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult3posEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult5frameEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult5titleEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult6isNullEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult6pixmapEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult7elementEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult7linkUrlEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult8imageUrlEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult8linkTextEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult8mediaUrlEv@Qt_5 5.6.0~rc
+ _ZNK17QWebHitTestResult9linkTitleEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage10isModifiedEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage10metaObjectEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage10totalBytesEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage12currentFrameEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage12customActionEi@Qt_5 5.9.0
+ _ZNK8QWebPage12hasSelectionEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage12selectedHtmlEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage12selectedTextEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage12viewportSizeEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage13bytesReceivedEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage13pluginFactoryEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage15recentlyAudibleEv@Qt_5 5.212.0~alpha2
+ _ZNK8QWebPage15setViewportSizeERK5QSize@Qt_5 5.6.0~rc
+ _ZNK8QWebPage15userAgentForUrlERK4QUrl@Qt_5 5.6.0~rc
+ _ZNK8QWebPage15visibilityStateEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage16devicePixelRatioEv@Qt_5 5.212.0~alpha2
+ _ZNK8QWebPage16inputMethodQueryEN2Qt16InputMethodQueryE@Qt_5 5.6.0~rc
+ _ZNK8QWebPage17isContentEditableEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage17supportsExtensionENS_9ExtensionE@Qt_5 5.6.0~rc
+ _ZNK8QWebPage19supportsContentTypeERK7QString@Qt_5 5.6.0~rc
+ _ZNK8QWebPage20linkDelegationPolicyEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage20networkAccessManagerEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage21preferredContentsSizeEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage21supportedContentTypesEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage24setPreferredContentsSizeERK5QSize@Qt_5 5.6.0~rc
+ _ZNK8QWebPage25forwardUnsupportedContentEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage25viewportAttributesForSizeERK5QSize@Qt_5 5.6.0~rc
+ _ZNK8QWebPage27setActualVisibleContentRectERK5QRect@Qt_5 5.6.0~rc
+ _ZNK8QWebPage4viewEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage6actionENS_9WebActionE@Qt_5 5.6.0~rc
+ _ZNK8QWebPage6handleEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage7frameAtERK6QPoint@Qt_5 5.6.0~rc
+ _ZNK8QWebPage7historyEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage7paletteEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage8settingsEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage9mainFrameEv@Qt_5 5.6.0~rc
+ _ZNK8QWebPage9undoStackEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView10isModifiedEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView10metaObjectEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView10pageActionEN8QWebPage9WebActionE@Qt_5 5.6.0~rc
+ _ZNK8QWebView10zoomFactorEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView11renderHintsEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView12hasSelectionEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView12selectedHtmlEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView12selectedTextEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView16inputMethodQueryEN2Qt16InputMethodQueryE@Qt_5 5.6.0~rc
+ _ZNK8QWebView18textSizeMultiplierEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView3urlEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView4iconEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView4pageEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView5printEP8QPrinter@Qt_5 5.6.0~rc
+ _ZNK8QWebView5titleEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView7historyEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView8settingsEv@Qt_5 5.6.0~rc
+ _ZNK8QWebView8sizeHintEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame10metaObjectEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame10zoomFactorEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame11childFramesEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame11parentFrameEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame11toPlainTextEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame12contentsSizeEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame12ownerElementEv@Qt_5 5.212.0~alpha2
+ _ZNK9QWebFrame12requestedUrlEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame14hitTestContentERK6QPoint@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame14scrollBarValueEN2Qt11OrientationE@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame14scrollPositionEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame14securityOriginEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame15documentElementEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame15findAllElementsERK7QString@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame15scrollBarPolicyEN2Qt11OrientationE@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame16findFirstElementERK7QString@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame16scrollBarMaximumEN2Qt11OrientationE@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame16scrollBarMinimumEN2Qt11OrientationE@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame17scrollBarGeometryEN2Qt11OrientationE@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame18textSizeMultiplierEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame3posEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame3urlEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame4iconEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame4pageEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame5printEP8QPrinter@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame5titleEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame6handleEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame6toHtmlEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame7baseUrlEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame8geometryEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame8hasFocusEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame8metaDataEv@Qt_5 5.6.0~rc
+ _ZNK9QWebFrame9frameNameEv@Qt_5 5.6.0~rc
+ _ZTI13QWebInspector@Qt_5 5.6.0~rc
+ _ZTI16QGraphicsWebView@Qt_5 5.6.0~rc
+ _ZTI8QWebPage@Qt_5 5.6.0~rc
+ _ZTI8QWebView@Qt_5 5.6.0~rc
+ _ZTI9QWebFrame@Qt_5 5.6.0~rc
+ _ZTS13QWebInspector@Qt_5 5.6.0~rc
+ _ZTS16QGraphicsWebView@Qt_5 5.6.0~rc
+ _ZTS8QWebPage@Qt_5 5.6.0~rc
+ _ZTS8QWebView@Qt_5 5.6.0~rc
+ _ZTS9QWebFrame@Qt_5 5.6.0~rc
+ _ZTV13QWebInspector@Qt_5 5.6.0~rc
+ _ZTV16QGraphicsWebView@Qt_5 5.6.0~rc
+ _ZTV8QWebPage@Qt_5 5.6.0~rc
+ _ZTV8QWebView@Qt_5 5.6.0~rc
+ _ZTV9QWebFrame@Qt_5 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::contextMenuEvent(QGraphicsSceneContextMenuEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::dragEnterEvent(QGraphicsSceneDragDropEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::dragLeaveEvent(QGraphicsSceneDragDropEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::dragMoveEvent(QGraphicsSceneDragDropEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::dropEvent(QGraphicsSceneDragDropEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::focusInEvent(QFocusEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::focusOutEvent(QFocusEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::hoverLeaveEvent(QGraphicsSceneHoverEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::hoverMoveEvent(QGraphicsSceneHoverEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::inputMethodEvent(QInputMethodEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::inputMethodQuery(Qt::InputMethodQuery) const@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::itemChange(QGraphicsItem::GraphicsItemChange, QVariant const&)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::keyPressEvent(QKeyEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::keyReleaseEvent(QKeyEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::mouseMoveEvent(QGraphicsSceneMouseEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::mousePressEvent(QGraphicsSceneMouseEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::mouseReleaseEvent(QGraphicsSceneMouseEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::sceneEvent(QEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::setGeometry(QRectF const&)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::sizeHint(Qt::SizeHint, QSizeF const&) const@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::updateGeometry()@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::wheelEvent(QGraphicsSceneWheelEvent*)@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QGraphicsWebView::~QGraphicsWebView()@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QWebInspector::~QWebInspector()@Qt_5" 5.6.0~rc
+ (c++)"non-virtual thunk to QWebView::~QWebView()@Qt_5" 5.6.0~rc
diff --git a/patches/atomic_config_test.diff b/patches/atomic_config_test.diff
new file mode 100644 (file)
index 0000000..247c254
--- /dev/null
@@ -0,0 +1,52 @@
+Description: improve configuration tests for librt and libatomic
+Origin: upstream, https://github.com/annulen/webkit/commit/250709411c49550a
+Last-Update: 2017-09-16
+
+--- a/Source/WebKit2/CMakeLists.txt
++++ b/Source/WebKit2/CMakeLists.txt
+@@ -1,3 +1,6 @@
++include(CheckCXXSourceCompiles)
++include(CheckFunctionExists)
++
+ set(WebKit2_INCLUDE_DIRECTORIES
+     "${JAVASCRIPTCORE_DIR}/llint"
+     "${WEBKIT2_DIR}"
+@@ -740,11 +743,33 @@
+     WebKit2
+ )
+-# librt is needed for shm_open on Linux.
+-find_library(LIBRT_LIBRARIES NAMES rt)
+-mark_as_advanced(LIBRT_LIBRARIES)
+-if (LIBRT_LIBRARIES)
+-    list(APPEND WebKit2_LIBRARIES ${LIBRT_LIBRARIES})
++if (COMPILER_IS_GCC_OR_CLANG)
++    set(ATOMIC_TEST_SOURCE
++    "
++        #include <atomic>
++        int main() { std::atomic<int64_t> i(0); i++; return 0; }
++    "
++    )
++    check_cxx_source_compiles("${ATOMIC_TEST_SOURCE}" ATOMIC_INT64_IS_BUILTIN)
++    if (NOT ATOMIC_INT64_IS_BUILTIN)
++        set(CMAKE_REQUIRED_LIBRARIES atomic)
++        check_cxx_source_compiles("${ATOMIC_TEST_SOURCE}" ATOMIC_INT64_REQUIRES_LIBATOMIC)
++        if (ATOMIC_INT64_REQUIRES_LIBATOMIC)
++            list(APPEND WebKit2_LIBRARIES atomic)
++        endif ()
++        unset(CMAKE_REQUIRED_LIBRARIES)
++    endif ()
++endif ()
++
++if (UNIX)
++    check_function_exists(shm_open SHM_OPEN_EXISTS)
++    if (NOT SHM_OPEN_EXISTS)
++        set(CMAKE_REQUIRED_LIBRARIES rt)
++        check_function_exists(shm_open SHM_OPEN_REQUIRES_LIBRT)
++        if (SHM_OPEN_REQUIRES_LIBRT)
++            list(APPEND WebKit2_LIBRARIES rt)
++        endif ()
++    endif ()
+ endif ()
+ macro(ADD_WEBKIT2_PREFIX_HEADER _target)
diff --git a/patches/detect_opengl_es2.diff b/patches/detect_opengl_es2.diff
new file mode 100644 (file)
index 0000000..ef3399e
--- /dev/null
@@ -0,0 +1,16 @@
+Description: fix header needed to check OpenGL ES 2
+Author: Dmitry Shachnev <mitya57@debian.org>
+Bug-Upstream: https://github.com/annulen/webkit/issues/598
+Last-Update: 2017-08-27
+
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -1057,7 +1057,7 @@
+ #if PLATFORM(QT)
+ #ifdef __cplusplus
+-#include <qglobal.h>
++#include <QtGui/qtguiglobal.h>
+ #endif
+ #if defined(QT_OPENGL_ES_2) && !defined(USE_OPENGL_ES_2)
+ #define USE_OPENGL_ES_2 1
diff --git a/patches/fix_copyChars_segfault.diff b/patches/fix_copyChars_segfault.diff
new file mode 100644 (file)
index 0000000..1c704f3
--- /dev/null
@@ -0,0 +1,43 @@
+Description: fix WTF::StringImpl::copyChars segfault when built with GCC 7
+Origin: upstream, https://github.com/annulen/webkit/commit/0caec8a593cd872e
+Last-Update: 2017-10-27
+
+--- a/Source/WTF/wtf/text/StringImpl.h
++++ b/Source/WTF/wtf/text/StringImpl.h
+@@ -619,25 +619,7 @@
+             *destination = *source;
+             return;
+         }
+-
+-        if (numCharacters <= s_copyCharsInlineCutOff) {
+-            unsigned i = 0;
+-#if (CPU(X86) || CPU(X86_64))
+-            const unsigned charsPerInt = sizeof(uint32_t) / sizeof(T);
+-
+-            if (numCharacters > charsPerInt) {
+-                unsigned stopCount = numCharacters & ~(charsPerInt - 1);
+-
+-                const uint32_t* srcCharacters = reinterpret_cast<const uint32_t*>(source);
+-                uint32_t* destCharacters = reinterpret_cast<uint32_t*>(destination);
+-                for (unsigned j = 0; i < stopCount; i += charsPerInt, ++j)
+-                    destCharacters[j] = srcCharacters[j];
+-            }
+-#endif
+-            for (; i < numCharacters; ++i)
+-                destination[i] = source[i];
+-        } else
+-            memcpy(destination, source, numCharacters * sizeof(T));
++        memcpy(destination, source, numCharacters * sizeof(T));
+     }
+     ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters)
+@@ -855,9 +837,6 @@
+         return *tailPointer<StringImpl*>();
+     }
+-    // This number must be at least 2 to avoid sharing empty, null as well as 1 character strings from SmallStrings.
+-    static const unsigned s_copyCharsInlineCutOff = 20;
+-
+     enum class CaseConvertType { Upper, Lower };
+     template<CaseConvertType type, typename CharacterType> static Ref<StringImpl> convertASCIICase(StringImpl&, const CharacterType*, unsigned);
diff --git a/patches/fix_ftbfs_alpha.diff b/patches/fix_ftbfs_alpha.diff
new file mode 100644 (file)
index 0000000..322f36d
--- /dev/null
@@ -0,0 +1,36 @@
+Description: fix HPPA and Alpha builds
+Origin: upstream, https://github.com/annulen/webkit/commit/63c79407eb4c0a96
+Last-Update: 2018-01-09
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -61,6 +61,8 @@
+     set(WTF_CPU_ARM 1)
+ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64")
+     set(WTF_CPU_ARM64 1)
++elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "alpha*")
++    set(WTF_CPU_ALPHA 1)
+ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "^mips")
+     set(WTF_CPU_MIPS 1)
+ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "sh4")
+--- a/Source/JavaScriptCore/CMakeLists.txt
++++ b/Source/JavaScriptCore/CMakeLists.txt
+@@ -1279,6 +1279,7 @@
+ if (WTF_CPU_ARM)
+ elseif (WTF_CPU_ARM64)
++elseif (WTF_CPU_ALPHA)
+ elseif (WTF_CPU_HPPA)
+ elseif (WTF_CPU_PPC)
+ elseif (WTF_CPU_PPC64)
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -348,7 +348,7 @@
+ #endif /* ARM */
+-#if CPU(ARM) || CPU(MIPS) || CPU(SH4)
++#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(ALPHA) || CPU(HPPA)
+ #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
+ #endif
diff --git a/patches/fix_ftbfs_x32.diff b/patches/fix_ftbfs_x32.diff
new file mode 100644 (file)
index 0000000..38a90e5
--- /dev/null
@@ -0,0 +1,15 @@
+Description: fix x32 build
+Origin: upstream, https://github.com/WebKit/webkit/commit/0858ee607f376ae8
+Last-Update: 2017-11-11
+
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -705,7 +705,7 @@
+ #endif
+ #if !defined(USE_JSVALUE64) && !defined(USE_JSVALUE32_64)
+-#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) \
++#if (CPU(X86_64) && !defined(__ILP32__) && (OS(UNIX) || OS(WINDOWS))) \
+     || (CPU(IA64) && !CPU(IA64_32)) \
+     || CPU(ALPHA) \
+     || CPU(ARM64) \
diff --git a/patches/fix_selectedHtml_segfault.diff b/patches/fix_selectedHtml_segfault.diff
new file mode 100644 (file)
index 0000000..254262d
--- /dev/null
@@ -0,0 +1,18 @@
+Description: fix crash in QWebPage::selectedHtml() when selectedRange is nullptr
+Origin: upstream, https://github.com/annulen/webkit/commit/0e75f3272d149bc6
+Last-Update: 2017-10-30
+
+--- a/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp
++++ b/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp
+@@ -390,7 +390,10 @@
+ QString QWebPageAdapter::selectedHtml() const
+ {
+-    return page->focusController().focusedOrMainFrame().editor().selectedRange()->toHTML();
++    RefPtr<Range> range = page->focusController().focusedOrMainFrame().editor().selectedRange();
++    if (!range)
++        return QString();
++    return range->toHTML();
+ }
+ bool QWebPageAdapter::isContentEditable() const
diff --git a/patches/path_max.diff b/patches/path_max.diff
new file mode 100644 (file)
index 0000000..3b76145
--- /dev/null
@@ -0,0 +1,21 @@
+Author: Pino Toscano <pino@debian.org>
+Description: Locally define PATH_MAX is not available
+ The code unconditionally uses PATH_MAX, which is POSIX-optional.
+ .
+ This fixes the build on platforms without it, such as GNU/Hurd.
+Forwarded: no
+Last-Update: 2017-11-20
+
+--- a/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp
++++ b/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp
+@@ -45,6 +45,10 @@
+ #include <wtf/glib/GUniquePtr.h>
+ #endif
++#if !defined(PATH_MAX)
++#define PATH_MAX 4096
++#endif
++
+ namespace WebCore {
+ static const char* const gDictionaryDirectories[] = {
diff --git a/patches/pkgconfig_description.diff b/patches/pkgconfig_description.diff
new file mode 100644 (file)
index 0000000..c715ac8
--- /dev/null
@@ -0,0 +1,141 @@
+Description: update ECMGeneratePkgConfigFile to latest version, fill in DESCRIPTION
+Origin: upstream, https://github.com/annulen/webkit/commit/0325d51c4a2a05fb
+Last-Update: 2018-01-09
+
+--- a/Source/WebKit/PlatformQt.cmake
++++ b/Source/WebKit/PlatformQt.cmake
+@@ -479,6 +479,7 @@
+ if (NOT MACOS_BUILD_FRAMEWORKS)
+     ecm_generate_pkgconfig_file(
+         BASE_NAME Qt5WebKit
++        DESCRIPTION "Qt WebKit module"
+         DEPS "${WEBKIT_PKGCONGIG_DEPS}"
+         FILENAME_VAR WebKit_PKGCONFIG_FILENAME
+     )
+@@ -669,6 +670,7 @@
+ if (NOT MACOS_BUILD_FRAMEWORKS)
+     ecm_generate_pkgconfig_file(
+         BASE_NAME Qt5WebKitWidgets
++        DESCRIPTION "Qt WebKitWidgets module"
+         DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS}"
+         FILENAME_VAR WebKitWidgets_PKGCONFIG_FILENAME
+     )
+--- a/Source/cmake/ECMGeneratePkgConfigFile.cmake
++++ b/Source/cmake/ECMGeneratePkgConfigFile.cmake
+@@ -16,6 +16,7 @@
+ #                         [INCLUDE_INSTALL_DIR <dir>]
+ #                         [LIB_INSTALL_DIR <dir>]
+ #                         [DEFINES -D<variable=value>...]
++#                         [DESCRIPTION <library description>]
+ #                         [INSTALL])
+ #
+ # ``BASE_NAME`` is the name of the module. It's the name projects will use to
+@@ -42,6 +43,10 @@
+ # ``DEFINES`` is a list of preprocessor defines that it is recommended users of
+ # the library pass to the compiler when using it.
+ #
++# ``DESCRIPTION`` describes what this library is. If it's not specified, CMake
++# will first try to get the description from the metainfo.yaml file or will
++# create one based on ``LIB_NAME``.
++#
+ # ``INSTALL`` will cause the module to be installed to the ``pkgconfig``
+ # subdirectory of ``LIB_INSTALL_DIR``, unless the ``ECM_PKGCONFIG_INSTALL_DIR``
+ # cache variable is set to something different. Note that the first call to
+@@ -66,24 +71,39 @@
+ #   )
+ #
+ # Since 1.3.0.
++# ``DESCRIPTION`` available since 5.1.41
++#
+ #=============================================================================
+ # Copyright 2014 Aleix Pol Gonzalez <aleixpol@kde.org>
+ # Copyright 2014 David Faure <faure@kde.org>
+ #
+-# Distributed under the OSI-approved BSD License (the "License");
+-# see accompanying file COPYING-CMAKE-SCRIPTS for details.
+-#
+-# This software is distributed WITHOUT ANY WARRANTY; without even the
+-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+-# See the License for more information.
+-#=============================================================================
+-# (To distribute this file outside of extra-cmake-modules, substitute the full
+-#  License text for the above reference.)
++# 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. 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.
+ function(ECM_GENERATE_PKGCONFIG_FILE)
+   set(options INSTALL)
+-  set(oneValueArgs BASE_NAME LIB_NAME FILENAME_VAR INCLUDE_INSTALL_DIR LIB_INSTALL_DIR)
++  set(oneValueArgs BASE_NAME LIB_NAME FILENAME_VAR INCLUDE_INSTALL_DIR LIB_INSTALL_DIR DESCRIPTION)
+   set(multiValueArgs DEPS DEFINES)
+   cmake_parse_arguments(EGPF "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
+@@ -119,6 +139,17 @@
+           set(EGPF_LIB_INSTALL_DIR "lib")
+       endif()
+   endif()
++  if(NOT EGPF_DESCRIPTION)
++      if(EXISTS ${CMAKE_SOURCE_DIR}/metainfo.yaml)
++          file(STRINGS "${CMAKE_SOURCE_DIR}/metainfo.yaml" _EGPF_METAINFO_DESCRIPTION_STRING REGEX "^description:.*$")
++          if(_EGPF_METAINFO_DESCRIPTION_STRING)
++              string(REGEX REPLACE "^description:[ ]*(.*)" "\\1" EGPF_DESCRIPTION ${_EGPF_METAINFO_DESCRIPTION_STRING})
++          endif()
++      endif()
++      if("${EGPF_DESCRIPTION}" STREQUAL "")
++          set(EGPF_DESCRIPTION "${EGPF_LIB_NAME} library.")
++      endif()
++  endif()
+   set(PKGCONFIG_TARGET_BASENAME ${EGPF_BASE_NAME})
+   set(PKGCONFIG_TARGET_LIBNAME ${EGPF_LIB_NAME})
+@@ -135,6 +166,7 @@
+   else()
+       set(PKGCONFIG_TARGET_LIBS "${CMAKE_INSTALL_PREFIX}/${EGPF_LIB_INSTALL_DIR}")
+   endif()
++  set(PKGCONFIG_TARGET_DESCRIPTION "${EGPF_DESCRIPTION}")
+   set(PKGCONFIG_TARGET_DEFINES "")
+   if(EGPF_DEFINES)
+     set(PKGCONFIG_TARGET_DEFINES "${EGPF_DEFINE}")
+@@ -148,6 +180,7 @@
+   file(WRITE ${PKGCONFIG_FILENAME}
+ "
+ Name: ${PKGCONFIG_TARGET_LIBNAME}
++Description: ${PKGCONFIG_TARGET_DESCRIPTION}
+ Version: ${PROJECT_VERSION}
+ Libs: -L${CMAKE_INSTALL_PREFIX}/${EGPF_LIB_INSTALL_DIR} -l${PKGCONFIG_TARGET_LIBNAME}
+ Cflags: ${PKGCONFIG_TARGET_INCLUDES} ${PKGCONFIG_TARGET_DEFINES}
+@@ -156,8 +189,11 @@
+   )
+   if(EGPF_INSTALL)
+-    set(ECM_PKGCONFIG_INSTALL_DIR "${EGPF_LIB_INSTALL_DIR}/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.")
++    if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
++      set(ECM_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.")
++    else()
++      set(ECM_PKGCONFIG_INSTALL_DIR "${EGPF_LIB_INSTALL_DIR}/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.")
++    endif()
+     install(FILES ${PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR})
+   endif()
+ endfunction()
+-
diff --git a/patches/pkgconfig_includedir.diff b/patches/pkgconfig_includedir.diff
new file mode 100644 (file)
index 0000000..c015d40
--- /dev/null
@@ -0,0 +1,23 @@
+Description: fix include dir in generated pkg-config files
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: https://github.com/annulen/webkit/pull/735
+Last-Update: 2018-02-24
+
+--- a/Source/WebKit/PlatformQt.cmake
++++ b/Source/WebKit/PlatformQt.cmake
+@@ -480,6 +480,7 @@
+     ecm_generate_pkgconfig_file(
+         BASE_NAME Qt5WebKit
+         DESCRIPTION "Qt WebKit module"
++        INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKit"
+         DEPS "${WEBKIT_PKGCONGIG_DEPS}"
+         FILENAME_VAR WebKit_PKGCONFIG_FILENAME
+     )
+@@ -671,6 +672,7 @@
+     ecm_generate_pkgconfig_file(
+         BASE_NAME Qt5WebKitWidgets
+         DESCRIPTION "Qt WebKitWidgets module"
++        INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKitWidgets"
+         DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS}"
+         FILENAME_VAR WebKitWidgets_PKGCONFIG_FILENAME
+     )
diff --git a/patches/reduce_exports.diff b/patches/reduce_exports.diff
new file mode 100644 (file)
index 0000000..44fb4df
--- /dev/null
@@ -0,0 +1,26 @@
+Description: reduce the number of exported symbols in libQt5WebKit.so.5
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: not-needed
+Last-Update: 2017-08-27
+
+--- a/Source/WTF/wtf/ExportMacros.h
++++ b/Source/WTF/wtf/ExportMacros.h
+@@ -56,7 +56,7 @@
+ #elif defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC__)
+-#define WTF_EXPORT_DECLARATION __attribute__((visibility("default")))
++#define WTF_EXPORT_DECLARATION
+ #define WTF_IMPORT_DECLARATION WTF_EXPORT_DECLARATION
+ #define WTF_HIDDEN_DECLARATION __attribute__((visibility("hidden")))
+--- a/Source/cmake/OptionsQt.cmake
++++ b/Source/cmake/OptionsQt.cmake
+@@ -546,6 +546,7 @@
+     if (NOT SHARED_CORE)
+         set(CMAKE_C_FLAGS "-fvisibility=hidden ${CMAKE_C_FLAGS}")
+         set(CMAKE_CXX_FLAGS "-fvisibility=hidden -fvisibility-inlines-hidden ${CMAKE_CXX_FLAGS}")
++        add_definitions(-DJS_NO_EXPORT)
+     endif ()
+ endif ()
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..89c1542
--- /dev/null
@@ -0,0 +1,11 @@
+reduce_exports.diff
+detect_opengl_es2.diff
+atomic_config_test.diff
+fix_copyChars_segfault.diff
+fix_selectedHtml_segfault.diff
+fix_ftbfs_x32.diff
+path_max.diff
+fix_ftbfs_alpha.diff
+pkgconfig_description.diff
+use_system_woff2.diff
+pkgconfig_includedir.diff
diff --git a/patches/use_system_woff2.diff b/patches/use_system_woff2.diff
new file mode 100644 (file)
index 0000000..6611c69
--- /dev/null
@@ -0,0 +1,139 @@
+Description: use system WOFF2 library
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: https://github.com/annulen/webkit/pull/725
+Last-Update: 2018-02-24
+
+--- a/Source/CMakeLists.txt
++++ b/Source/CMakeLists.txt
+@@ -19,7 +19,7 @@
+     add_subdirectory(ThirdParty/gtest)
+ endif ()
+-if (USE_WOFF2)
++if (USE_WOFF2 AND NOT WOFF2DEC_FOUND)
+     add_subdirectory(ThirdParty/brotli)
+     add_subdirectory(ThirdParty/woff2)
+ endif ()
+--- a/Source/WebCore/CMakeLists.txt
++++ b/Source/WebCore/CMakeLists.txt
+@@ -3353,8 +3353,13 @@
+ endif ()
+ if (USE_WOFF2)
+-  list(APPEND WebCore_INCLUDE_DIRECTORIES "${THIRDPARTY_DIR}/woff2/src")
+-  list(APPEND WebCore_LIBRARIES woff2)
++    if (WOFF2DEC_FOUND)
++        list(APPEND WebCore_INCLUDE_DIRECTORIES "${WOFF2DEC_INCLUDE_DIRS}")
++        list(APPEND WebCore_LIBRARIES "${WOFF2DEC_LIBRARIES}")
++    else ()
++        list(APPEND WebCore_INCLUDE_DIRECTORIES "${THIRDPARTY_DIR}/woff2/src")
++        list(APPEND WebCore_LIBRARIES woff2)
++    endif ()
+ endif ()
+ set(WebCoreTestSupport_INCLUDE_DIRECTORIES
+--- /dev/null
++++ b/Source/cmake/FindWOFF2Dec.cmake
+@@ -0,0 +1,53 @@
++# - Try to find WOFF2Dec.
++# Once done, this will define
++#
++#  WOFF2DEC_FOUND - system has WOFF2Dec.
++#  WOFF2DEC_INCLUDE_DIRS - the WOFF2Dec include directories
++#  WOFF2DEC_LIBRARIES - link these to use WOFF2Dec.
++#
++# Copyright (C) 2017 Igalia S.L.
++#
++# 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 THE COPYRIGHT HOLDER 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 THE COPYRIGHT HOLDER 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.
++
++find_package(PkgConfig)
++pkg_check_modules(PC_WOFF2DEC libwoff2dec)
++
++find_path(WOFF2DEC_INCLUDE_DIRS
++    NAMES woff2/decode.h
++    HINTS ${PC_WOFF2DEC_INCLUDEDIR}
++)
++
++find_library(WOFF2DEC_LIBRARIES
++    NAMES woff2dec
++    HINTS ${PC_WOFF2DEC_LIBDIR}
++)
++
++include(FindPackageHandleStandardArgs)
++find_package_handle_standard_args(WOFF2Dec
++    REQUIRED_VARS WOFF2DEC_INCLUDE_DIRS WOFF2DEC_LIBRARIES
++    FOUND_VAR WOFF2DEC_FOUND
++    VERSION_VAR PC_WOFF2DEC_VERSION)
++
++mark_as_advanced(
++    WOFF2DEC_INCLUDE_DIRS
++    WOFF2DEC_LIBRARIES
++)
+--- a/Source/cmake/OptionsQt.cmake
++++ b/Source/cmake/OptionsQt.cmake
+@@ -679,6 +679,15 @@
+     endif ()
+ endif ()
++if (USE_WOFF2)
++    find_package(WOFF2Dec 1.0.1)
++    if (WOFF2DEC_FOUND)
++        message(STATUS "Using system WOFF2Dec library.")
++    else ()
++        message(STATUS "WOFF2Dec not found, using the bundled library.")
++    endif ()
++endif ()
++
+ # From OptionsGTK.cmake
+ if (CMAKE_MAJOR_VERSION LESS 3)
+     # Before CMake 3 it was necessary to use a build script instead of using cmake --build directly
+--- a/Source/WebCore/platform/graphics/WOFFFileFormat.cpp
++++ b/Source/WebCore/platform/graphics/WOFFFileFormat.cpp
+@@ -31,8 +31,8 @@
+ #include <wtf/ByteOrder.h>
+ #if USE(WOFF2)
+-#include "woff2_common.h"
+-#include "woff2_dec.h"
++#include <woff2/decode.h>
++static const uint32_t kWoff2Signature = 0x774f4632; // "wOF2"
+ #endif
+ namespace WebCore {
+@@ -84,7 +84,7 @@
+         return false;
+ #if USE(WOFF2)
+-    return signature == woffSignature || signature == woff2::kWoff2Signature;
++    return signature == woffSignature || signature == kWoff2Signature;
+ #else
+     return signature == woffSignature;
+ #endif
+@@ -140,7 +140,7 @@
+     }
+ #if USE(WOFF2)
+-    if (signature == woff2::kWoff2Signature) {
++    if (signature == kWoff2Signature) {
+         const uint8_t* woffData = reinterpret_cast_ptr<const uint8_t*>(woff.data());
+         const size_t woffSize = woff.size();
+         const size_t sfntSize = woff2::ComputeWOFF2FinalSize(woffData, woffSize);
diff --git a/qml-module-qtwebkit.install b/qml-module-qtwebkit.install
new file mode 100644 (file)
index 0000000..3567ca6
--- /dev/null
@@ -0,0 +1,5 @@
+usr/lib/*/qt5/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so
+usr/lib/*/qt5/qml/QtWebKit/experimental/qmldir
+usr/lib/*/qt5/qml/QtWebKit/libqmlwebkitplugin.so
+usr/lib/*/qt5/qml/QtWebKit/plugins.qmltypes
+usr/lib/*/qt5/qml/QtWebKit/qmldir
diff --git a/qtwebkit5-doc-html.install b/qtwebkit5-doc-html.install
new file mode 100644 (file)
index 0000000..d18a373
--- /dev/null
@@ -0,0 +1 @@
+usr/share/qt5/doc/qtwebkit/
diff --git a/qtwebkit5-doc.install b/qtwebkit5-doc.install
new file mode 100644 (file)
index 0000000..81c2404
--- /dev/null
@@ -0,0 +1 @@
+usr/share/qt5/doc/qtwebkit.qch
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..75c72ad
--- /dev/null
+++ b/rules
@@ -0,0 +1,82 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpkg/architecture.mk
+
+export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG
+
+# The debug packages produced by webkit are huge and cause problems in
+# most buildds, so use -g1 in all architectures except the ones that
+# are known to work fine
+ifeq (,$(filter $(DEB_HOST_ARCH_CPU),ppc64 ppc64el s390x))
+       export DEB_CXXFLAGS_MAINT_STRIP = -g
+       export DEB_CXXFLAGS_MAINT_APPEND = -g1
+endif
+
+# See https://github.com/annulen/webkit/issues/626
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),mips mipsel))
+       export DEB_CXXFLAGS_MAINT_APPEND += -mfp32
+endif
+
+# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81426
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),sh3 sh4))
+       export DEB_CXXFLAGS_MAINT_STRIP += -O2
+       export DEB_CXXFLAGS_MAINT_APPEND += -O1
+endif
+
+# Disable gold linker on all architectures except x32
+ifneq ($(DEB_HOST_ARCH),x32)
+       EXTRA_CMAKE_ARGUMENTS += -DUSE_LD_GOLD=OFF
+endif
+
+# JIT is only supported on x86 / armhf / aarch64 / mips32
+ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel))
+       EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF
+endif
+
+# Copied from Fedora; see also https://github.com/annulen/webkit/issues/480
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),ppc64el s390x))
+       EXTRA_CMAKE_ARGUMENTS += -DUSE_SYSTEM_MALLOC=ON
+endif
+
+%:
+       dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
+
+override_dh_auto_configure:
+       dh_auto_configure -- -G Ninja -DPORT=Qt $(EXTRA_CMAKE_ARGUMENTS)
+
+override_dh_auto_build-arch:
+       dh_auto_build --builddirectory=obj-$(DEB_HOST_GNU_TYPE) -O--buildsystem=ninja
+
+override_dh_auto_build-indep:
+       BUILDDIR=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE) \
+       dh_auto_build --builddirectory=obj-$(DEB_HOST_GNU_TYPE) -O--buildsystem=ninja -- docs
+
+override_dh_auto_install-arch:
+       dh_auto_install --builddirectory=obj-$(DEB_HOST_GNU_TYPE) -O--buildsystem=ninja
+
+       # Remove private headers
+       rm -rf debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebKit/*/QtWebKit
+       rm -rf debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebKitWidgets/*/QtWebKitWidgets
+
+override_dh_auto_install-indep:
+       install -d debian/tmp/usr/share/qt5/
+       cp -r obj-$(DEB_HOST_GNU_TYPE)/doc debian/tmp/usr/share/qt5/
+
+override_dh_missing:
+       dh_missing --fail-missing
+
+override_dh_auto_test-arch:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+       -cd obj-$(DEB_HOST_GNU_TYPE); \
+       xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
+       ctest --output-on-failure
+endif
+
+override_dh_auto_test-indep:
+       # Do not attempt to run anything to make build-indep work
+
+override_dh_strip:
+       dh_strip --dbgsym-migration='libqt5webkit5-dbg (<< 5.212.0~alpha2-1~)'
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/source/lintian-overrides b/source/lintian-overrides
new file mode 100644 (file)
index 0000000..a65e933
--- /dev/null
@@ -0,0 +1,3 @@
+# This are all lintian false positives. See #802028.
+qtwebkit-opensource-src source: source-contains-prebuilt-javascript-object Source/WebInspectorUI/UserInterface/*.js *
+qtwebkit-opensource-src source: source-is-missing Source/WebInspectorUI/UserInterface/*.js *
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..1d60482
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=4
+opts=uversionmangle=s/-(alpha|beta|rc)/~$1/ \
+https://github.com/annulen/webkit/releases/ download/qtwebkit-[^/]+/qtwebkit-@ANY_VERSION@\.tar\.xz