diff --git a/MOVED b/MOVED --- a/MOVED +++ b/MOVED @@ -3378,3 +3378,5 @@ www/yarn-node21||2024-07-02|Removed, part of www/node21 www/npm-node21||2024-07-02|Removed, part of www/node21 security/bcrypt||2024-07-02|Has expired: Hasn't seen updates in 15 years, insecure Blowfish ECB mode, unauthenticated encryption +www/webkit2-gtk3|www/webkit2-gtk@40|2024-07-03|Flavoured +www/webkit2-gtk4|www/webkit2-gtk@50|2024-07-03|Flavoured diff --git a/UPDATING b/UPDATING --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,23 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20240705: + AFFECTS: sysutils/bacula*-{client,server} + AUTHOR: netchildFreeBSD.org + + The start scripts of bacula have been renamed to bacula_fd, bacula_dir and + bacula_sd for improved compatibility with other parts of the + system. The automatic start at boot (rc.conf variable settings) is + not affected, but if you have some other automatism you may want to + change + ".../etc/rc.d/bacula-fd" to ".../etc/rc.d/bacula_fd" + ".../etc/rc.d/bacula-dir" to ".../etc/rc.d/bacula_dir" + ".../etc/rc.d/bacula-sd" to ".../etc/rc.d/bacula_sd" + or + "service bacula-fd ..." to "service bacula_fd ..." + "service bacula-dir ..." to "service bacula_dir ..." + "service bacula-sd ..." to "service bacula_sd ..." + 20240704: AFFECTS: net/xrdp and x11-drivers/xorgxrdp AUTHOR: meta@FreeBSD.org diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile --- a/audio/gsequencer/Makefile +++ b/audio/gsequencer/Makefile @@ -1,5 +1,6 @@ PORTNAME= gsequencer DISTVERSION= 6.16.3 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -26,7 +27,7 @@ libsoup-3.0.so:devel/libsoup3 \ libuuid.so:misc/e2fsprogs-libuuid \ libvulkan.so:graphics/vulkan-loader \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= dssi>0:audio/dssi USES= autoreconf desktop-file-utils gettext-runtime gettext-tools gmake gnome gstreamer \ diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution-data-server DISTVERSION= 3.44.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -21,7 +21,7 @@ libical.so:devel/libical \ libnss3.so:security/nss \ libicudata.so:devel/icu \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libjson-glib-1.0.so:devel/json-glib \ libp11-kit.so:security/p11-kit \ libnspr4.so:devel/nspr \ diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -1,6 +1,6 @@ PORTNAME= bijiben PORTVERSION= 40.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -17,7 +17,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libtracker-sparql-3.0.so:sysutils/tracker3 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libgoa-1.0.so:net/gnome-online-accounts \ libical.so:devel/libical \ libuuid.so:misc/e2fsprogs-libuuid \ diff --git a/deskutils/bookworm/Makefile b/deskutils/bookworm/Makefile --- a/deskutils/bookworm/Makefile +++ b/deskutils/bookworm/Makefile @@ -1,6 +1,6 @@ PORTNAME= bookworm DISTVERSION= 1.1.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= deskutils MAINTAINER= miguel@gocobachi.dev @@ -17,7 +17,7 @@ libgranite.so:x11-toolkits/granite \ libpoppler-glib.so:graphics/poppler-glib \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libxml2.so:textproc/libxml2 RUN_DEPENDS= bash:shells/bash \ pdftohtml:graphics/poppler-utils \ diff --git a/deskutils/foliate/Makefile b/deskutils/foliate/Makefile --- a/deskutils/foliate/Makefile +++ b/deskutils/foliate/Makefile @@ -1,6 +1,6 @@ PORTNAME= foliate PORTVERSION= 2.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= fox@FreeBSD.org @@ -12,7 +12,7 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib \ gjs-console:lang/gjs -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= gjs-console:lang/gjs USES= desktop-file-utils gnome localbase meson python shebangfix diff --git a/deskutils/gnome-initial-setup/Makefile b/deskutils/gnome-initial-setup/Makefile --- a/deskutils/gnome-initial-setup/Makefile +++ b/deskutils/gnome-initial-setup/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-initial-setup PORTVERSION= 43.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -23,7 +23,7 @@ libhandy-1.so:x11-toolkits/libhandy \ libpwquality.so:security/libpwquality \ librest-1.0.so:net/librest1 \ - libwebkit2gtk-5.0.so:www/webkit2-gtk4 + libwebkit2gtk-5.0.so:www/webkit2-gtk@50 RUN_DEPENDS= gdm>=3.0.0:x11/gdm \ krb5>0:security/krb5 diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnotime DISTVERSION= g20231022 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MAINTAINER= truckman@FreeBSD.org @@ -19,7 +19,7 @@ libsoup-2.4.so:devel/libsoup \ libguile-2.2.so:lang/guile2 \ libharfbuzz.so:print/harfbuzz \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= autoreconf desktop-file-utils gettext gmake gnome libtool pathfix pkgconfig xorg USE_GITHUB= yes diff --git a/deskutils/meteo/Makefile b/deskutils/meteo/Makefile --- a/deskutils/meteo/Makefile +++ b/deskutils/meteo/Makefile @@ -1,5 +1,6 @@ PORTNAME= meteo PORTVERSION= 0.9.9.3 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org @@ -13,7 +14,7 @@ LIB_DEPENDS= libappindicator3.so:devel/libappindicator \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= compiler:c11 gettext gnome meson pkgconfig python:build \ shebangfix vala:build diff --git a/deskutils/rednotebook/Makefile b/deskutils/rednotebook/Makefile --- a/deskutils/rednotebook/Makefile +++ b/deskutils/rednotebook/Makefile @@ -1,6 +1,7 @@ PORTNAME= rednotebook DISTVERSIONPREFIX=v DISTVERSION= 2.31 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= cth-freebsd@pm.me @@ -10,7 +11,7 @@ LICENSE= GPLv3+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= gettext-tools:build gnome python USE_GNOME= gtk30 gtksourceview3 diff --git a/deskutils/showdown/Makefile b/deskutils/showdown/Makefile --- a/deskutils/showdown/Makefile +++ b/deskutils/showdown/Makefile @@ -1,6 +1,6 @@ PORTNAME= showdown DISTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= dmgk@FreeBSD.org @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= compiler:c++11-lang desktop-file-utils gmake gnome \ pkgconfig vala:build xorg diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile --- a/devel/aws-crt-cpp/Makefile +++ b/devel/aws-crt-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-crt-cpp DISTVERSIONPREFIX= v -DISTVERSION= 0.27.1 +DISTVERSION= 0.27.2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo --- a/devel/aws-crt-cpp/distinfo +++ b/devel/aws-crt-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719646751 -SHA256 (awslabs-aws-crt-cpp-v0.27.1_GH0.tar.gz) = 9689854b67b1a436b1cd31aae75eed8669fbb8d6240fe36684133f93e345f1ac -SIZE (awslabs-aws-crt-cpp-v0.27.1_GH0.tar.gz) = 356474 +TIMESTAMP = 1720164250 +SHA256 (awslabs-aws-crt-cpp-v0.27.2_GH0.tar.gz) = e17c82d7cc3b5e6e4300bc7e4794306e292b5281d212ead536000a8b5f5f1be4 +SIZE (awslabs-aws-crt-cpp-v0.27.2_GH0.tar.gz) = 356476 diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,6 +1,6 @@ PORTNAME= devhelp PORTVERSION= 41.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -17,7 +17,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libamtk-5.so:x11-toolkits/amtk PORTSCOUT= limitw:1,even diff --git a/devel/geany-plugin-markdown/Makefile b/devel/geany-plugin-markdown/Makefile --- a/devel/geany-plugin-markdown/Makefile +++ b/devel/geany-plugin-markdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-markdown PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org @@ -7,7 +8,7 @@ WWW= https://plugins.geany.org/markdown.html LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 OPTIONS_DEFINE= DOCS diff --git a/devel/glade/Makefile b/devel/glade/Makefile --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,6 +1,6 @@ PORTNAME= glade PORTVERSION= 3.40.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -42,6 +42,6 @@ WEBKIT_DESC= Webkit glade support WEBKIT_MESON_ENABLED= webkit2gtk WEBKIT_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 .include diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-builder PORTVERSION= 42.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -30,7 +30,7 @@ libportal-gtk3.so:deskutils/libportal-gtk3 \ libsoup-2.4.so:devel/libsoup \ libtemplate_glib-1.0.so:devel/template-glib \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 PORTSCOUT= limitw:1,even PORTDOCS= * diff --git a/devel/juce/Makefile b/devel/juce/Makefile --- a/devel/juce/Makefile +++ b/devel/juce/Makefile @@ -1,6 +1,6 @@ PORTNAME= juce DISTVERSION= 7.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -19,7 +19,7 @@ libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ - libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 \ + libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 \ libpng16.so:graphics/png \ libsoup-2.4.so:devel/libsoup \ libsysinfo.so:devel/libsysinfo @@ -55,7 +55,7 @@ DEMOS_LDFLAGS= -lexecinfo DEMOS_USE= GNOME=atk,cairo,gdkpixbuf2,gtk30,pango DEMOS_LIB_DEPENDS= libcurl.so:ftp/curl \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libsoup-2.4.so:devel/libsoup DEMO_FILES= \ AnalyticsCollectionDemo AnimationAppDemo AnimationDemo AudioAppDemo AudioLatencyDemo AudioPlaybackDemo AudioPluginDemo AudioRecordingDemo AudioSettingsDemo AudioSynthesiserDemo \ diff --git a/devel/juce706/Makefile b/devel/juce706/Makefile --- a/devel/juce706/Makefile +++ b/devel/juce706/Makefile @@ -1,6 +1,6 @@ PORTNAME= juce DISTVERSION= 7.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= 706 @@ -20,7 +20,7 @@ libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ - libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 \ + libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 \ libpng16.so:graphics/png \ libsoup-2.4.so:devel/libsoup \ libsysinfo.so:devel/libsysinfo @@ -56,7 +56,7 @@ DEMOS_LDFLAGS= -lexecinfo DEMOS_USE= GNOME=atk,cairo,gdkpixbuf2,gtk30,pango DEMOS_LIB_DEPENDS= libcurl.so:ftp/curl \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libsoup-2.4.so:devel/libsoup DEMO_FILES= \ AnalyticsCollectionDemo AnimationAppDemo AnimationDemo AudioAppDemo AudioLatencyDemo AudioPlaybackDemo AudioPluginDemo AudioRecordingDemo AudioSettingsDemo AudioSynthesiserDemo \ diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,7 +1,6 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v -DISTVERSION= 0.18.0 -PORTREVISION= 1 +DISTVERSION= 0.19.0 CATEGORIES= devel MAINTAINER= se@FreeBSD.org diff --git a/devel/jujutsu/Makefile.crates b/devel/jujutsu/Makefile.crates --- a/devel/jujutsu/Makefile.crates +++ b/devel/jujutsu/Makefile.crates @@ -1,70 +1,69 @@ -CARGO_CRATES= addr2line-0.21.0 \ +CARGO_CRATES= addr2line-0.22.0 \ adler-1.0.2 \ ahash-0.8.11 \ aho-corasick-1.1.3 \ - allocator-api2-0.2.16 \ + allocator-api2-0.2.18 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ - anstream-0.6.13 \ - anstyle-1.0.6 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.1.0 \ + anstyle-wincon-3.0.3 \ anyhow-1.0.86 \ arc-swap-1.7.1 \ arrayvec-0.7.4 \ assert_cmd-2.0.14 \ assert_matches-1.5.0 \ async-trait-0.1.80 \ - autocfg-1.1.0 \ + autocfg-1.3.0 \ backoff-0.4.0 \ - backtrace-0.3.71 \ + backtrace-0.3.73 \ bitflags-1.3.2 \ bitflags-2.5.0 \ blake2-0.10.6 \ block-buffer-0.10.4 \ bstr-1.9.1 \ - bumpalo-3.15.4 \ + bumpalo-3.16.0 \ byteorder-1.5.0 \ - bytes-0.4.12 \ bytes-1.6.0 \ - camino-1.1.6 \ + camino-1.1.7 \ cargo-platform-0.1.8 \ cargo_metadata-0.17.0 \ cassowary-0.3.0 \ cast-0.3.0 \ castaway-0.2.2 \ - cc-1.0.90 \ + cc-1.0.99 \ cfg-if-1.0.0 \ chrono-0.4.38 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ - clap-4.5.4 \ - clap-markdown-0.1.3 \ - clap_builder-4.5.2 \ - clap_complete-4.5.2 \ - clap_complete_nushell-4.5.1 \ - clap_derive-4.5.4 \ - clap_lex-0.7.0 \ - clap_mangen-0.2.20 \ - clru-0.6.1 \ - colorchoice-1.0.0 \ + clap-4.5.8 \ + clap-markdown-0.1.4 \ + clap_builder-4.5.8 \ + clap_complete-4.5.7 \ + clap_complete_nushell-4.5.2 \ + clap_derive-4.5.8 \ + clap_lex-0.7.1 \ + clap_mangen-0.2.21 \ + clru-0.6.2 \ + colorchoice-1.0.1 \ compact_str-0.7.1 \ config-0.13.4 \ console-0.15.8 \ core-foundation-sys-0.8.6 \ cpufeatures-0.2.12 \ - crc32fast-1.4.0 \ + crc32fast-1.4.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ crossbeam-0.8.4 \ - crossbeam-channel-0.5.12 \ + crossbeam-channel-0.5.13 \ crossbeam-deque-0.8.5 \ crossbeam-epoch-0.9.18 \ crossbeam-queue-0.3.11 \ - crossbeam-utils-0.8.19 \ + crossbeam-utils-0.8.20 \ crossterm-0.27.0 \ crossterm_winapi-0.9.1 \ crunchy-0.2.2 \ @@ -77,16 +76,16 @@ dirs-sys-0.4.1 \ doc-comment-0.3.3 \ dunce-1.0.4 \ - either-1.12.0 \ + either-1.13.0 \ encode_unicode-0.3.6 \ equivalent-1.0.1 \ - errno-0.3.8 \ + errno-0.3.9 \ esl01-renderdag-0.3.0 \ faster-hex-0.9.0 \ fastrand-2.1.0 \ filetime-0.2.23 \ fixedbitset-0.4.2 \ - flate2-1.0.28 \ + flate2-1.0.30 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ futures-0.1.31 \ @@ -100,8 +99,8 @@ futures-task-0.3.30 \ futures-util-0.3.30 \ generic-array-0.14.7 \ - getrandom-0.2.12 \ - gimli-0.28.1 \ + getrandom-0.2.15 \ + gimli-0.29.0 \ git2-0.18.3 \ gix-0.63.0 \ gix-actor-0.31.2 \ @@ -114,8 +113,8 @@ gix-diff-0.44.0 \ gix-discover-0.32.0 \ gix-features-0.38.2 \ - gix-fs-0.11.0 \ - gix-glob-0.16.2 \ + gix-fs-0.11.1 \ + gix-glob-0.16.3 \ gix-hash-0.14.2 \ gix-hashtable-0.5.2 \ gix-index-0.33.0 \ @@ -126,7 +125,7 @@ gix-pack-0.51.0 \ gix-path-0.10.7 \ gix-quote-0.4.12 \ - gix-ref-0.44.0 \ + gix-ref-0.44.1 \ gix-refspec-0.23.0 \ gix-revision-0.27.1 \ gix-revwalk-0.13.1 \ @@ -139,9 +138,8 @@ gix-validate-0.8.5 \ glob-0.3.1 \ globset-0.4.14 \ - half-2.4.0 \ - hashbrown-0.14.3 \ - heck-0.4.1 \ + half-2.4.1 \ + hashbrown-0.14.5 \ heck-0.5.0 \ hermit-abi-0.3.9 \ hex-0.4.3 \ @@ -153,65 +151,65 @@ indexmap-2.2.6 \ indoc-2.0.5 \ insta-1.39.0 \ - instant-0.1.12 \ - iovec-0.1.4 \ + instant-0.1.13 \ is-terminal-0.4.12 \ + is_terminal_polyfill-1.70.0 \ itertools-0.10.5 \ itertools-0.12.1 \ - itoa-1.0.10 \ - jobserver-0.1.28 \ + itoa-1.0.11 \ + jobserver-0.1.31 \ js-sys-0.3.69 \ jwalk-0.8.1 \ lazy_static-1.4.0 \ libc-0.2.155 \ libgit2-sys-0.16.2+1.7.2 \ - libredox-0.0.1 \ + libredox-0.1.3 \ libssh2-sys-0.3.0 \ - libz-sys-1.1.16 \ + libz-sys-1.1.18 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.4.13 \ - lock_api-0.4.11 \ + linux-raw-sys-0.4.14 \ + lock_api-0.4.12 \ log-0.4.21 \ lru-0.12.3 \ maplit-1.0.2 \ matchers-0.1.0 \ - memchr-2.7.1 \ + memchr-2.7.4 \ memmap2-0.9.4 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.7.2 \ + miniz_oxide-0.7.4 \ minus-5.6.1 \ mio-0.8.11 \ - multimap-0.8.3 \ + multimap-0.10.0 \ nom-7.1.3 \ nu-ansi-term-0.46.0 \ num-conv-0.1.0 \ - num-traits-0.2.18 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ num_threads-0.1.7 \ - object-0.32.2 \ + object-0.36.0 \ once_cell-1.19.0 \ oorandom-11.1.3 \ openssl-probe-0.1.5 \ - openssl-src-300.2.3+3.2.1 \ - openssl-sys-0.9.101 \ + openssl-src-300.3.1+3.3.1 \ + openssl-sys-0.9.102 \ option-ext-0.2.0 \ overload-0.1.1 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ - paste-1.0.14 \ + parking_lot-0.12.3 \ + parking_lot_core-0.9.10 \ + paste-1.0.15 \ pathdiff-0.2.1 \ percent-encoding-2.3.1 \ - pest-2.7.10 \ - pest_derive-2.7.10 \ - pest_generator-2.7.10 \ - pest_meta-2.7.10 \ - petgraph-0.6.4 \ - pin-project-lite-0.2.13 \ + pest-2.7.11 \ + pest_derive-2.7.11 \ + pest_generator-2.7.11 \ + pest_meta-2.7.11 \ + petgraph-0.6.5 \ + pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ - plotters-0.3.5 \ - plotters-backend-0.3.5 \ - plotters-svg-0.3.5 \ + plotters-0.3.6 \ + plotters-backend-0.3.6 \ + plotters-svg-0.3.6 \ pollster-0.3.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ @@ -219,8 +217,8 @@ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ pretty_assertions-1.4.0 \ - prettyplease-0.2.16 \ - proc-macro2-1.0.85 \ + prettyplease-0.2.20 \ + proc-macro2-1.0.86 \ prodash-28.0.0 \ prost-0.12.6 \ prost-build-0.12.6 \ @@ -234,48 +232,50 @@ rayon-1.10.0 \ rayon-core-1.12.1 \ redox_syscall-0.4.1 \ - redox_users-0.4.4 \ + redox_syscall-0.5.2 \ + redox_users-0.4.5 \ ref-cast-1.0.23 \ ref-cast-impl-1.0.23 \ - regex-1.10.4 \ + regex-1.10.5 \ regex-automata-0.1.10 \ - regex-automata-0.4.6 \ + regex-automata-0.4.7 \ regex-syntax-0.6.29 \ - regex-syntax-0.8.2 \ + regex-syntax-0.8.4 \ roff-0.2.1 \ rpassword-7.3.1 \ rtoolbox-0.0.2 \ - rustc-demangle-0.1.23 \ + rustc-demangle-0.1.24 \ rustix-0.38.34 \ - rustversion-1.0.14 \ - ryu-1.0.17 \ + rustversion-1.0.17 \ + ryu-1.0.18 \ same-file-1.0.6 \ scm-record-0.3.0 \ scopeguard-1.2.0 \ - semver-1.0.22 \ + semver-1.0.23 \ serde-1.0.203 \ - serde_bser-0.3.1 \ + serde_bser-0.4.0 \ + serde_bytes-0.11.14 \ serde_derive-1.0.203 \ - serde_json-1.0.117 \ - serde_spanned-0.6.5 \ + serde_json-1.0.120 \ + serde_spanned-0.6.6 \ sha1_smol-1.0.0 \ sha2-0.10.8 \ sharded-slab-0.1.7 \ signal-hook-0.3.17 \ signal-hook-mio-0.2.3 \ - signal-hook-registry-1.4.1 \ - similar-2.4.0 \ + signal-hook-registry-1.4.2 \ + similar-2.5.0 \ slab-0.4.9 \ smallvec-1.13.2 \ smawk-0.3.2 \ - socket2-0.5.6 \ + socket2-0.5.7 \ stability-0.2.0 \ static_assertions-1.1.0 \ strsim-0.11.1 \ strum-0.26.2 \ - strum_macros-0.26.2 \ - subtle-2.5.0 \ - syn-2.0.66 \ + strum_macros-0.26.4 \ + subtle-2.6.1 \ + syn-2.0.68 \ tempfile-3.10.1 \ terminal_size-0.3.0 \ termtree-0.4.1 \ @@ -297,7 +297,7 @@ tokio-macros-2.3.0 \ tokio-util-0.6.10 \ toml-0.5.11 \ - toml_datetime-0.6.5 \ + toml_datetime-0.6.6 \ toml_edit-0.19.15 \ tracing-0.1.40 \ tracing-attributes-0.1.27 \ @@ -307,7 +307,7 @@ tracing-subscriber-0.3.18 \ typenum-1.17.0 \ ucd-trie-0.1.6 \ - uluru-3.0.0 \ + uluru-3.1.0 \ unicode-bidi-0.3.15 \ unicode-bom-2.0.3 \ unicode-ident-1.0.12 \ @@ -316,8 +316,8 @@ unicode-segmentation-1.11.0 \ unicode-truncate-1.0.0 \ unicode-width-0.1.13 \ - url-2.5.0 \ - utf8parse-0.2.1 \ + url-2.5.2 \ + utf8parse-0.2.2 \ valuable-0.1.0 \ vcpkg-0.2.15 \ version_check-0.9.4 \ @@ -330,38 +330,39 @@ wasm-bindgen-macro-0.2.92 \ wasm-bindgen-macro-support-0.2.92 \ wasm-bindgen-shared-0.2.92 \ - watchman_client-0.8.0 \ + watchman_client-0.9.0 \ web-sys-0.3.69 \ whoami-1.5.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-core-0.52.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-targets-0.48.5 \ - windows-targets-0.52.4 \ + windows-targets-0.52.5 \ windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.4 \ + windows_aarch64_gnullvm-0.52.5 \ windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.4 \ + windows_aarch64_msvc-0.52.5 \ windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.4 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.4 \ + windows_i686_msvc-0.52.5 \ windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.4 \ + windows_x86_64_gnu-0.52.5 \ windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.4 \ + windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.4 \ + windows_x86_64_msvc-0.52.5 \ winnow-0.5.40 \ - winnow-0.6.5 \ + winnow-0.6.13 \ winreg-0.52.0 \ yansi-0.5.1 \ - zerocopy-0.7.32 \ - zerocopy-derive-0.7.32 \ + zerocopy-0.7.34 \ + zerocopy-derive-0.7.34 \ zstd-0.12.4 \ zstd-safe-6.0.6 \ - zstd-sys-2.0.9+zstd.1.5.5 + zstd-sys-2.0.11+zstd.1.5.6 diff --git a/devel/jujutsu/distinfo b/devel/jujutsu/distinfo --- a/devel/jujutsu/distinfo +++ b/devel/jujutsu/distinfo @@ -1,30 +1,30 @@ -TIMESTAMP = 1717744225 -SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb -SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 +TIMESTAMP = 1720165503 +SHA256 (rust/crates/addr2line-0.22.0.crate) = 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 +SIZE (rust/crates/addr2line-0.22.0.crate) = 39156 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 SIZE (rust/crates/ahash-0.8.11.crate) = 43607 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 -SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 -SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 +SHA256 (rust/crates/allocator-api2-0.2.18.crate) = 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f +SIZE (rust/crates/allocator-api2-0.2.18.crate) = 62504 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb -SIZE (rust/crates/anstream-0.6.13.crate) = 30928 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.1.0.crate) = ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391 +SIZE (rust/crates/anstyle-query-1.1.0.crate) = 9832 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 SHA256 (rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da SIZE (rust/crates/anyhow-1.0.86.crate) = 46741 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 @@ -37,12 +37,12 @@ SIZE (rust/crates/assert_matches-1.5.0.crate) = 7761 SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/backoff-0.4.0.crate) = b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1 SIZE (rust/crates/backoff-0.4.0.crate) = 26738 -SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d -SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 +SHA256 (rust/crates/backtrace-0.3.73.crate) = 5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a +SIZE (rust/crates/backtrace-0.3.73.crate) = 87617 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 @@ -53,16 +53,14 @@ SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/bstr-1.9.1.crate) = 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 SIZE (rust/crates/bstr-1.9.1.crate) = 380305 -SHA256 (rust/crates/bumpalo-3.15.4.crate) = 7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa -SIZE (rust/crates/bumpalo-3.15.4.crate) = 85028 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/bytes-0.4.12.crate) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c -SIZE (rust/crates/bytes-0.4.12.crate) = 46361 SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 SIZE (rust/crates/bytes-1.6.0.crate) = 60605 -SHA256 (rust/crates/camino-1.1.6.crate) = c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c -SIZE (rust/crates/camino-1.1.6.crate) = 30519 +SHA256 (rust/crates/camino-1.1.7.crate) = e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239 +SIZE (rust/crates/camino-1.1.7.crate) = 36204 SHA256 (rust/crates/cargo-platform-0.1.8.crate) = 24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc SIZE (rust/crates/cargo-platform-0.1.8.crate) = 11813 SHA256 (rust/crates/cargo_metadata-0.17.0.crate) = e7daec1a2a2129eeba1644b220b4647ec537b0b5d4bfd6876fcc5a540056b592 @@ -73,8 +71,8 @@ SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/castaway-0.2.2.crate) = 8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc SIZE (rust/crates/castaway-0.2.2.crate) = 11091 -SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 -SIZE (rust/crates/cc-1.0.90.crate) = 73954 +SHA256 (rust/crates/cc-1.0.99.crate) = 96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695 +SIZE (rust/crates/cc-1.0.99.crate) = 76961 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 @@ -85,26 +83,26 @@ SIZE (rust/crates/ciborium-io-0.2.2.crate) = 6697 SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 -SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 -SIZE (rust/crates/clap-4.5.4.crate) = 55401 -SHA256 (rust/crates/clap-markdown-0.1.3.crate) = 325f50228f76921784b6d9f2d62de6778d834483248eefecd27279174797e579 -SIZE (rust/crates/clap-markdown-0.1.3.crate) = 11397 -SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 -SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 -SHA256 (rust/crates/clap_complete-4.5.2.crate) = dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e -SIZE (rust/crates/clap_complete-4.5.2.crate) = 37850 -SHA256 (rust/crates/clap_complete_nushell-4.5.1.crate) = 80d0e48e026ce7df2040239117d25e4e79714907420c70294a5ce4b6bbe6a7b6 -SIZE (rust/crates/clap_complete_nushell-4.5.1.crate) = 33633 -SHA256 (rust/crates/clap_derive-4.5.4.crate) = 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 -SIZE (rust/crates/clap_derive-4.5.4.crate) = 29159 -SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce -SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 -SHA256 (rust/crates/clap_mangen-0.2.20.crate) = e1dd95b5ebb5c1c54581dd6346f3ed6a79a3eef95dd372fc2ac13d535535300e -SIZE (rust/crates/clap_mangen-0.2.20.crate) = 14861 -SHA256 (rust/crates/clru-0.6.1.crate) = b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807 -SIZE (rust/crates/clru-0.6.1.crate) = 16507 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/clap-4.5.8.crate) = 84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d +SIZE (rust/crates/clap-4.5.8.crate) = 56338 +SHA256 (rust/crates/clap-markdown-0.1.4.crate) = 8ebc67e6266e14f8b31541c2f204724fa2ac7ad5c17d6f5908fbb92a60f42cff +SIZE (rust/crates/clap-markdown-0.1.4.crate) = 14058 +SHA256 (rust/crates/clap_builder-4.5.8.crate) = c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708 +SIZE (rust/crates/clap_builder-4.5.8.crate) = 163870 +SHA256 (rust/crates/clap_complete-4.5.7.crate) = 1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d +SIZE (rust/crates/clap_complete-4.5.7.crate) = 38833 +SHA256 (rust/crates/clap_complete_nushell-4.5.2.crate) = 1accf1b463dee0d3ab2be72591dccdab8bef314958340447c882c4c72acfe2a3 +SIZE (rust/crates/clap_complete_nushell-4.5.2.crate) = 34391 +SHA256 (rust/crates/clap_derive-4.5.8.crate) = 2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085 +SIZE (rust/crates/clap_derive-4.5.8.crate) = 30024 +SHA256 (rust/crates/clap_lex-0.7.1.crate) = 4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70 +SIZE (rust/crates/clap_lex-0.7.1.crate) = 12766 +SHA256 (rust/crates/clap_mangen-0.2.21.crate) = 74b70fc13e60c0e1d490dc50eb73a749be6d81f4ef03783df1d9b7b0c62bc937 +SIZE (rust/crates/clap_mangen-0.2.21.crate) = 15703 +SHA256 (rust/crates/clru-0.6.2.crate) = cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59 +SIZE (rust/crates/clru-0.6.2.crate) = 16497 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/compact_str-0.7.1.crate) = f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f SIZE (rust/crates/compact_str-0.7.1.crate) = 57246 SHA256 (rust/crates/config-0.13.4.crate) = 23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca @@ -115,24 +113,24 @@ SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 -SHA256 (rust/crates/crc32fast-1.4.0.crate) = b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa -SIZE (rust/crates/crc32fast-1.4.0.crate) = 38665 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f SIZE (rust/crates/criterion-0.5.1.crate) = 110088 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 SHA256 (rust/crates/crossbeam-0.8.4.crate) = 1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8 SIZE (rust/crates/crossbeam-0.8.4.crate) = 10500 -SHA256 (rust/crates/crossbeam-channel-0.5.12.crate) = ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95 -SIZE (rust/crates/crossbeam-channel-0.5.12.crate) = 90515 +SHA256 (rust/crates/crossbeam-channel-0.5.13.crate) = 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 +SIZE (rust/crates/crossbeam-channel-0.5.13.crate) = 91174 SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 SHA256 (rust/crates/crossbeam-queue-0.3.11.crate) = df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35 SIZE (rust/crates/crossbeam-queue-0.3.11.crate) = 15581 -SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 -SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/crossbeam-utils-0.8.20.crate) = 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 +SIZE (rust/crates/crossbeam-utils-0.8.20.crate) = 42487 SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df SIZE (rust/crates/crossterm-0.27.0.crate) = 125311 SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b @@ -157,14 +155,14 @@ SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/dunce-1.0.4.crate) = 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b SIZE (rust/crates/dunce-1.0.4.crate) = 8034 -SHA256 (rust/crates/either-1.12.0.crate) = 3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b -SIZE (rust/crates/either-1.12.0.crate) = 18974 +SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 +SIZE (rust/crates/either-1.13.0.crate) = 19169 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 SHA256 (rust/crates/esl01-renderdag-0.3.0.crate) = 3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9 SIZE (rust/crates/esl01-renderdag-0.3.0.crate) = 13811 SHA256 (rust/crates/faster-hex-0.9.0.crate) = a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 @@ -175,8 +173,8 @@ SIZE (rust/crates/filetime-0.2.23.crate) = 14942 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e -SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae +SIZE (rust/crates/flate2-1.0.30.crate) = 75511 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 @@ -203,10 +201,10 @@ SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 -SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 -SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 -SIZE (rust/crates/gimli-0.28.1.crate) = 270497 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/gimli-0.29.0.crate) = 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd +SIZE (rust/crates/gimli-0.29.0.crate) = 275756 SHA256 (rust/crates/git2-0.18.3.crate) = 232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70 SIZE (rust/crates/git2-0.18.3.crate) = 213009 SHA256 (rust/crates/gix-0.63.0.crate) = 984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06 @@ -231,10 +229,10 @@ SIZE (rust/crates/gix-discover-0.32.0.crate) = 16630 SHA256 (rust/crates/gix-features-0.38.2.crate) = ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69 SIZE (rust/crates/gix-features-0.38.2.crate) = 30604 -SHA256 (rust/crates/gix-fs-0.11.0.crate) = 3f78f7d6dcda7a5809efd73a33b145e3dce7421c460df21f32126f9732736b0c -SIZE (rust/crates/gix-fs-0.11.0.crate) = 14912 -SHA256 (rust/crates/gix-glob-0.16.2.crate) = 682bdc43cb3c00dbedfcc366de2a849b582efd8d886215dbad2ea662ec156bb5 -SIZE (rust/crates/gix-glob-0.16.2.crate) = 13261 +SHA256 (rust/crates/gix-fs-0.11.1.crate) = c3338ff92a2164f5209f185ec0cd316f571a72676bb01d27e22f2867ba69f77a +SIZE (rust/crates/gix-fs-0.11.1.crate) = 14922 +SHA256 (rust/crates/gix-glob-0.16.3.crate) = c2a29ad0990cf02c48a7aac76ed0dbddeb5a0d070034b83675cc3bbf937eace4 +SIZE (rust/crates/gix-glob-0.16.3.crate) = 13426 SHA256 (rust/crates/gix-hash-0.14.2.crate) = f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e SIZE (rust/crates/gix-hash-0.14.2.crate) = 12759 SHA256 (rust/crates/gix-hashtable-0.5.2.crate) = 7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242 @@ -255,8 +253,8 @@ SIZE (rust/crates/gix-path-0.10.7.crate) = 14406 SHA256 (rust/crates/gix-quote-0.4.12.crate) = cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff SIZE (rust/crates/gix-quote-0.4.12.crate) = 7055 -SHA256 (rust/crates/gix-ref-0.44.0.crate) = 0b36752b448647acd59c9668fdd830b16d07db1e6d9c3b3af105c1605a6e23d9 -SIZE (rust/crates/gix-ref-0.44.0.crate) = 56722 +SHA256 (rust/crates/gix-ref-0.44.1.crate) = 3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e +SIZE (rust/crates/gix-ref-0.44.1.crate) = 56711 SHA256 (rust/crates/gix-refspec-0.23.0.crate) = dde848865834a54fe4d9b4573f15d0e9a68eaf3d061b42d3ed52b4b8acf880b2 SIZE (rust/crates/gix-refspec-0.23.0.crate) = 16129 SHA256 (rust/crates/gix-revision-0.27.1.crate) = 63e08f8107ed1f93a83bcfbb4c38084c7cb3f6cd849793f1d5eec235f9b13b2b @@ -281,12 +279,10 @@ SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 SIZE (rust/crates/globset-0.4.14.crate) = 25090 -SHA256 (rust/crates/half-2.4.0.crate) = b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e -SIZE (rust/crates/half-2.4.0.crate) = 50666 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 +SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 @@ -309,20 +305,20 @@ SIZE (rust/crates/indoc-2.0.5.crate) = 14396 SHA256 (rust/crates/insta-1.39.0.crate) = 810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5 SIZE (rust/crates/insta-1.39.0.crate) = 87049 -SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c -SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e -SIZE (rust/crates/iovec-0.1.4.crate) = 8720 +SHA256 (rust/crates/instant-0.1.13.crate) = e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 +SIZE (rust/crates/instant-0.1.13.crate) = 6305 SHA256 (rust/crates/is-terminal-0.4.12.crate) = f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b SIZE (rust/crates/is-terminal-0.4.12.crate) = 7470 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 -SHA256 (rust/crates/jobserver-0.1.28.crate) = ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 -SIZE (rust/crates/jobserver-0.1.28.crate) = 25543 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/jwalk-0.8.1.crate) = 2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56 @@ -333,18 +329,18 @@ SIZE (rust/crates/libc-0.2.155.crate) = 743539 SHA256 (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8 SIZE (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = 1773674 -SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 -SIZE (rust/crates/libredox-0.0.1.crate) = 4212 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee SIZE (rust/crates/libssh2-sys-0.3.0.crate) = 514550 -SHA256 (rust/crates/libz-sys-1.1.16.crate) = 5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9 -SIZE (rust/crates/libz-sys-1.1.16.crate) = 3958920 +SHA256 (rust/crates/libz-sys-1.1.18.crate) = c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e +SIZE (rust/crates/libz-sys-1.1.18.crate) = 817891 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 -SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c -SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 +SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/lru-0.12.3.crate) = d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc @@ -353,80 +349,80 @@ SIZE (rust/crates/maplit-1.0.2.crate) = 8871 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 -SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 -SIZE (rust/crates/memchr-2.7.1.crate) = 96307 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/memmap2-0.9.4.crate) = fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 SIZE (rust/crates/memmap2-0.9.4.crate) = 32752 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 -SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 +SHA256 (rust/crates/miniz_oxide-0.7.4.crate) = b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 +SIZE (rust/crates/miniz_oxide-0.7.4.crate) = 56119 SHA256 (rust/crates/minus-5.6.1.crate) = 093bd0520d2a37943566a73750e6d44094dac75d66a978d1f0d97ffc78686832 SIZE (rust/crates/minus-5.6.1.crate) = 688938 SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c SIZE (rust/crates/mio-0.8.11.crate) = 102983 -SHA256 (rust/crates/multimap-0.8.3.crate) = e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a -SIZE (rust/crates/multimap-0.8.3.crate) = 13518 +SHA256 (rust/crates/multimap-0.10.0.crate) = defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03 +SIZE (rust/crates/multimap-0.10.0.crate) = 14359 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a -SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 -SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 -SIZE (rust/crates/object-0.32.2.crate) = 286994 +SHA256 (rust/crates/object-0.36.0.crate) = 576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434 +SIZE (rust/crates/object-0.36.0.crate) = 321771 SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843 -SIZE (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 9584245 -SHA256 (rust/crates/openssl-sys-0.9.101.crate) = dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff -SIZE (rust/crates/openssl-sys-0.9.101.crate) = 68568 +SHA256 (rust/crates/openssl-src-300.3.1+3.3.1.crate) = 7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91 +SIZE (rust/crates/openssl-src-300.3.1+3.3.1.crate) = 9783559 +SHA256 (rust/crates/openssl-sys-0.9.102.crate) = c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2 +SIZE (rust/crates/openssl-sys-0.9.102.crate) = 68622 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 +SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 -SIZE (rust/crates/pest-2.7.10.crate) = 123707 -SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 -SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 -SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 -SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 -SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd -SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 -SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 -SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 -SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 -SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 +SHA256 (rust/crates/pest-2.7.11.crate) = cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95 +SIZE (rust/crates/pest-2.7.11.crate) = 123779 +SHA256 (rust/crates/pest_derive-2.7.11.crate) = 2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a +SIZE (rust/crates/pest_derive-2.7.11.crate) = 36320 +SHA256 (rust/crates/pest_generator-2.7.11.crate) = 3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183 +SIZE (rust/crates/pest_generator-2.7.11.crate) = 18415 +SHA256 (rust/crates/pest_meta-2.7.11.crate) = a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f +SIZE (rust/crates/pest_meta-2.7.11.crate) = 41551 +SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db +SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 +SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 +SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 -SHA256 (rust/crates/plotters-0.3.5.crate) = d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 -SIZE (rust/crates/plotters-0.3.5.crate) = 143975 -SHA256 (rust/crates/plotters-backend-0.3.5.crate) = 9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609 -SIZE (rust/crates/plotters-backend-0.3.5.crate) = 13440 -SHA256 (rust/crates/plotters-svg-0.3.5.crate) = 38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab -SIZE (rust/crates/plotters-svg-0.3.5.crate) = 6948 +SHA256 (rust/crates/plotters-0.3.6.crate) = a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3 +SIZE (rust/crates/plotters-0.3.6.crate) = 147577 +SHA256 (rust/crates/plotters-backend-0.3.6.crate) = 414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7 +SIZE (rust/crates/plotters-backend-0.3.6.crate) = 13669 +SHA256 (rust/crates/plotters-svg-0.3.6.crate) = 81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705 +SIZE (rust/crates/plotters-svg-0.3.6.crate) = 6944 SHA256 (rust/crates/pollster-0.3.0.crate) = 22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2 SIZE (rust/crates/pollster-0.3.0.crate) = 9436 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -441,10 +437,10 @@ SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 -SHA256 (rust/crates/prettyplease-0.2.16.crate) = a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5 -SIZE (rust/crates/prettyplease-0.2.16.crate) = 57630 -SHA256 (rust/crates/proc-macro2-1.0.85.crate) = 22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23 -SIZE (rust/crates/proc-macro2-1.0.85.crate) = 48988 +SHA256 (rust/crates/prettyplease-0.2.20.crate) = 5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e +SIZE (rust/crates/prettyplease-0.2.20.crate) = 57809 +SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 +SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958 SHA256 (rust/crates/prodash-28.0.0.crate) = 744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79 SIZE (rust/crates/prodash-28.0.0.crate) = 90695 SHA256 (rust/crates/prost-0.12.6.crate) = deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29 @@ -471,54 +467,58 @@ SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 -SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 -SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 +SHA256 (rust/crates/redox_syscall-0.5.2.crate) = c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd +SIZE (rust/crates/redox_syscall-0.5.2.crate) = 23957 +SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 +SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 SHA256 (rust/crates/ref-cast-1.0.23.crate) = ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931 SIZE (rust/crates/ref-cast-1.0.23.crate) = 12795 SHA256 (rust/crates/ref-cast-impl-1.0.23.crate) = bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6 SIZE (rust/crates/ref-cast-impl-1.0.23.crate) = 9360 -SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c -SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-1.10.5.crate) = b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f +SIZE (rust/crates/regex-1.10.5.crate) = 253805 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea -SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (rust/crates/regex-automata-0.4.7.crate) = 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df +SIZE (rust/crates/regex-automata-0.4.7.crate) = 617582 SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 +SHA256 (rust/crates/regex-syntax-0.8.4.crate) = 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b +SIZE (rust/crates/regex-syntax-0.8.4.crate) = 347577 SHA256 (rust/crates/roff-0.2.1.crate) = b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316 SIZE (rust/crates/roff-0.2.1.crate) = 10605 SHA256 (rust/crates/rpassword-7.3.1.crate) = 80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f SIZE (rust/crates/rpassword-7.3.1.crate) = 8164 SHA256 (rust/crates/rtoolbox-0.0.2.crate) = c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e SIZE (rust/crates/rtoolbox-0.0.2.crate) = 9179 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f SIZE (rust/crates/rustix-0.38.34.crate) = 365160 -SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 -SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 -SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 -SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/rustversion-1.0.17.crate) = 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 +SIZE (rust/crates/rustversion-1.0.17.crate) = 17621 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scm-record-0.3.0.crate) = 4a1bf431016c7a34038f440696c672f0fee1a15d6aea31fe100df6974a35bf5f SIZE (rust/crates/scm-record-0.3.0.crate) = 66845 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca -SIZE (rust/crates/semver-1.0.22.crate) = 30446 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 SHA256 (rust/crates/serde-1.0.203.crate) = 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094 SIZE (rust/crates/serde-1.0.203.crate) = 77935 -SHA256 (rust/crates/serde_bser-0.3.1.crate) = 1b929ea725591083cbca8b8ea178ed6efc918eccd40b784e199ce88967104199 -SIZE (rust/crates/serde_bser-0.3.1.crate) = 17741 +SHA256 (rust/crates/serde_bser-0.4.0.crate) = a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717 +SIZE (rust/crates/serde_bser-0.4.0.crate) = 18744 +SHA256 (rust/crates/serde_bytes-0.11.14.crate) = 8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734 +SIZE (rust/crates/serde_bytes-0.11.14.crate) = 12018 SHA256 (rust/crates/serde_derive-1.0.203.crate) = 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba SIZE (rust/crates/serde_derive-1.0.203.crate) = 55867 -SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 -SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 -SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 -SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 +SHA256 (rust/crates/serde_json-1.0.120.crate) = 4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5 +SIZE (rust/crates/serde_json-1.0.120.crate) = 147062 +SHA256 (rust/crates/serde_spanned-0.6.6.crate) = 79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0 +SIZE (rust/crates/serde_spanned-0.6.6.crate) = 9120 SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 @@ -529,18 +529,18 @@ SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 -SHA256 (rust/crates/similar-2.4.0.crate) = 32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21 -SIZE (rust/crates/similar-2.4.0.crate) = 53147 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (rust/crates/similar-2.5.0.crate) = fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640 +SIZE (rust/crates/similar-2.5.0.crate) = 51648 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 -SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 -SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/stability-0.2.0.crate) = 2ff9eaf853dec4c8802325d8b6d3dffa86cc707fd7a1a4cdbf416e13b061787a SIZE (rust/crates/stability-0.2.0.crate) = 5366 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -549,12 +549,12 @@ SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/strum-0.26.2.crate) = 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 SIZE (rust/crates/strum-0.26.2.crate) = 7189 -SHA256 (rust/crates/strum_macros-0.26.2.crate) = c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 -SIZE (rust/crates/strum_macros-0.26.2.crate) = 27056 -SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc -SIZE (rust/crates/subtle-2.5.0.crate) = 13909 -SHA256 (rust/crates/syn-2.0.66.crate) = c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5 -SIZE (rust/crates/syn-2.0.66.crate) = 264855 +SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be +SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-2.0.68.crate) = 901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9 +SIZE (rust/crates/syn-2.0.68.crate) = 265035 SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 @@ -597,8 +597,8 @@ SIZE (rust/crates/tokio-util-0.6.10.crate) = 71140 SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 -SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 +SHA256 (rust/crates/toml_datetime-0.6.6.crate) = 4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf +SIZE (rust/crates/toml_datetime-0.6.6.crate) = 11698 SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef @@ -617,8 +617,8 @@ SIZE (rust/crates/typenum-1.17.0.crate) = 42849 SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 -SHA256 (rust/crates/uluru-3.0.0.crate) = 794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db -SIZE (rust/crates/uluru-3.0.0.crate) = 9864 +SHA256 (rust/crates/uluru-3.1.0.crate) = 7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da +SIZE (rust/crates/uluru-3.1.0.crate) = 9664 SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811 SHA256 (rust/crates/unicode-bom-2.0.3.crate) = 7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217 @@ -635,10 +635,10 @@ SIZE (rust/crates/unicode-truncate-1.0.0.crate) = 12017 SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228 -SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 -SIZE (rust/crates/url-2.5.0.crate) = 78605 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 +SHA256 (rust/crates/url-2.5.2.crate) = 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c +SIZE (rust/crates/url-2.5.2.crate) = 79704 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 @@ -663,8 +663,8 @@ SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 -SHA256 (rust/crates/watchman_client-0.8.0.crate) = 839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca -SIZE (rust/crates/watchman_client-0.8.0.crate) = 30922 +SHA256 (rust/crates/watchman_client-0.9.0.crate) = 88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52 +SIZE (rust/crates/watchman_client-0.9.0.crate) = 34077 SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 SHA256 (rust/crates/whoami-1.5.1.crate) = a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9 @@ -673,8 +673,8 @@ SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 @@ -685,53 +685,55 @@ SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.4.crate) = 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b -SIZE (rust/crates/windows-targets-0.52.4.crate) = 6310 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = 433373 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.4.crate) = da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 -SIZE (rust/crates/windows_aarch64_msvc-0.52.4.crate) = 828055 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.4.crate) = b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 -SIZE (rust/crates/windows_i686_gnu-0.52.4.crate) = 875736 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.4.crate) = 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 -SIZE (rust/crates/windows_i686_msvc-0.52.4.crate) = 895530 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 -SIZE (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 831627 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 433358 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 -SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 SHA256 (rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 SIZE (rust/crates/winnow-0.5.40.crate) = 159316 -SHA256 (rust/crates/winnow-0.6.5.crate) = dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 -SIZE (rust/crates/winnow-0.6.5.crate) = 159316 +SHA256 (rust/crates/winnow-0.6.13.crate) = 59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1 +SIZE (rust/crates/winnow-0.6.13.crate) = 162649 SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 SIZE (rust/crates/winreg-0.52.0.crate) = 30148 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be -SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 -SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 -SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 +SHA256 (rust/crates/zerocopy-0.7.34.crate) = ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 +SIZE (rust/crates/zerocopy-0.7.34.crate) = 151177 +SHA256 (rust/crates/zerocopy-derive-0.7.34.crate) = 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b +SIZE (rust/crates/zerocopy-derive-0.7.34.crate) = 37907 SHA256 (rust/crates/zstd-0.12.4.crate) = 1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c SIZE (rust/crates/zstd-0.12.4.crate) = 30434 SHA256 (rust/crates/zstd-safe-6.0.6.crate) = ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581 SIZE (rust/crates/zstd-safe-6.0.6.crate) = 20828 -SHA256 (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656 -SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791 -SHA256 (martinvonz-jj-v0.18.0_GH0.tar.gz) = 4f81eed321c3aeeb1e0528250f49b703710ebf91ba18238dd46f97b9a59aaa98 -SIZE (martinvonz-jj-v0.18.0_GH0.tar.gz) = 1458380 +SHA256 (rust/crates/zstd-sys-2.0.11+zstd.1.5.6.crate) = 75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4 +SIZE (rust/crates/zstd-sys-2.0.11+zstd.1.5.6.crate) = 749078 +SHA256 (martinvonz-jj-v0.19.0_GH0.tar.gz) = d0b9db21894e65ec80fd7999f99023f1e65d15fa16b4ec76881247d9cd56dc55 +SIZE (martinvonz-jj-v0.19.0_GH0.tar.gz) = 1489227 diff --git a/devel/py-oletools/Makefile b/devel/py-oletools/Makefile --- a/devel/py-oletools/Makefile +++ b/devel/py-oletools/Makefile @@ -1,5 +1,5 @@ PORTNAME= oletools -PORTVERSION= 0.60.1 +PORTVERSION= 0.60.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-oletools/distinfo b/devel/py-oletools/distinfo --- a/devel/py-oletools/distinfo +++ b/devel/py-oletools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662280720 -SHA256 (oletools-0.60.1.zip) = 67a796da4c4b8e2feb9a6b2495bef8798a3323a75512de4e5669d9dc9d1fae31 -SIZE (oletools-0.60.1.zip) = 3382775 +TIMESTAMP = 1720176778 +SHA256 (oletools-0.60.2.zip) = ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7e0b2c3 +SIZE (oletools-0.60.2.zip) = 3433750 diff --git a/devel/py-voluptuous/Makefile b/devel/py-voluptuous/Makefile --- a/devel/py-voluptuous/Makefile +++ b/devel/py-voluptuous/Makefile @@ -1,5 +1,5 @@ PORTNAME= voluptuous -PORTVERSION= 0.15.0 +PORTVERSION= 0.15.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-voluptuous/distinfo b/devel/py-voluptuous/distinfo --- a/devel/py-voluptuous/distinfo +++ b/devel/py-voluptuous/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719468725 -SHA256 (voluptuous-0.15.0.tar.gz) = 90fb449f6088f3985b24c0df79887e3823355639e0a6a220394ceac07258aea0 -SIZE (voluptuous-0.15.0.tar.gz) = 51194 +TIMESTAMP = 1720177159 +SHA256 (voluptuous-0.15.2.tar.gz) = 6ffcab32c4d3230b4d2af3a577c87e1908a714a11f6f95570456b1849b0279aa +SIZE (voluptuous-0.15.2.tar.gz) = 51651 diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -1,6 +1,6 @@ PORTNAME= elementary-code DISTVERSION= 7.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= miguel@gocobachi.dev @@ -20,7 +20,7 @@ libpeas-1.0.so:devel/libpeas \ libpeas-gtk-1.0.so:devel/libpeas \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ pkcheck:sysutils/polkit diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -221,7 +221,7 @@ XPM_CONFIGURE_WITH= xpm XWIDGETS_IMPLIES= GTK3 XWIDGETS_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 XWIDGETS_USE= XORG=xcomposite XWIDGETS_CONFIGURE_WITH= xwidgets diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -246,7 +246,7 @@ XPM_CONFIGURE_WITH= xpm XWIDGETS_IMPLIES= GTK3 XWIDGETS_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 XWIDGETS_USE= XORG=xcomposite XWIDGETS_CONFIGURE_WITH= xwidgets diff --git a/editors/marker/Makefile b/editors/marker/Makefile --- a/editors/marker/Makefile +++ b/editors/marker/Makefile @@ -1,6 +1,6 @@ PORTNAME= marker PORTVERSION= 2023.05.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= tagattie@FreeBSD.org @@ -12,7 +12,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= pandoc:textproc/hs-pandoc USES= desktop-file-utils gettext-tools gnome meson pkgconfig diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile --- a/editors/quilter/Makefile +++ b/editors/quilter/Makefile @@ -1,6 +1,6 @@ PORTNAME= quilter DISTVERSION= 2.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite \ libgtkspell3-3.so:textproc/gtkspell3 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build USE_GITHUB= yes diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile --- a/editors/setzer/Makefile +++ b/editors/setzer/Makefile @@ -1,7 +1,7 @@ PORTNAME= setzer DISTVERSIONPREFIX= v DISTVERSION= 54 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgspell-1.so:textproc/gspell \ libpoppler-glib.so:graphics/poppler-glib \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnucash PORTVERSION= 5.7 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -17,7 +18,7 @@ libicudata.so:devel/icu \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= p5-Finance-Quote>=0:finance/p5-Finance-Quote \ p5-JSON-Parse>=0:devel/p5-JSON-Parse \ p5-libwww>=0:www/p5-libwww \ diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -81,7 +81,7 @@ EPUB_DESC= Epub support EPUB_CONFIGURE_ENABLE= epub -EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 DVI_DESC= DVI viewer support DVI_USES= tex diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -1,5 +1,6 @@ PORTNAME= birdfont DISTVERSION= 2.33.4 +PORTREVISION= 1 CATEGORIES= graphics x11-fonts MASTER_SITES= https://birdfont.org/releases/ @@ -17,7 +18,7 @@ libharfbuzz.so:print/harfbuzz \ libnotify.so:devel/libnotify \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libxmlbird.so:textproc/libxmlbird USES= gettext-tools gnome pkgconfig python:build shared-mime-info \ diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -33,13 +33,6 @@ OPTIONS_DEFINE= DOCS -.include - -# Remove when releng/13.2 is EoL -.if ${OSVERSION} < 1303001 && ${ARCH} == "i386" -BROKEN= error: libchafa.so: undefined reference to _mm_extract_epi64 -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile --- a/graphics/elementary-photos/Makefile +++ b/graphics/elementary-photos/Makefile @@ -1,6 +1,6 @@ PORTNAME= elementary-photos DISTVERSION= 2.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= miguel@gocobachi.dev @@ -23,7 +23,7 @@ libraw.so:graphics/libraw \ librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libwebp.so:graphics/webp USES= compiler:c11 desktop-file-utils gettext gnome gstreamer meson \ diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,6 +1,6 @@ PORTNAME= gthumb PORTVERSION= 3.12.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -100,7 +100,7 @@ WEBSERVICES_DESC= Web services WEBSERVICES_LIB_DEPENDS=\ libjson-glib-1.0.so:devel/json-glib \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 WEBSERVICES_MESON_TRUE= webservices YELP_DESC= Viewer for built-in help system YELP_RUN_DEPENDS= yelp:x11/yelp diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile --- a/graphics/pdfpc/Makefile +++ b/graphics/pdfpc/Makefile @@ -2,7 +2,7 @@ DISTVERSION= 4.6.0 CATEGORIES= graphics DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer @@ -19,7 +19,7 @@ libpoppler-glib.so:graphics/poppler-glib \ libqrencode.so:graphics/libqrencode \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= cmake compiler:c11 gnome gstreamer pkgconfig vala:build xorg USE_GNOME= cairo gdkpixbuf2 gtk30 diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,6 +1,6 @@ PORTNAME= eclipse PORTVERSION= 4.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel # Tag's Timestamp on eclipse-platform/eclipse.platform.releng.aggregator github.com @@ -21,7 +21,7 @@ maven>0:devel/maven \ zip:archivers/zip LIB_DEPENDS= libsecret-1.so:security/libsecret \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 PORTSCOUT= ignore:1 diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile --- a/mail/astroid/Makefile +++ b/mail/astroid/Makefile @@ -1,7 +1,7 @@ PORTNAME= astroid DISTVERSIONPREFIX= v DISTVERSION= 0.16 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MAINTAINER= mylan.connolly@gmail.com @@ -16,7 +16,7 @@ BUILD_DEPENDS= scdoc:textproc/scdoc \ notmuch>0:mail/notmuch LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 \ + libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 \ libgmime-3.0.so:mail/gmime30 \ libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 \ diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,6 +1,6 @@ PORTNAME= balsa PORTVERSION= 2.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ @@ -18,7 +18,7 @@ libgmime-3.0.so:mail/gmime30 \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libical.so:devel/libical \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libgnutls.so:security/gnutls \ libfribidi.so:converters/fribidi \ libsoup-2.4.so:devel/libsoup \ diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile --- a/mail/claws-mail-fancy/Makefile +++ b/mail/claws-mail-fancy/Makefile @@ -11,7 +11,7 @@ IGNORE= depends on www/webkit-gtk2, which has been removed .endif .if ${MASTER_OPTIONS:MGTK3} -LIB_DEPENDS+= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +LIB_DEPENDS+= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 .endif CLAWS_PLUGINS_BUILD= ${PORTNAME} diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution-ews DISTVERSION= 3.44.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -20,7 +20,7 @@ libsecret-1.so:security/libsecret \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libical.so:devel/libical \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= evolution>=3.0.0:mail/evolution diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution DISTVERSION= 3.44.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -36,7 +36,7 @@ libp11-kit.so:security/p11-kit \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= highlight:textproc/highlight \ iso-codes>=0:misc/iso-codes diff --git a/mail/geary/Makefile b/mail/geary/Makefile --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -1,6 +1,6 @@ PORTNAME= geary PORTVERSION= 40.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -36,7 +36,7 @@ libsoup-2.4.so:devel/libsoup \ libstemmer.so:textproc/snowballstemmer \ libunwind.so:devel/libunwind \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libytnef.so:converters/ytnef USES= compiler:c11 cpe desktop-file-utils gettext gnome meson pkgconfig \ diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -1,5 +1,5 @@ PORTNAME= lme4 -DISTVERSION= 1.1-35.4 +DISTVERSION= 1.1-35.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo --- a/math/R-cran-lme4/distinfo +++ b/math/R-cran-lme4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718886607 -SHA256 (lme4_1.1-35.4.tar.gz) = 589ac3273ff1c9d6fefe7a4f38c4ecbe4e023f57f02826ead29ed29e3d0799ff -SIZE (lme4_1.1-35.4.tar.gz) = 3308646 +TIMESTAMP = 1720094168 +SHA256 (lme4_1.1-35.5.tar.gz) = 7d6664db7ea96429562efe1058da58985d779d6fe79ec6f4e86ba68047135170 +SIZE (lme4_1.1-35.5.tar.gz) = 3300116 diff --git a/misc/py-accelerate/Makefile b/misc/py-accelerate/Makefile --- a/misc/py-accelerate/Makefile +++ b/misc/py-accelerate/Makefile @@ -1,5 +1,5 @@ PORTNAME= accelerate -DISTVERSION= 0.31.0 +DISTVERSION= 0.32.0 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-accelerate/distinfo b/misc/py-accelerate/distinfo --- a/misc/py-accelerate/distinfo +++ b/misc/py-accelerate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719137377 -SHA256 (accelerate-0.31.0.tar.gz) = b5199865b26106ccf9205acacbe8e4b3b428ad585e7c472d6a46f6fb75b6c176 -SIZE (accelerate-0.31.0.tar.gz) = 307110 +TIMESTAMP = 1720128420 +SHA256 (accelerate-0.32.0.tar.gz) = ebd60cf05a43c6a23b68360d1861403bf74d8c8f9a2287b1947c1d194d686769 +SIZE (accelerate-0.32.0.tar.gz) = 313201 diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile --- a/misc/py-openai/Makefile +++ b/misc/py-openai/Makefile @@ -1,5 +1,5 @@ PORTNAME= openai -DISTVERSION= 1.35.3 +DISTVERSION= 1.35.9 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,9 +24,22 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.7:devel/py-typing-extensions@${PY_FLAVOR} RUN_DEPENDS+= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.3:math/py-pandas@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-identity>0:devel/py-azure-identity@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dirty-equals>=0.6.0:devel/py-dirty-equals@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=6.7.0:devel/py-importlib-metadata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyright>=1.1.359:devel/py-pyright@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}respx>0:www/py-respx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=13.7.1:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruff>0:devel/py-ruff@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}time-machine>=0:devel/py-time-machine@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio>=0.22.2:net/py-trio@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 concurrent autoplist +USE_PYTHON= pep517 concurrent autoplist pytest # tests fail because api_key needs to be set + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes diff --git a/misc/py-openai/distinfo b/misc/py-openai/distinfo --- a/misc/py-openai/distinfo +++ b/misc/py-openai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719137616 -SHA256 (openai-1.35.3.tar.gz) = d6177087f150b381d49499be782d764213fdf638d391b29ca692b84dd675a389 -SIZE (openai-1.35.3.tar.gz) = 183106 +TIMESTAMP = 1720134810 +SHA256 (openai-1.35.9.tar.gz) = 4f5c1b90526cf48eaedac7b32d11b5c92fa7064b82617ad8f5f3279cd9ef090d +SIZE (openai-1.35.9.tar.gz) = 255000 diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -1,6 +1,6 @@ PORTNAME= xiphos DISTVERSION= 4.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= misc gnome # Don't use USE_GITHUB: the sources downloaded by USE_GITHUB cannot be # built as they miss the file ${WRKSRC}/cmake/source_version.txt. @@ -26,7 +26,7 @@ libsoup-2.4.so:devel/libsoup \ libsword.so:misc/sword \ libuuid.so:misc/e2fsprogs-libuuid \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 # gettext is always needed, even if NLS is off USES= cmake compiler:c11 gettext gnome minizip pkgconfig diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -1,5 +1,5 @@ PORTNAME= freerdp -DISTVERSION= 3.5.1 +DISTVERSION= 3.6.2 CATEGORIES= net comms MASTER_SITES= https://pub.freerdp.com/releases/ \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ @@ -26,36 +26,41 @@ CMAKE_ON= CHANNEL_URBDRC_CLIENT RDTK_FORCE_STATIC_BUILD UWAC_FORCE_STATIC_BUILD \ WITH_BINARY_VERSIONING WITH_CHANNELS WITH_OPENSSL WITH_OSS WITH_ZLIB \ WITH_FREERDP_DEPRECATED WITH_FREERDP_DEPRECATED_COMMANDLINE WITH_WINPR_DEPRECATED -CMAKE_OFF= WITH_DSP_EXPERIMENTAL WITH_FUSE WITH_GPROF WITH_GSTREAMER_0_10 WITH_IPP \ - WITH_LIBSYSTEMD WITH_MBEDTLS WITH_OPENCL WITH_OPENSLES WITH_PROFILER \ - WITH_SAMPLE WITH_SANITIZE_ADDRESS WITH_SANITIZE_MEMORY \ - WITH_SANITIZE_THREAD WITH_SERVER WITH_SERVER_INTERFACE \ +CMAKE_OFF= CHANNEL_TSMF WITH_DSP_EXPERIMENTAL WITH_FUSE WITH_GPROF WITH_GSTREAMER_0_10 \ + WITH_GSTREAMER_1_0 WITH_IPP WITH_LIBSYSTEMD WITH_MBEDTLS \ + WITH_OPENCL WITH_OPENSLES WITH_PROFILER WITH_SAMPLE \ + WITH_SANITIZE_ADDRESS WITH_SANITIZE_MEMORY WITH_SANITIZE_THREAD \ + WITH_SERVER WITH_SERVER_CHANNELS WITH_SERVER_INTERFACE \ WITH_SMARTCARD_INSPECT WITH_THIRD_PARTY WITH_VALGRIND_MEMCHECK PLIST_SUB+= PATCHVERSION="${DISTVERSION}" PLIST_SUB+= MAJORVERSION="${DISTVERSION:R:R}" -OPTIONS_DEFINE= AAD ALSA BROKENFOCUS CUPS FAAC FAAD FFMPEG \ - GSM GSTREAMER ICU JPEG LAME MANPAGES OPENH264 OPUS PCSC \ - PKCS11 PULSEAUDIO SDL SOXR URIPARSER WAYLAND X11 +OPTIONS_DEFINE= ALSA BROKENFOCUS CUPS FAAC FAAD FFMPEG GSM ICU \ + JPEG LAME MANPAGES OPENH264 OPUS PCSC PKCS11 \ + PULSEAUDIO SDL SOXR URIPARSER WAYLAND X11 OPTIONS_DEFINE_aarch64= NEON OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_armv6= NEON OPTIONS_DEFINE_armv7= NEON OPTIONS_DEFINE_i386= SSE -OPTIONS_DEFAULT= AAD CUPS GSSAPI_HEIMDAL GSTREAMER ICU MANPAGES \ - SDL SWSCALE WAYLAND X11 +OPTIONS_DEFAULT= AAD_JSONC CUPS GSSAPI_HEIMDAL ICU MANPAGES SDL \ + SWSCALE WAYLAND WEBKIT X11 OPTIONS_DEFAULT_aarch64= NEON OPTIONS_DEFAULT_amd64= SSE OPTIONS_DEFAULT_armv7= NEON OPTIONS_GROUP= CLIPBOARD_IMAGE OPTIONS_GROUP_CLIPBOARD_IMAGE= JPEG_CB PNG WEBP -OPTIONS_RADIO= GSSAPI SCALE +OPTIONS_RADIO= AAD GSSAPI SCALE WEBVIEW +OPTIONS_RADIO_AAD= AAD_CJSON AAD_JSONC OPTIONS_RADIO_GSSAPI= GSSAPI_HEIMDAL GSSAPI_MIT OPTIONS_RADIO_SCALE= CAIRO SWSCALE +OPTIONS_RADIO_WEBVIEW= WEBENGINE WEBKIT OPTIONS_SUB= yes -AAD_DESC= Compile with support for Azure AD authentication +AAD_CJSON_DESC= Use cJSON library (devel/libcjson) +AAD_DESC= Compile with support for Azure AD authentication (require SDL) +AAD_JSONC_DESC= Use JSON-C library (devel/json-c) BROKENFOCUS_DESC= Work around focus bug in some WMs (PR \#254908) CAIRO_DESC= Use CAIRO image library for screen resizing CLIPBOARD_IMAGE_DESC= Add "to/from" BMP conversion support to clipboard (experimental) @@ -68,11 +73,17 @@ SWSCALE_DESC= Use SWScale image library for screen resizing (recommended) URIPARSER_DESC= Use uriparser RFC 3986 URI parsing library to handle URIs WAYLAND_DESC= Build FreeRDP Wayland client +WEBVIEW_DESC= Build with WebView support for AAD login popup browser X11_DESC= Build FreeRDP X11 client -AAD_LIB_DEPENDS= libcjson.so:devel/libcjson \ +AAD_CJSON_IMPLIES= SDL +AAD_CJSON_LIB_DEPENDS= libcjson.so:devel/libcjson \ libcjson_utils.so:devel/libcjson -AAD_CMAKE_BOOL= WITH_AAD +AAD_CJSON_CMAKE_BOOL= WITH_AAD WITH_CJSON_REQUIRED + +AAD_JSONC_IMPLIES= ${AAD_CJSON_IMPLIES} +AAD_JSONC_LIB_DEPENDS= libjson-c.so:devel/json-c +AAD_JSONC_CMAKE_BOOL= WITH_AAD WITH_JSONC_REQUIRED ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_BOOL= WITH_ALSA @@ -102,11 +113,6 @@ GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit -GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 -GSTREAMER_USES= gettext gnome gstreamer xorg -GSTREAMER_USE= gnome=glib20 xorg=x11,xext,xorgproto,xrandr -GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 CHANNEL_TSMF - ICU_LIB_DEPENDS= libicuuc.so:devel/icu ICU_CMAKE_ON= -DWITH_UNICODE_BUILTIN=OFF ICU_CMAKE_OFF= -DWITH_UNICODE_BUILTIN=ON @@ -144,12 +150,8 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= WITH_PULSE -SDL_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \ - libsoup-2.4.so:devel/libsoup \ - libharfbuzz.so:print/harfbuzz \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 -SDL_USES= gettext gnome sdl -SDL_USE= gnome=cairo,gdkpixbuf2,glib20,gtk30,pango sdl=sdl2,ttf2,image2 +SDL_USES= sdl +SDL_USE= sdl=sdl2,ttf2,image2 SDL_CMAKE_BOOL= WITH_CLIENT_SDL WITH_SDL_IMAGE_DIALOGS SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr @@ -172,6 +174,18 @@ WAYLAND_RUN_DEPENDS= wayland-scanner:graphics/wayland WAYLAND_CMAKE_BOOL= WITH_WAYLAND +WEBENGINE_USES_= qt:5 +WEBENGINE_USE_QT= core declarative gui location network printsupport webchannel webengine widgets +WEBENGINE_CMAKE_BOOL= WITH_WEBVIEW_QT +WEBENGINE_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON + +WEBKIT_LIB_DEPENDS_= libsoup-2.4.so:devel/libsoup \ + libharfbuzz.so:print/harfbuzz \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 +WEBKIT_USES_= gettext gnome +WEBKIT_USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango +WEBKIT_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON + WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CMAKE_BOOL= WINPR_UTILS_IMAGE_WEBP @@ -186,6 +200,21 @@ .include +.if ${PORT_OPTIONS:MAAD_CJSON} || ${PORT_OPTIONS:MAAD_JSONC} +. if ${PORT_OPTIONS:MWEBENGINE} +USES+= ${WEBENGINE_USES_} +USE_QT+= ${WEBENGINE_USE_QT} +. elif ${PORT_OPTIONS:MWEBKIT} +LIB_DEPENDS+= ${WEBKIT_LIB_DEPENDS_} +USES+= ${WEBKIT_USES_} +USE_GNOME+= ${WEBKIT_USE_GNOME} +. else +CMAKE_OFF+= WITH_WEBVIEW +. endif +.else +CMAKE_OFF+= WITH_WEBVIEW +.endif + .if ${PORT_OPTIONS:MGSSAPI_HEIMDAL} || ${PORT_OPTIONS:MGSSAPI_MIT} CMAKE_ON+= WITH_KRB5 .else diff --git a/net/freerdp3/distinfo b/net/freerdp3/distinfo --- a/net/freerdp3/distinfo +++ b/net/freerdp3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713795685 -SHA256 (freerdp-3.5.1.tar.gz) = 28036fd3c7d23ad320fd3eb2463119d1bde0dddb624b5a8353bf43197f1044c0 -SIZE (freerdp-3.5.1.tar.gz) = 9338947 +TIMESTAMP = 1720089587 +SHA256 (freerdp-3.6.2.tar.gz) = aa15e9bc0df0886048edc8b0dad8537f57066a624db4bc0edae583f3a6322fde +SIZE (freerdp-3.6.2.tar.gz) = 10195789 diff --git a/net/freerdp3/pkg-plist b/net/freerdp3/pkg-plist --- a/net/freerdp3/pkg-plist +++ b/net/freerdp3/pkg-plist @@ -212,6 +212,7 @@ include/winpr%%MAJORVERSION%%/winpr/interlocked.h include/winpr%%MAJORVERSION%%/winpr/intrin.h include/winpr%%MAJORVERSION%%/winpr/io.h +include/winpr%%MAJORVERSION%%/winpr/json.h include/winpr%%MAJORVERSION%%/winpr/library.h include/winpr%%MAJORVERSION%%/winpr/memory.h include/winpr%%MAJORVERSION%%/winpr/ncrypt.h diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-online-accounts PORTVERSION= 3.44.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= GNOME @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libjson-glib-1.0.so:devel/json-glib \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ diff --git a/net/libproxy-webkit3/Makefile b/net/libproxy-webkit3/Makefile --- a/net/libproxy-webkit3/Makefile +++ b/net/libproxy-webkit3/Makefile @@ -1,10 +1,10 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= WebKit JavaScript plug-in for libproxy -LIB_DEPENDS+= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 +LIB_DEPENDS+= libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 USES= gettext-runtime gnome USE_GNOME= glib20 diff --git a/net/liferea/Makefile b/net/liferea/Makefile --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,6 +1,6 @@ PORTNAME= liferea DISTVERSION= 1.14.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ @@ -14,7 +14,7 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libpeas-1.0.so:devel/libpeas \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ diff --git a/net/py-trio/Makefile b/net/py-trio/Makefile --- a/net/py-trio/Makefile +++ b/net/py-trio/Makefile @@ -1,5 +1,5 @@ PORTNAME= trio -DISTVERSION= 0.25.1 +DISTVERSION= 0.26.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-trio/distinfo b/net/py-trio/distinfo --- a/net/py-trio/distinfo +++ b/net/py-trio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715890371 -SHA256 (trio-0.25.1.tar.gz) = 9f5314f014ea3af489e77b001861c535005c3858d38ec46b6b071ebfa339d7fb -SIZE (trio-0.25.1.tar.gz) = 553970 +TIMESTAMP = 1720166466 +SHA256 (trio-0.26.0.tar.gz) = 67c5ec3265dd4abc7b1d1ab9ca4fe4c25b896f9c93dac73713778adab487f9c4 +SIZE (trio-0.26.0.tar.gz) = 562573 diff --git a/net/remmina/Makefile b/net/remmina/Makefile --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,6 +1,6 @@ PORTNAME= remmina DISTVERSION= 1.4.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MAINTAINER= fernape@FreeBSD.org @@ -117,10 +117,9 @@ VNC_LIB_DEPENDS= libvncserver.so:net/libvncserver VNC_CMAKE_BOOL= WITH_LIBVNCSERVER -WWW_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 +WWW_LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ + libwebkit2gtk-4.1.so:www/webkit2-gtk@41 WWW_CMAKE_BOOL= WITH_WEBKIT2GTK -WWW_CMAKE_ON= -DLIBSOUP_LIBRARY=${LOCALBASE}/lib/libsoup-2.4.so ZSH_RUN_DEPENDS= zsh:shells/zsh ZSH_VARS= SH_BIN=${PREFIX}/bin/zsh diff --git a/print/xreader/Makefile b/print/xreader/Makefile --- a/print/xreader/Makefile +++ b/print/xreader/Makefile @@ -1,6 +1,6 @@ PORTNAME= xreader PORTVERSION= 3.2.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= print gnome DIST_SUBDIR= gnome @@ -49,7 +49,7 @@ DVI_MESON_ON= -Ddvi=true EPUB_BUILD_DEPENDS= ${MATHJAX_DIR}/MathJax.js:www/mathjax -EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 EPUB_RUN_DEPENDS= ${EPUB_BUILD_DEPENDS} EPUB_MESON_ON= -Dmathjax-directory=${MATHJAX_DIR} EPUB_MESON_OFF= -Depub=false diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile --- a/science/openmodelica/Makefile +++ b/science/openmodelica/Makefile @@ -1,6 +1,6 @@ PORTNAME= openmodelica DISTVERSIONPREFIX= v -DISTVERSION= 1.23.0 +DISTVERSION= 1.23.1 CATEGORIES= science cad java DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -53,12 +53,12 @@ SHEBANG_GLOB= *.sh *.in *.ac GH_TUPLE= \ - OpenModelica:OMOptim:e4fb998:OpenModelica_OMOptim/OMOptim \ + OpenModelica:OMOptim:f1036f43db18c5015da259771004cfb80e08a110:OpenModelica_OMOptim/OMOptim \ OpenModelica:OMSimulator:6f4ecda63323675c4c0aed70f6e31319e7e80771:OpenModelica_OMSimulator/OMSimulator \ - OpenModelica:OMSimulator-3rdParty:ca418d7:OpenModelica_OMSimulator_3rdParty/OMSimulator/3rdParty \ + OpenModelica:OMSimulator-3rdParty:5c10de1648d1134a577d9284b58580a72383d89f:OpenModelica_OMSimulator_3rdParty/OMSimulator/3rdParty \ OpenModelica:OMCompiler-3rdParty:82e892e:OpenModelica_OMCompiler_3rdParty/OMCompiler/3rdParty \ OpenModelica:OMSens:0d804d5:OpenModelica_OMSens/OMSens \ - OpenModelica:OMSens_Qt:68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb:OpenModelica_OMSens_Qt/OMSens_Qt \ + OpenModelica:OMSens_Qt:92090770426271b4193e78b04f13e6a3abcd6f1a:OpenModelica_OMSens_Qt/OMSens_Qt \ OpenModelica:OpenModelica-common:08a01802db5ba5edb540383c46718b89ff229ef2:OpenModelica_OpenModelica_common/OMOptim/common \ OpenModelica:OpenModelica-common:08a01802db5ba5edb540383c46718b89ff229ef2:OpenModelica_OpenModelica_common/OMSens_Qt/common GH_TUPLE+= OpenModelica:OMBootstrapping:c289e97c41d00939a4a69fe504961b47283a6d8e:bootstrapping/OMCompiler/Compiler/boot/bomc # downloaded by cmake diff --git a/science/openmodelica/distinfo b/science/openmodelica/distinfo --- a/science/openmodelica/distinfo +++ b/science/openmodelica/distinfo @@ -1,21 +1,21 @@ -TIMESTAMP = 1718069042 -SHA256 (openmodelica-1.23.0/OpenModelica-OpenModelica-v1.23.0_GH0.tar.gz) = 1ead6b5348c2956e85d352e63fd09f37f54c7699beb0abd18a45026f5890942b -SIZE (openmodelica-1.23.0/OpenModelica-OpenModelica-v1.23.0_GH0.tar.gz) = 146781190 -SHA256 (openmodelica-1.23.0/OpenModelica-OMOptim-e4fb998_GH0.tar.gz) = 6db86cc0645595b5982283d38234401b8db46b44254e6c34063c56d3dd4b7830 -SIZE (openmodelica-1.23.0/OpenModelica-OMOptim-e4fb998_GH0.tar.gz) = 4021864 -SHA256 (openmodelica-1.23.0/OpenModelica-OMSimulator-6f4ecda63323675c4c0aed70f6e31319e7e80771_GH0.tar.gz) = 2ec073f3b6b07c3a85006f281db8ba73ebad24b37b8ae286a289d5f56f764105 -SIZE (openmodelica-1.23.0/OpenModelica-OMSimulator-6f4ecda63323675c4c0aed70f6e31319e7e80771_GH0.tar.gz) = 87921005 -SHA256 (openmodelica-1.23.0/OpenModelica-OMSimulator-3rdParty-ca418d7_GH0.tar.gz) = 9e3022d515d45f5196cf4f131bcaab6bbf3c941be8dd501dcc4d74559f985133 -SIZE (openmodelica-1.23.0/OpenModelica-OMSimulator-3rdParty-ca418d7_GH0.tar.gz) = 7632016 -SHA256 (openmodelica-1.23.0/OpenModelica-OMCompiler-3rdParty-82e892e_GH0.tar.gz) = f7f9b171e8716fb29cc4ca18cc950ac3dcc0628df46e11746b24dfad2868b5e3 -SIZE (openmodelica-1.23.0/OpenModelica-OMCompiler-3rdParty-82e892e_GH0.tar.gz) = 50208265 -SHA256 (openmodelica-1.23.0/OpenModelica-OMSens-0d804d5_GH0.tar.gz) = a2afae88880ddedd10ab8a5d76ce6405356f5d147f06b78110cd86bb9567553d -SIZE (openmodelica-1.23.0/OpenModelica-OMSens-0d804d5_GH0.tar.gz) = 8870432 -SHA256 (openmodelica-1.23.0/OpenModelica-OMSens_Qt-68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb_GH0.tar.gz) = 17f5913bdf888ca2578d23c1c8635ef3ed268a696f341c1a4898bc66f20366e8 -SIZE (openmodelica-1.23.0/OpenModelica-OMSens_Qt-68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb_GH0.tar.gz) = 211293 -SHA256 (openmodelica-1.23.0/OpenModelica-OpenModelica-common-08a01802db5ba5edb540383c46718b89ff229ef2_GH0.tar.gz) = fdb5bb442da0375373ef221cf26195114bf149511c1c2be051caad6301c21c9a -SIZE (openmodelica-1.23.0/OpenModelica-OpenModelica-common-08a01802db5ba5edb540383c46718b89ff229ef2_GH0.tar.gz) = 36148 -SHA256 (openmodelica-1.23.0/OpenModelica-OMBootstrapping-c289e97c41d00939a4a69fe504961b47283a6d8e_GH0.tar.gz) = 986be2c217f8afcded765c3c30d4a89ff5f397d23c0ccbc1c838699ff8692d4e -SIZE (openmodelica-1.23.0/OpenModelica-OMBootstrapping-c289e97c41d00939a4a69fe504961b47283a6d8e_GH0.tar.gz) = 3329128 -SHA256 (openmodelica-1.23.0/0d83043bf3815a75549353acf15d333c3b675675.patch) = 0c7bbbebb6e09bab8b24fc1b0c4b81f5ee6fdc07ef6637300d341108b822ead3 -SIZE (openmodelica-1.23.0/0d83043bf3815a75549353acf15d333c3b675675.patch) = 824 +TIMESTAMP = 1720144505 +SHA256 (openmodelica-1.23.1/OpenModelica-OpenModelica-v1.23.1_GH0.tar.gz) = b5bf60a0f156eafae3908c5e6784086bd3fd4e656285d241ca4062a6d3bd22b2 +SIZE (openmodelica-1.23.1/OpenModelica-OpenModelica-v1.23.1_GH0.tar.gz) = 146775756 +SHA256 (openmodelica-1.23.1/OpenModelica-OMOptim-f1036f43db18c5015da259771004cfb80e08a110_GH0.tar.gz) = 11189c8ab3fb9d22ed805271ef53b9698b0d41007a1708d7a77ef074a5b20447 +SIZE (openmodelica-1.23.1/OpenModelica-OMOptim-f1036f43db18c5015da259771004cfb80e08a110_GH0.tar.gz) = 4022842 +SHA256 (openmodelica-1.23.1/OpenModelica-OMSimulator-6f4ecda63323675c4c0aed70f6e31319e7e80771_GH0.tar.gz) = 2ec073f3b6b07c3a85006f281db8ba73ebad24b37b8ae286a289d5f56f764105 +SIZE (openmodelica-1.23.1/OpenModelica-OMSimulator-6f4ecda63323675c4c0aed70f6e31319e7e80771_GH0.tar.gz) = 87921005 +SHA256 (openmodelica-1.23.1/OpenModelica-OMSimulator-3rdParty-5c10de1648d1134a577d9284b58580a72383d89f_GH0.tar.gz) = ea57e90ea76eca2657e8ddaa6c87301a16661200b3e8a00347a12bfdbb5f973d +SIZE (openmodelica-1.23.1/OpenModelica-OMSimulator-3rdParty-5c10de1648d1134a577d9284b58580a72383d89f_GH0.tar.gz) = 7637943 +SHA256 (openmodelica-1.23.1/OpenModelica-OMCompiler-3rdParty-82e892e_GH0.tar.gz) = f7f9b171e8716fb29cc4ca18cc950ac3dcc0628df46e11746b24dfad2868b5e3 +SIZE (openmodelica-1.23.1/OpenModelica-OMCompiler-3rdParty-82e892e_GH0.tar.gz) = 50208265 +SHA256 (openmodelica-1.23.1/OpenModelica-OMSens-0d804d5_GH0.tar.gz) = a2afae88880ddedd10ab8a5d76ce6405356f5d147f06b78110cd86bb9567553d +SIZE (openmodelica-1.23.1/OpenModelica-OMSens-0d804d5_GH0.tar.gz) = 8870432 +SHA256 (openmodelica-1.23.1/OpenModelica-OMSens_Qt-92090770426271b4193e78b04f13e6a3abcd6f1a_GH0.tar.gz) = 7f1f5a90e9622fb89d52b84d8d8b870d18ad4bad23e711b6fa57dd290ac29f0f +SIZE (openmodelica-1.23.1/OpenModelica-OMSens_Qt-92090770426271b4193e78b04f13e6a3abcd6f1a_GH0.tar.gz) = 211297 +SHA256 (openmodelica-1.23.1/OpenModelica-OpenModelica-common-08a01802db5ba5edb540383c46718b89ff229ef2_GH0.tar.gz) = fdb5bb442da0375373ef221cf26195114bf149511c1c2be051caad6301c21c9a +SIZE (openmodelica-1.23.1/OpenModelica-OpenModelica-common-08a01802db5ba5edb540383c46718b89ff229ef2_GH0.tar.gz) = 36148 +SHA256 (openmodelica-1.23.1/OpenModelica-OMBootstrapping-c289e97c41d00939a4a69fe504961b47283a6d8e_GH0.tar.gz) = 986be2c217f8afcded765c3c30d4a89ff5f397d23c0ccbc1c838699ff8692d4e +SIZE (openmodelica-1.23.1/OpenModelica-OMBootstrapping-c289e97c41d00939a4a69fe504961b47283a6d8e_GH0.tar.gz) = 3329128 +SHA256 (openmodelica-1.23.1/0d83043bf3815a75549353acf15d333c3b675675.patch) = 0c7bbbebb6e09bab8b24fc1b0c4b81f5ee6fdc07ef6637300d341108b822ead3 +SIZE (openmodelica-1.23.1/0d83043bf3815a75549353acf15d333c3b675675.patch) = 824 diff --git a/security/aws-c-cal/Makefile b/security/aws-c-cal/Makefile --- a/security/aws-c-cal/Makefile +++ b/security/aws-c-cal/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-cal DISTVERSIONPREFIX= v -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-cal/distinfo b/security/aws-c-cal/distinfo --- a/security/aws-c-cal/distinfo +++ b/security/aws-c-cal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719031589 -SHA256 (awslabs-aws-c-cal-v0.7.0_GH0.tar.gz) = 9c51afbece6aa7a4a3e40b99c242884c1744d7f949a3f720cea41d247ac2d06a -SIZE (awslabs-aws-c-cal-v0.7.0_GH0.tar.gz) = 1674963 +TIMESTAMP = 1720163779 +SHA256 (awslabs-aws-c-cal-v0.7.1_GH0.tar.gz) = 2fbdc04d72d1f3af28b80fe3917f03f20c0a62bc22b6c7b3450486ee9cbe77f6 +SIZE (awslabs-aws-c-cal-v0.7.1_GH0.tar.gz) = 1674154 diff --git a/security/sssd/Makefile b/security/sssd/Makefile --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sssd PORTVERSION= 1.16.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ diff --git a/security/sssd/files/bsdnss.c b/security/sssd/files/bsdnss.c --- a/security/sssd/files/bsdnss.c +++ b/security/sssd/files/bsdnss.c @@ -6,6 +6,24 @@ #include #include +NSS_METHOD_PROTOTYPE(__nss_compat_getgrnam_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getgrgid_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getgrent_r); +NSS_METHOD_PROTOTYPE(__nss_compat_setgrent); +NSS_METHOD_PROTOTYPE(__nss_compat_endgrent); + +NSS_METHOD_PROTOTYPE(__nss_compat_getpwnam_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getpwuid_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getpwent_r); +NSS_METHOD_PROTOTYPE(__nss_compat_setpwent); +NSS_METHOD_PROTOTYPE(__nss_compat_endpwent); + +NSS_METHOD_PROTOTYPE(__nss_compat_gethostbyname); +NSS_METHOD_PROTOTYPE(__nss_compat_gethostbyname2); +NSS_METHOD_PROTOTYPE(__nss_compat_gethostbyaddr); + +NSS_METHOD_PROTOTYPE(__nss_compat_getgroupmembership); + extern enum nss_status _nss_sss_getgrent_r(struct group *, char *, size_t, int *); extern enum nss_status _nss_sss_getgrnam_r(const char *, struct group *, @@ -66,7 +84,6 @@ { NSDB_GROUP, "getgrnam_r", __nss_compat_getgrnam_r, _nss_sss_getgrnam_r }, { NSDB_GROUP, "getgrgid_r", __nss_compat_getgrgid_r, _nss_sss_getgrgid_r }, { NSDB_GROUP, "getgrent_r", __nss_compat_getgrent_r, _nss_sss_getgrent_r }, -{ NSDB_GROUP, "getgroupmembership", __nss_compat_getgroupmembership, _nss_sss_getgroupmembership }, { NSDB_GROUP, "setgrent", __nss_compat_setgrent, _nss_sss_setgrent }, { NSDB_GROUP, "endgrent", __nss_compat_endgrent, _nss_sss_endgrent }, @@ -76,9 +93,9 @@ { NSDB_PASSWD, "setpwent", __nss_compat_setpwent, _nss_sss_setpwent }, { NSDB_PASSWD, "endpwent", __nss_compat_endpwent, _nss_sss_endpwent }, -// { NSDB_HOSTS, "gethostbyname", __nss_compat_gethostbyname, _nss_sss_gethostbyname_r }, -//{ NSDB_HOSTS, "gethostbyaddr", __nss_compat_gethostbyaddr, _nss_sss_gethostbyaddr_r }, -//{ NSDB_HOSTS, "gethostbyname2", __nss_compat_gethostbyname2, _nss_sss_gethostbyname2_r }, +{ NSDB_HOSTS, "gethostbyname", __nss_compat_gethostbyname, _nss_sss_gethostbyname_r }, +{ NSDB_HOSTS, "gethostbyaddr", __nss_compat_gethostbyaddr, _nss_sss_gethostbyaddr_r }, +{ NSDB_HOSTS, "gethostbyname2", __nss_compat_gethostbyname2, _nss_sss_gethostbyname2_r }, { NSDB_GROUP_COMPAT, "getgrnam_r", __nss_compat_getgrnam_r, _nss_sss_getgrnam_r }, { NSDB_GROUP_COMPAT, "getgrgid_r", __nss_compat_getgrgid_r, _nss_sss_getgrgid_r }, @@ -92,6 +109,8 @@ { NSDB_PASSWD_COMPAT, "setpwent", __nss_compat_setpwent, _nss_sss_setpwent }, { NSDB_PASSWD_COMPAT, "endpwent", __nss_compat_endpwent, _nss_sss_endpwent }, +{ NSDB_GROUP, "getgroupmembership", __nss_compat_getgroupmembership, _nss_sss_getgroupmembership }, + }; diff --git a/security/sssd/files/patch-Makefile.am b/security/sssd/files/patch-Makefile.am --- a/security/sssd/files/patch-Makefile.am +++ b/security/sssd/files/patch-Makefile.am @@ -1,8 +1,6 @@ -diff --git Makefile.am Makefile.am -index be17d6a59..03386d1f8 100644 ---- Makefile.am +--- Makefile.am.orig 2024-07-05 11:41:32 UTC +++ Makefile.am -@@ -61,7 +61,7 @@ sssdapiplugindir = $(sssddatadir)/sssd.api.d +@@ -61,7 +61,7 @@ dbusservicedir = $(datadir)/dbus-1/system-services sssdtapscriptdir = $(sssddatadir)/systemtap dbuspolicydir = $(sysconfdir)/dbus-1/system.d dbusservicedir = $(datadir)/dbus-1/system-services @@ -11,7 +9,7 @@ runstatedir = @runstatedir@ localedir = @localedir@ nsslibdir = @nsslibdir@ -@@ -378,12 +378,6 @@ sssdlib_LTLIBRARIES += \ +@@ -382,12 +382,6 @@ endif libsss_ad.la endif @@ -24,7 +22,7 @@ ldblib_LTLIBRARIES = \ memberof.la -@@ -610,6 +604,7 @@ SSSD_FAILOVER_OBJ = \ +@@ -623,6 +617,7 @@ SSSD_LIBS = \ SSSD_LIBS = \ $(TALLOC_LIBS) \ @@ -32,7 +30,7 @@ $(TEVENT_LIBS) \ $(POPT_LIBS) \ $(LDB_LIBS) \ -@@ -664,6 +659,7 @@ dist_noinst_HEADERS = \ +@@ -677,6 +672,7 @@ dist_noinst_HEADERS = \ src/util/sss_ssh.h \ src/util/sss_ini.h \ src/util/sss_format.h \ @@ -40,7 +38,7 @@ src/util/refcount.h \ src/util/find_uid.h \ src/util/user_info_msg.h \ -@@ -1358,6 +1354,7 @@ sssd_LDADD = \ +@@ -1372,6 +1368,7 @@ sssd_LDADD = \ $(SSSD_LIBS) \ $(INOTIFY_LIBS) \ $(LIBNL_LIBS) \ @@ -48,55 +46,48 @@ $(KEYUTILS_LIBS) \ $(SYSTEMD_DAEMON_LIBS) \ $(SSSD_INTERNAL_LTLIBS) -@@ -1381,6 +1378,7 @@ sssd_nss_SOURCES = \ - sssd_nss_LDADD = \ +@@ -1396,6 +1393,7 @@ sssd_nss_LDADD = \ + $(LIBADD_DL) \ $(TDB_LIBS) \ $(SSSD_LIBS) \ + $(LTLIBINTL) \ libsss_idmap.la \ libsss_cert.la \ $(SYSTEMD_DAEMON_LIBS) \ -@@ -1397,6 +1395,7 @@ sssd_pam_SOURCES = \ - sssd_pam_LDADD = \ +@@ -1418,6 +1416,7 @@ sssd_pam_LDADD = \ + $(LIBADD_DL) \ $(TDB_LIBS) \ $(SSSD_LIBS) \ + $(LTLIBINTL) \ $(SELINUX_LIBS) \ $(PAM_LIBS) \ $(SYSTEMD_DAEMON_LIBS) \ -@@ -1414,6 +1413,7 @@ sssd_sudo_SOURCES = \ - $(SSSD_RESPONDER_OBJ) +@@ -1436,6 +1435,8 @@ sssd_sudo_LDADD = \ sssd_sudo_LDADD = \ + $(LIBADD_DL) \ $(SSSD_LIBS) \ + $(LTLIBINTL) \ - $(SYSTEMD_DAEMON_LIBS) \ - $(SSSD_INTERNAL_LTLIBS) - endif -@@ -1426,6 +1426,7 @@ sssd_autofs_SOURCES = \ - $(SSSD_RESPONDER_OBJ) - sssd_autofs_LDADD = \ - $(SSSD_LIBS) \ + $(LTLIBINTL) \ $(SYSTEMD_DAEMON_LIBS) \ $(SSSD_INTERNAL_LTLIBS) endif -@@ -1441,6 +1442,7 @@ sssd_ssh_SOURCES = \ - $(NULL) +@@ -1464,6 +1465,7 @@ sssd_ssh_LDADD = \ sssd_ssh_LDADD = \ + $(LIBADD_DL) \ $(SSSD_LIBS) \ + $(LTLIBINTL) \ $(SSSD_INTERNAL_LTLIBS) \ $(SYSTEMD_DAEMON_LIBS) \ libsss_cert.la \ -@@ -1481,6 +1483,7 @@ sssd_ifp_CFLAGS = \ - $(AM_CFLAGS) +@@ -1506,6 +1508,7 @@ sssd_ifp_LDADD = \ sssd_ifp_LDADD = \ + $(LIBADD_DL) \ $(SSSD_LIBS) \ + $(LTLIBINTL) \ $(SYSTEMD_DAEMON_LIBS) \ $(SSSD_INTERNAL_LTLIBS) \ libsss_cert.la \ -@@ -1604,6 +1607,7 @@ sssd_be_SOURCES = \ +@@ -1631,6 +1634,7 @@ sssd_be_LDADD = \ sssd_be_LDADD = \ $(LIBADD_DL) \ $(SSSD_LIBS) \ @@ -104,7 +95,7 @@ $(CARES_LIBS) \ $(PAM_LIBS) \ $(SSSD_INTERNAL_LTLIBS) -@@ -1726,6 +1730,7 @@ sss_signal_SOURCES = \ +@@ -1753,6 +1757,7 @@ sss_signal_LDADD = \ src/tools/common/sss_process.c $(NULL) sss_signal_LDADD = \ @@ -112,7 +103,7 @@ libsss_debug.la \ $(NULL) -@@ -2318,6 +2323,7 @@ test_ssh_client_CFLAGS = \ +@@ -2347,6 +2352,7 @@ test_ssh_client_LDADD = \ test_ssh_client_LDADD = \ $(SSSD_INTERNAL_LTLIBS) \ $(SSSD_LIBS) \ @@ -120,7 +111,7 @@ $(NULL) if BUILD_DBUS_TESTS -@@ -2602,6 +2608,7 @@ test_authtok_LDADD = \ +@@ -2657,6 +2663,7 @@ test_authtok_LDADD = \ $(CMOCKA_LIBS) \ $(DHASH_LIBS) \ $(POPT_LIBS) \ @@ -128,7 +119,7 @@ libsss_test_common.la \ libsss_debug.la \ $(NULL) -@@ -2622,6 +2629,7 @@ deskprofile_utils_tests_SOURCES = \ +@@ -2692,6 +2699,7 @@ deskprofile_utils_tests_LDADD = \ deskprofile_utils_tests_CFLAGS = \ $(AM_CFLAGS) deskprofile_utils_tests_LDADD = \ @@ -136,7 +127,7 @@ $(CMOCKA_LIBS) \ $(SSSD_INTERNAL_LTLIBS) \ libsss_test_common.la -@@ -2654,6 +2662,7 @@ domain_resolution_order_tests_CFLAGS = \ +@@ -2724,6 +2732,7 @@ domain_resolution_order_tests_LDADD = \ $(AM_CFLAGS) domain_resolution_order_tests_LDADD = \ $(CMOCKA_LIBS) \ @@ -144,7 +135,7 @@ $(SSSD_INTERNAL_LTLIBS) \ libsss_test_common.la -@@ -2738,6 +2747,7 @@ test_search_bases_LDADD = \ +@@ -2809,6 +2818,7 @@ test_search_bases_LDADD = \ $(CMOCKA_LIBS) \ $(TALLOC_LIBS) \ $(SSSD_INTERNAL_LTLIBS) \ @@ -152,7 +143,7 @@ libsss_ldap_common.la \ libsss_test_common.la \ libdlopen_test_providers.la \ -@@ -3545,6 +3555,7 @@ test_inotify_LDADD = \ +@@ -3619,6 +3629,7 @@ test_inotify_LDADD = \ $(CMOCKA_LIBS) \ $(SSSD_LIBS) \ $(SSSD_INTERNAL_LTLIBS) \ @@ -160,7 +151,7 @@ $(LIBADD_DL) \ libsss_test_common.la \ $(NULL) -@@ -3637,9 +3648,6 @@ endif +@@ -3711,9 +3722,6 @@ endif if BUILD_WITH_LIBCURL noinst_PROGRAMS += tcurl-test-tool endif @@ -170,7 +161,7 @@ if BUILD_AUTOFS autofs_test_client_SOURCES = \ -@@ -3730,9 +3738,10 @@ intgcheck: +@@ -3806,9 +3814,10 @@ intgcheck: # Client Libraries # #################### @@ -183,7 +174,7 @@ src/sss_client/nss_passwd.c \ src/sss_client/nss_group.c \ src/sss_client/nss_netgroup.c \ -@@ -3748,9 +3757,9 @@ libnss_sss_la_SOURCES = \ +@@ -3824,9 +3833,9 @@ libnss_sss_la_SOURCES = \ src/sss_client/nss_mc_group.c \ src/sss_client/nss_mc_initgr.c \ src/sss_client/nss_mc.h @@ -195,7 +186,7 @@ -module \ -version-info 2:0:0 \ -Wl,--version-script,$(srcdir)/src/sss_client/sss_nss.exports -@@ -3908,6 +3917,7 @@ libsss_ldap_common_la_LIBADD = \ +@@ -3985,6 +3994,7 @@ libsss_ldap_common_la_LIBADD = \ $(OPENLDAP_LIBS) \ $(DHASH_LIBS) \ $(KRB5_LIBS) \ @@ -203,7 +194,7 @@ libsss_krb5_common.la \ libsss_idmap.la \ libsss_certmap.la \ -@@ -4271,6 +4281,7 @@ ldap_child_CFLAGS = \ +@@ -4353,6 +4363,7 @@ ldap_child_LDADD = \ $(KRB5_CFLAGS) ldap_child_LDADD = \ libsss_debug.la \ @@ -211,7 +202,7 @@ $(TALLOC_LIBS) \ $(POPT_LIBS) \ $(DHASH_LIBS) \ -@@ -4313,6 +4324,7 @@ gpo_child_CFLAGS = \ +@@ -4395,6 +4406,7 @@ gpo_child_LDADD = \ $(SMBCLIENT_CFLAGS) gpo_child_LDADD = \ libsss_debug.la \ @@ -219,7 +210,7 @@ $(TALLOC_LIBS) \ $(POPT_LIBS) \ $(DHASH_LIBS) \ -@@ -4329,6 +4341,7 @@ proxy_child_CFLAGS = \ +@@ -4411,6 +4423,7 @@ proxy_child_LDADD = \ proxy_child_LDADD = \ $(PAM_LIBS) \ $(SSSD_LIBS) \ @@ -227,7 +218,7 @@ $(SSSD_INTERNAL_LTLIBS) p11_child_SOURCES = \ -@@ -4361,6 +4374,7 @@ endif +@@ -4443,6 +4456,7 @@ p11_child_LDADD = \ p11_child_LDADD = \ libsss_debug.la \ @@ -235,3 +226,12 @@ $(TALLOC_LIBS) \ $(DHASH_LIBS) \ $(POPT_LIBS) \ +@@ -5094,7 +5108,7 @@ endif + endif + endif + +-install-data-hook: ++notnotinstall-data-hook: + rm $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 \ + $(DESTDIR)/$(nsslibdir)/libnss_sss.so + mv $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2.0.0 $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 diff --git a/security/sssd/files/patch-configure.ac b/security/sssd/files/patch-configure.ac --- a/security/sssd/files/patch-configure.ac +++ b/security/sssd/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac 2020-03-17 13:31:28 UTC +--- configure.ac.orig 2020-03-17 13:31:28 UTC +++ configure.ac -@@ -44,8 +44,6 @@ AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = y +@@ -44,8 +44,6 @@ AC_CONFIG_HEADER(config.h) AC_CHECK_HEADERS(stdint.h dlfcn.h) AC_CONFIG_HEADER(config.h) @@ -9,10 +9,10 @@ m4_include([src/build_macros.m4]) BUILD_WITH_SHARED_BUILD_DIR -@@ -62,4 +60,18 @@ - +@@ -62,6 +60,20 @@ AM_CONDITIONAL([HAVE_PTHREAD], [test x"$HAVE_PTHREAD" + AM_CONDITIONAL([HAVE_PTHREAD], [test x"$HAVE_PTHREAD" != "x"]) -+ + +saved_CFLAGS="$CFLAGS" +CFLAGS="-Werror" +AC_COMPILE_IFELSE( @@ -26,12 +26,14 @@ +CFLAGS="$saved_CFLAGS" + +AM_CONDITIONAL([HAVE_MEMPCPY], [test x"$HAVE_MEMPCPY" != "x"]) - ++ # Check library for the timer_create function -@@ -356,8 +358,8 @@ them please use argument --without-python3-bindings wh + SAVE_LIBS=$LIBS + LIBS= +@@ -356,8 +368,8 @@ them please use argument --without-python3-bindings wh AM_CHECK_PYTHON_HEADERS([], AC_MSG_ERROR([Could not find python3 headers])) - + - AC_SUBST([py3execdir], [$pyexecdir]) - AC_SUBST([python3dir], [$pythondir]) + AC_SUBST([py3execdir], [$(eval echo $pyexecdir)]) diff --git a/security/sssd/files/patch-src__confdb__confdb.c b/security/sssd/files/patch-src__confdb__confdb.c --- a/security/sssd/files/patch-src__confdb__confdb.c +++ b/security/sssd/files/patch-src__confdb__confdb.c @@ -1,6 +1,4 @@ -diff --git src/confdb/confdb.c src/confdb/confdb.c -index e55f88e4e..81fd3417a 100644 ---- src/confdb/confdb.c +--- src/confdb/confdb.c.orig 2020-03-17 13:31:28 UTC +++ src/confdb/confdb.c @@ -28,6 +28,11 @@ #include "util/strtonum.h" diff --git a/security/sssd/files/patch-src__external__inotify.m4 b/security/sssd/files/patch-src__external__inotify.m4 --- a/security/sssd/files/patch-src__external__inotify.m4 +++ b/security/sssd/files/patch-src__external__inotify.m4 @@ -1,6 +1,4 @@ -diff --git src/external/inotify.m4 src/external/inotify.m4 -index 3ae5ae314..e88bd3ffc 100644 ---- src/external/inotify.m4 +--- src/external/inotify.m4.orig 2020-03-17 13:31:28 UTC +++ src/external/inotify.m4 @@ -20,10 +20,10 @@ int main () { AS_IF([test x"$inotify_works" != xyes], diff --git a/security/sssd/files/patch-src__external__krb5.m4 b/security/sssd/files/patch-src__external__krb5.m4 --- a/security/sssd/files/patch-src__external__krb5.m4 +++ b/security/sssd/files/patch-src__external__krb5.m4 @@ -1,8 +1,6 @@ -diff --git src/external/krb5.m4 src/external/krb5.m4 -index b844c2fbe..856ef56fe 100644 ---- src/external/krb5.m4 +--- src/external/krb5.m4.orig 2020-03-17 13:31:28 UTC +++ src/external/krb5.m4 -@@ -9,7 +9,7 @@ if test x$KRB5_CFLAGS != x; then +@@ -9,7 +9,7 @@ fi KRB5_PASSED_CFLAGS=$KRB5_CFLAGS fi diff --git a/security/sssd/files/patch-src__external__ldap.m4 b/security/sssd/files/patch-src__external__ldap.m4 --- a/security/sssd/files/patch-src__external__ldap.m4 +++ b/security/sssd/files/patch-src__external__ldap.m4 @@ -1,8 +1,6 @@ -diff --git src/external/ldap.m4 src/external/ldap.m4 -index cd13fde62..73ca93674 100644 ---- src/external/ldap.m4 +--- src/external/ldap.m4.orig 2020-03-17 13:31:28 UTC +++ src/external/ldap.m4 -@@ -32,8 +32,7 @@ dnl Check for other libraries we need to link with to get the main routines. +@@ -32,8 +32,7 @@ test "$with_ldap" != "yes" && { AC_CHECK_LIB(ldap, lda test "$with_ldap" != "yes" && { AC_CHECK_LIB(ldap, ldap_open, [with_ldap=yes with_ldap_lber=yes], , -llber) } test "$with_ldap" != "yes" && { AC_CHECK_LIB(ldap, ldap_open, [with_ldap=yes with_ldap_lber=yes with_ldap_krb=yes], , -llber -lkrb) } test "$with_ldap" != "yes" && { AC_CHECK_LIB(ldap, ldap_open, [with_ldap=yes with_ldap_lber=yes with_ldap_krb=yes with_ldap_des=yes], , -llber -lkrb -ldes) } @@ -12,13 +10,13 @@ dnl Recently, we need -lber even though the main routines are elsewhere, dnl because otherwise we get link errors w.r.t. ber_pvt_opt_on. So just dnl check for that (it's a variable not a fun but that doesn't seem to -@@ -42,6 +41,9 @@ dnl stick it in always shouldn't hurt, I don't think) ... #### Someone who +@@ -41,6 +40,9 @@ test "$with_ldap_lber" != "yes" && { AC_CHECK_LIB(lber + dnl stick it in always shouldn't hurt, I don't think) ... #### Someone who dnl #### understands LDAP needs to fix this properly. test "$with_ldap_lber" != "yes" && { AC_CHECK_LIB(lber, ber_pvt_opt_on, with_ldap_lber=yes) } - ++ +CFLAGS=$SAVE_CFLAGS +LIBS=$SAVE_LIBS -+ + if test "$with_ldap" = "yes"; then if test "$with_ldap_des" = "yes" ; then - OPENLDAP_LIBS="${OPENLDAP_LIBS} -ldes" diff --git a/security/sssd/files/patch-src__external__python.m4 b/security/sssd/files/patch-src__external__python.m4 --- a/security/sssd/files/patch-src__external__python.m4 +++ b/security/sssd/files/patch-src__external__python.m4 @@ -1,9 +1,11 @@ ---- src/external/python.m4 2020-03-17 09:31:28.000000000 -0400 -+++ src/external/python.m4 2022-02-22 22:55:04.425467000 -0500 -@@ -37,5 +37,5 @@ +--- src/external/python.m4.orig 2020-03-17 13:31:28 UTC ++++ src/external/python.m4 +@@ -36,7 +36,7 @@ --without-$1-bindings when running configure.])) + if test $? -eq 0; then PYTHON_DLOPEN_LIB="` $PYTHON_CONFIG --libs --embed | grep -o -- '-lpython@<:@^ @:>@*' |sed -e 's/^-l/lib/'`" if test x"$PYTHON_DLOPEN_LIB" != x; then - python_lib_path="` $PYTHON_CONFIG --ldflags | grep -o -- '-L/@<:@^ @:>@*' | sed -e 's/^-L//'`" + python_lib_path="` $PYTHON_CONFIG --ldflags | sed -n 's/.*-L\(@<:@^ @:>@*\).*/\1/p'`" if test x"$python_lib_path" != x; then PYTHON_DLOPEN_LIB=$python_lib_path"/"$PYTHON_DLOPEN_LIB + fi diff --git a/security/sssd/files/patch-src__lib__certmap__sss_certmap.exports b/security/sssd/files/patch-src__lib__certmap__sss_certmap.exports new file mode 100644 --- /dev/null +++ b/security/sssd/files/patch-src__lib__certmap__sss_certmap.exports @@ -0,0 +1,10 @@ +--- src/lib/certmap/sss_certmap.exports.orig 2024-01-12 12:05:40 UTC ++++ src/lib/certmap/sss_certmap.exports +@@ -2,7 +2,6 @@ SSS_CERTMAP_0.0 { + global: + sss_certmap_init; + sss_certmap_free_ctx; +- sss_certmap_err_msg; + sss_certmap_add_rule; + sss_certmap_match_cert; + sss_certmap_get_search_filter; diff --git a/security/sssd/files/patch-src__lib__winbind_idmap_sss__winbind_idmap_sss.h b/security/sssd/files/patch-src__lib__winbind_idmap_sss__winbind_idmap_sss.h --- a/security/sssd/files/patch-src__lib__winbind_idmap_sss__winbind_idmap_sss.h +++ b/security/sssd/files/patch-src__lib__winbind_idmap_sss__winbind_idmap_sss.h @@ -1,6 +1,4 @@ -diff --git src/lib/winbind_idmap_sss/winbind_idmap_sss.h src/lib/winbind_idmap_sss/winbind_idmap_sss.h -index 868049fff..cb1604ef1 100644 ---- src/lib/winbind_idmap_sss/winbind_idmap_sss.h +--- src/lib/winbind_idmap_sss/winbind_idmap_sss.h.orig 2020-03-17 13:31:28 UTC +++ src/lib/winbind_idmap_sss/winbind_idmap_sss.h @@ -29,6 +29,8 @@ #include diff --git a/security/sssd/files/patch-src__providers__ad__ad_common.c b/security/sssd/files/patch-src__providers__ad__ad_common.c --- a/security/sssd/files/patch-src__providers__ad__ad_common.c +++ b/security/sssd/files/patch-src__providers__ad__ad_common.c @@ -1,8 +1,6 @@ -diff --git src/providers/ad/ad_common.c src/providers/ad/ad_common.c -index 0d154ca57..407d37a37 100644 ---- src/providers/ad/ad_common.c +--- src/providers/ad/ad_common.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ad/ad_common.c -@@ -419,7 +419,7 @@ ad_get_common_options(TALLOC_CTX *mem_ctx, +@@ -420,7 +420,7 @@ ad_get_common_options(TALLOC_CTX *mem_ctx, char *server; char *realm; char *ad_hostname; @@ -11,7 +9,7 @@ char *case_sensitive_opt; const char *opt_override; -@@ -458,7 +458,7 @@ ad_get_common_options(TALLOC_CTX *mem_ctx, +@@ -459,7 +459,7 @@ ad_get_common_options(TALLOC_CTX *mem_ctx, */ ad_hostname = dp_opt_get_string(opts->basic, AD_HOSTNAME); if (ad_hostname == NULL) { @@ -20,7 +18,7 @@ if (gret != 0) { ret = errno; DEBUG(SSSDBG_FATAL_FAILURE, -@@ -466,7 +466,7 @@ ad_get_common_options(TALLOC_CTX *mem_ctx, +@@ -467,7 +467,7 @@ ad_get_common_options(TALLOC_CTX *mem_ctx, strerror(ret)); goto done; } diff --git a/security/sssd/files/patch-src__providers__ad__ad_gpo_ndr.c b/security/sssd/files/patch-src__providers__ad__ad_gpo_ndr.c --- a/security/sssd/files/patch-src__providers__ad__ad_gpo_ndr.c +++ b/security/sssd/files/patch-src__providers__ad__ad_gpo_ndr.c @@ -1,6 +1,6 @@ ---- src/providers/ad/ad_gpo_ndr.c-orig 2020-11-28 22:21:39.860006000 +0000 -+++ src/providers/ad/ad_gpo_ndr.c 2020-11-28 22:23:15.849602000 +0000 -@@ -105,7 +105,7 @@ +--- src/providers/ad/ad_gpo_ndr.c.orig 2020-03-17 13:31:28 UTC ++++ src/providers/ad/ad_gpo_ndr.c +@@ -105,7 +105,7 @@ ndr_pull_security_ace_object_type(struct ndr_pull *ndr union security_ace_object_type *r) { uint32_t level; @@ -9,7 +9,7 @@ NDR_PULL_CHECK_FLAGS(ndr, ndr_flags); if (ndr_flags & NDR_SCALARS) { NDR_CHECK(ndr_pull_union_align(ndr, 4)); -@@ -135,7 +135,7 @@ +@@ -135,7 +135,7 @@ ndr_pull_security_ace_object_inherited_type(struct ndr union security_ace_object_inherited_type *r) { uint32_t level; @@ -18,7 +18,7 @@ NDR_PULL_CHECK_FLAGS(ndr, ndr_flags); if (ndr_flags & NDR_SCALARS) { NDR_CHECK(ndr_pull_union_align(ndr, 4)); -@@ -198,7 +198,7 @@ +@@ -198,7 +198,7 @@ ndr_pull_security_ace_object_ctr(struct ndr_pull *ndr, union security_ace_object_ctr *r) { uint32_t level; diff --git a/security/sssd/files/patch-src__providers__ad__ad_pac.h b/security/sssd/files/patch-src__providers__ad__ad_pac.h --- a/security/sssd/files/patch-src__providers__ad__ad_pac.h +++ b/security/sssd/files/patch-src__providers__ad__ad_pac.h @@ -1,6 +1,4 @@ -diff --git src/providers/ad/ad_pac.h src/providers/ad/ad_pac.h -index 34f1e92c7..00a53cccd 100644 ---- src/providers/ad/ad_pac.h +--- src/providers/ad/ad_pac.h.orig 2020-03-17 13:31:28 UTC +++ src/providers/ad/ad_pac.h @@ -32,6 +32,8 @@ #ifdef ldb_val diff --git a/security/sssd/files/patch-src__providers__data_provider_fo.c b/security/sssd/files/patch-src__providers__data_provider_fo.c --- a/security/sssd/files/patch-src__providers__data_provider_fo.c +++ b/security/sssd/files/patch-src__providers__data_provider_fo.c @@ -1,8 +1,6 @@ -diff --git src/providers/data_provider_fo.c src/providers/data_provider_fo.c -index 473b667e5..63f2dd131 100644 ---- src/providers/data_provider_fo.c +--- src/providers/data_provider_fo.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/data_provider_fo.c -@@ -235,18 +235,18 @@ errno_t be_fo_set_dns_srv_lookup_plugin(struct be_ctx *be_ctx, +@@ -235,18 +235,18 @@ errno_t be_fo_set_dns_srv_lookup_plugin(struct be_ctx const char *hostname) { struct fo_resolve_srv_dns_ctx *srv_ctx = NULL; diff --git a/security/sssd/files/patch-src__providers__ipa__ipa_common.c b/security/sssd/files/patch-src__providers__ipa__ipa_common.c --- a/security/sssd/files/patch-src__providers__ipa__ipa_common.c +++ b/security/sssd/files/patch-src__providers__ipa__ipa_common.c @@ -1,6 +1,4 @@ -diff --git src/providers/ipa/ipa_common.c src/providers/ipa/ipa_common.c -index 17d14e6b0..681ac8615 100644 ---- src/providers/ipa/ipa_common.c +--- src/providers/ipa/ipa_common.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ipa/ipa_common.c @@ -49,7 +49,7 @@ int ipa_get_options(TALLOC_CTX *memctx, char *realm; diff --git a/security/sssd/files/patch-src__providers__ipa__ipa_deskprofile_rules_util.c b/security/sssd/files/patch-src__providers__ipa__ipa_deskprofile_rules_util.c --- a/security/sssd/files/patch-src__providers__ipa__ipa_deskprofile_rules_util.c +++ b/security/sssd/files/patch-src__providers__ipa__ipa_deskprofile_rules_util.c @@ -1,6 +1,4 @@ -diff --git src/providers/ipa/ipa_deskprofile_rules_util.c src/providers/ipa/ipa_deskprofile_rules_util.c -index 991c6053d..59483b452 100644 ---- src/providers/ipa/ipa_deskprofile_rules_util.c +--- src/providers/ipa/ipa_deskprofile_rules_util.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ipa/ipa_deskprofile_rules_util.c @@ -25,6 +25,8 @@ #include "providers/ipa/ipa_rules_common.h" diff --git a/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c b/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c --- a/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c +++ b/security/sssd/files/patch-src__providers__krb5__krb5_delayed_online_authentication.c @@ -1,8 +1,6 @@ -diff --git src/providers/krb5/krb5_delayed_online_authentication.c src/providers/krb5/krb5_delayed_online_authentication.c -index 1cb7eade0..4aaeb84b2 100644 ---- src/providers/krb5/krb5_delayed_online_authentication.c +--- src/providers/krb5/krb5_delayed_online_authentication.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/krb5/krb5_delayed_online_authentication.c -@@ -328,6 +328,7 @@ errno_t init_delayed_online_authentication(struct krb5_ctx *krb5_ctx, +@@ -328,6 +328,7 @@ errno_t init_delayed_online_authentication(struct krb5 struct tevent_context *ev) { int ret; @@ -10,7 +8,7 @@ hash_table_t *tmp_table; ret = get_uid_table(krb5_ctx, &tmp_table); -@@ -347,6 +348,7 @@ errno_t init_delayed_online_authentication(struct krb5_ctx *krb5_ctx, +@@ -347,6 +348,7 @@ errno_t init_delayed_online_authentication(struct krb5 "hash_destroy failed [%s].\n", hash_error_string(ret)); return EFAULT; } diff --git a/security/sssd/files/patch-src__providers__ldap__ldap_auth.c b/security/sssd/files/patch-src__providers__ldap__ldap_auth.c --- a/security/sssd/files/patch-src__providers__ldap__ldap_auth.c +++ b/security/sssd/files/patch-src__providers__ldap__ldap_auth.c @@ -1,6 +1,4 @@ -diff --git src/providers/ldap/ldap_auth.c src/providers/ldap/ldap_auth.c -index de22689ae..fdfd67cf4 100644 ---- src/providers/ldap/ldap_auth.c +--- src/providers/ldap/ldap_auth.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/ldap_auth.c @@ -37,7 +37,6 @@ #include @@ -33,7 +31,7 @@ static errno_t add_expired_warning(struct pam_data *pd, long exp_time) { int ret; -@@ -97,9 +112,9 @@ static errno_t check_pwexpire_kerberos(const char *expire_date, time_t now, +@@ -97,9 +112,9 @@ static errno_t check_pwexpire_kerberos(const char *exp } DEBUG(SSSDBG_TRACE_ALL, @@ -80,7 +78,7 @@ goto immediately; case SSS_PAM_ACCT_MGMT: -@@ -1015,7 +1030,7 @@ static void sdap_pam_auth_handler_done(struct tevent_req *subreq) +@@ -1015,7 +1030,7 @@ static void sdap_pam_auth_handler_done(struct tevent_r state->be_ctx->domain->pwd_expiration_warning); if (ret == EINVAL) { /* Unknown password expiration type. */ @@ -89,7 +87,7 @@ goto done; } } -@@ -1049,7 +1064,7 @@ static void sdap_pam_auth_handler_done(struct tevent_req *subreq) +@@ -1049,7 +1064,7 @@ static void sdap_pam_auth_handler_done(struct tevent_r state->pd->pam_status = PAM_BAD_ITEM; break; default: @@ -98,7 +96,7 @@ break; } -@@ -1271,7 +1286,7 @@ sdap_pam_chpass_handler_send(TALLOC_CTX *mem_ctx, +@@ -1273,7 +1288,7 @@ sdap_pam_chpass_handler_send(TALLOC_CTX *mem_ctx, DEBUG(SSSDBG_OP_FAILURE, "starting password change request for user [%s].\n", pd->user); @@ -107,7 +105,7 @@ if (pd->cmd != SSS_PAM_CHAUTHTOK && pd->cmd != SSS_PAM_CHAUTHTOK_PRELIM) { DEBUG(SSSDBG_OP_FAILURE, -@@ -1282,7 +1297,7 @@ sdap_pam_chpass_handler_send(TALLOC_CTX *mem_ctx, +@@ -1284,7 +1299,7 @@ sdap_pam_chpass_handler_send(TALLOC_CTX *mem_ctx, subreq = auth_send(state, params->ev, auth_ctx, pd->user, pd->authtok, true); if (subreq == NULL) { @@ -116,7 +114,7 @@ goto immediately; } -@@ -1335,7 +1350,7 @@ static void sdap_pam_chpass_handler_auth_done(struct tevent_req *subreq) +@@ -1337,7 +1352,7 @@ static void sdap_pam_chpass_handler_auth_done(struct t if (ret == ERR_PASSWORD_EXPIRED) { DEBUG(SSSDBG_CRIT_FAILURE, "LDAP provider cannot change " "kerberos passwords.\n"); @@ -125,7 +123,7 @@ goto done; } break; -@@ -1344,7 +1359,7 @@ static void sdap_pam_chpass_handler_auth_done(struct tevent_req *subreq) +@@ -1346,7 +1361,7 @@ static void sdap_pam_chpass_handler_auth_done(struct t break; default: DEBUG(SSSDBG_CRIT_FAILURE, "Unknown password expiration type.\n"); @@ -134,7 +132,7 @@ goto done; } } -@@ -1369,7 +1384,7 @@ static void sdap_pam_chpass_handler_auth_done(struct tevent_req *subreq) +@@ -1371,7 +1386,7 @@ static void sdap_pam_chpass_handler_auth_done(struct t if (subreq == NULL) { DEBUG(SSSDBG_OP_FAILURE, "Failed to change password for " "%s\n", state->pd->user); @@ -143,7 +141,7 @@ goto done; } -@@ -1401,7 +1416,7 @@ static void sdap_pam_chpass_handler_auth_done(struct tevent_req *subreq) +@@ -1403,7 +1418,7 @@ static void sdap_pam_chpass_handler_auth_done(struct t be_mark_offline(state->be_ctx); break; default: @@ -152,7 +150,7 @@ break; } -@@ -1437,7 +1452,7 @@ static void sdap_pam_chpass_handler_chpass_done(struct tevent_req *subreq) +@@ -1439,7 +1454,7 @@ static void sdap_pam_chpass_handler_chpass_done(struct state->pd->pam_status = PAM_AUTHTOK_ERR; break; default: @@ -161,7 +159,7 @@ break; } -@@ -1463,7 +1478,7 @@ static void sdap_pam_chpass_handler_chpass_done(struct tevent_req *subreq) +@@ -1465,7 +1480,7 @@ static void sdap_pam_chpass_handler_chpass_done(struct state->sh, state->dn, lastchanged_name); if (subreq == NULL) { @@ -170,7 +168,7 @@ goto done; } -@@ -1489,7 +1504,7 @@ static void sdap_pam_chpass_handler_last_done(struct tevent_req *subreq) +@@ -1491,7 +1506,7 @@ static void sdap_pam_chpass_handler_last_done(struct t talloc_free(subreq); if (ret != EOK) { diff --git a/security/sssd/files/patch-src__providers__ldap__ldap_child.c b/security/sssd/files/patch-src__providers__ldap__ldap_child.c --- a/security/sssd/files/patch-src__providers__ldap__ldap_child.c +++ b/security/sssd/files/patch-src__providers__ldap__ldap_child.c @@ -1,8 +1,6 @@ -diff --git src/providers/ldap/ldap_child.c src/providers/ldap/ldap_child.c -index 368bb91e1..1bc86ecb5 100644 ---- src/providers/ldap/ldap_child.c +--- src/providers/ldap/ldap_child.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/ldap_child.c -@@ -324,14 +324,14 @@ static krb5_error_code ldap_child_get_tgt_sync(TALLOC_CTX *memctx, +@@ -324,14 +324,14 @@ static krb5_error_code ldap_child_get_tgt_sync(TALLOC_ full_princ = talloc_strdup(tmp_ctx, princ_str); } } else { diff --git a/security/sssd/files/patch-src__providers__ldap__sdap_access.c b/security/sssd/files/patch-src__providers__ldap__sdap_access.c --- a/security/sssd/files/patch-src__providers__ldap__sdap_access.c +++ b/security/sssd/files/patch-src__providers__ldap__sdap_access.c @@ -1,6 +1,4 @@ -diff --git src/providers/ldap/sdap_access.c src/providers/ldap/sdap_access.c -index dd04ec512..58a3766fc 100644 ---- src/providers/ldap/sdap_access.c +--- src/providers/ldap/sdap_access.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/sdap_access.c @@ -562,9 +562,9 @@ bool nds_check_expired(const char *exp_time_str) @@ -15,7 +13,7 @@ if (difftime(now, expire_time) > 0.0) { DEBUG(SSSDBG_CONF_SETTINGS, "NDS account expired.\n"); -@@ -1247,7 +1247,7 @@ static errno_t sdap_access_host(struct ldb_message *user_entry) +@@ -1247,7 +1247,7 @@ static errno_t sdap_access_host(struct ldb_message *us struct ldb_message_element *el; unsigned int i; char *host; @@ -24,7 +22,7 @@ el = ldb_msg_find_element(user_entry, SYSDB_AUTHORIZED_HOST); if (!el || el->num_values == 0) { -@@ -1255,12 +1255,12 @@ static errno_t sdap_access_host(struct ldb_message *user_entry) +@@ -1255,12 +1255,12 @@ static errno_t sdap_access_host(struct ldb_message *us return ERR_ACCESS_DENIED; } diff --git a/security/sssd/files/patch-src__providers__ldap__sdap_async_groups.c b/security/sssd/files/patch-src__providers__ldap__sdap_async_groups.c --- a/security/sssd/files/patch-src__providers__ldap__sdap_async_groups.c +++ b/security/sssd/files/patch-src__providers__ldap__sdap_async_groups.c @@ -1,6 +1,4 @@ -diff --git src/providers/ldap/sdap_async_groups.c src/providers/ldap/sdap_async_groups.c -index 09e15bc3d..c74e4c3ea 100644 ---- src/providers/ldap/sdap_async_groups.c +--- src/providers/ldap/sdap_async_groups.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/sdap_async_groups.c @@ -505,6 +505,7 @@ static int sdap_save_group(TALLOC_CTX *memctx, struct sysdb_attrs *group_attrs; diff --git a/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups.c b/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups.c --- a/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups.c +++ b/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups.c @@ -1,8 +1,6 @@ -diff --git src/providers/ldap/sdap_async_initgroups.c src/providers/ldap/sdap_async_initgroups.c -index 620782b6f..9831ac1d6 100644 ---- src/providers/ldap/sdap_async_initgroups.c +--- src/providers/ldap/sdap_async_initgroups.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/sdap_async_initgroups.c -@@ -45,6 +45,7 @@ errno_t sdap_add_incomplete_groups(struct sysdb_ctx *sysdb, +@@ -45,6 +45,7 @@ errno_t sdap_add_incomplete_groups(struct sysdb_ctx *s const char *uuid = NULL; char **missing; gid_t gid; @@ -10,7 +8,7 @@ int ret; errno_t sret; bool in_transaction = false; -@@ -146,7 +147,8 @@ errno_t sdap_add_incomplete_groups(struct sysdb_ctx *sysdb, +@@ -146,7 +147,8 @@ errno_t sdap_add_incomplete_groups(struct sysdb_ctx *s /* Convert the SID into a UNIX group ID */ ret = sdap_idmap_sid_to_unix(opts->idmap_ctx, sid_str, @@ -20,7 +18,7 @@ if (ret == EOK) { DEBUG(SSSDBG_TRACE_INTERNAL, "Group [%s] has mapped gid [%lu]\n", -@@ -3305,6 +3307,7 @@ static void sdap_get_initgr_done(struct tevent_req *subreq) +@@ -3305,6 +3307,7 @@ static void sdap_get_initgr_done(struct tevent_req *su int ret; TALLOC_CTX *tmp_ctx; gid_t primary_gid; @@ -28,7 +26,7 @@ char *gid; char *sid_str; char *dom_sid_str; -@@ -3411,8 +3414,9 @@ static void sdap_get_initgr_done(struct tevent_req *subreq) +@@ -3411,8 +3414,9 @@ static void sdap_get_initgr_done(struct tevent_req *su /* Convert the SID into a UNIX group ID */ ret = sdap_idmap_sid_to_unix(opts->idmap_ctx, group_sid_str, diff --git a/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups_ad.c b/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups_ad.c --- a/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups_ad.c +++ b/security/sssd/files/patch-src__providers__ldap__sdap_async_initgroups_ad.c @@ -1,8 +1,6 @@ -diff --git src/providers/ldap/sdap_async_initgroups_ad.c src/providers/ldap/sdap_async_initgroups_ad.c -index 3c58f5bc4..7e0a5169d 100644 ---- src/providers/ldap/sdap_async_initgroups_ad.c +--- src/providers/ldap/sdap_async_initgroups_ad.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/sdap_async_initgroups_ad.c -@@ -851,6 +851,7 @@ errno_t sdap_ad_save_group_membership_with_idmapping(const char *username, +@@ -851,6 +851,7 @@ errno_t sdap_ad_save_group_membership_with_idmapping(c size_t i; time_t now; gid_t gid; @@ -10,7 +8,7 @@ char **groups = NULL; size_t num_groups; errno_t ret; -@@ -881,7 +882,8 @@ errno_t sdap_ad_save_group_membership_with_idmapping(const char *username, +@@ -881,7 +882,8 @@ errno_t sdap_ad_save_group_membership_with_idmapping(c sid = sids[i]; DEBUG(SSSDBG_TRACE_LIBS, "Processing membership SID [%s]\n", sid); diff --git a/security/sssd/files/patch-src__providers__ldap__sdap_async_sudo_hostinfo.c b/security/sssd/files/patch-src__providers__ldap__sdap_async_sudo_hostinfo.c --- a/security/sssd/files/patch-src__providers__ldap__sdap_async_sudo_hostinfo.c +++ b/security/sssd/files/patch-src__providers__ldap__sdap_async_sudo_hostinfo.c @@ -1,8 +1,6 @@ -diff --git src/providers/ldap/sdap_async_sudo_hostinfo.c src/providers/ldap/sdap_async_sudo_hostinfo.c -index a3c3e1068..f33299304 100644 ---- src/providers/ldap/sdap_async_sudo_hostinfo.c +--- src/providers/ldap/sdap_async_sudo_hostinfo.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/sdap_async_sudo_hostinfo.c -@@ -357,7 +357,7 @@ static struct tevent_req *sdap_sudo_get_hostnames_send(TALLOC_CTX *mem_ctx, +@@ -357,7 +357,7 @@ static struct tevent_req *sdap_sudo_get_hostnames_send struct tevent_req *subreq = NULL; struct sdap_sudo_get_hostnames_state *state = NULL; char *dot = NULL; @@ -11,7 +9,7 @@ int ret; req = tevent_req_create(mem_ctx, &state, -@@ -380,14 +380,14 @@ static struct tevent_req *sdap_sudo_get_hostnames_send(TALLOC_CTX *mem_ctx, +@@ -380,14 +380,14 @@ static struct tevent_req *sdap_sudo_get_hostnames_send /* get hostname */ errno = 0; diff --git a/security/sssd/files/patch-src__providers__ldap__sdap_async_users.c b/security/sssd/files/patch-src__providers__ldap__sdap_async_users.c --- a/security/sssd/files/patch-src__providers__ldap__sdap_async_users.c +++ b/security/sssd/files/patch-src__providers__ldap__sdap_async_users.c @@ -1,6 +1,4 @@ -diff --git src/providers/ldap/sdap_async_users.c src/providers/ldap/sdap_async_users.c -index 92eeda1d3..8847be79b 100644 ---- src/providers/ldap/sdap_async_users.c +--- src/providers/ldap/sdap_async_users.c.orig 2020-03-17 13:31:28 UTC +++ src/providers/ldap/sdap_async_users.c @@ -61,7 +61,8 @@ sdap_get_idmap_primary_gid(struct sdap_options *opts, { diff --git a/security/sssd/files/patch-src__resolv__async_resolv_utils.c b/security/sssd/files/patch-src__resolv__async_resolv_utils.c --- a/security/sssd/files/patch-src__resolv__async_resolv_utils.c +++ b/security/sssd/files/patch-src__resolv__async_resolv_utils.c @@ -1,6 +1,4 @@ -diff --git src/resolv/async_resolv_utils.c src/resolv/async_resolv_utils.c -index f86181b91..25323cf7a 100644 ---- src/resolv/async_resolv_utils.c +--- src/resolv/async_resolv_utils.c.orig 2020-03-17 13:31:28 UTC +++ src/resolv/async_resolv_utils.c @@ -45,7 +45,7 @@ resolv_get_domain_send(TALLOC_CTX *mem_ctx, struct resolv_get_domain_state *state = NULL; diff --git a/security/sssd/files/patch-src__sbus__sbus_codegen b/security/sssd/files/patch-src__sbus__sbus_codegen --- a/security/sssd/files/patch-src__sbus__sbus_codegen +++ b/security/sssd/files/patch-src__sbus__sbus_codegen @@ -1,9 +1,7 @@ -diff --git src/sbus/sbus_codegen src/sbus/sbus_codegen -index a97a92591..fb3b6d9b3 100755 ---- src/sbus/sbus_codegen +--- src/sbus/sbus_codegen.orig 2024-07-05 11:06:22 UTC +++ src/sbus/sbus_codegen @@ -1,4 +1,4 @@ --#!/usr/bin/env python +-#!/usr/local/bin/python3.11 +#!/usr/bin/env python3 # diff --git a/security/sssd/files/patch-src__sss_client__common.c b/security/sssd/files/patch-src__sss_client__common.c --- a/security/sssd/files/patch-src__sss_client__common.c +++ b/security/sssd/files/patch-src__sss_client__common.c @@ -1,6 +1,4 @@ -diff --git src/sss_client/common.c src/sss_client/common.c -index d8effb6dd..edeb4a159 100644 ---- src/sss_client/common.c +--- src/sss_client/common.c.orig 2020-03-17 13:31:28 UTC +++ src/sss_client/common.c @@ -25,6 +25,7 @@ #include "config.h" @@ -18,7 +16,7 @@ #if HAVE_PTHREAD #include -@@ -126,7 +128,6 @@ static enum sss_status sss_cli_send_req(enum sss_cli_command cmd, +@@ -126,7 +128,6 @@ static enum sss_status sss_cli_send_req(enum sss_cli_c *errnop = error; break; case 0: @@ -26,7 +24,7 @@ break; case 1: if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { -@@ -235,7 +236,6 @@ static enum sss_status sss_cli_recv_rep(enum sss_cli_command cmd, +@@ -235,7 +236,6 @@ static enum sss_status sss_cli_recv_rep(enum sss_cli_c *errnop = error; break; case 0: @@ -34,7 +32,7 @@ break; case 1: if (pfd.revents & (POLLHUP)) { -@@ -679,7 +679,6 @@ static enum sss_status sss_cli_check_socket(int *errnop, +@@ -679,7 +679,6 @@ static enum sss_status sss_cli_check_socket(int *errno *errnop = error; break; case 0: @@ -42,7 +40,7 @@ break; case 1: if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { -@@ -730,7 +729,7 @@ enum nss_status sss_nss_make_request_timeout(enum sss_cli_command cmd, +@@ -730,7 +729,7 @@ enum nss_status sss_nss_make_request_timeout(enum sss_ /* avoid looping in the nss daemon */ envval = getenv("_SSS_LOOPS"); if (envval && strcmp(envval, "NO") == 0) { @@ -51,7 +49,7 @@ } ret = sss_cli_check_socket(errnop, SSS_NSS_SOCKET_NAME, timeout); -@@ -738,9 +737,9 @@ enum nss_status sss_nss_make_request_timeout(enum sss_cli_command cmd, +@@ -738,9 +737,9 @@ enum nss_status sss_nss_make_request_timeout(enum sss_ #ifdef NONSTANDARD_SSS_NSS_BEHAVIOUR *errnop = 0; errno = 0; @@ -63,7 +61,19 @@ #endif } -@@ -765,17 +764,17 @@ enum nss_status sss_nss_make_request_timeout(enum sss_cli_command cmd, +@@ -753,9 +752,9 @@ enum nss_status sss_nss_make_request_timeout(enum sss_ + #ifdef NONSTANDARD_SSS_NSS_BEHAVIOUR + *errnop = 0; + errno = 0; +- return NSS_STATUS_NOTFOUND; ++ return NS_NOTFOUND; + #else +- return NSS_STATUS_UNAVAIL; ++ return NS_UNAVAIL; + #endif + } + +@@ -765,17 +764,17 @@ enum nss_status sss_nss_make_request_timeout(enum sss_ } switch (ret) { case SSS_STATUS_TRYAGAIN: @@ -85,3 +95,43 @@ #endif } } +@@ -815,12 +814,12 @@ int sss_pac_make_request(enum sss_cli_command cmd, + /* avoid looping in the nss daemon */ + envval = getenv("_SSS_LOOPS"); + if (envval && strcmp(envval, "NO") == 0) { +- return NSS_STATUS_NOTFOUND; ++ return NS_NOTFOUND; + } + + ret = sss_cli_check_socket(errnop, SSS_PAC_SOCKET_NAME, timeout); + if (ret != SSS_STATUS_SUCCESS) { +- return NSS_STATUS_UNAVAIL; ++ return NS_UNAVAIL; + } + + ret = sss_cli_make_request_nochecks(cmd, rd, timeout, repbuf, replen, +@@ -829,7 +828,7 @@ int sss_pac_make_request(enum sss_cli_command cmd, + /* try reopen socket */ + ret = sss_cli_check_socket(errnop, SSS_PAC_SOCKET_NAME, timeout); + if (ret != SSS_STATUS_SUCCESS) { +- return NSS_STATUS_UNAVAIL; ++ return NS_UNAVAIL; + } + + /* and make request one more time */ +@@ -838,12 +837,12 @@ int sss_pac_make_request(enum sss_cli_command cmd, + } + switch (ret) { + case SSS_STATUS_TRYAGAIN: +- return NSS_STATUS_TRYAGAIN; ++ return NS_TRYAGAIN; + case SSS_STATUS_SUCCESS: +- return NSS_STATUS_SUCCESS; ++ return NS_SUCCESS; + case SSS_STATUS_UNAVAIL: + default: +- return NSS_STATUS_UNAVAIL; ++ return NS_UNAVAIL; + } + } + diff --git a/security/sssd/files/patch-src__sss_client__nss_group.c b/security/sssd/files/patch-src__sss_client__nss_group.c --- a/security/sssd/files/patch-src__sss_client__nss_group.c +++ b/security/sssd/files/patch-src__sss_client__nss_group.c @@ -1,6 +1,4 @@ -diff --git src/sss_client/nss_group.c src/sss_client/nss_group.c -index 5ab2bdf78..69ba75dcb 100644 ---- src/sss_client/nss_group.c +--- src/sss_client/nss_group.c.orig 2020-03-17 13:31:28 UTC +++ src/sss_client/nss_group.c @@ -390,6 +390,76 @@ out: } diff --git a/security/sssd/files/patch-src__sss_client__pam_sss.c b/security/sssd/files/patch-src__sss_client__pam_sss.c --- a/security/sssd/files/patch-src__sss_client__pam_sss.c +++ b/security/sssd/files/patch-src__sss_client__pam_sss.c @@ -1,8 +1,6 @@ -diff --git src/sss_client/pam_sss.c src/sss_client/pam_sss.c -index f634f7659..1de88fefe 100644 ---- src/sss_client/pam_sss.c +--- src/sss_client/pam_sss.c.orig 2020-03-17 13:31:28 UTC +++ src/sss_client/pam_sss.c -@@ -263,9 +263,9 @@ static int do_pam_conversation(pam_handle_t *pamh, const int msg_style, +@@ -266,9 +266,9 @@ static int do_pam_conversation(pam_handle_t *pamh, con pam_msg->msg_style = msg_style; if (state == SSS_PAM_CONV_REENTER) { @@ -14,3 +12,12 @@ } mesg[0] = (const struct pam_message *) pam_msg; +@@ -1253,7 +1253,7 @@ static int get_pam_items(pam_handle_t *pamh, uint32_t + + pi->cli_pid = getpid(); + +- pi->login_name = pam_modutil_getlogin(pamh); ++ pi->login_name = getlogin(); + if (pi->login_name == NULL) pi->login_name=""; + + pi->domain_name = NULL; diff --git a/security/sssd/files/patch-src__sss_client__sss_nss.exports b/security/sssd/files/patch-src__sss_client__sss_nss.exports --- a/security/sssd/files/patch-src__sss_client__sss_nss.exports +++ b/security/sssd/files/patch-src__sss_client__sss_nss.exports @@ -1,6 +1,4 @@ -diff --git src/sss_client/sss_nss.exports src/sss_client/sss_nss.exports -index 1eefea8d5..8e85a0541 100644 ---- src/sss_client/sss_nss.exports +--- src/sss_client/sss_nss.exports.orig 2020-03-17 13:31:28 UTC +++ src/sss_client/sss_nss.exports @@ -3,6 +3,7 @@ EXPORTED { # public functions @@ -10,29 +8,28 @@ _nss_sss_getpwnam_r; _nss_sss_getpwuid_r; _nss_sss_setpwent; -@@ -14,8 +15,25 @@ EXPORTED { +@@ -14,7 +15,24 @@ EXPORTED { _nss_sss_setgrent; _nss_sss_getgrent_r; _nss_sss_endgrent; + _nss_sss_getgroupmembership; _nss_sss_initgroups_dyn; - -+ __nss_compat_getgrnam_r; -+ __nss_compat_getgrgid_r; -+ __nss_compat_getgrent_r; -+ __nss_compat_setgrent; -+ __nss_compat_endgrent; + -+ __nss_compat_getpwnam_r; -+ __nss_compat_getpwuid_r; -+ __nss_compat_getpwent_r; -+ __nss_compat_setpwent; -+ __nss_compat_endpwent; ++ #__nss_compat_getgrnam_r; ++ #__nss_compat_getgrgid_r; ++ #__nss_compat_getgrent_r; ++ #__nss_compat_setgrent; ++ #__nss_compat_endgrent; + -+ __nss_compat_gethostbyname; -+ __nss_compat_gethostbyname2; -+ __nss_compat_gethostbyaddr; ++ #__nss_compat_getpwnam_r; ++ #__nss_compat_getpwuid_r; ++ #__nss_compat_getpwent_r; ++ #__nss_compat_setpwent; ++ #__nss_compat_endpwent; + ++ #__nss_compat_gethostbyname; ++ #__nss_compat_gethostbyname2; ++ #__nss_compat_gethostbyaddr; + #_nss_sss_getaliasbyname_r; #_nss_sss_setaliasent; - #_nss_sss_getaliasent_r; diff --git a/security/sssd/files/patch-src__tests__cmocka__test_authtok.c b/security/sssd/files/patch-src__tests__cmocka__test_authtok.c --- a/security/sssd/files/patch-src__tests__cmocka__test_authtok.c +++ b/security/sssd/files/patch-src__tests__cmocka__test_authtok.c @@ -1,6 +1,4 @@ -diff --git src/tests/cmocka/test_authtok.c src/tests/cmocka/test_authtok.c -index 9422f96bc..8492e186a 100644 ---- src/tests/cmocka/test_authtok.c +--- src/tests/cmocka/test_authtok.c.orig 2020-03-17 13:31:28 UTC +++ src/tests/cmocka/test_authtok.c @@ -28,6 +28,7 @@ #include "tests/cmocka/common_mock.h" diff --git a/security/sssd/files/patch-src__tests__cmocka__test_negcache_2.c b/security/sssd/files/patch-src__tests__cmocka__test_negcache_2.c --- a/security/sssd/files/patch-src__tests__cmocka__test_negcache_2.c +++ b/security/sssd/files/patch-src__tests__cmocka__test_negcache_2.c @@ -1,6 +1,7 @@ ---- src/tests/cmocka/test_negcache_2.c 2020-03-17 09:31:28.000000000 -0400 -+++ src/tests/cmocka/test_negcache_2.c 2022-02-22 23:48:57.315866000 -0500 -@@ -116,12 +116,8 @@ +--- src/tests/cmocka/test_negcache_2.c.orig 2020-03-17 13:31:28 UTC ++++ src/tests/cmocka/test_negcache_2.c +@@ -115,14 +115,10 @@ static void find_local_users(struct ncache_test_ctx *t + static void find_local_users(struct ncache_test_ctx *test_ctx) { int i; - FILE *passwd_file; @@ -14,13 +15,15 @@ + pwd = getpwent(); assert_non_null(pwd); if (pwd->pw_uid == 0) { -@@ -135,5 +131,4 @@ + /* skip root */ +@@ -134,20 +130,15 @@ static void find_local_users(struct ncache_test_ctx *t + ++i; } - fclose(passwd_file); } -@@ -141,12 +136,8 @@ + static void find_local_groups(struct ncache_test_ctx *test_ctx) { int i; - FILE *group_file; @@ -34,9 +37,12 @@ + grp = getgrent(); assert_non_null(grp); if (grp->gr_gid == 0) { -@@ -160,5 +151,4 @@ + /* skip root */ +@@ -159,7 +150,6 @@ static void find_local_groups(struct ncache_test_ctx * + ++i; } - fclose(group_file); } + static void find_non_local_users(struct ncache_test_ctx *test_ctx) diff --git a/security/sssd/files/patch-src__tests__cmocka__test_pam_srv.c b/security/sssd/files/patch-src__tests__cmocka__test_pam_srv.c --- a/security/sssd/files/patch-src__tests__cmocka__test_pam_srv.c +++ b/security/sssd/files/patch-src__tests__cmocka__test_pam_srv.c @@ -1,6 +1,4 @@ -diff --git src/tests/cmocka/test_pam_srv.c src/tests/cmocka/test_pam_srv.c -index 446985d5d..f53f84be2 100644 ---- src/tests/cmocka/test_pam_srv.c +--- src/tests/cmocka/test_pam_srv.c.orig 2020-03-17 13:31:28 UTC +++ src/tests/cmocka/test_pam_srv.c @@ -1177,7 +1177,7 @@ void test_pam_open_session(void **state) diff --git a/security/sssd/files/patch-src__tests__cwrap__test_responder_common.c b/security/sssd/files/patch-src__tests__cwrap__test_responder_common.c --- a/security/sssd/files/patch-src__tests__cwrap__test_responder_common.c +++ b/security/sssd/files/patch-src__tests__cwrap__test_responder_common.c @@ -1,8 +1,6 @@ -diff --git src/tests/cwrap/test_responder_common.c src/tests/cwrap/test_responder_common.c -index 11cc3abd8..191310143 100644 ---- src/tests/cwrap/test_responder_common.c +--- src/tests/cwrap/test_responder_common.c.orig 2020-03-17 13:31:28 UTC +++ src/tests/cwrap/test_responder_common.c -@@ -136,11 +136,13 @@ void check_sock_properties(struct create_pipe_ctx *ctx, mode_t mode) +@@ -136,11 +136,13 @@ void check_sock_properties(struct create_pipe_ctx *ctx assert_true(S_ISSOCK(sbuf.st_mode)); assert_true((sbuf.st_mode & ~S_IFMT) == mode); diff --git a/security/sssd/files/patch-src__tests__cwrap__test_server.c b/security/sssd/files/patch-src__tests__cwrap__test_server.c --- a/security/sssd/files/patch-src__tests__cwrap__test_server.c +++ b/security/sssd/files/patch-src__tests__cwrap__test_server.c @@ -1,6 +1,4 @@ -diff --git src/tests/cwrap/test_server.c src/tests/cwrap/test_server.c -index 85ecb7f74..a2ddc595f 100644 ---- src/tests/cwrap/test_server.c +--- src/tests/cwrap/test_server.c.orig 2020-03-17 13:31:28 UTC +++ src/tests/cwrap/test_server.c @@ -23,6 +23,7 @@ #include diff --git a/security/sssd/files/patch-src__tests__dlopen-tests.c b/security/sssd/files/patch-src__tests__dlopen-tests.c --- a/security/sssd/files/patch-src__tests__dlopen-tests.c +++ b/security/sssd/files/patch-src__tests__dlopen-tests.c @@ -1,6 +1,4 @@ -diff --git src/tests/dlopen-tests.c src/tests/dlopen-tests.c -index 9a5d3597f..4b469726b 100644 ---- src/tests/dlopen-tests.c +--- src/tests/dlopen-tests.c.orig 2020-03-17 13:31:28 UTC +++ src/tests/dlopen-tests.c @@ -44,7 +44,7 @@ struct so { { "libipa_hbac.so", { LIBPFX"libipa_hbac.so", NULL } }, diff --git a/security/sssd/files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c b/security/sssd/files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c --- a/security/sssd/files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c +++ b/security/sssd/files/patch-src__util__crypto__libcrypto__crypto_sha512crypt.c @@ -1,6 +1,4 @@ -diff --git src/util/crypto/libcrypto/crypto_sha512crypt.c src/util/crypto/libcrypto/crypto_sha512crypt.c -index 2275ccd96..c1e418917 100644 ---- src/util/crypto/libcrypto/crypto_sha512crypt.c +--- src/util/crypto/libcrypto/crypto_sha512crypt.c.orig 2020-03-17 13:31:28 UTC +++ src/util/crypto/libcrypto/crypto_sha512crypt.c @@ -30,6 +30,13 @@ diff --git a/security/sssd/files/patch-src__util__crypto__nss__nss_sha512crypt.c b/security/sssd/files/patch-src__util__crypto__nss__nss_sha512crypt.c --- a/security/sssd/files/patch-src__util__crypto__nss__nss_sha512crypt.c +++ b/security/sssd/files/patch-src__util__crypto__nss__nss_sha512crypt.c @@ -1,6 +1,4 @@ -diff --git src/util/crypto/nss/nss_sha512crypt.c src/util/crypto/nss/nss_sha512crypt.c -index 4d0594d9f..49801222d 100644 ---- src/util/crypto/nss/nss_sha512crypt.c +--- src/util/crypto/nss/nss_sha512crypt.c.orig 2020-03-17 13:31:28 UTC +++ src/util/crypto/nss/nss_sha512crypt.c @@ -29,6 +29,14 @@ #include diff --git a/security/sssd/files/patch-src__util__find_uid.c b/security/sssd/files/patch-src__util__find_uid.c --- a/security/sssd/files/patch-src__util__find_uid.c +++ b/security/sssd/files/patch-src__util__find_uid.c @@ -1,8 +1,6 @@ -diff --git src/util/find_uid.c src/util/find_uid.c -index 215c0d338..42a1df729 100644 ---- src/util/find_uid.c +--- src/util/find_uid.c.orig 2020-03-17 13:31:28 UTC +++ src/util/find_uid.c -@@ -72,7 +72,7 @@ static errno_t get_uid_from_pid(const pid_t pid, uid_t *uid) +@@ -72,7 +72,7 @@ static errno_t get_uid_from_pid(const pid_t pid, uid_t uint32_t num=0; errno_t error; @@ -11,7 +9,7 @@ if (ret < 0) { DEBUG(SSSDBG_CRIT_FAILURE, "snprintf failed\n"); return EINVAL; -@@ -218,12 +218,12 @@ static errno_t get_active_uid_linux(hash_table_t *table, uid_t search_uid) +@@ -216,12 +216,12 @@ static errno_t get_active_uid_linux(hash_table_t *tabl struct dirent *dirent; int ret, err; pid_t pid = -1; @@ -26,7 +24,7 @@ if (proc_dir == NULL) { ret = errno; DEBUG(SSSDBG_CRIT_FAILURE, "Cannot open proc dir.\n"); -@@ -298,9 +298,8 @@ done: +@@ -301,9 +301,8 @@ errno_t get_uid_table(TALLOC_CTX *mem_ctx, hash_table_ errno_t get_uid_table(TALLOC_CTX *mem_ctx, hash_table_t **table) { diff --git a/security/sssd/files/patch-src__util__nss_dl_load.c b/security/sssd/files/patch-src__util__nss_dl_load.c --- a/security/sssd/files/patch-src__util__nss_dl_load.c +++ b/security/sssd/files/patch-src__util__nss_dl_load.c @@ -1,5 +1,5 @@ ---- src/util/nss_dl_load.c-orig 2020-10-22 17:57:10.433049000 +0100 -+++ src/util/nss_dl_load.c 2020-11-01 13:25:22.636487000 +0000 +--- src/util/nss_dl_load.c.orig 2020-03-17 13:31:28 UTC ++++ src/util/nss_dl_load.c @@ -24,6 +24,7 @@ #include "util/util_errors.h" #include "util/debug.h" @@ -8,7 +8,7 @@ #define NSS_FN_NAME "_nss_%s_%s" -@@ -36,7 +37,8 @@ +@@ -36,7 +37,8 @@ static void *proxy_dlsym(void *handle, char *funcname; void *funcptr; @@ -18,7 +18,7 @@ if (funcname == NULL) { DEBUG(SSSDBG_CRIT_FAILURE, "talloc_asprintf() failed\n"); return NULL; -@@ -78,7 +80,8 @@ +@@ -78,7 +80,8 @@ errno_t sss_load_nss_symbols(struct sss_nss_ops *ops, {(void**)&ops->endservent, "endservent"} }; diff --git a/security/sssd/files/patch-src__util__server.c b/security/sssd/files/patch-src__util__server.c --- a/security/sssd/files/patch-src__util__server.c +++ b/security/sssd/files/patch-src__util__server.c @@ -1,6 +1,4 @@ -diff --git src/util/server.c src/util/server.c -index f34bf49f6..7cb3864af 100644 ---- src/util/server.c +--- src/util/server.c.orig 2020-03-17 13:31:28 UTC +++ src/util/server.c @@ -311,10 +311,13 @@ static void setup_signals(void) BlockSignals(false, SIGTERM); diff --git a/security/sssd/files/patch-src__util__sss_endian.h b/security/sssd/files/patch-src__util__sss_endian.h --- a/security/sssd/files/patch-src__util__sss_endian.h +++ b/security/sssd/files/patch-src__util__sss_endian.h @@ -1,6 +1,4 @@ -diff --git src/util/sss_endian.h src/util/sss_endian.h -index 834c35980..d0bc1d338 100644 ---- src/util/sss_endian.h +--- src/util/sss_endian.h.orig 2020-03-17 13:31:28 UTC +++ src/util/sss_endian.h @@ -29,6 +29,18 @@ # include diff --git a/security/sssd/files/patch-src__util__sss_krb5.c b/security/sssd/files/patch-src__util__sss_krb5.c --- a/security/sssd/files/patch-src__util__sss_krb5.c +++ b/security/sssd/files/patch-src__util__sss_krb5.c @@ -1,6 +1,4 @@ -diff --git src/util/sss_krb5.c src/util/sss_krb5.c -index c0cc28a75..88e6e6008 100644 ---- src/util/sss_krb5.c +--- src/util/sss_krb5.c.orig 2020-03-17 13:31:28 UTC +++ src/util/sss_krb5.c @@ -28,6 +28,7 @@ #include "util/sss_iobuf.h" diff --git a/security/sssd/files/patch-src__util__sss_sockets.c b/security/sssd/files/patch-src__util__sss_sockets.c --- a/security/sssd/files/patch-src__util__sss_sockets.c +++ b/security/sssd/files/patch-src__util__sss_sockets.c @@ -1,6 +1,6 @@ ---- src/util/sss_sockets.c.orig 2020-03-17 13:31:28.000000000 +0000 -+++ src/util/sss_sockets.c 2020-10-22 19:39:46.454834000 +0100 -@@ -120,14 +120,16 @@ +--- src/util/sss_sockets.c.orig 2020-03-17 13:31:28 UTC ++++ src/util/sss_sockets.c +@@ -120,14 +120,16 @@ static errno_t set_fd_common_opts(int fd, int timeout) } milli = timeout * 1000; /* timeout in milliseconds */ @@ -25,7 +25,7 @@ } return EOK; -@@ -230,7 +232,7 @@ +@@ -230,7 +232,7 @@ static void sssd_async_connect_done(struct tevent_cont talloc_zfree(fde); @@ -34,7 +34,7 @@ tevent_req_done(req); } else { ret = errno; -@@ -313,7 +315,7 @@ +@@ -313,7 +315,7 @@ struct tevent_req *sssd_async_socket_init_send(TALLOC_ "Using file descriptor [%d] for the connection.\n", state->sd); subreq = sssd_async_connect_send(state, ev, state->sd, diff --git a/security/sssd/files/patch-src__util__util.h b/security/sssd/files/patch-src__util__util.h --- a/security/sssd/files/patch-src__util__util.h +++ b/security/sssd/files/patch-src__util__util.h @@ -1,8 +1,6 @@ -diff --git src/util/util.h src/util/util.h -index 1e36bf02a..e883f322f 100644 ---- src/util/util.h +--- src/util/util.h.orig 2020-03-17 13:31:28 UTC +++ src/util/util.h -@@ -733,4 +733,6 @@ errno_t create_preauth_indicator(void); +@@ -749,4 +749,6 @@ errno_t create_preauth_indicator(void); #define N_ELEMENTS(arr) (sizeof(arr) / sizeof(arr[0])) #endif diff --git a/security/sssd/files/patch-src__util__util.c b/security/sssd/files/patch-src__util__util.c --- a/security/sssd/files/patch-src__util__util.c +++ b/security/sssd/files/patch-src__util__util.c @@ -1,6 +1,6 @@ ---- src/util/util.c 2020-10-20 19:31:51.466783000 +0100 -+++ src/util/util.c 2020-10-20 19:33:20.832098000 +0100 -@@ -830,6 +830,19 @@ +--- src/util/util.c.orig 2020-03-17 13:31:28 UTC ++++ src/util/util.c +@@ -830,6 +830,19 @@ errno_t sss_fd_nonblocking(int fd) return EOK; } diff --git a/security/sssd/pkg-plist b/security/sssd/pkg-plist --- a/security/sssd/pkg-plist +++ b/security/sssd/pkg-plist @@ -34,8 +34,8 @@ lib/pam_sss.so %%PYTHON_SITELIBDIR%%/SSSDConfig-1.16.5-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/SSSDConfig/__init__.py -%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/ipachangeconf.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/ipachangeconf%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/SSSDConfig/ipachangeconf.py %%PYTHON_SITELIBDIR%%/pyhbac.so %%PYTHON_SITELIBDIR%%/pysss.so @@ -107,9 +107,9 @@ share/man/de/man8/sss_usermod.8.gz share/man/de/man8/sssd.8.gz share/man/es/man5/sssd-ldap.5.gz -share/man/es/man5/sssd.conf.5.gz share/man/es/man5/sssd-simple.5.gz share/man/es/man5/sssd-sudo.5.gz +share/man/es/man5/sssd.conf.5.gz share/man/es/man8/pam_sss.8.gz share/man/es/man8/sss_groupadd.8.gz share/man/es/man8/sss_groupdel.8.gz @@ -179,7 +179,7 @@ share/man/nl/man8/sss_groupmod.8.gz share/man/pt/man8/sss_groupdel.8.gz share/man/pt/man8/sss_groupmod.8.gz -share/man/sv/man5/sssd.conf.5.gz +share/man/sv/man5/sss-certmap.5.gz share/man/sv/man5/sssd-ad.5.gz share/man/sv/man5/sssd-ifp.5.gz share/man/sv/man5/sssd-ipa.5.gz @@ -187,7 +187,7 @@ share/man/sv/man5/sssd-ldap.5.gz share/man/sv/man5/sssd-simple.5.gz share/man/sv/man5/sssd-sudo.5.gz -share/man/sv/man5/sss-certmap.5.gz +share/man/sv/man5/sssd.conf.5.gz share/man/sv/man8/pam_sss.8.gz share/man/sv/man8/sss_cache.8.gz share/man/sv/man8/sss_debuglevel.8.gz diff --git a/security/sssd2/files/bsdnss.c b/security/sssd2/files/bsdnss.c --- a/security/sssd2/files/bsdnss.c +++ b/security/sssd2/files/bsdnss.c @@ -63,6 +63,23 @@ gid_t agroup, gid_t *groups, int maxgrp, int *grpcnt); +NSS_METHOD_PROTOTYPE(__nss_compat_getgroupmembership); +NSS_METHOD_PROTOTYPE(__nss_compat_getgrnam_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getgrgid_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getgrent_r); +NSS_METHOD_PROTOTYPE(__nss_compat_setgrent); +NSS_METHOD_PROTOTYPE(__nss_compat_endgrent); + +NSS_METHOD_PROTOTYPE(__nss_compat_getpwnam_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getpwuid_r); +NSS_METHOD_PROTOTYPE(__nss_compat_getpwent_r); +NSS_METHOD_PROTOTYPE(__nss_compat_setpwent); +NSS_METHOD_PROTOTYPE(__nss_compat_endpwent); + +NSS_METHOD_PROTOTYPE(__nss_compat_gethostbyname); +NSS_METHOD_PROTOTYPE(__nss_compat_gethostbyname2); +NSS_METHOD_PROTOTYPE(__nss_compat_gethostbyaddr); + static ns_mtab methods[] = { { NSDB_GROUP, "getgrnam_r", __nss_compat_getgrnam_r, _nss_sss_getgrnam_r }, { NSDB_GROUP, "getgrgid_r", __nss_compat_getgrgid_r, _nss_sss_getgrgid_r }, diff --git a/sysutils/bacula11-client/Makefile b/sysutils/bacula11-client/Makefile --- a/sysutils/bacula11-client/Makefile +++ b/sysutils/bacula11-client/Makefile @@ -4,7 +4,7 @@ COMMENT= Network backup solution (client) WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bacula-fd +USE_RC_SUBR= bacula_fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bacula11-server diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile --- a/sysutils/bacula11-server/Makefile +++ b/sysutils/bacula11-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bacula PORTVERSION= 11.0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -51,7 +51,7 @@ .if !defined(WITH_CLIENT_ONLY) LIB_DEPENDS+= libbac-${PORTVERSION}.so:sysutils/bacula11-client -USE_RC_SUBR?= bacula-dir bacula-sd +USE_RC_SUBR?= bacula_dir bacula_sd .endif .if defined(WITH_CLIENT_ONLY) diff --git a/sysutils/bacula11-server/files/bacula-dir.in b/sysutils/bacula11-server/files/bacula_dir.in rename from sysutils/bacula11-server/files/bacula-dir.in rename to sysutils/bacula11-server/files/bacula_dir.in --- a/sysutils/bacula11-server/files/bacula-dir.in +++ b/sysutils/bacula11-server/files/bacula_dir.in @@ -23,6 +23,7 @@ : ${bacula_dir_enable="NO"} : ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-dir.conf"} : ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"} +: ${bacula_dir_svcj_options:="net_basic"} pidfile="${bacula_dir_pidfile}" diff --git a/sysutils/bacula13-server/files/bacula-fd.in b/sysutils/bacula11-server/files/bacula_fd.in rename from sysutils/bacula13-server/files/bacula-fd.in rename to sysutils/bacula11-server/files/bacula_fd.in --- a/sysutils/bacula13-server/files/bacula-fd.in +++ b/sysutils/bacula11-server/files/bacula_fd.in @@ -23,6 +23,7 @@ : ${bacula_fd_enable="NO"} : ${bacula_fd_flags=" -u root -g wheel -v -c %%PREFIX%%/etc/bacula/bacula-fd.conf"} : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} +: ${bacula_fd_svcj_options:="net_basic"} pidfile="${bacula_fd_pidfile}" diff --git a/sysutils/bacula15-server/files/bacula-sd.in b/sysutils/bacula11-server/files/bacula_sd.in rename from sysutils/bacula15-server/files/bacula-sd.in rename to sysutils/bacula11-server/files/bacula_sd.in --- a/sysutils/bacula15-server/files/bacula-sd.in +++ b/sysutils/bacula11-server/files/bacula_sd.in @@ -23,6 +23,7 @@ : ${bacula_sd_enable="NO"} : ${bacula_sd_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-sd.conf"} : ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"} +: ${bacula_sd_svcj_options:="net_basic"} pidfile="${bacula_sd_pidfile}" diff --git a/sysutils/bacula13-client/Makefile b/sysutils/bacula13-client/Makefile --- a/sysutils/bacula13-client/Makefile +++ b/sysutils/bacula13-client/Makefile @@ -4,7 +4,7 @@ COMMENT= Network backup solution (client) WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bacula-fd +USE_RC_SUBR= bacula_fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bacula13-server diff --git a/sysutils/bacula13-server/Makefile b/sysutils/bacula13-server/Makefile --- a/sysutils/bacula13-server/Makefile +++ b/sysutils/bacula13-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bacula DISTVERSION= 13.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -48,7 +48,7 @@ .if !defined(WITH_CLIENT_ONLY) LIB_DEPENDS+= libbac-${PORTVERSION}.so:sysutils/bacula13-client -USE_RC_SUBR?= bacula-dir bacula-sd +USE_RC_SUBR?= bacula_dir bacula_sd .endif .if defined(WITH_CLIENT_ONLY) diff --git a/sysutils/bacula15-server/files/bacula-dir.in b/sysutils/bacula13-server/files/bacula_dir.in rename from sysutils/bacula15-server/files/bacula-dir.in rename to sysutils/bacula13-server/files/bacula_dir.in --- a/sysutils/bacula15-server/files/bacula-dir.in +++ b/sysutils/bacula13-server/files/bacula_dir.in @@ -23,6 +23,7 @@ : ${bacula_dir_enable="NO"} : ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-dir.conf"} : ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"} +: ${bacula_dir_svcj_options:="net_basic"} pidfile="${bacula_dir_pidfile}" diff --git a/sysutils/bacula15-server/files/bacula-fd.in b/sysutils/bacula13-server/files/bacula_fd.in rename from sysutils/bacula15-server/files/bacula-fd.in rename to sysutils/bacula13-server/files/bacula_fd.in --- a/sysutils/bacula15-server/files/bacula-fd.in +++ b/sysutils/bacula13-server/files/bacula_fd.in @@ -23,6 +23,7 @@ : ${bacula_fd_enable="NO"} : ${bacula_fd_flags=" -u root -g wheel -v -c %%PREFIX%%/etc/bacula/bacula-fd.conf"} : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} +: ${bacula_fd_svcj_options:="net_basic"} pidfile="${bacula_fd_pidfile}" diff --git a/sysutils/bacula11-server/files/bacula-sd.in b/sysutils/bacula13-server/files/bacula_sd.in rename from sysutils/bacula11-server/files/bacula-sd.in rename to sysutils/bacula13-server/files/bacula_sd.in --- a/sysutils/bacula11-server/files/bacula-sd.in +++ b/sysutils/bacula13-server/files/bacula_sd.in @@ -23,6 +23,7 @@ : ${bacula_sd_enable="NO"} : ${bacula_sd_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-sd.conf"} : ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"} +: ${bacula_sd_svcj_options:="net_basic"} pidfile="${bacula_sd_pidfile}" diff --git a/sysutils/bacula15-client/Makefile b/sysutils/bacula15-client/Makefile --- a/sysutils/bacula15-client/Makefile +++ b/sysutils/bacula15-client/Makefile @@ -4,7 +4,7 @@ COMMENT= Network backup solution (client) WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bacula-fd +USE_RC_SUBR= bacula_fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bacula15-server diff --git a/sysutils/bacula15-server/Makefile b/sysutils/bacula15-server/Makefile --- a/sysutils/bacula15-server/Makefile +++ b/sysutils/bacula15-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bacula DISTVERSION= 15.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${DISTVERSION} PKGNAMEPREFIX?= # @@ -50,7 +50,7 @@ .if !defined(WITH_CLIENT_ONLY) LIB_DEPENDS+= libbac-${LIB_VERSION}.so:sysutils/bacula15-client -USE_RC_SUBR?= bacula-dir bacula-sd +USE_RC_SUBR?= bacula_dir bacula_sd .endif .if defined(WITH_CLIENT_ONLY) diff --git a/sysutils/bacula13-server/files/bacula-dir.in b/sysutils/bacula15-server/files/bacula_dir.in rename from sysutils/bacula13-server/files/bacula-dir.in rename to sysutils/bacula15-server/files/bacula_dir.in --- a/sysutils/bacula13-server/files/bacula-dir.in +++ b/sysutils/bacula15-server/files/bacula_dir.in @@ -23,6 +23,7 @@ : ${bacula_dir_enable="NO"} : ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-dir.conf"} : ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"} +: ${bacula_dir_svcj_options:="net_basic"} pidfile="${bacula_dir_pidfile}" diff --git a/sysutils/bacula11-server/files/bacula-fd.in b/sysutils/bacula15-server/files/bacula_fd.in rename from sysutils/bacula11-server/files/bacula-fd.in rename to sysutils/bacula15-server/files/bacula_fd.in --- a/sysutils/bacula11-server/files/bacula-fd.in +++ b/sysutils/bacula15-server/files/bacula_fd.in @@ -23,6 +23,7 @@ : ${bacula_fd_enable="NO"} : ${bacula_fd_flags=" -u root -g wheel -v -c %%PREFIX%%/etc/bacula/bacula-fd.conf"} : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} +: ${bacula_fd_svcj_options:="net_basic"} pidfile="${bacula_fd_pidfile}" diff --git a/sysutils/bacula9-server/files/bacula-sd.in b/sysutils/bacula15-server/files/bacula_sd.in rename from sysutils/bacula9-server/files/bacula-sd.in rename to sysutils/bacula15-server/files/bacula_sd.in --- a/sysutils/bacula9-server/files/bacula-sd.in +++ b/sysutils/bacula15-server/files/bacula_sd.in @@ -23,6 +23,7 @@ : ${bacula_sd_enable="NO"} : ${bacula_sd_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-sd.conf"} : ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"} +: ${bacula_sd_svcj_options:="net_basic"} pidfile="${bacula_sd_pidfile}" diff --git a/sysutils/bacula9-client/Makefile b/sysutils/bacula9-client/Makefile --- a/sysutils/bacula9-client/Makefile +++ b/sysutils/bacula9-client/Makefile @@ -7,7 +7,7 @@ BROKEN_riscv64= Fails to link: missing sbrk WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bacula-fd +USE_RC_SUBR= bacula_fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bacula9-server diff --git a/sysutils/bacula9-server/Makefile b/sysutils/bacula9-server/Makefile --- a/sysutils/bacula9-server/Makefile +++ b/sysutils/bacula9-server/Makefile @@ -50,7 +50,7 @@ .if !defined(WITH_CLIENT_ONLY) LIB_DEPENDS+= libbac-${PORTVERSION}.so:sysutils/bacula9-client -USE_RC_SUBR?= bacula-dir bacula-sd +USE_RC_SUBR?= bacula_dir bacula_sd .endif .if defined(WITH_CLIENT_ONLY) diff --git a/sysutils/bacula9-server/files/bacula-dir.in b/sysutils/bacula9-server/files/bacula_dir.in rename from sysutils/bacula9-server/files/bacula-dir.in rename to sysutils/bacula9-server/files/bacula_dir.in --- a/sysutils/bacula9-server/files/bacula-dir.in +++ b/sysutils/bacula9-server/files/bacula_dir.in @@ -23,6 +23,7 @@ : ${bacula_dir_enable="NO"} : ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-dir.conf"} : ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"} +: ${bacula_dir_svcj_options:="net_basic"} pidfile="${bacula_dir_pidfile}" diff --git a/sysutils/bacula9-server/files/bacula-fd.in b/sysutils/bacula9-server/files/bacula_fd.in rename from sysutils/bacula9-server/files/bacula-fd.in rename to sysutils/bacula9-server/files/bacula_fd.in --- a/sysutils/bacula9-server/files/bacula-fd.in +++ b/sysutils/bacula9-server/files/bacula_fd.in @@ -23,6 +23,7 @@ : ${bacula_fd_enable="NO"} : ${bacula_fd_flags=" -u root -g wheel -v -c %%PREFIX%%/etc/bacula/bacula-fd.conf"} : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} +: ${bacula_fd_svcj_options:="net_basic"} pidfile="${bacula_fd_pidfile}" diff --git a/sysutils/bacula13-server/files/bacula-sd.in b/sysutils/bacula9-server/files/bacula_sd.in rename from sysutils/bacula13-server/files/bacula-sd.in rename to sysutils/bacula9-server/files/bacula_sd.in --- a/sysutils/bacula13-server/files/bacula-sd.in +++ b/sysutils/bacula9-server/files/bacula_sd.in @@ -23,6 +23,7 @@ : ${bacula_sd_enable="NO"} : ${bacula_sd_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-sd.conf"} : ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"} +: ${bacula_sd_svcj_options:="net_basic"} pidfile="${bacula_sd_pidfile}" diff --git a/textproc/libgepub/Makefile b/textproc/libgepub/Makefile --- a/textproc/libgepub/Makefile +++ b/textproc/libgepub/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgepub PORTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc gnome MASTER_SITES= GNOME @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libsoup-2.4.so:devel/libsoup USES= compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \ diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -1,6 +1,6 @@ PORTNAME= nuspell DISTVERSIONPREFIX= v -DISTVERSION= 5.1.5 +DISTVERSION= 5.1.6 CATEGORIES= textproc MAINTAINER= jbeich@FreeBSD.org @@ -19,6 +19,15 @@ CMAKE_OFF+= ${CMAKE_TESTING_ON} PLIST_SUB= VERSION=${PORTVERSION} + +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT=MANPAGES +OPTIONS_EXCLUDE_i386= MANPAGES # https://github.com/haskell-foundation/foundation/issues/565 + +MANPAGES_BUILD_DEPENDS= pandoc:textproc/hs-pandoc +MANPAGES_CMAKE_BOOL= BUILD_DOCS +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz + post-patch: # Skip README as it only contains install instructions @${REINPLACE_CMD} -i .doc '/README/d' ${WRKSRC}/CMakeLists.txt diff --git a/textproc/nuspell/distinfo b/textproc/nuspell/distinfo --- a/textproc/nuspell/distinfo +++ b/textproc/nuspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720016109 -SHA256 (nuspell-nuspell-v5.1.5_GH0.tar.gz) = 39fa6d9da6797cd711d7981b1f55359c55dfa4a302560e645cb59af6f764401a -SIZE (nuspell-nuspell-v5.1.5_GH0.tar.gz) = 373055 +TIMESTAMP = 1720093535 +SHA256 (nuspell-nuspell-v5.1.6_GH0.tar.gz) = 5d4baa1daf833a18dc06ae0af0571d9574cc849d47daff6b9ce11dac0a5ded6a +SIZE (nuspell-nuspell-v5.1.6_GH0.tar.gz) = 373260 diff --git a/textproc/nuspell/pkg-plist b/textproc/nuspell/pkg-plist --- a/textproc/nuspell/pkg-plist +++ b/textproc/nuspell/pkg-plist @@ -14,5 +14,5 @@ lib/cmake/nuspell/NuspellTargets.cmake lib/libnuspell.so lib/libnuspell.so.5 -lib/libnuspell.so.5.1.5 +lib/libnuspell.so.%%VERSION%% libdata/pkgconfig/nuspell.pc diff --git a/www/Makefile b/www/Makefile --- a/www/Makefile +++ b/www/Makefile @@ -2468,8 +2468,7 @@ SUBDIR += webgrind SUBDIR += webhook SUBDIR += webinject - SUBDIR += webkit2-gtk3 - SUBDIR += webkit2-gtk4 + SUBDIR += webkit2-gtk SUBDIR += weblint++ SUBDIR += webpy SUBDIR += webresolve diff --git a/www/badwolf/Makefile b/www/badwolf/Makefile --- a/www/badwolf/Makefile +++ b/www/badwolf/Makefile @@ -1,6 +1,6 @@ PORTNAME= badwolf DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://hacktivis.me/releases/ @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= desktop-file-utils gnome ninja pkgconfig USE_GNOME= atk cairo gdkpixbuf2 gtk30 libxml2 pango diff --git a/www/deforaos-surfer/Makefile b/www/deforaos-surfer/Makefile --- a/www/deforaos-surfer/Makefile +++ b/www/deforaos-surfer/Makefile @@ -1,6 +1,6 @@ PORTNAME= surfer PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Surfer/ PKGNAMEPREFIX= deforaos- @@ -15,7 +15,7 @@ LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup diff --git a/www/eolie/Makefile b/www/eolie/Makefile --- a/www/eolie/Makefile +++ b/www/eolie/Makefile @@ -1,6 +1,6 @@ PORTNAME= eolie PORTVERSION= 0.9.101 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www gnome MASTER_SITES= https://adishatz.org/eolie/ @@ -13,7 +13,7 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/GtkSpell-3.0.gir:textproc/gtkspell3 \ - ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \ + ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk@40 \ ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml:sysutils/gnome-settings-daemon USES= desktop-file-utils gettext gnome meson pkgconfig python \ diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,6 +1,6 @@ PORTNAME= epiphany PORTVERSION= 42.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -26,9 +26,9 @@ libnss3.so:security/nss \ libp11-kit.so:security/p11-kit \ libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup \ + libsoup-3.0.so:devel/libsoup3 \ libstartup-notification-1.so:x11/startup-notification \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.1.so:www/webkit2-gtk@41 RUN_DEPENDS= gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ gnome-icon-theme>=0:misc/gnome-icon-theme \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= luakit DISTVERSION= 2.3.6-7 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g0bc0e39 PORTEPOCH= 2 CATEGORIES= www @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} USES= compiler:c++11-lang desktop-file-utils gmake \ diff --git a/www/luakit/Makefile b/www/luakit/Makefile --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -1,5 +1,6 @@ PORTNAME= luakit DISTVERSION= 2.3.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www @@ -13,7 +14,7 @@ BUILD_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ diff --git a/www/midori/Makefile b/www/midori/Makefile --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,7 @@ libp11-kit.so:security/p11-kit \ libgcr-base-3.so:security/gcr \ libpeas-1.0.so:devel/libpeas \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -1,5 +1,5 @@ PORTNAME= appointments -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.6 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/ DISTVERSIONPREFIX= v diff --git a/www/nextcloud-appointments/distinfo b/www/nextcloud-appointments/distinfo --- a/www/nextcloud-appointments/distinfo +++ b/www/nextcloud-appointments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718263521 -SHA256 (nextcloud/appointments-2.1.4/appointments.tar.gz) = bbcdd6ec8e6028e5cffbaa90b04d15bddee1478ac8541236518b5ddf0822a17a -SIZE (nextcloud/appointments-2.1.4/appointments.tar.gz) = 1887080 +TIMESTAMP = 1720167158 +SHA256 (nextcloud/appointments-2.1.6/appointments.tar.gz) = 39f7c479ef64b3850500fb6b4f831f3691da6adfb08f710e38070a79535aa2a2 +SIZE (nextcloud/appointments-2.1.6/appointments.tar.gz) = 1932264 diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 4.7.8 +PORTVERSION= 4.7.10 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719654719 -SHA256 (nextcloud/calendar-v4.7.8.tar.gz) = 93f1ac074bbb5f72239c2773c27971fbc4d40d753d9d1e1888f16aef8c262efa -SIZE (nextcloud/calendar-v4.7.8.tar.gz) = 17857389 +TIMESTAMP = 1720167450 +SHA256 (nextcloud/calendar-v4.7.10.tar.gz) = df2ca699a219297c6aa16234a286015e6690b0fb0171a7e723c61a0d56288ac3 +SIZE (nextcloud/calendar-v4.7.10.tar.gz) = 17857453 diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile --- a/www/py-pywry/Makefile +++ b/www/py-pywry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pywry DISTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= cargo gnome python USE_PYTHON= pep517 autoplist diff --git a/www/surf/Makefile b/www/surf/Makefile --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -1,6 +1,6 @@ PORTNAME= surf DISTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ PKGNAMESUFFIX= -browser @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libsoup-2.4.so:devel/libsoup \ libgcr-base-3.so:security/gcr RUN_DEPENDS= dmenu:x11/dmenu \ diff --git a/www/vimb/Makefile b/www/vimb/Makefile --- a/www/vimb/Makefile +++ b/www/vimb/Makefile @@ -1,6 +1,6 @@ PORTNAME= vimb DISTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= compiler:c11 desktop-file-utils gmake gnome pkgconfig USE_GITHUB= yes diff --git a/www/webkit2-gtk/Makefile b/www/webkit2-gtk/Makefile new file mode 100644 --- /dev/null +++ b/www/webkit2-gtk/Makefile @@ -0,0 +1,136 @@ +PORTNAME= webkit +DISTVERSION= 2.44.2 +CATEGORIES= www +MASTER_SITES= https://webkitgtk.org/releases/ +PKGNAMESUFFIX= 2-gtk_${FLAVOR} +DISTNAME= ${PORTNAME}gtk-${DISTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Opensource browser engine using the GTK 3 toolkit +WWW= https://webkitgtk.org/ + +LICENSE= GPLv2 BSD2CLAUSE +LICENSE_COMB= dual + +BROKEN_riscv64= error: Unknown Architecture + +LIB_DEPENDS= libavif.so:graphics/libavif \ + libdrm.so:graphics/libdrm \ + libenchant-2.so:textproc/enchant2 \ + libepoxy.so:graphics/libepoxy \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgcrypt.so:security/libgcrypt \ + libgraphene-1.0.so:graphics/graphene \ + libgpg-error.so:security/libgpg-error \ + libharfbuzz-icu.so:print/harfbuzz-icu \ + libharfbuzz.so:print/harfbuzz \ + libhyphen.so:textproc/hyphen \ + libicudata.so:devel/icu \ + libjxl.so:graphics/libjxl \ + liblcms2.so:graphics/lcms2 \ + libpng.so:graphics/png \ + libsecret-1.so:security/libsecret \ + libsysinfo.so:devel/libsysinfo \ + libtasn1.so:security/libtasn1 \ + libwebp.so:graphics/webp \ + libwoff2dec.so:devel/woff2 + +PORTSCOUT= limitw:1,even + +FLAVORS= 40 41 60 +FLAVOR?= ${FLAVORS:[1]} + +USES= bison cmake compiler:c++20-lang cpe gettext gl gnome gperf \ + jpeg localbase:ldflags perl5 pkgconfig python:build \ + ruby:build sqlite tar:xz xorg +USE_GNOME= cairo gdkpixbuf2 introspection:build libxml2 libxslt +USE_GL= egl gbm gl glesv2 +USE_LDCONFIG= yes +USE_GCC= yes +USE_PERL5= build +USE_XORG= ice x11 xcomposite xdamage xext xrender xt + +CPE_VENDOR= webkitgtk +CPE_PRODUCT= webkitgtk + +BINARY_ALIAS= python=${PYTHON_CMD} +CXXFLAGS+= -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 \ + -I${LOCALBASE}/include -lsysinfo +CMAKE_ARGS= -DPORT=GTK +CMAKE_OFF= ${CMAKE_OFF_${ARCH}:U} \ + ENABLE_GAMEPAD \ + ENABLE_JOURNALD_LOG \ + USE_LIBBACKTRACE \ + USE_SYSTEM_MALLOC +CMAKE_OFF_armv6= ENABLE_JIT +CMAKE_OFF_armv7= ENABLE_JIT +INSTALL_TARGET= install + +.if ${FLAVOR:M60} +USE_GNOME+= gtk40 + +PLIST= ${.CURDIR}/pkg-plist_${FLAVOR} +API_VERSION= 6.0 +WEBKIT_LIBRARY_VERSION= 4 5 6 +JAVASCRIPTCORE_LIBRARY_VERSION= 1 2 6 +.else +USE_GNOME+= gtk30 + +CMAKE_OFF+= USE_GTK4 +.endif +.if ${FLAVOR:M40} +LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup + +CMAKE_ON+= USE_SOUP2 +API_VERSION= 4.0 +WEBKIT_LIBRARY_VERSION= 37 68 6 +JAVASCRIPTCORE_LIBRARY_VERSION= 18 24 6 +.else +LIB_DEPENDS+= libsoup-3.0.so:devel/libsoup3 +.endif +.if ${FLAVOR:M41} +API_VERSION= 4.1 +WEBKIT_LIBRARY_VERSION= 0 13 6 +JAVASCRIPTCORE_LIBRARY_VERSION= 0 5 6 +.endif + +PLIST_SUB= API_VERSION=${API_VERSION} \ + WEBKIT_LIBRARY_VERSION=${WEBKIT_LIBRARY_VERSION:ts.} \ + WEBKIT_LIBRARY_VERSION_MAJOR=${WEBKIT_LIBRARY_VERSION:[1]} \ + JAVASCRIPTCORE_LIBRARY_VERSION=${JAVASCRIPTCORE_LIBRARY_VERSION:ts.} \ + JAVASCRIPTCORE_LIBRARY_VERSION_MAJOR=${JAVASCRIPTCORE_LIBRARY_VERSION:[1]} + +OPTIONS_DEFINE= DOCS GEOIP GSTREAMER WAYLAND +OPTIONS_DEFAULT= GEOIP GSTREAMER WAYLAND +OPTIONS_SUB= yes + +DOCS_CMAKE_BOOL= ENABLE_DOCUMENTATION +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} + +GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION +GEOIP_BUILD_DEPENDS= geoclue>=2.4.3:net/geoclue +GEOIP_RUN_DEPENDS= geoclue>=2.4.3:net/geoclue + +GSTREAMER_USES= gstreamer +GSTREAMER_USE= GSTREAMER=bad,gl +GSTREAMER_CMAKE_BOOL= ENABLE_VIDEO ENABLE_WEB_AUDIO + +WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND_TARGET +WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols +WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ + libwpe-1.0.so:www/libwpe \ + libWPEBackend-fdo-1.0.so:www/wpebackend-fdo + +.include + +.ifdef WITH_DEBUG +DEBUG_FLAGS= -g1 # resulting package otherwise is huge +.endif + +post-install: + @${MV} ${STAGEDIR}${PREFIX}/bin/WebKitWebDriver \ + ${STAGEDIR}${PREFIX}/bin/WebKitWebDriver-${API_VERSION} + +.include diff --git a/www/webkit2-gtk/distinfo b/www/webkit2-gtk/distinfo new file mode 100644 --- /dev/null +++ b/www/webkit2-gtk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1719940870 +SHA256 (gnome/webkitgtk-2.44.2.tar.xz) = 523f42c8ff24832add17631f6eaafe8f9303afe316ef1a7e1844b952a7f7521b +SIZE (gnome/webkitgtk-2.44.2.tar.xz) = 36289060 diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_network_DNS.h b/www/webkit2-gtk/files/patch-Source_WebCore_platform_network_DNS.h rename from www/webkit2-gtk4/files/patch-Source_WebCore_platform_network_DNS.h rename to www/webkit2-gtk/files/patch-Source_WebCore_platform_network_DNS.h --- a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_network_DNS.h +++ b/www/webkit2-gtk/files/patch-Source_WebCore_platform_network_DNS.h @@ -1,7 +1,7 @@ Index: Source/WebCore/platform/network/DNS.h ---- Source/WebCore/platform/network/DNS.h.orig +--- Source/WebCore/platform/network/DNS.h.orig 2023-09-19 08:27:49 UTC +++ Source/WebCore/platform/network/DNS.h -@@ -34,6 +34,7 @@ +@@ -35,6 +35,7 @@ #include #else #include diff --git a/www/webkit2-gtk/files/patch-Source_WebKit_UIProcess_Launcher_glib_ProcessLauncherGLib.cpp b/www/webkit2-gtk/files/patch-Source_WebKit_UIProcess_Launcher_glib_ProcessLauncherGLib.cpp new file mode 100644 --- /dev/null +++ b/www/webkit2-gtk/files/patch-Source_WebKit_UIProcess_Launcher_glib_ProcessLauncherGLib.cpp @@ -0,0 +1,11 @@ +--- Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp.orig 2023-05-04 08:46:16 UTC ++++ Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp +@@ -91,7 +91,7 @@ static int connectionOptions() + + static bool isSandboxEnabled(const ProcessLauncher::LaunchOptions& launchOptions) + { +-#if !USE(SYSTEM_MALLOC) ++#if !USE(SYSTEM_MALLOC) && OS(LINUX) + if (RUNNING_ON_VALGRIND) + return false; + #endif diff --git a/www/webkit2-gtk3/pkg-descr b/www/webkit2-gtk/pkg-descr rename from www/webkit2-gtk3/pkg-descr rename to www/webkit2-gtk/pkg-descr diff --git a/www/webkit2-gtk/pkg-plist b/www/webkit2-gtk/pkg-plist new file mode 100644 --- /dev/null +++ b/www/webkit2-gtk/pkg-plist @@ -0,0 +1,4137 @@ +bin/WebKitWebDriver-%%API_VERSION%% +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JSBase.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JSContextRef.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JSObjectRef.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JSStringRef.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JSTypedArray.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JSValueRef.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/JavaScript.h +include/webkitgtk-%%API_VERSION%%/JavaScriptCore/WebKitAvailability.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCAutocleanups.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCClass.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCContext.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCDefines.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCException.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCOptions.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCValue.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCVersion.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCVirtualMachine.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCWeakValue.h +include/webkitgtk-%%API_VERSION%%/jsc/jsc.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitApplicationInfo.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitAuthenticationRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitAutocleanups.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitAutomationSession.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitBackForwardList.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitBackForwardListItem.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitClipboardPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitColorChooserRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitConsoleMessage.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitContextMenu.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitContextMenuActions.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitContextMenuItem.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitCookieManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitCredential.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitDefines.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitDeviceInfoPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitDownload.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitEditingCommands.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitEditorState.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitEnumTypes.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitError.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFaviconDatabase.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFeature.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFileChooserRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFindController.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFormSubmissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFrame.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitGeolocationManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitGeolocationPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitHitTestResult.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitInputMethodContext.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitInstallMissingMediaPluginsPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitJavascriptResult.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitMediaKeySystemPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitMemoryPressureSettings.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitMimeInfo.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNavigationAction.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNavigationPolicyDecision.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNetworkProxySettings.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNotification.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNotificationPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitOptionMenu.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitOptionMenuItem.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPermissionStateQuery.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPlugin.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPointerLockPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPolicyDecision.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPrintCustomWidget.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPrintOperation.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitResponsePolicyDecision.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitScriptDialog.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitScriptWorld.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitSecurityManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitSecurityOrigin.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitSettings.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURIRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURIResponse.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURISchemeRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURISchemeResponse.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURIUtilities.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserContent.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserContentFilterStore.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserContentManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserMediaPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserMessage.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitVersion.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebContext.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebEditor.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebExtension.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebExtensionAutocleanups.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebFormManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebHitTestResult.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebInspector.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebPage.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebProcessEnumTypes.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebResource.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebView.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebViewBase.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebViewSessionState.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsiteData.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsiteDataAccessPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsiteDataManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsitePolicies.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWindowProperties.h +include/webkitgtk-%%API_VERSION%%/webkit2/webkit-web-extension.h +include/webkitgtk-%%API_VERSION%%/webkit2/webkit2.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMAttr.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMBlob.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCDATASection.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCSSRule.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCSSRuleList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCSSStyleDeclaration.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCSSStyleSheet.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCSSValue.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCharacterData.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMClientRect.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMClientRectList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMComment.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCustom.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMCustomUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDOMImplementation.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDOMSelection.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDOMTokenList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDOMWindow.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDOMWindowUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDeprecated.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDocument.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDocumentFragment.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDocumentFragmentUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDocumentType.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMDocumentUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMElementUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMEvent.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMEventTarget.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMFile.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMFileList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLAnchorElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLAppletElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLAreaElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLBRElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLBaseElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLBodyElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLButtonElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLCanvasElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLCollection.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLDListElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLDirectoryElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLDivElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLDocument.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLElementUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLEmbedElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLFieldSetElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLFontElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLFormElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLFrameElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLFrameSetElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLHRElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLHeadElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLHeadingElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLHtmlElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLIFrameElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLImageElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLInputElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLLIElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLLabelElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLLegendElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLLinkElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLMapElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLMarqueeElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLMenuElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLMetaElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLModElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLOListElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLObjectElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLOptGroupElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLOptionElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLOptionsCollection.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLParagraphElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLParamElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLPreElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLQuoteElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLScriptElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLSelectElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLStyleElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTableCaptionElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTableCellElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTableColElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTableElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTableRowElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTableSectionElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTextAreaElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLTitleElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMHTMLUListElement.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMKeyboardEvent.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMMediaList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMMouseEvent.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMNamedNodeMap.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMNode.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMNodeFilter.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMNodeIterator.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMNodeList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMObject.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMProcessingInstruction.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMRange.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMRangeUnstable.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMStyleSheet.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMStyleSheetList.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMText.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMTreeWalker.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMUIEvent.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMWheelEvent.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMXPathExpression.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMXPathNSResolver.h +include/webkitgtk-%%API_VERSION%%/webkitdom/WebKitDOMXPathResult.h +include/webkitgtk-%%API_VERSION%%/webkitdom/webkitdom.h +include/webkitgtk-%%API_VERSION%%/webkitdom/webkitdomautocleanups.h +include/webkitgtk-%%API_VERSION%%/webkitdom/webkitdomdefines.h +lib/girepository-1.0/JavaScriptCore-%%API_VERSION%%.typelib +lib/girepository-1.0/WebKit2-%%API_VERSION%%.typelib +lib/girepository-1.0/WebKit2WebExtension-%%API_VERSION%%.typelib +lib/libjavascriptcoregtk-%%API_VERSION%%.so +lib/libjavascriptcoregtk-%%API_VERSION%%.so.%%JAVASCRIPTCORE_LIBRARY_VERSION_MAJOR%% +lib/libjavascriptcoregtk-%%API_VERSION%%.so.%%JAVASCRIPTCORE_LIBRARY_VERSION%% +lib/libwebkit2gtk-%%API_VERSION%%.so +lib/libwebkit2gtk-%%API_VERSION%%.so.%%WEBKIT_LIBRARY_VERSION_MAJOR%% +lib/libwebkit2gtk-%%API_VERSION%%.so.%%WEBKIT_LIBRARY_VERSION%% +lib/webkit2gtk-%%API_VERSION%%/injected-bundle/libwebkit2gtkinjectedbundle.so +libdata/pkgconfig/javascriptcoregtk-%%API_VERSION%%.pc +libdata/pkgconfig/webkit2gtk-%%API_VERSION%%.pc +libdata/pkgconfig/webkit2gtk-web-extension-%%API_VERSION%%.pc +libexec/webkit2gtk-%%API_VERSION%%/MiniBrowser +libexec/webkit2gtk-%%API_VERSION%%/WebKitNetworkProcess +libexec/webkit2gtk-%%API_VERSION%%/WebKitWebProcess +libexec/webkit2gtk-%%API_VERSION%%/jsc +share/gir-1.0/JavaScriptCore-%%API_VERSION%%.gir +share/gir-1.0/WebKit2-%%API_VERSION%%.gir +share/gir-1.0/WebKit2WebExtension-%%API_VERSION%%.gir +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Black.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Black.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Bold.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Bold.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Italic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Italic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Medium.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Medium.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Regular.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Regular.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Bold.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Bold.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-BoldItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-BoldItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Italic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Italic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Medium.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Medium.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-MediumItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-MediumItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Regular.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Regular.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/SourceCodePro-It.ttf.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/SourceCodePro-Regular.ttf.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/SourceCodePro-Semibold.ttf.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassDeletePropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassEnumeratePropertiesFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassGetPropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassHasPropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassSetPropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ExceptionHandler.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.OptionsFunc.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Class.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.VirtualMachine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.WeakValue.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/classes_hierarchy.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.MAJOR_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.MICRO_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.MINOR_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_DFG.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_FTL.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_JIT.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_LLINT.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Context.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Context.new_with_virtual_machine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_vprintf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_with_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_with_name_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_with_name_vprintf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array_from_garray.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array_from_strv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_from_json.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_function.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_function_variadic.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_functionv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_null.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_string_from_bytes.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_typed_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_undefined.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.VirtualMachine.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.WeakValue.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.CheckSyntaxMode.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.CheckSyntaxResult.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.OptionType.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.TypedArrayType.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/flags.ValuePropertyFlags.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/fonts.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.CHECK_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.DECLARE_FINAL_TYPE.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.get_major_version.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.get_micro_version.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.get_minor_version.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_foreach.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_double.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_int.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_option_group.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_range_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_uint.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_double.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_int.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_range_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_uint.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/fzy.js +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/go-up-symbolic.png +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/index.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/index.json +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/javascriptcoregtk-%%API_VERSION%%.devhelp2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/main.js +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_constructor.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_constructor_variadic.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_constructorv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_method.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_method_variadic.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_methodv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.get_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.get_parent.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.check_syntax.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.clear_exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.evaluate.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.evaluate_in_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.evaluate_with_source_uri.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_global_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_virtual_machine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.pop_exception_handler.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.push_exception_handler.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.register_class.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.set_value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_with_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_with_name_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_backtrace_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_column_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_line_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_message.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_source_uri.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.report.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.to_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.array_buffer_get_data.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.array_buffer_get_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.constructor_call.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.constructor_callv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.function_call.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.function_callv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.get_context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_array_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_constructor.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_function.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_null.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_typed_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_undefined.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.new_typed_array_with_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_define_property_accessor.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_define_property_data.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_delete_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_enumerate_properties.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_get_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_get_property_at_index.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_has_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_invoke_method.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_invoke_methodv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_is_instance_of.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_set_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_set_property_at_index.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_double.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_int32.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_json.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_string_as_bytes.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_data.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_length.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_offset.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_type.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.WeakValue.get_value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Class.context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Class.name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Class.parent.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Context.virtual-machine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Value.context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.WeakValue.value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/search.js +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/signal.WeakValue.cleared.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/solarized-dark.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/solarized-light.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/struct.ClassVTable.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/style.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/type_func.Context.get_current.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/urlmap.js +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Black.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Black.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Bold.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Bold.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Italic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Italic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Medium.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Medium.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Regular.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatDisplay-Regular.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Bold.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Bold.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-BoldItalic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-BoldItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Italic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Italic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Medium.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Medium.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-MediumItalic.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-MediumItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Regular.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/RedHatText-Regular.woff2 +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/SourceCodePro-It.ttf.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/SourceCodePro-Regular.ttf.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/SourceCodePro-Semibold.ttf.woff +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/callback.URISchemeRequestCallback.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.AuthenticationRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.AutomationSession.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.BackForwardList.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.BackForwardListItem.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.ClipboardPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.ColorChooserRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.ContextMenu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.ContextMenuItem.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.CookieManager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.DeviceInfoPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.Download.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.EditorState.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.FaviconDatabase.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.FileChooserRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.FindController.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.FormSubmissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.GeolocationManager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.GeolocationPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.HitTestResult.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.InputMethodContext.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.InstallMissingMediaPluginsPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.MediaKeySystemPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.NavigationPolicyDecision.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.Notification.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.NotificationPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.OptionMenu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.Plugin.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.PointerLockPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.PolicyDecision.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.PrintCustomWidget.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.PrintOperation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.ResponsePolicyDecision.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.SecurityManager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.Settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.URIRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.URIResponse.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.URISchemeRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.URISchemeResponse.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.UserContentFilterStore.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.UserContentManager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.UserMediaPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.UserMessage.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebContext.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebInspector.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebResource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebView.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebViewBase.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebsiteDataAccessPermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebsiteDataManager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WebsitePolicies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/class.WindowProperties.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/classes_hierarchy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_COPY.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_CREATE_LINK.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_CUT.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_INSERT_IMAGE.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_PASTE.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_PASTE_AS_PLAIN_TEXT.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_REDO.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_SELECT_ALL.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.EDITING_COMMAND_UNDO.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.MAJOR_VERSION.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.MICRO_VERSION.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/const.MINOR_VERSION.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ApplicationInfo.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenu.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenu.new_with_items.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenuItem.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenuItem.new_from_gaction.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action_with_label.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenuItem.new_separator.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.ContextMenuItem.new_with_submenu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.Credential.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.Credential.new_for_certificate.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.Credential.new_for_certificate_pin.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.GeolocationPosition.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.InputMethodUnderline.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.MemoryPressureSettings.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.NetworkProxySettings.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.PrintCustomWidget.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.PrintOperation.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.SecurityOrigin.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.SecurityOrigin.new_for_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.Settings.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.Settings.new_with_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.URIRequest.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.URISchemeResponse.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserContentFilterStore.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserContentManager.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserMessage.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserMessage.new_with_fd_list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserScript.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserScript.new_for_world.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserStyleSheet.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.UserStyleSheet.new_for_world.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebContext.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebContext.new_ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebContext.new_with_website_data_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebView.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebView.new_with_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebView.new_with_related_view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebView.new_with_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebView.new_with_user_content_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebViewSessionState.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebsiteDataManager.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebsiteDataManager.new_ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebsitePolicies.new.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/ctor.WebsitePolicies.new_with_policies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.AuthenticationScheme.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.AutomationBrowsingContextPresentation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.AutoplayPolicy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.CacheModel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.ContextMenuAction.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.CookieAcceptPolicy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.CookiePersistentStorage.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.CredentialPersistence.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.FeatureStatus.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.HardwareAccelerationPolicy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.InputPurpose.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.InsecureContentEvent.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.LoadEvent.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.MediaCaptureState.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.NavigationType.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.NetworkProxyMode.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.PermissionState.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.PolicyDecisionType.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.PrintOperationResponse.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.ProcessModel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.SaveMode.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.ScriptDialogType.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.SnapshotRegion.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.TLSErrorsPolicy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.UserContentInjectedFrames.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.UserScriptInjectionTime.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.UserStyleLevel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.WebExtensionMode.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/enum.WebProcessTerminationReason.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.DownloadError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.FaviconDatabaseError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.JavascriptError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.NetworkError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.PluginError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.PolicyError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.PrintError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.SnapshotError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.UserContentFilterError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/error.UserMessageError.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/flags.EditorTypingAttributes.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/flags.FindOptions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/flags.HitTestResultContext.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/flags.InputHints.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/flags.SnapshotOptions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/flags.WebsiteDataTypes.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/fonts.css +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.CHECK_VERSION.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.DECLARE_TYPE.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.DEPRECATED_FOR.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_REQUEST.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_REQUEST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_RESPONSE.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_RESPONSE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_SCHEME_REQUEST.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_SCHEME_REQUEST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_SCHEME_RESPONSE.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.URI_SCHEME_RESPONSE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.get_major_version.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.get_micro_version.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.get_minor_version.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.media_key_system_permission_get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.uri_for_display.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.user_media_permission_is_for_audio_device.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.user_media_permission_is_for_display_device.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/func.user_media_permission_is_for_video_device.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/fzy.js +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/go-up-symbolic.png +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/iface.PermissionRequest.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/index.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/index.json +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/main.js +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ApplicationInfo.get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ApplicationInfo.get_version.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ApplicationInfo.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ApplicationInfo.set_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ApplicationInfo.set_version.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ApplicationInfo.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.authenticate.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.can_save_credentials.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.cancel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_certificate_pin_flags.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_host.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_port.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_proposed_credential.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_realm.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_scheme.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.get_security_origin.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.is_for_proxy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.is_retry.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.set_can_save_credentials.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AuthenticationRequest.set_proposed_credential.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AutomationSession.get_application_info.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AutomationSession.get_id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.AutomationSession.set_application_info.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_back_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_back_list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_back_list_with_limit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_current_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_forward_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_forward_list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_forward_list_with_limit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_length.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardList.get_nth_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardListItem.get_original_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardListItem.get_title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.BackForwardListItem.get_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ColorChooserRequest.cancel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ColorChooserRequest.finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ColorChooserRequest.get_element_rectangle.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ColorChooserRequest.get_rgba.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ColorChooserRequest.set_rgba.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.append.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.first.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.get_event.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.get_item_at_position.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.get_items.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.get_n_items.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.get_user_data.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.insert.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.last.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.move_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.prepend.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.remove.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.remove_all.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenu.set_user_data.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenuItem.get_action.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenuItem.get_gaction.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenuItem.get_stock_action.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenuItem.get_submenu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenuItem.is_separator.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ContextMenuItem.set_submenu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.add_cookie.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.add_cookie_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.delete_all_cookies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.delete_cookie.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.delete_cookie_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.delete_cookies_for_domain.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_accept_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_accept_policy_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_all_cookies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_all_cookies_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_cookies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_cookies_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_domains_with_cookies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.get_domains_with_cookies_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.replace_cookies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.replace_cookies_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.set_accept_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.CookieManager.set_persistent_storage.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.get_certificate.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.get_password.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.get_persistence.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.get_username.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Credential.has_password.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.cancel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_allow_overwrite.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_destination.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_elapsed_time.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_estimated_progress.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_received_data_length.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.get_web_view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.set_allow_overwrite.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Download.set_destination.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.EditorState.get_typing_attributes.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.EditorState.is_copy_available.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.EditorState.is_cut_available.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.EditorState.is_paste_available.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.EditorState.is_redo_available.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.EditorState.is_undo_available.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FaviconDatabase.clear.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FaviconDatabase.get_favicon.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FaviconDatabase.get_favicon_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FaviconDatabase.get_favicon_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.get_category.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.get_default_value.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.get_details.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.get_identifier.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.get_status.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Feature.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FeatureList.get.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FeatureList.get_length.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FeatureList.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FeatureList.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FileChooserRequest.cancel.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FileChooserRequest.get_mime_types.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FileChooserRequest.get_mime_types_filter.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FileChooserRequest.get_select_multiple.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FileChooserRequest.get_selected_files.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FileChooserRequest.select_files.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.count_matches.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.get_max_match_count.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.get_options.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.get_search_text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.get_web_view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.search.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.search_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.search_next.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FindController.search_previous.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FormSubmissionRequest.get_text_fields.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FormSubmissionRequest.list_text_fields.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.FormSubmissionRequest.submit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationManager.failed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationManager.get_enable_high_accuracy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationManager.update_position.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.set_altitude.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.set_altitude_accuracy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.set_heading.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.set_speed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.GeolocationPosition.set_timestamp.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.context_is_editable.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.context_is_image.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.context_is_link.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.context_is_media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.context_is_scrollbar.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.context_is_selection.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.get_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.get_image_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.get_link_label.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.get_link_title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.get_link_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.HitTestResult.get_media_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPFirstParty.get_domain.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPFirstParty.get_last_update_time.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPFirstParty.get_website_data_access_allowed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPFirstParty.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPFirstParty.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPThirdParty.get_domain.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPThirdParty.get_first_parties.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPThirdParty.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ITPThirdParty.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.filter_key_event.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.get_input_hints.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.get_input_purpose.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.get_preedit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.notify_cursor_area.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.notify_focus_in.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.notify_focus_out.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.notify_surrounding.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.reset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.set_enable_preedit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.set_input_hints.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodContext.set_input_purpose.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodUnderline.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodUnderline.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InputMethodUnderline.set_color.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.InstallMissingMediaPluginsPermissionRequest.get_description.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.JavascriptResult.get_global_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.JavascriptResult.get_js_value.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.JavascriptResult.get_value.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.JavascriptResult.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.JavascriptResult.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.get_conservative_threshold.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.get_kill_threshold.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.get_memory_limit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.get_poll_interval.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.get_strict_threshold.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.set_conservative_threshold.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.set_kill_threshold.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.set_memory_limit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.set_poll_interval.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MemoryPressureSettings.set_strict_threshold.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MimeInfo.get_description.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MimeInfo.get_extensions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MimeInfo.get_mime_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MimeInfo.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.MimeInfo.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.get_frame_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.get_modifiers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.get_mouse_button.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.get_navigation_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.get_request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.is_redirect.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationAction.is_user_gesture.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_frame_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_modifiers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_mouse_button.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_navigation_action.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_navigation_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NetworkProxySettings.add_proxy_for_scheme.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NetworkProxySettings.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.NetworkProxySettings.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Notification.clicked.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Notification.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Notification.get_body.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Notification.get_id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Notification.get_tag.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Notification.get_title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenu.activate_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenu.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenu.get_event.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenu.get_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenu.get_n_items.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenu.select_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.copy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.free.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.get_label.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.get_tooltip.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.is_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.is_group_child.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.is_group_label.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.OptionMenuItem.is_selected.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionRequest.allow.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionRequest.deny.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionStateQuery.finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionStateQuery.get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionStateQuery.get_security_origin.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionStateQuery.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PermissionStateQuery.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Plugin.get_description.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Plugin.get_mime_info_list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Plugin.get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Plugin.get_path.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PolicyDecision.download.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PolicyDecision.ignore.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PolicyDecision.use.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PolicyDecision.use_with_policies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintCustomWidget.get_title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintCustomWidget.get_widget.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintOperation.get_page_setup.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintOperation.get_print_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintOperation.print.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintOperation.run_dialog.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintOperation.set_page_setup.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.PrintOperation.set_print_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ResponsePolicyDecision.get_request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ResponsePolicyDecision.get_response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ResponsePolicyDecision.is_main_frame_main_resource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ResponsePolicyDecision.is_mime_type_supported.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.confirm_set_confirmed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.get_dialog_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.get_message.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.prompt_get_default_text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.prompt_set_text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptDialog.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptMessageReply.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptMessageReply.return_error_message.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptMessageReply.return_value.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.ScriptMessageReply.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_cors_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_display_isolated.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_empty_document.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_local.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_no_access.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_secure.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_cors_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_display_isolated.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_empty_document.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_local.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_no_access.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_secure.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.get_host.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.get_port.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.get_protocol.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.is_opaque.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.to_string.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.SecurityOrigin.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_allow_file_access_from_file_urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_allow_modal_dialogs.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_allow_top_navigation_to_data_urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_allow_universal_access_from_file_urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_auto_load_images.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_cursive_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_default_charset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_default_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_default_font_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_default_monospace_font_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_disable_web_security.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_draw_compositing_indicators.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_accelerated_2d_canvas.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_back_forward_navigation_gestures.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_caret_browsing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_developer_extras.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_dns_prefetching.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_encrypted_media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_frame_flattening.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_html5_database.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_html5_local_storage.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_hyperlink_auditing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_java.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_javascript.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_javascript_markup.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_media_capabilities.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_media_stream.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_mediasource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_mock_capture_devices.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_offline_web_application_cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_page_cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_plugins.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_private_browsing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_resizable_text_areas.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_site_specific_quirks.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_smooth_scrolling.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_spatial_navigation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_tabs_to_links.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_webaudio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_webgl.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_webrtc.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_write_console_messages_to_stdout.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_enable_xss_auditor.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_fantasy_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_feature_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_hardware_acceleration_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_javascript_can_access_clipboard.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_javascript_can_open_windows_automatically.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_load_icons_ignoring_image_load_setting.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_media_content_types_requiring_hardware_support.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_media_playback_allows_inline.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_media_playback_requires_user_gesture.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_minimum_font_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_monospace_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_pictograph_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_print_backgrounds.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_sans_serif_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_serif_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_user_agent.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.get_zoom_text_only.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_allow_file_access_from_file_urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_allow_modal_dialogs.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_allow_top_navigation_to_data_urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_allow_universal_access_from_file_urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_auto_load_images.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_cursive_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_default_charset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_default_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_default_font_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_default_monospace_font_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_disable_web_security.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_draw_compositing_indicators.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_accelerated_2d_canvas.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_back_forward_navigation_gestures.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_caret_browsing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_developer_extras.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_dns_prefetching.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_encrypted_media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_frame_flattening.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_html5_database.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_html5_local_storage.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_hyperlink_auditing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_java.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_javascript.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_javascript_markup.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_media_capabilities.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_media_stream.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_mediasource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_mock_capture_devices.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_offline_web_application_cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_page_cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_plugins.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_private_browsing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_resizable_text_areas.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_site_specific_quirks.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_smooth_scrolling.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_spatial_navigation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_tabs_to_links.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_webaudio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_webgl.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_webrtc.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_write_console_messages_to_stdout.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_enable_xss_auditor.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_fantasy_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_feature_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_hardware_acceleration_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_javascript_can_access_clipboard.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_javascript_can_open_windows_automatically.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_load_icons_ignoring_image_load_setting.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_media_content_types_requiring_hardware_support.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_media_playback_allows_inline.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_media_playback_requires_user_gesture.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_minimum_font_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_monospace_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_pictograph_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_print_backgrounds.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_sans_serif_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_serif_font_family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_user_agent.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_user_agent_with_application_details.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.Settings.set_zoom_text_only.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIRequest.get_http_headers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIRequest.get_http_method.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIRequest.get_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIRequest.set_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIResponse.get_content_length.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIResponse.get_http_headers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIResponse.get_mime_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIResponse.get_status_code.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIResponse.get_suggested_filename.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URIResponse.get_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.finish_error.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.finish_with_response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_http_body.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_http_headers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_http_method.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_path.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_scheme.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeRequest.get_web_view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeResponse.set_content_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeResponse.set_http_headers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.URISchemeResponse.set_status.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilter.get_identifier.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilter.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilter.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.fetch_identifiers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.fetch_identifiers_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.get_path.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.load.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.load_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.remove.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.remove_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.save.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.save_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.save_from_file.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentFilterStore.save_from_file_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.add_filter.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.add_script.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.add_style_sheet.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.register_script_message_handler.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.register_script_message_handler_in_world.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.register_script_message_handler_with_reply.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_all_filters.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_all_scripts.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_all_style_sheets.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_filter.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_filter_by_id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_script.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.remove_style_sheet.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.unregister_script_message_handler.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserContentManager.unregister_script_message_handler_in_world.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserMessage.get_fd_list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserMessage.get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserMessage.get_parameters.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserMessage.send_reply.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserScript.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserScript.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserStyleSheet.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.UserStyleSheet.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.add_path_to_sandbox.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.allow_tls_certificate_for_host.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.clear_cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.download_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_cache_model.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_cookie_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_favicon_database.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_favicon_database_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_geolocation_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_plugins.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_plugins_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_process_model.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_sandbox_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_security_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_spell_checking_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_spell_checking_languages.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_time_zone_override.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_tls_errors_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_use_system_appearance_for_scrollbars.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_web_process_count_limit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.get_website_data_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.initialize_notification_permissions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.is_automation_allowed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.is_ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.prefetch_dns.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.register_uri_scheme.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.send_message_to_all_extensions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_additional_plugins_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_automation_allowed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_cache_model.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_disk_cache_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_favicon_database_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_network_proxy_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_preferred_languages.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_process_model.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_sandbox_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_spell_checking_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_spell_checking_languages.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_tls_errors_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_use_system_appearance_for_scrollbars.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_web_extensions_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_web_extensions_initialization_user_data.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebContext.set_web_process_count_limit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.attach.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.detach.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.get_attached_height.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.get_can_attach.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.get_inspected_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.get_web_view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.is_attached.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebInspector.show.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebResource.get_data.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebResource.get_data_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebResource.get_response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebResource.get_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.call_async_javascript_function.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.call_async_javascript_function_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.can_execute_editing_command.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.can_execute_editing_command_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.can_go_back.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.can_go_forward.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.can_show_mime_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.download_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.evaluate_javascript.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.evaluate_javascript_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.execute_editing_command.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.execute_editing_command_with_argument.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_automation_presentation_type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_back_forward_list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_background_color.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_camera_capture_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_custom_charset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_default_content_security_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_display_capture_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_editor_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_estimated_load_progress.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_favicon.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_find_controller.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_input_method_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_inspector.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_is_muted.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_is_web_process_responsive.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_javascript_global_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_main_resource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_microphone_capture_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_page_id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_session_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_snapshot.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_snapshot_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_tls_info.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_user_content_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_web_extension_mode.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_website_data_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_website_policies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_window_properties.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.get_zoom_level.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.go_back.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.go_forward.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.go_to_back_forward_list_item.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.is_controlled_by_automation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.is_editable.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.is_ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.is_loading.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.is_playing_audio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.load_alternate_html.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.load_bytes.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.load_html.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.load_plain_text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.load_request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.load_uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.reload.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.reload_bypass_cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.restore_session_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_async_javascript_function_in_world.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_javascript.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_javascript_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_javascript_from_gresource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_javascript_from_gresource_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_javascript_in_world.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.run_javascript_in_world_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.save.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.save_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.save_to_file.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.save_to_file_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.send_message_to_page.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.send_message_to_page_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_background_color.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_camera_capture_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_cors_allowlist.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_custom_charset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_display_capture_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_editable.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_input_method_context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_is_muted.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_microphone_capture_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.set_zoom_level.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.stop_loading.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.terminate_web_process.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebView.try_close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebViewSessionState.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebViewSessionState.serialize.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebViewSessionState.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteData.get_name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteData.get_size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteData.get_types.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteData.ref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteData.unref.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataAccessPermissionRequest.get_current_domain.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataAccessPermissionRequest.get_requesting_domain.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.clear.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.clear_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.fetch.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.fetch_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_base_cache_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_base_data_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_cookie_manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_disk_cache_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_dom_cache_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_hsts_cache_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_indexeddb_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_itp_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_itp_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_itp_summary.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_itp_summary_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_local_storage_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_offline_application_cache_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_persistent_credential_storage_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_service_worker_registrations_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_tls_errors_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.get_websql_directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.is_ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.remove.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.remove_finish.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.set_itp_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.set_network_proxy_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.set_persistent_credential_storage_enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsiteDataManager.set_tls_errors_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WebsitePolicies.get_autoplay_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_geometry.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_locationbar_visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_menubar_visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_resizable.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_scrollbars_visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_statusbar_visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/method.WindowProperties.get_toolbar_visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.AutomationSession.id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.ColorChooserRequest.rgba.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Download.allow-overwrite.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Download.destination.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Download.estimated-progress.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Download.response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.EditorState.typing-attributes.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FileChooserRequest.filter.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FileChooserRequest.mime-types.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FileChooserRequest.select-multiple.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FileChooserRequest.selected-files.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FindController.max-match-count.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FindController.options.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FindController.text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.FindController.web-view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.GeolocationManager.enable-high-accuracy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.HitTestResult.context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.HitTestResult.image-uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.HitTestResult.link-label.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.HitTestResult.link-title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.HitTestResult.link-uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.HitTestResult.media-uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.InputMethodContext.input-hints.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.InputMethodContext.input-purpose.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.NavigationPolicyDecision.frame-name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.NavigationPolicyDecision.modifiers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.NavigationPolicyDecision.mouse-button.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.NavigationPolicyDecision.navigation-action.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.NavigationPolicyDecision.navigation-type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.NavigationPolicyDecision.request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Notification.body.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Notification.id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Notification.tag.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Notification.title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.PrintCustomWidget.title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.PrintCustomWidget.widget.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.PrintOperation.page-setup.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.PrintOperation.print-settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.PrintOperation.web-view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.ResponsePolicyDecision.request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.ResponsePolicyDecision.response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.allow-file-access-from-file-urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.allow-modal-dialogs.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.allow-top-navigation-to-data-urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.allow-universal-access-from-file-urls.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.auto-load-images.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.cursive-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.default-charset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.default-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.default-font-size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.default-monospace-font-size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.disable-web-security.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.draw-compositing-indicators.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-accelerated-2d-canvas.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-back-forward-navigation-gestures.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-caret-browsing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-developer-extras.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-dns-prefetching.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-encrypted-media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-frame-flattening.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-html5-database.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-html5-local-storage.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-hyperlink-auditing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-java.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-javascript-markup.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-javascript.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-media-capabilities.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-media-stream.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-media.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-mediasource.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-mock-capture-devices.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-offline-web-application-cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-page-cache.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-plugins.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-private-browsing.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-resizable-text-areas.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-site-specific-quirks.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-smooth-scrolling.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-spatial-navigation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-tabs-to-links.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-webaudio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-webgl.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-webrtc.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-write-console-messages-to-stdout.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.enable-xss-auditor.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.fantasy-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.hardware-acceleration-policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.javascript-can-access-clipboard.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.javascript-can-open-windows-automatically.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.load-icons-ignoring-image-load-setting.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.media-content-types-requiring-hardware-support.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.media-playback-allows-inline.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.media-playback-requires-user-gesture.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.minimum-font-size.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.monospace-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.pictograph-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.print-backgrounds.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.sans-serif-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.serif-font-family.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.user-agent.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.Settings.zoom-text-only.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIRequest.uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIResponse.content-length.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIResponse.http-headers.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIResponse.mime-type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIResponse.status-code.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIResponse.suggested-filename.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URIResponse.uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URISchemeResponse.stream-length.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.URISchemeResponse.stream.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.UserContentFilterStore.path.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.UserMediaPermissionRequest.is-for-audio-device.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.UserMediaPermissionRequest.is-for-video-device.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.UserMessage.fd-list.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.UserMessage.name.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.UserMessage.parameters.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebContext.local-storage-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebContext.memory-pressure-settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebContext.process-swap-on-cross-site-navigation-enabled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebContext.time-zone-override.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebContext.use-system-appearance-for-scrollbars.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebContext.website-data-manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebInspector.attached-height.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebInspector.can-attach.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebInspector.inspected-uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebResource.response.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebResource.uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.automation-presentation-type.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.camera-capture-state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.default-content-security-policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.display-capture-state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.editable.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.estimated-load-progress.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.favicon.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.is-controlled-by-automation.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.is-ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.is-loading.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.is-muted.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.is-playing-audio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.is-web-process-responsive.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.microphone-capture-state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.page-id.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.related-view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.title.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.uri.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.user-content-manager.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.web-context.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.web-extension-mode.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.website-policies.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebView.zoom-level.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.base-cache-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.base-data-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.disk-cache-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.dom-cache-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.hsts-cache-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.indexeddb-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.is-ephemeral.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.itp-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.local-storage-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.offline-application-cache-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.origin-storage-ratio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.service-worker-registrations-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.total-storage-ratio.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsiteDataManager.websql-directory.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WebsitePolicies.autoplay.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.geometry.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.locationbar-visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.menubar-visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.resizable.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.scrollbars-visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.statusbar-visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/property.WindowProperties.toolbar-visible.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/search.js +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.AuthenticationRequest.authenticated.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.AuthenticationRequest.cancelled.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.AutomationSession.create-web-view.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.BackForwardList.changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.ColorChooserRequest.finished.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.CookieManager.changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Download.created-destination.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Download.decide-destination.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Download.failed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Download.finished.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Download.received-data.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.EditorState.changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.FaviconDatabase.favicon-changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.FindController.counted-matches.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.FindController.failed-to-find-text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.FindController.found-text.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.GeolocationManager.start.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.GeolocationManager.stop.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.InputMethodContext.committed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.InputMethodContext.delete-surrounding.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.InputMethodContext.preedit-changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.InputMethodContext.preedit-finished.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.InputMethodContext.preedit-started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Notification.clicked.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.Notification.closed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.OptionMenu.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.PrintCustomWidget.apply.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.PrintCustomWidget.update.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.PrintOperation.create-custom-widget.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.PrintOperation.failed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.PrintOperation.finished.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.UserContentManager.script-message-received.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.UserContentManager.script-message-with-reply-received.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebContext.automation-started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebContext.download-started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebContext.initialize-notification-permissions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebContext.initialize-web-extensions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebContext.user-message-received.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebInspector.attach.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebInspector.bring-to-front.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebInspector.closed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebInspector.detach.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebInspector.open-window.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebResource.failed-with-tls-errors.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebResource.failed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebResource.finished.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebResource.received-data.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebResource.sent-request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.authenticate.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.context-menu-dismissed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.context-menu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.create.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.decide-policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.enter-fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.insecure-content-detected.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.leave-fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.load-changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.load-failed-with-tls-errors.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.load-failed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.mouse-target-changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.permission-request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.print.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.query-permission-state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.ready-to-show.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.resource-load-started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.run-as-modal.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.run-color-chooser.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.run-file-chooser.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.script-dialog.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.show-notification.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.show-option-menu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.submit-form.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.user-message-received.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.web-process-crashed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/signal.WebView.web-process-terminated.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/solarized-dark.css +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/solarized-light.css +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.ApplicationInfo.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.Credential.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.Feature.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.FeatureList.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.GeolocationPosition.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.ITPFirstParty.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.ITPThirdParty.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.InputMethodUnderline.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.JavascriptResult.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.MemoryPressureSettings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.MimeInfo.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.NavigationAction.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.NetworkProxySettings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.OptionMenuItem.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.PermissionStateQuery.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.ScriptDialog.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.ScriptMessageReply.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.SecurityOrigin.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.UserContentFilter.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.UserScript.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.UserStyleSheet.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.WebViewSessionState.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/struct.WebsiteData.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/style.css +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.DownloadError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.FaviconDatabaseError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.JavascriptError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.NetworkError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.PluginError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.PolicyError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.PrintError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.Settings.font_size_to_pixels.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.Settings.font_size_to_points.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.Settings.get_all_features.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.Settings.get_development_features.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.Settings.get_experimental_features.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.SnapshotError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.UserContentFilterError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.UserMessageError.quark.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.WebContext.get_default.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/type_func.WebsiteDataManager.set_memory_pressure_settings.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.Download.decide_destination.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.committed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.delete_surrounding.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.filter_key_event.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.get_preedit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_cursor_area.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_focus_in.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_focus_out.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_surrounding.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.preedit_changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.preedit_finished.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.preedit_started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.reset.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.InputMethodContext.set_enable_preedit.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.PermissionRequest.allow.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.PermissionRequest.deny.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.PrintCustomWidget.apply.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.PrintCustomWidget.update.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebContext.automation_started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebContext.download_started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebContext.initialize_notification_permissions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebContext.initialize_web_extensions.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebContext.user_message_received.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.authenticate.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.close.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.context_menu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.context_menu_dismissed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.create.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.decide_policy.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.enter_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.insecure_content_detected.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.leave_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.load_changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.load_failed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.load_failed_with_tls_errors.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.mouse_target_changed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.permission_request.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.print.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.query_permission_state.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.ready_to_show.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.resource_load_started.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.run_as_modal.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.run_color_chooser.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.run_file_chooser.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.script_dialog.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.show_notification.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.show_option_menu.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.submit_form.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.user_message_received.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.web_process_crashed.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/vfunc.WebView.web_process_terminated.html +%%DOCS%%share/doc/webkit2gtk-%%API_VERSION%%/webkit2gtk-%%API_VERSION%%.devhelp2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Black.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Black.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Bold.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Bold.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Italic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Italic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Medium.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Medium.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Regular.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatDisplay-Regular.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Bold.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Bold.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-BoldItalic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-BoldItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Italic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Italic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Medium.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Medium.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-MediumItalic.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-MediumItalic.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Regular.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/RedHatText-Regular.woff2 +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/SourceCodePro-It.ttf.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/SourceCodePro-Regular.ttf.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/SourceCodePro-Semibold.ttf.woff +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/callback.WebExtensionInitializeFunction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/callback.WebExtensionInitializeWithUserDataFunction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.ContextMenu.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.ContextMenuItem.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMAttr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMBlob.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCDATASection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCSSRule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCSSRuleList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCSSStyleDeclaration.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCSSStyleSheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCSSValue.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMCharacterData.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMClientRect.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMClientRectList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMComment.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDOMImplementation.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDOMSelection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDOMTokenList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDOMWindow.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDocument.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDocumentFragment.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMDocumentType.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMEntityReference.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMEvent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMFile.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMFileList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLAnchorElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLAppletElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLAreaElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLBRElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLBaseElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLBaseFontElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLBodyElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLButtonElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLCanvasElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLCollection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLDListElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLDirectoryElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLDivElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLDocument.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLEmbedElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLFieldSetElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLFontElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLFormElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLFrameElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLFrameSetElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLHRElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLHeadElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLHeadingElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLHtmlElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLIFrameElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLImageElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLInputElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLLIElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLLabelElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLLegendElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLLinkElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLMapElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLMarqueeElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLMenuElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLMetaElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLModElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLOListElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLObjectElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLOptGroupElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLOptionElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLOptionsCollection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLParagraphElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLParamElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLPreElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLQuoteElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLScriptElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLSelectElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLStyleElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTableCaptionElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTableCellElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTableColElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTableElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTableRowElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTableSectionElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTextAreaElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLTitleElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMHTMLUListElement.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMKeyboardEvent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMMediaList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMMouseEvent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMNamedNodeMap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMNode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMNodeIterator.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMNodeList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMObject.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMProcessingInstruction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMRange.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMStyleSheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMStyleSheetList.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMText.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMTreeWalker.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMUIEvent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMWheelEvent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMXPathExpression.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.DOMXPathResult.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.Frame.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.HitTestResult.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.ScriptWorld.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.URIRequest.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.URIResponse.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.UserMessage.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.WebEditor.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.WebExtension.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.WebFormManager.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.WebHitTestResult.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/class.WebPage.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/classes_hierarchy.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_CHARSET_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_FONT_FACE_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_IMPORT_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_MEDIA_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_PAGE_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_STYLE_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_RULE_UNKNOWN_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_VALUE_CSS_CUSTOM.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_VALUE_CSS_INHERIT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_VALUE_CSS_PRIMITIVE_VALUE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_CSS_VALUE_CSS_VALUE_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_ELEMENT_ALLOW_KEYBOARD_INPUT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_AT_TARGET.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_BLUR.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_BUBBLING_PHASE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_CAPTURING_PHASE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_CHANGE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_CLICK.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_DBLCLICK.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_DRAGDROP.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_FOCUS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_KEYDOWN.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_KEYPRESS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_KEYUP.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_MOUSEDOWN.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_MOUSEDRAG.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_MOUSEMOVE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_MOUSEOUT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_MOUSEOVER.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_MOUSEUP.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_NONE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_EVENT_SELECT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_LEFT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_NUMPAD.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_RIGHT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_STANDARD.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_ATTRIBUTE_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_CDATA_SECTION_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_COMMENT_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_FRAGMENT_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_POSITION_CONTAINED_BY.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_POSITION_CONTAINS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_POSITION_DISCONNECTED.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_POSITION_FOLLOWING.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_POSITION_PRECEDING.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_DOCUMENT_TYPE_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_ELEMENT_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_ENTITY_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_ENTITY_REFERENCE_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_ACCEPT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_REJECT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_ALL.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_ATTRIBUTE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_CDATA_SECTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_COMMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_DOCUMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_DOCUMENT_FRAGMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_DOCUMENT_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_ENTITY.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_ENTITY_REFERENCE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_NOTATION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_PROCESSING_INSTRUCTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SHOW_TEXT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_FILTER_SKIP.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_PROCESSING_INSTRUCTION_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_NODE_TEXT_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_END_TO_END.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_END_TO_START.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_NODE_AFTER.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_NODE_BEFORE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_NODE_BEFORE_AND_AFTER.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_NODE_INSIDE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_START_TO_END.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_RANGE_START_TO_START.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_ANY_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_ANY_UNORDERED_NODE_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_BOOLEAN_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_FIRST_ORDERED_NODE_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_NUMBER_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_ORDERED_NODE_ITERATOR_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_ORDERED_NODE_SNAPSHOT_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_STRING_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_UNORDERED_NODE_ITERATOR_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/const.DOM_XPATH_RESULT_UNORDERED_NODE_SNAPSHOT_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenu.new.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenu.new_with_items.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenuItem.new.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_from_gaction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action_with_label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_separator.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_with_submenu.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ScriptWorld.new.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.ScriptWorld.new_with_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.URIRequest.new.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.UserMessage.new.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/ctor.UserMessage.new_with_fd_list.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/enum.ConsoleMessageLevel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/enum.ConsoleMessageSource.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/enum.ContextMenuAction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/enum.FormSubmissionStep.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/enum.UserMessageError.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/flags.HitTestResultContext.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/fonts.css +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DEPRECATED_FOR.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_ATTR.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_ATTR_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_BLOB.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_BLOB_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CDATA_SECTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CDATA_SECTION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CHARACTER_DATA.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CHARACTER_DATA_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CLIENT_RECT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CLIENT_RECT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CLIENT_RECT_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CLIENT_RECT_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_COMMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_COMMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_RULE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_RULE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_RULE_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_RULE_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_STYLE_DECLARATION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_STYLE_DECLARATION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_STYLE_SHEET.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_STYLE_SHEET_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_VALUE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_CSS_VALUE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOCUMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOCUMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOCUMENT_FRAGMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOCUMENT_FRAGMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOCUMENT_TYPE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOCUMENT_TYPE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_IMPLEMENTATION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_IMPLEMENTATION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_SELECTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_SELECTION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_TOKEN_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_TOKEN_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_WINDOW.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_DOM_WINDOW_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_ENTITY_REFERENCE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_ENTITY_REFERENCE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_EVENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_EVENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_EVENT_TARGET.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_EVENT_TARGET_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_FILE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_FILE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_FILE_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_FILE_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_ANCHOR_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_ANCHOR_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_APPLET_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_APPLET_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_AREA_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_AREA_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BASE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BASE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BASE_FONT_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BASE_FONT_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BODY_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BODY_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BR_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BR_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BUTTON_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_BUTTON_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_CANVAS_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_CANVAS_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_COLLECTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_COLLECTION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_DIRECTORY_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_DIRECTORY_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_DIV_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_DIV_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_DOCUMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_DOCUMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_D_LIST_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_D_LIST_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_EMBED_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_EMBED_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FIELD_SET_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FIELD_SET_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FONT_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FONT_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FORM_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FORM_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FRAME_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FRAME_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FRAME_SET_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_FRAME_SET_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HEADING_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HEADING_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HEAD_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HEAD_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HR_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HR_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HTML_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_HTML_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_IFRAME_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_IFRAME_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_IMAGE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_IMAGE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_INPUT_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_INPUT_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LABEL_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LABEL_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LEGEND_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LEGEND_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LINK_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LINK_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LI_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_LI_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MAP_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MAP_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MARQUEE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MARQUEE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MENU_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MENU_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_META_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_META_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MOD_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_MOD_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OBJECT_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OBJECT_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OPTIONS_COLLECTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OPTIONS_COLLECTION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OPTION_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OPTION_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OPT_GROUP_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_OPT_GROUP_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_O_LIST_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_O_LIST_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_PARAGRAPH_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_PARAGRAPH_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_PARAM_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_PARAM_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_PRE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_PRE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_QUOTE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_QUOTE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_SCRIPT_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_SCRIPT_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_SELECT_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_SELECT_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_STYLE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_STYLE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_CAPTION_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_CAPTION_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_CELL_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_CELL_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_COL_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_COL_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_ROW_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_ROW_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_SECTION_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TABLE_SECTION_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TEXT_AREA_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TEXT_AREA_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TITLE_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_TITLE_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_U_LIST_ELEMENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_HTML_U_LIST_ELEMENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_KEYBOARD_EVENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_KEYBOARD_EVENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_MEDIA_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_MEDIA_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_MOUSE_EVENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_MOUSE_EVENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NAMED_NODE_MAP.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NAMED_NODE_MAP_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_FILTER.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_FILTER_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_ITERATOR.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_ITERATOR_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_NODE_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_OBJECT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_OBJECT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_PROCESSING_INSTRUCTION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_PROCESSING_INSTRUCTION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_RANGE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_RANGE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_STYLE_SHEET.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_STYLE_SHEET_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_STYLE_SHEET_LIST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_STYLE_SHEET_LIST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_TEXT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_TEXT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_TREE_WALKER.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_TREE_WALKER_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_UI_EVENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_UI_EVENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_WHEEL_EVENT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_WHEEL_EVENT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_XPATH_EXPRESSION.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_XPATH_EXPRESSION_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_XPATH_NS_RESOLVER.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_XPATH_NS_RESOLVER_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_XPATH_RESULT.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.DOM_XPATH_RESULT_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.URI_REQUEST.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.URI_REQUEST_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.URI_RESPONSE.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/func.URI_RESPONSE_CLASS.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/fzy.js +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/go-up-symbolic.png +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/gtk3-urlmap.js +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/iface.DOMEventTarget.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/iface.DOMNodeFilter.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/iface.DOMXPathNSResolver.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/index.json +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/main.js +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.copy.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.free.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.get_level.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.get_line.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.get_source.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.get_source_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ConsoleMessage.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.append.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.first.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.get_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.get_item_at_position.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.get_items.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.get_n_items.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.get_user_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.insert.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.last.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.move_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.prepend.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.remove.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.remove_all.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenu.set_user_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenuItem.get_action.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenuItem.get_gaction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenuItem.get_stock_action.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenuItem.get_submenu.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenuItem.is_separator.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ContextMenuItem.set_submenu.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_local_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_namespace_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_owner_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_specified.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMAttr.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMBlob.get_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRule.get_css_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRule.get_parent_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRule.get_parent_style_sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRule.get_rule_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRule.set_css_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRuleList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSRuleList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.get_css_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.get_parent_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.get_property_priority.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.get_property_shorthand.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.get_property_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.is_property_implicit.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.remove_property.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.set_css_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleDeclaration.set_property.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.add_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.delete_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.get_css_rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.get_owner_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.get_rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.insert_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSStyleSheet.remove_rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSValue.get_css_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSValue.get_css_value_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCSSValue.set_css_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.append_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.delete_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.get_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.insert_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.replace_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.set_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMCharacterData.substring_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRect.get_bottom.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRect.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRect.get_left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRect.get_right.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRect.get_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRect.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRectList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMClientRectList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMImplementation.create_css_style_sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMImplementation.create_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMImplementation.create_document_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMImplementation.create_html_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMImplementation.has_feature.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.add_range.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.collapse.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.collapse_to_end.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.collapse_to_start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.contains_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.delete_from_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.empty.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.extend.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_anchor_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_anchor_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_base_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_base_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_extent_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_extent_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_focus_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_focus_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_is_collapsed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_range_at.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_range_count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.get_selection_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.modify.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.remove_all_ranges.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.select_all_children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.set_base_and_extent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMSelection.set_position.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.add.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.contains.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.remove.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.replace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMTokenList.toggle.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.alert.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.blur.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.capture_events.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.close.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.confirm.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.find.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.focus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_closed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_computed_style.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_default_status.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_device_pixel_ratio.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_frame_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_frames.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_inner_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_inner_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_offscreen_buffering.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_opener.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_orientation.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_outer_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_outer_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_page_x_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_page_y_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_parent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_screen_left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_screen_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_screen_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_screen_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_scroll_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_scroll_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_selection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_self.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_status.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.get_window.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.move_by.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.move_to.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.print.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.prompt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.release_events.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.resize_by.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.resize_to.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.scroll_by.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.scroll_to.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.set_default_status.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.set_status.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.stop.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDOMWindow.webkit_message_handlers_post_message.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.adopt_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.caret_range_from_point.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_attribute.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_attribute_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_cdata_section.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_comment.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_css_style_declaration.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_document_fragment.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_element_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_entity_reference.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_expression.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_node_iterator.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_ns_resolver.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_processing_instruction.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_range.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_text_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.create_tree_walker.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.element_from_point.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.evaluate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.exec_command.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.exit_pointer_lock.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_active_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_anchors.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_applets.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_body.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_character_set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_child_element_count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_compat_mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_content_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_cookie.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_current_script.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_default_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_default_view.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_design_mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_doctype.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_document_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_document_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_domain.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_element_by_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_class_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_class_name_as_html_collection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_tag_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_tag_name_as_html_collection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_tag_name_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_elements_by_tag_name_ns_as_html_collection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_embeds.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_first_element_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_forms.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_hidden.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_images.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_implementation.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_input_encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_last_element_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_last_modified.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_links.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_origin.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_override_style.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_plugins.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_pointer_lock_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_preferred_stylesheet_set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_ready_state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_referrer.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_scripts.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_scrolling_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_selected_stylesheet_set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_style_sheets.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_url.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_visibility_state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_webkit_current_fullscreen_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_webkit_fullscreen_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_webkit_fullscreen_enabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_webkit_fullscreen_keyboard_input_allowed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_webkit_is_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_xml_encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_xml_standalone.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.get_xml_version.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.has_focus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.import_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_command_enabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_command_indeterm.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_command_state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_command_supported.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_command_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_selector.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.query_selector_all.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_body.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_cookie.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_design_mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_document_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_selected_stylesheet_set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_xml_standalone.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.set_xml_version.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.webkit_cancel_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocument.webkit_exit_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.get_child_element_count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.get_children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.get_element_by_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.get_first_element_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.get_last_element_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.query_selector.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentFragment.query_selector_all.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentType.get_entities.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentType.get_internal_subset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentType.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentType.get_notations.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentType.get_public_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMDocumentType.get_system_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.blur.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.closest.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.focus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_attribute.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_attribute_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_attribute_node_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_attribute_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_attributes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_bounding_client_rect.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_child_element_count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_class_list.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_class_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_client_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_client_left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_client_rects.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_client_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_client_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_elements_by_class_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_elements_by_class_name_as_html_collection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_elements_by_tag_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_elements_by_tag_name_as_html_collection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_elements_by_tag_name_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_elements_by_tag_name_ns_as_html_collection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_first_element_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_inner_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_last_element_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_local_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_namespace_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_next_element_sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_offset_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_offset_left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_offset_parent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_offset_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_offset_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_outer_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_previous_element_sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_scroll_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_scroll_left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_scroll_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_scroll_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_style.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_tag_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.get_webkit_region_overset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.has_attribute.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.has_attribute_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.has_attributes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.html_input_element_get_auto_filled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.html_input_element_is_user_edited.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.html_input_element_set_auto_filled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.html_input_element_set_editing_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.insert_adjacent_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.insert_adjacent_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.insert_adjacent_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.matches.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.query_selector.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.query_selector_all.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.remove.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.remove_attribute.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.remove_attribute_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.remove_attribute_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.request_pointer_lock.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.scroll_by_lines.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.scroll_by_pages.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.scroll_into_view.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.scroll_into_view_if_needed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_attribute.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_attribute_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_attribute_node_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_attribute_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_class_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_inner_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_outer_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_scroll_left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.set_scroll_top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.webkit_matches_selector.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMElement.webkit_request_fullscreen.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_bubbles.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_cancel_bubble.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_cancelable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_current_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_event_phase.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_event_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_return_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_src_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.get_time_stamp.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.init_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.prevent_default.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.set_cancel_bubble.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.set_return_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEvent.stop_propagation.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEventTarget.add_event_listener.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEventTarget.add_event_listener_with_closure.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEventTarget.dispatch_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEventTarget.remove_event_listener.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMEventTarget.remove_event_listener_with_closure.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMFile.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMFileList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMFileList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_coords.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_hash.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_host.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_hostname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_hreflang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_pathname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_port.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_protocol.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_rel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_rev.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_search.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_shape.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_coords.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_hash.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_host.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_hostname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_hreflang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_pathname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_port.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_protocol.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_rel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_rev.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_search.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_shape.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAnchorElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_archive.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_code_base.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_object.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_archive.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_code_base.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_object.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAppletElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_coords.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_hash.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_host.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_hostname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_no_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_pathname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_port.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_protocol.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_search.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_shape.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_coords.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_hash.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_host.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_hostname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_no_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_pathname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_port.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_protocol.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_search.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_shape.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLAreaElement.set_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBRElement.get_clear.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBRElement.set_clear.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseElement.get_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseElement.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseElement.set_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseElement.set_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseFontElement.get_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseFontElement.get_face.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseFontElement.get_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseFontElement.set_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseFontElement.set_face.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBaseFontElement.set_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.get_a_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.get_background.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.get_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.get_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.get_v_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.set_a_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.set_background.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.set_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.set_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.set_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLBodyElement.set_v_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_button_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.get_will_validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.set_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.set_button_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLButtonElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCanvasElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCanvasElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCanvasElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCanvasElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCollection.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCollection.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLCollection.named_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDListElement.get_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDListElement.set_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDirectoryElement.get_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDirectoryElement.set_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDivElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDivElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.capture_events.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.clear.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.close.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_alink_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_compat_mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_design_mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_embeds.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_fg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_link_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_plugins.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_scripts.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_vlink_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.release_events.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_alink_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_design_mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_fg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_link_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLDocument.set_vlink_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.click.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_access_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_content_editable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_draggable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_hidden.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_inner_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_inner_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_is_content_editable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_lang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_outer_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_outer_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_spellcheck.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_tab_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_translate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.get_webkitdropzone.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_access_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_content_editable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_draggable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_hidden.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_inner_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_inner_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_lang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_outer_html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_outer_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_spellcheck.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_tab_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_translate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLElement.set_webkitdropzone.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.get_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.set_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLEmbedElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFieldSetElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFontElement.get_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFontElement.get_face.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFontElement.get_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFontElement.set_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFontElement.set_face.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFontElement.set_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_accept_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_action.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_elements.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_enctype.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_method.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.reset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_accept_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_action.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_enctype.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_method.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.set_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFormElement.submit.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_content_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_content_window.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_frame_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_long_desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_margin_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_margin_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_no_resize.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_scrolling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_frame_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_long_desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_margin_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_margin_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_no_resize.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_scrolling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameElement.set_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameSetElement.get_cols.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameSetElement.get_rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameSetElement.set_cols.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLFrameSetElement.set_rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.get_no_shade.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.get_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.set_no_shade.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.set_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHRElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHeadElement.get_profile.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHeadElement.set_profile.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHeadingElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHeadingElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHtmlElement.get_version.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLHtmlElement.set_version.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_content_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_content_window.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_frame_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_long_desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_margin_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_margin_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_scrolling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_frame_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_long_desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_margin_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_margin_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_scrolling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLIFrameElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_complete.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_is_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_long_desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_lowsrc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_natural_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_natural_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_use_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.get_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_is_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_long_desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_lowsrc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_use_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLImageElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_accept.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_auto_filled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_capture.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_capture_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_checked.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_default_checked.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_default_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_files.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_indeterminate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_input_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_max_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_multiple.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_read_only.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_use_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.get_will_validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.is_edited.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.select.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_accept.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_auto_filled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_capture_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_checked.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_default_checked.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_default_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_editing_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_files.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_indeterminate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_input_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_max_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_multiple.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_read_only.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_use_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLInputElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLIElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLIElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLIElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLIElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLabelElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLabelElement.get_html_for.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLabelElement.set_html_for.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLegendElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLegendElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLegendElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_hreflang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_rel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_rev.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_sizes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_hreflang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_rel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_rev.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_sizes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLLinkElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMapElement.get_areas.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMapElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMapElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMarqueeElement.start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMarqueeElement.stop.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMenuElement.get_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMenuElement.set_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.get_content.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.get_http_equiv.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.get_scheme.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.set_content.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.set_http_equiv.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLMetaElement.set_scheme.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLModElement.get_cite.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLModElement.get_date_time.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLModElement.set_cite.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLModElement.set_date_time.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOListElement.get_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOListElement.get_start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOListElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOListElement.set_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOListElement.set_start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOListElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_archive.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_code_base.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_code_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_content_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_declare.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_standby.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_use_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_archive.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_code_base.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_code_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_declare.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_standby.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_use_map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLObjectElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptGroupElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptGroupElement.get_label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptGroupElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptGroupElement.set_label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_default_selected.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_selected.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.set_default_selected.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.set_label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.set_selected.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionsCollection.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionsCollection.get_selected_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionsCollection.named_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLOptionsCollection.set_selected_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParagraphElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParagraphElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.get_value_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLParamElement.set_value_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLPreElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLPreElement.get_wrap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLPreElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLPreElement.set_wrap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLQuoteElement.get_cite.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLQuoteElement.set_cite.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_defer.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_html_for.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_defer.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_html_for.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLScriptElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.add.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_multiple.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_options.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_select_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_selected_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.get_will_validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.named_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.remove.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_multiple.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_selected_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLSelectElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.get_media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.get_sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.set_media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLStyleElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCaptionElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCaptionElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_abbr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_axis.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_cell_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_col_span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_headers.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_no_wrap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_row_span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_scope.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_abbr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_axis.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_col_span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_headers.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_no_wrap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_row_span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_scope.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableCellElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.get_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.get_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.get_span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.get_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.set_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.set_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.set_span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.set_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableColElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.create_caption.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.create_t_foot.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.create_t_head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.delete_caption.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.delete_row.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.delete_t_foot.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.delete_t_head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_caption.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_cell_padding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_cell_spacing.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_summary.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_t_bodies.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_t_foot.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_t_head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.get_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.insert_row.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_caption.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_cell_padding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_cell_spacing.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_summary.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_t_foot.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_t_head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableElement.set_width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.delete_cell.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_cells.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_row_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_section_row_index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.get_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.insert_cell.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.set_bg_color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.set_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.set_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableRowElement.set_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.delete_row.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.get_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.get_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.get_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.get_rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.get_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.insert_row.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.set_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.set_ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.set_ch_off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTableSectionElement.set_v_align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_area_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_cols.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_default_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_read_only.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_selection_end.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_selection_start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.get_will_validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.is_edited.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.select.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_cols.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_default_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_read_only.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_selection_end.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_selection_range.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_selection_start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTextAreaElement.set_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTitleElement.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLTitleElement.set_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLUListElement.get_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLUListElement.get_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLUListElement.set_compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMHTMLUListElement.set_type_attr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_alt_graph_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_alt_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_ctrl_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_key_identifier.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_key_location.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_meta_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_modifier_state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.get_shift_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMKeyboardEvent.init_keyboard_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMediaList.append_medium.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMediaList.delete_medium.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMediaList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMediaList.get_media_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMediaList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMediaList.set_media_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_alt_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_button.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_client_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_client_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_ctrl_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_from_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_meta_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_offset_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_offset_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_related_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_screen_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_screen_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_shift_key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_to_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.get_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMMouseEvent.init_mouse_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.get_named_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.get_named_item_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.remove_named_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.remove_named_item_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.set_named_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNamedNodeMap.set_named_item_ns.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.append_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.clone_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.clone_node_with_error.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.compare_document_position.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.contains.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_base_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_child_nodes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_first_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_last_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_local_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_namespace_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_next_sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_node_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_node_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_node_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_owner_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_parent_element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_parent_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_previous_sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.get_text_content.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.has_child_nodes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.insert_before.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.is_default_namespace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.is_equal_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.is_same_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.is_supported.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.lookup_namespace_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.lookup_prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.normalize.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.remove_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.replace_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.set_node_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.set_prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNode.set_text_content.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeFilter.accept_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.detach.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.get_expand_entity_references.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.get_filter.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.get_pointer_before_reference_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.get_reference_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.get_root.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.get_what_to_show.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.next_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeIterator.previous_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMNodeList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMProcessingInstruction.get_sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMProcessingInstruction.get_target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.clone_contents.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.clone_range.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.collapse.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.compare_boundary_points.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.compare_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.compare_point.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.create_contextual_fragment.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.delete_contents.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.detach.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.expand.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.extract_contents.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_collapsed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_common_ancestor_container.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_end_container.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_end_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_start_container.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_start_offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.get_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.insert_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.intersects_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.is_point_in_range.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.select_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.select_node_contents.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.set_end.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.set_end_after.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.set_end_before.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.set_start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.set_start_after.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.set_start_before.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.surround_contents.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMRange.to_string.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_content_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_owner_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_parent_style_sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.get_title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheet.set_disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheetList.get_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMStyleSheetList.item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMText.get_whole_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMText.replace_whole_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMText.split_text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.first_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.get_current_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.get_expand_entity_references.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.get_filter.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.get_root.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.get_what_to_show.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.last_child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.next_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.next_sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.parent_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.previous_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.previous_sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMTreeWalker.set_current_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_char_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_detail.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_key_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_layer_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_layer_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_page_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_page_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.get_view.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMUIEvent.init_ui_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMWheelEvent.get_wheel_delta.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMWheelEvent.get_wheel_delta_x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMWheelEvent.get_wheel_delta_y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMWheelEvent.init_wheel_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathExpression.evaluate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathNSResolver.lookup_namespace_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_boolean_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_invalid_iterator_state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_number_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_result_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_single_node_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_snapshot_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.get_string_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.iterate_next.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.DOMXPathResult.snapshot_item.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_javascript_context_for_script_world.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_javascript_global_context.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_js_context.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_js_context_for_script_world.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_js_value_for_dom_object.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_js_value_for_dom_object_in_script_world.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.get_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.Frame.is_main_frame.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.context_is_editable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.context_is_image.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.context_is_link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.context_is_media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.context_is_scrollbar.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.context_is_selection.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.get_context.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.get_image_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.get_link_label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.get_link_title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.get_link_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.HitTestResult.get_media_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.ScriptWorld.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIRequest.get_http_headers.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIRequest.get_http_method.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIRequest.get_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIRequest.set_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIResponse.get_content_length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIResponse.get_http_headers.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIResponse.get_mime_type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIResponse.get_status_code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIResponse.get_suggested_filename.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.URIResponse.get_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.UserMessage.get_fd_list.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.UserMessage.get_name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.UserMessage.get_parameters.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.UserMessage.send_reply.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebEditor.get_page.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebExtension.get_page.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebExtension.send_message_to_context.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebExtension.send_message_to_context_finish.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebHitTestResult.get_js_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebHitTestResult.get_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.get_dom_document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.get_editor.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.get_form_manager.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.get_id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.get_main_frame.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.get_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.send_message_to_view.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/method.WebPage.send_message_to_view_finish.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.local-name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.namespace-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.owner-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.specified.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMAttr.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMBlob.size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSRule.css-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSRule.parent-rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSRule.parent-style-sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSRule.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSRuleList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSStyleDeclaration.css-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSStyleDeclaration.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSStyleDeclaration.parent-rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSStyleSheet.css-rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSStyleSheet.owner-rule.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSStyleSheet.rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSValue.css-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCSSValue.css-value-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCharacterData.data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMCharacterData.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRect.bottom.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRect.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRect.left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRect.right.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRect.top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRect.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMClientRectList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.anchor-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.anchor-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.base-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.base-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.extent-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.extent-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.focus-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.focus-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.is-collapsed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.range-count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMSelection.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMTokenList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMTokenList.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.closed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.default-status.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.device-pixel-ratio.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.frame-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.frames.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.inner-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.inner-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.offscreen-buffering.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.opener.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.orientation.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.outer-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.outer-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.page-x-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.page-y-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.parent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.screen-left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.screen-top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.screen-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.screen-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.scroll-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.scroll-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.self.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.status.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDOMWindow.window.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.active-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.anchors.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.applets.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.body.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.character-set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.child-element-count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.compat-mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.content-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.cookie.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.current-script.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.default-view.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.design-mode.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.doctype.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.document-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.document-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.domain.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.embeds.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.first-element-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.forms.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.hidden.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.images.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.implementation.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.input-encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.last-element-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.last-modified.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.links.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.origin.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.plugins.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.pointer-lock-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.preferred-stylesheet-set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.ready-state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.referrer.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.scripts.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.scrolling-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.selected-stylesheet-set.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.style-sheets.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.url.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.visibility-state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.webkit-current-full-screen-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.webkit-full-screen-keyboard-input-allowed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.webkit-fullscreen-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.webkit-fullscreen-enabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.webkit-is-full-screen.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.xml-encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.xml-standalone.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocument.xml-version.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentFragment.child-element-count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentFragment.children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentFragment.first-element-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentFragment.last-element-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentType.entities.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentType.internal-subset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentType.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentType.notations.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentType.public-id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMDocumentType.system-id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.attributes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.child-element-count.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.children.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.class-list.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.class-name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.client-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.client-left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.client-top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.client-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.first-element-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.id.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.inner-html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.last-element-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.local-name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.namespace-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.next-element-sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.offset-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.offset-left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.offset-parent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.offset-top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.offset-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.outer-html.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.prefix.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.previous-element-sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.scroll-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.scroll-left.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.scroll-top.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.scroll-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.style.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.tag-name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMElement.webkit-region-overset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.bubbles.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.cancel-bubble.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.cancelable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.current-target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.event-phase.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.return-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.src-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.time-stamp.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMEvent.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMFile.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMFileList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.coords.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.hash.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.host.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.hostname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.hreflang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.pathname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.port.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.protocol.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.rel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.rev.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.search.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.shape.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAnchorElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.archive.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.code-base.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.object.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAppletElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.coords.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.hash.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.host.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.hostname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.no-href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.pathname.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.port.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.protocol.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.search.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.shape.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLAreaElement.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBRElement.clear.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBaseElement.href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBaseElement.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBodyElement.a-link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBodyElement.background.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBodyElement.bg-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBodyElement.link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBodyElement.text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLBodyElement.v-link.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLButtonElement.will-validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLCanvasElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLCanvasElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLCollection.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDListElement.compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDirectoryElement.compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDivElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.alink-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.bg-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.fg-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.link-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.vlink-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLDocument.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.access-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.content-editable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.dir.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.draggable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.hidden.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.inner-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.is-content-editable.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.lang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.outer-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.spellcheck.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.tab-index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.translate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLElement.webkitdropzone.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLEmbedElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLEmbedElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLEmbedElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLEmbedElement.src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLEmbedElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLEmbedElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFieldSetElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFontElement.color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFontElement.face.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFontElement.size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.accept-charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.action.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.elements.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.encoding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.enctype.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.method.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFormElement.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.content-document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.content-window.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.frame-border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.long-desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.margin-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.margin-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.no-resize.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.scrolling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameSetElement.cols.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLFrameSetElement.rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHRElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHRElement.no-shade.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHRElement.size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHRElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHeadElement.profile.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHeadingElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLHtmlElement.version.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.content-document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.content-window.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.frame-border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.long-desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.margin-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.margin-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.scrolling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLIFrameElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.complete.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.is-map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.long-desc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.lowsrc.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.natural-height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.natural-width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.use-map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLImageElement.y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.accept.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.alt.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.capture.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.checked.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.default-checked.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.default-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.files.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.indeterminate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.max-length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.multiple.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.read-only.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.use-map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLInputElement.will-validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLIElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLIElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLabelElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLabelElement.html-for.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLegendElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLegendElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.hreflang.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.rel.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.rev.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.sizes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLLinkElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMapElement.areas.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMapElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMenuElement.compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMetaElement.content.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMetaElement.http-equiv.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMetaElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLMetaElement.scheme.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLModElement.cite.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLModElement.date-time.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOListElement.compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOListElement.start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOListElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.archive.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.code-base.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.code-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.content-document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.data.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.declare.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.hspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.standby.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.use-map.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.vspace.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLObjectElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptGroupElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptGroupElement.label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.default-selected.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.selected.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionsCollection.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLOptionsCollection.selected-index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLParagraphElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLParamElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLParamElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLParamElement.value-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLParamElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLPreElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLPreElement.wrap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLQuoteElement.cite.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.charset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.defer.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.html-for.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.src.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLScriptElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.multiple.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.options.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.selected-index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.size.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLSelectElement.will-validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLStyleElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLStyleElement.media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLStyleElement.sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLStyleElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCaptionElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.abbr.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.axis.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.bg-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.cell-index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.ch-off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.col-span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.headers.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.height.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.no-wrap.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.row-span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.scope.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.v-align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableCellElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableColElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableColElement.ch-off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableColElement.ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableColElement.span.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableColElement.v-align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableColElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.bg-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.border.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.caption.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.cell-padding.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.cell-spacing.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.rules.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.summary.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.t-bodies.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.t-foot.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.t-head.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableElement.width.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.bg-color.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.cells.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.ch-off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.row-index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.section-row-index.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableRowElement.v-align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableSectionElement.align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableSectionElement.ch-off.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableSectionElement.ch.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableSectionElement.rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTableSectionElement.v-align.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.autofocus.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.cols.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.default-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.read-only.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.rows.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.selection-end.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.selection-start.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTextAreaElement.will-validate.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLTitleElement.text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLUListElement.compact.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMHTMLUListElement.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.alt-graph-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.alt-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.ctrl-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.key-identifier.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.key-location.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.meta-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMKeyboardEvent.shift-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMediaList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMediaList.media-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.alt-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.button.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.client-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.client-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.ctrl-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.from-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.meta-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.offset-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.offset-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.related-target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.screen-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.screen-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.shift-key.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.to-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMMouseEvent.y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNamedNodeMap.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.base-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.child-nodes.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.first-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.last-child.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.next-sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.node-name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.node-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.node-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.owner-document.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.parent-element.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.parent-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.previous-sibling.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNode.text-content.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNodeIterator.filter.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNodeIterator.pointer-before-reference-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNodeIterator.reference-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNodeIterator.root.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNodeIterator.what-to-show.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMNodeList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMObject.core-object.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMProcessingInstruction.sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMProcessingInstruction.target.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.collapsed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.common-ancestor-container.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.end-container.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.end-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.start-container.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.start-offset.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMRange.text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.disabled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.href.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.media.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.owner-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.parent-style-sheet.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheet.type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMStyleSheetList.length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMText.whole-text.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMTreeWalker.current-node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMTreeWalker.filter.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMTreeWalker.root.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMTreeWalker.what-to-show.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.char-code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.detail.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.key-code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.layer-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.layer-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.page-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.page-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMUIEvent.view.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMWheelEvent.wheel-delta-x.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMWheelEvent.wheel-delta-y.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMWheelEvent.wheel-delta.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.boolean-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.invalid-iterator-state.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.number-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.result-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.single-node-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.snapshot-length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.DOMXPathResult.string-value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.HitTestResult.context.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.HitTestResult.image-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.HitTestResult.link-label.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.HitTestResult.link-title.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.HitTestResult.link-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.HitTestResult.media-uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIRequest.uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIResponse.content-length.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIResponse.http-headers.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIResponse.mime-type.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIResponse.status-code.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIResponse.suggested-filename.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.URIResponse.uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.UserMessage.fd-list.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.UserMessage.name.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.UserMessage.parameters.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.WebHitTestResult.node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/property.WebPage.uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/search.js +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.ScriptWorld.window-object-cleared.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebEditor.selection-changed.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebExtension.page-created.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebExtension.user-message-received.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebFormManager.form-controls-associated.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebFormManager.will-send-submit-event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebFormManager.will-submit-form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.console-message-sent.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.context-menu.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.document-loaded.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.form-controls-associated-for-frame.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.form-controls-associated.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.send-request.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.user-message-received.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/signal.WebPage.will-submit-form.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/solarized-dark.css +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/solarized-light.css +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/struct.ConsoleMessage.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/style.css +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/type_func.DOMNode.for_js_value.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/type_func.ScriptWorld.get_default.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/type_func.UserMessage.error_quark.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/type_func.WebFormManager.input_element_auto_fill.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/type_func.WebFormManager.input_element_is_auto_filled.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/type_func.WebFormManager.input_element_is_user_edited.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/vfunc.DOMEventTarget.add_event_listener.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/vfunc.DOMEventTarget.dispatch_event.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/vfunc.DOMEventTarget.remove_event_listener.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/vfunc.DOMNodeFilter.accept_node.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/vfunc.DOMXPathNSResolver.lookup_namespace_uri.html +%%DOCS%%share/doc/webkit2gtk-web-extension-%%API_VERSION%%/webkit2gtk-web-extension-%%API_VERSION%%.devhelp2 +share/locale/ar/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/as/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/bg/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ca/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/cs/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/da/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/de/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/el/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/eo/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/es/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/et/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/eu/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/fi/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/fr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/gl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/gu/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/he/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/hi/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/hr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/hu/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/id/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/it/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ja/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ka/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/kn/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ko/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/lt/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/lv/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ml/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/mr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/nb/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/nl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/or/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pa/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pt/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ro/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ru/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sr@latin/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sv/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ta/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/te/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/tr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/uk/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/vi/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo diff --git a/www/webkit2-gtk/pkg-plist_60 b/www/webkit2-gtk/pkg-plist_60 new file mode 100644 --- /dev/null +++ b/www/webkit2-gtk/pkg-plist_60 @@ -0,0 +1,1660 @@ +bin/WebKitWebDriver-%%API_VERSION%% +include/webkitgtk-%%API_VERSION%%/jsc/JSCClass.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCContext.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCDefines.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCException.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCOptions.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCValue.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCVersion.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCVirtualMachine.h +include/webkitgtk-%%API_VERSION%%/jsc/JSCWeakValue.h +include/webkitgtk-%%API_VERSION%%/jsc/jsc.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitApplicationInfo.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitAuthenticationRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitAutocleanups.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitAutomationSession.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitBackForwardList.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitBackForwardListItem.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitClipboardPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitColorChooserRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitContextMenu.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitContextMenuActions.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitContextMenuItem.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitCookieManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitCredential.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitDefines.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitDeviceInfoPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitDownload.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitEditingCommands.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitEditorState.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitEnumTypes.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitError.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFaviconDatabase.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFeature.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFileChooserRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFindController.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFormSubmissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitFrame.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitGeolocationManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitGeolocationPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitHitTestResult.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitInputMethodContext.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitInstallMissingMediaPluginsPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitMediaKeySystemPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitMemoryPressureSettings.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNavigationAction.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNavigationPolicyDecision.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNetworkProxySettings.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNetworkSession.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNotification.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitNotificationPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitOptionMenu.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitOptionMenuItem.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPermissionStateQuery.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPointerLockPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPolicyDecision.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitPrintOperation.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitResponsePolicyDecision.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitScriptDialog.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitScriptWorld.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitSecurityManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitSecurityOrigin.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitSettings.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURIRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURIResponse.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURISchemeRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURISchemeResponse.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitURIUtilities.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserContent.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserContentFilterStore.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserContentManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserMediaPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitUserMessage.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitVersion.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebContext.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebEditor.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebFormManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebHitTestResult.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebInspector.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebPage.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebProcessEnumTypes.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebProcessExtension.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebResource.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebView.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebViewBase.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebViewSessionState.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsiteData.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsiteDataAccessPermissionRequest.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsiteDataManager.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWebsitePolicies.h +include/webkitgtk-%%API_VERSION%%/webkit/WebKitWindowProperties.h +include/webkitgtk-%%API_VERSION%%/webkit/webkit-web-process-extension.h +include/webkitgtk-%%API_VERSION%%/webkit/webkit.h +lib/girepository-1.0/JavaScriptCore-%%API_VERSION%%.typelib +lib/girepository-1.0/WebKit-%%API_VERSION%%.typelib +lib/girepository-1.0/WebKitWebProcessExtension-%%API_VERSION%%.typelib +lib/libjavascriptcoregtk-%%API_VERSION%%.so +lib/libjavascriptcoregtk-%%API_VERSION%%.so.%%JAVASCRIPTCORE_LIBRARY_VERSION_MAJOR%% +lib/libjavascriptcoregtk-%%API_VERSION%%.so.%%JAVASCRIPTCORE_LIBRARY_VERSION%% +lib/libwebkitgtk-%%API_VERSION%%.so +lib/libwebkitgtk-%%API_VERSION%%.so.%%WEBKIT_LIBRARY_VERSION_MAJOR%% +lib/libwebkitgtk-%%API_VERSION%%.so.%%WEBKIT_LIBRARY_VERSION%% +lib/webkitgtk-%%API_VERSION%%/injected-bundle/libwebkitgtkinjectedbundle.so +libdata/pkgconfig/javascriptcoregtk-%%API_VERSION%%.pc +libdata/pkgconfig/webkitgtk-%%API_VERSION%%.pc +libdata/pkgconfig/webkitgtk-web-process-extension-%%API_VERSION%%.pc +libexec/webkitgtk-%%API_VERSION%%/MiniBrowser +libexec/webkitgtk-%%API_VERSION%%/WebKitNetworkProcess +libexec/webkitgtk-%%API_VERSION%%/WebKitWebProcess +libexec/webkitgtk-%%API_VERSION%%/jsc +share/gir-1.0/JavaScriptCore-%%API_VERSION%%.gir +share/gir-1.0/WebKit-%%API_VERSION%%.gir +share/gir-1.0/WebKitWebProcessExtension-%%API_VERSION%%.gir +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Black.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Black.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Bold.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Bold.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Italic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Italic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Medium.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Medium.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Regular.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatDisplay-Regular.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Bold.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Bold.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-BoldItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-BoldItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Italic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Italic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Medium.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Medium.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-MediumItalic.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-MediumItalic.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Regular.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/RedHatText-Regular.woff2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/SourceCodePro-It.ttf.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/SourceCodePro-Regular.ttf.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/SourceCodePro-Semibold.ttf.woff +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassDeletePropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassEnumeratePropertiesFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassGetPropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassHasPropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ClassSetPropertyFunction.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.ExceptionHandler.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/callback.OptionsFunc.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Class.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.Value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.VirtualMachine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/class.WeakValue.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/classes_hierarchy.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.MAJOR_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.MICRO_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.MINOR_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_DFG.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_FTL.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_JIT.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/const.OPTIONS_USE_LLINT.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Context.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Context.new_with_virtual_machine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_vprintf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_with_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_with_name_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Exception.new_with_name_vprintf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array_from_garray.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_array_from_strv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_from_json.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_function.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_function_variadic.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_functionv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_null.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_string_from_bytes.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_typed_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.Value.new_undefined.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.VirtualMachine.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/ctor.WeakValue.new.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.CheckSyntaxMode.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.CheckSyntaxResult.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.OptionType.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/enum.TypedArrayType.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/flags.ValuePropertyFlags.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/fonts.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.CHECK_VERSION.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.DECLARE_FINAL_TYPE.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.get_major_version.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.get_micro_version.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.get_minor_version.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_foreach.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_double.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_int.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_option_group.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_range_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_get_uint.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_double.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_int.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_range_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/func.options_set_uint.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/fzy.js +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/go-up-symbolic.png +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/index.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/index.json +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/javascriptcoregtk-%%API_VERSION%%.devhelp2 +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/main.js +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_constructor.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_constructor_variadic.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_constructorv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_method.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_method_variadic.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_methodv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.add_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.get_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Class.get_parent.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.check_syntax.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.clear_exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.evaluate.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.evaluate_in_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.evaluate_with_source_uri.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_global_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.get_virtual_machine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.pop_exception_handler.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.push_exception_handler.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.register_class.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.set_value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_exception.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_with_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Context.throw_with_name_printf.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_backtrace_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_column_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_line_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_message.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.get_source_uri.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.report.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Exception.to_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.array_buffer_get_data.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.array_buffer_get_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.constructor_call.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.constructor_callv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.function_call.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.function_callv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.get_context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_array_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_constructor.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_function.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_null.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_number.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_object.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_typed_array.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.is_undefined.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.new_typed_array_with_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_define_property_accessor.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_define_property_data.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_delete_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_enumerate_properties.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_get_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_get_property_at_index.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_has_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_invoke_method.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_invoke_methodv.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_is_instance_of.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_set_property.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.object_set_property_at_index.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_boolean.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_double.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_int32.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_json.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_string.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.to_string_as_bytes.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_buffer.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_data.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_length.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_offset.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_size.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.Value.typed_array_get_type.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/method.WeakValue.get_value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Class.context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Class.name.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Class.parent.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Context.virtual-machine.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.Value.context.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/property.WeakValue.value.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/search.js +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/signal.WeakValue.cleared.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/solarized-dark.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/solarized-light.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/struct.ClassVTable.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/style.css +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/type_func.Context.get_current.html +%%DOCS%%share/doc/javascriptcoregtk-%%API_VERSION%%/urlmap.js +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Black.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Black.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Bold.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Bold.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Italic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Italic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Medium.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Medium.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Regular.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatDisplay-Regular.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Bold.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Bold.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-BoldItalic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-BoldItalic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Italic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Italic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Medium.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Medium.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-MediumItalic.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-MediumItalic.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Regular.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/RedHatText-Regular.woff2 +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/SourceCodePro-It.ttf.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/SourceCodePro-Regular.ttf.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/SourceCodePro-Semibold.ttf.woff +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/callback.URISchemeRequestCallback.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.AuthenticationRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.AutomationSession.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.BackForwardList.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.BackForwardListItem.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.ClipboardPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.ColorChooserRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.ContextMenu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.ContextMenuItem.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.CookieManager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.DeviceInfoPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.Download.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.EditorState.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.FaviconDatabase.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.FileChooserRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.FindController.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.FormSubmissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.GeolocationManager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.GeolocationPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.HitTestResult.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.InputMethodContext.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.MediaKeySystemPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.NavigationPolicyDecision.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.NetworkSession.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.Notification.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.NotificationPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.OptionMenu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.PointerLockPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.PolicyDecision.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.PrintOperation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.ResponsePolicyDecision.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.SecurityManager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.Settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.URIRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.URIResponse.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.URISchemeRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.URISchemeResponse.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.UserContentFilterStore.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.UserContentManager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.UserMediaPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.UserMessage.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebContext.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebInspector.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebResource.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebView.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebViewBase.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebsiteDataAccessPermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebsiteDataManager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WebsitePolicies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/class.WindowProperties.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/classes_hierarchy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_COPY.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_CREATE_LINK.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_CUT.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_INSERT_IMAGE.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_PASTE.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_PASTE_AS_PLAIN_TEXT.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_REDO.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_SELECT_ALL.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.EDITING_COMMAND_UNDO.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.MAJOR_VERSION.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.MICRO_VERSION.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/const.MINOR_VERSION.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ApplicationInfo.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenu.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenu.new_with_items.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenuItem.new_from_gaction.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action_with_label.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenuItem.new_separator.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.ContextMenuItem.new_with_submenu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.Credential.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.Credential.new_for_certificate.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.Credential.new_for_certificate_pin.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.GeolocationPosition.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.InputMethodUnderline.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.MemoryPressureSettings.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.NetworkProxySettings.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.NetworkSession.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.NetworkSession.new_ephemeral.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.PrintOperation.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.SecurityOrigin.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.SecurityOrigin.new_for_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.Settings.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.Settings.new_with_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.URIRequest.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.URISchemeResponse.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserContentFilterStore.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserContentManager.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserMessage.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserMessage.new_with_fd_list.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserScript.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserScript.new_for_world.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserStyleSheet.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.UserStyleSheet.new_for_world.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.WebContext.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.WebView.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.WebViewSessionState.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.WebsitePolicies.new.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/ctor.WebsitePolicies.new_with_policies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.AuthenticationScheme.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.AutomationBrowsingContextPresentation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.AutoplayPolicy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.CacheModel.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.ContextMenuAction.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.CookieAcceptPolicy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.CookiePersistentStorage.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.CredentialPersistence.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.FeatureStatus.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.HardwareAccelerationPolicy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.InputPurpose.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.InsecureContentEvent.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.LoadEvent.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.MediaCaptureState.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.NavigationType.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.NetworkProxyMode.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.PermissionState.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.PolicyDecisionType.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.PrintOperationResponse.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.SaveMode.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.ScriptDialogType.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.SnapshotRegion.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.TLSErrorsPolicy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.UserContentInjectedFrames.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.UserScriptInjectionTime.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.UserStyleLevel.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.WebExtensionMode.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/enum.WebProcessTerminationReason.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.DownloadError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.FaviconDatabaseError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.JavascriptError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.MediaError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.NetworkError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.PolicyError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.PrintError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.SnapshotError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.UserContentFilterError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/error.UserMessageError.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/flags.EditorTypingAttributes.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/flags.FindOptions.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/flags.HitTestResultContext.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/flags.InputHints.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/flags.SnapshotOptions.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/flags.WebsiteDataTypes.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/fonts.css +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.CHECK_VERSION.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.DECLARE_DERIVABLE_TYPE.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.DECLARE_FINAL_TYPE.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.DECLARE_TYPE.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.DEPRECATED_FOR.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.get_major_version.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.get_micro_version.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.get_minor_version.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.media_key_system_permission_get_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.uri_for_display.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.user_media_permission_is_for_audio_device.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.user_media_permission_is_for_display_device.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/func.user_media_permission_is_for_video_device.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/fzy.js +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/go-up-symbolic.png +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/gtk4-urlmap.js +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/iface.PermissionRequest.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/index.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/index.json +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/main.js +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ApplicationInfo.get_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ApplicationInfo.get_version.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ApplicationInfo.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ApplicationInfo.set_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ApplicationInfo.set_version.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ApplicationInfo.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.authenticate.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.can_save_credentials.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.cancel.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_certificate_pin_flags.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_host.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_port.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_proposed_credential.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_realm.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_scheme.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.get_security_origin.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.is_for_proxy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.is_retry.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.set_can_save_credentials.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AuthenticationRequest.set_proposed_credential.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AutomationSession.get_application_info.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AutomationSession.get_id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.AutomationSession.set_application_info.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_back_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_back_list.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_back_list_with_limit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_current_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_forward_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_forward_list.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_forward_list_with_limit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_length.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardList.get_nth_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardListItem.get_original_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardListItem.get_title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.BackForwardListItem.get_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ColorChooserRequest.cancel.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ColorChooserRequest.finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ColorChooserRequest.get_element_rectangle.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ColorChooserRequest.get_rgba.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ColorChooserRequest.set_rgba.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.append.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.first.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.get_event.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.get_item_at_position.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.get_items.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.get_n_items.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.get_user_data.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.insert.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.last.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.move_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.prepend.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.remove.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.remove_all.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenu.set_user_data.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenuItem.get_gaction.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenuItem.get_stock_action.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenuItem.get_submenu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenuItem.is_separator.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ContextMenuItem.set_submenu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.add_cookie.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.add_cookie_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.delete_cookie.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.delete_cookie_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.get_accept_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.get_accept_policy_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.get_all_cookies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.get_all_cookies_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.get_cookies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.get_cookies_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.replace_cookies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.replace_cookies_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.set_accept_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.CookieManager.set_persistent_storage.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.get_certificate.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.get_password.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.get_persistence.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.get_username.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Credential.has_password.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.cancel.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_allow_overwrite.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_destination.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_elapsed_time.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_estimated_progress.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_received_data_length.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.get_web_view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.set_allow_overwrite.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Download.set_destination.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.EditorState.get_typing_attributes.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.EditorState.is_copy_available.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.EditorState.is_cut_available.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.EditorState.is_paste_available.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.EditorState.is_redo_available.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.EditorState.is_undo_available.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FaviconDatabase.clear.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FaviconDatabase.get_favicon.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FaviconDatabase.get_favicon_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FaviconDatabase.get_favicon_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.get_category.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.get_default_value.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.get_details.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.get_identifier.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.get_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.get_status.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Feature.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FeatureList.get.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FeatureList.get_length.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FeatureList.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FeatureList.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FileChooserRequest.cancel.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FileChooserRequest.get_mime_types.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FileChooserRequest.get_mime_types_filter.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FileChooserRequest.get_select_multiple.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FileChooserRequest.get_selected_files.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FileChooserRequest.select_files.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.count_matches.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.get_max_match_count.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.get_options.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.get_search_text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.get_web_view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.search.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.search_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.search_next.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FindController.search_previous.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FormSubmissionRequest.list_text_fields.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.FormSubmissionRequest.submit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationManager.failed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationManager.get_enable_high_accuracy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationManager.update_position.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.set_altitude.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.set_altitude_accuracy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.set_heading.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.set_speed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.GeolocationPosition.set_timestamp.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.context_is_editable.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.context_is_image.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.context_is_link.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.context_is_media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.context_is_scrollbar.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.context_is_selection.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.get_context.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.get_image_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.get_link_label.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.get_link_title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.get_link_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.HitTestResult.get_media_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPFirstParty.get_domain.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPFirstParty.get_last_update_time.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPFirstParty.get_website_data_access_allowed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPFirstParty.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPFirstParty.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPThirdParty.get_domain.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPThirdParty.get_first_parties.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPThirdParty.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ITPThirdParty.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.filter_key_event.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.get_input_hints.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.get_input_purpose.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.get_preedit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.notify_cursor_area.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.notify_focus_in.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.notify_focus_out.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.notify_surrounding.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.reset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.set_enable_preedit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.set_input_hints.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodContext.set_input_purpose.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodUnderline.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodUnderline.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.InputMethodUnderline.set_color.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.get_conservative_threshold.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.get_kill_threshold.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.get_memory_limit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.get_poll_interval.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.get_strict_threshold.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.set_conservative_threshold.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.set_kill_threshold.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.set_memory_limit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.set_poll_interval.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.MemoryPressureSettings.set_strict_threshold.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.get_frame_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.get_modifiers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.get_mouse_button.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.get_navigation_type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.get_request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.is_redirect.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationAction.is_user_gesture.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NavigationPolicyDecision.get_navigation_action.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkProxySettings.add_proxy_for_scheme.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkProxySettings.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkProxySettings.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.allow_tls_certificate_for_host.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.download_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_cookie_manager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_itp_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_itp_summary.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_itp_summary_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_persistent_credential_storage_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_tls_errors_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.get_website_data_manager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.is_ephemeral.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.prefetch_dns.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.set_itp_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.set_persistent_credential_storage_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.set_proxy_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.NetworkSession.set_tls_errors_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Notification.clicked.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Notification.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Notification.get_body.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Notification.get_id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Notification.get_tag.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Notification.get_title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenu.activate_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenu.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenu.get_event.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenu.get_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenu.get_n_items.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenu.select_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.copy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.free.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.get_label.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.get_tooltip.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.is_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.is_group_child.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.is_group_label.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.OptionMenuItem.is_selected.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionRequest.allow.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionRequest.deny.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionStateQuery.finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionStateQuery.get_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionStateQuery.get_security_origin.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionStateQuery.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PermissionStateQuery.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PolicyDecision.download.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PolicyDecision.ignore.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PolicyDecision.use.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PolicyDecision.use_with_policies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PrintOperation.get_page_setup.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PrintOperation.get_print_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PrintOperation.print.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PrintOperation.run_dialog.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PrintOperation.set_page_setup.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.PrintOperation.set_print_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ResponsePolicyDecision.get_request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ResponsePolicyDecision.get_response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ResponsePolicyDecision.is_main_frame_main_resource.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ResponsePolicyDecision.is_mime_type_supported.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.confirm_set_confirmed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.get_dialog_type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.get_message.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.prompt_get_default_text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.prompt_set_text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptDialog.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptMessageReply.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptMessageReply.return_error_message.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptMessageReply.return_value.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.ScriptMessageReply.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_cors_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_display_isolated.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_empty_document.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_local.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_no_access.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.register_uri_scheme_as_secure.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_cors_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_display_isolated.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_empty_document.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_local.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_no_access.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityManager.uri_scheme_is_secure.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityOrigin.get_host.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityOrigin.get_port.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityOrigin.get_protocol.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityOrigin.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityOrigin.to_string.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.SecurityOrigin.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_allow_file_access_from_file_urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_allow_modal_dialogs.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_allow_top_navigation_to_data_urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_allow_universal_access_from_file_urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_auto_load_images.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_cursive_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_default_charset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_default_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_default_font_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_default_monospace_font_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_disable_web_security.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_draw_compositing_indicators.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_back_forward_navigation_gestures.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_caret_browsing.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_developer_extras.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_dns_prefetching.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_encrypted_media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_html5_database.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_html5_local_storage.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_hyperlink_auditing.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_javascript.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_javascript_markup.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_media_capabilities.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_media_stream.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_mediasource.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_mock_capture_devices.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_offline_web_application_cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_page_cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_resizable_text_areas.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_site_specific_quirks.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_smooth_scrolling.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_spatial_navigation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_tabs_to_links.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_webaudio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_webgl.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_webrtc.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_enable_write_console_messages_to_stdout.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_fantasy_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_feature_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_hardware_acceleration_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_javascript_can_access_clipboard.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_javascript_can_open_windows_automatically.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_load_icons_ignoring_image_load_setting.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_media_content_types_requiring_hardware_support.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_media_playback_allows_inline.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_media_playback_requires_user_gesture.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_minimum_font_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_monospace_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_pictograph_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_print_backgrounds.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_sans_serif_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_serif_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_user_agent.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.get_zoom_text_only.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_allow_file_access_from_file_urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_allow_modal_dialogs.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_allow_top_navigation_to_data_urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_allow_universal_access_from_file_urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_auto_load_images.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_cursive_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_default_charset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_default_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_default_font_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_default_monospace_font_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_disable_web_security.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_draw_compositing_indicators.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_back_forward_navigation_gestures.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_caret_browsing.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_developer_extras.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_dns_prefetching.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_encrypted_media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_html5_database.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_html5_local_storage.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_hyperlink_auditing.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_javascript.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_javascript_markup.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_media_capabilities.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_media_stream.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_mediasource.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_mock_capture_devices.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_offline_web_application_cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_page_cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_resizable_text_areas.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_site_specific_quirks.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_smooth_scrolling.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_spatial_navigation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_tabs_to_links.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_webaudio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_webgl.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_webrtc.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_enable_write_console_messages_to_stdout.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_fantasy_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_feature_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_hardware_acceleration_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_javascript_can_access_clipboard.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_javascript_can_open_windows_automatically.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_load_icons_ignoring_image_load_setting.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_media_content_types_requiring_hardware_support.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_media_playback_allows_inline.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_media_playback_requires_user_gesture.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_minimum_font_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_monospace_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_pictograph_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_print_backgrounds.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_sans_serif_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_serif_font_family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_user_agent.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_user_agent_with_application_details.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.Settings.set_zoom_text_only.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIRequest.get_http_headers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIRequest.get_http_method.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIRequest.get_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIRequest.set_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIResponse.get_content_length.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIResponse.get_http_headers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIResponse.get_mime_type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIResponse.get_status_code.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIResponse.get_suggested_filename.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URIResponse.get_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.finish_error.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.finish_with_response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_http_body.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_http_headers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_http_method.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_path.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_scheme.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeRequest.get_web_view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeResponse.set_content_type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeResponse.set_http_headers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.URISchemeResponse.set_status.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilter.get_identifier.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilter.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilter.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.fetch_identifiers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.fetch_identifiers_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.get_path.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.load.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.load_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.remove.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.remove_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.save.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.save_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.save_from_file.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentFilterStore.save_from_file_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.add_filter.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.add_script.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.add_style_sheet.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.register_script_message_handler.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.register_script_message_handler_with_reply.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_all_filters.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_all_scripts.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_all_style_sheets.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_filter.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_filter_by_id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_script.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.remove_style_sheet.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserContentManager.unregister_script_message_handler.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserMessage.get_fd_list.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserMessage.get_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserMessage.get_parameters.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserMessage.send_reply.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserScript.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserScript.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserStyleSheet.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.UserStyleSheet.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.add_path_to_sandbox.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_cache_model.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_geolocation_manager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_network_session_for_automation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_security_manager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_spell_checking_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_spell_checking_languages.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.get_time_zone_override.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.initialize_notification_permissions.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.is_automation_allowed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.register_uri_scheme.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.send_message_to_all_extensions.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_automation_allowed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_cache_model.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_preferred_languages.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_spell_checking_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_spell_checking_languages.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_web_process_extensions_directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebContext.set_web_process_extensions_initialization_user_data.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.attach.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.detach.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.get_attached_height.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.get_can_attach.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.get_inspected_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.get_web_view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.is_attached.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebInspector.show.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebResource.get_data.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebResource.get_data_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebResource.get_response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebResource.get_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.call_async_javascript_function.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.call_async_javascript_function_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.can_execute_editing_command.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.can_execute_editing_command_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.can_go_back.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.can_go_forward.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.can_show_mime_type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.download_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.evaluate_javascript.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.evaluate_javascript_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.execute_editing_command.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.execute_editing_command_with_argument.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_automation_presentation_type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_back_forward_list.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_background_color.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_camera_capture_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_context.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_custom_charset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_default_content_security_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_display_capture_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_editor_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_estimated_load_progress.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_favicon.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_find_controller.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_input_method_context.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_inspector.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_is_muted.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_is_web_process_responsive.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_main_resource.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_microphone_capture_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_network_session.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_page_id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_session_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_snapshot.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_snapshot_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_tls_info.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_user_content_manager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_web_extension_mode.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_website_policies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_window_properties.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.get_zoom_level.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.go_back.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.go_forward.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.go_to_back_forward_list_item.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.is_controlled_by_automation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.is_editable.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.is_loading.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.is_playing_audio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.load_alternate_html.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.load_bytes.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.load_html.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.load_plain_text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.load_request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.load_uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.reload.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.reload_bypass_cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.restore_session_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.save.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.save_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.save_to_file.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.save_to_file_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.send_message_to_page.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.send_message_to_page_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_background_color.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_camera_capture_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_cors_allowlist.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_custom_charset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_display_capture_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_editable.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_input_method_context.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_is_muted.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_microphone_capture_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.set_zoom_level.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.stop_loading.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.terminate_web_process.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebView.try_close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebViewSessionState.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebViewSessionState.serialize.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebViewSessionState.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteData.get_name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteData.get_size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteData.get_types.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteData.ref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteData.unref.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataAccessPermissionRequest.get_current_domain.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataAccessPermissionRequest.get_requesting_domain.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.clear.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.clear_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.fetch.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.fetch_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.get_base_cache_directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.get_base_data_directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.get_favicon_database.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.get_favicons_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.get_itp_summary.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.get_itp_summary_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.is_ephemeral.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.remove.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.remove_finish.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsiteDataManager.set_favicons_enabled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WebsitePolicies.get_autoplay_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_geometry.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_locationbar_visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_menubar_visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_resizable.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_scrollbars_visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_statusbar_visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/method.WindowProperties.get_toolbar_visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/migrating-to-webkitgtk-%%API_VERSION%%.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.AutomationSession.id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.ColorChooserRequest.rgba.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Download.allow-overwrite.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Download.destination.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Download.estimated-progress.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Download.response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.EditorState.typing-attributes.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FileChooserRequest.filter.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FileChooserRequest.mime-types.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FileChooserRequest.select-multiple.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FileChooserRequest.selected-files.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FindController.max-match-count.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FindController.options.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FindController.text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.FindController.web-view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.GeolocationManager.enable-high-accuracy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.HitTestResult.context.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.HitTestResult.image-uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.HitTestResult.link-label.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.HitTestResult.link-title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.HitTestResult.link-uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.HitTestResult.media-uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.InputMethodContext.input-hints.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.InputMethodContext.input-purpose.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.NavigationPolicyDecision.navigation-action.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.NetworkSession.cache-directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.NetworkSession.data-directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.NetworkSession.is-ephemeral.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Notification.body.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Notification.id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Notification.tag.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Notification.title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.PrintOperation.page-setup.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.PrintOperation.print-settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.PrintOperation.web-view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.ResponsePolicyDecision.request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.ResponsePolicyDecision.response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.allow-file-access-from-file-urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.allow-modal-dialogs.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.allow-top-navigation-to-data-urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.allow-universal-access-from-file-urls.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.auto-load-images.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.cursive-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.default-charset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.default-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.default-font-size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.default-monospace-font-size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.disable-web-security.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.draw-compositing-indicators.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-back-forward-navigation-gestures.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-caret-browsing.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-developer-extras.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-dns-prefetching.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-encrypted-media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-html5-database.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-html5-local-storage.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-hyperlink-auditing.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-javascript-markup.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-javascript.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-media-capabilities.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-media-stream.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-media.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-mediasource.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-mock-capture-devices.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-offline-web-application-cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-page-cache.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-resizable-text-areas.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-site-specific-quirks.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-smooth-scrolling.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-spatial-navigation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-tabs-to-links.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-webaudio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-webgl.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-webrtc.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.enable-write-console-messages-to-stdout.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.fantasy-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.hardware-acceleration-policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.javascript-can-access-clipboard.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.javascript-can-open-windows-automatically.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.load-icons-ignoring-image-load-setting.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.media-content-types-requiring-hardware-support.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.media-playback-allows-inline.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.media-playback-requires-user-gesture.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.minimum-font-size.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.monospace-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.pictograph-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.print-backgrounds.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.sans-serif-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.serif-font-family.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.user-agent.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.Settings.zoom-text-only.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIRequest.uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIResponse.content-length.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIResponse.http-headers.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIResponse.mime-type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIResponse.status-code.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIResponse.suggested-filename.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URIResponse.uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URISchemeResponse.stream-length.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.URISchemeResponse.stream.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.UserContentFilterStore.path.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.UserMediaPermissionRequest.is-for-audio-device.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.UserMediaPermissionRequest.is-for-video-device.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.UserMessage.fd-list.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.UserMessage.name.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.UserMessage.parameters.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebContext.memory-pressure-settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebContext.time-zone-override.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebInspector.attached-height.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebInspector.can-attach.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebInspector.inspected-uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebResource.response.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebResource.uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.automation-presentation-type.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.camera-capture-state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.default-content-security-policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.display-capture-state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.editable.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.estimated-load-progress.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.favicon.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.is-controlled-by-automation.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.is-loading.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.is-muted.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.is-playing-audio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.is-web-process-responsive.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.microphone-capture-state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.network-session.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.page-id.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.related-view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.title.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.uri.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.user-content-manager.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.web-context.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.web-extension-mode.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.website-policies.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebView.zoom-level.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebsiteDataManager.base-cache-directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebsiteDataManager.base-data-directory.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebsiteDataManager.is-ephemeral.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebsiteDataManager.origin-storage-ratio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebsiteDataManager.total-storage-ratio.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WebsitePolicies.autoplay.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.geometry.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.locationbar-visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.menubar-visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.resizable.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.scrollbars-visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.statusbar-visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/property.WindowProperties.toolbar-visible.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/search.js +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.AuthenticationRequest.authenticated.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.AuthenticationRequest.cancelled.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.AutomationSession.create-web-view.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.BackForwardList.changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.ColorChooserRequest.finished.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.CookieManager.changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Download.created-destination.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Download.decide-destination.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Download.failed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Download.finished.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Download.received-data.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.EditorState.changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.FaviconDatabase.favicon-changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.FindController.counted-matches.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.FindController.failed-to-find-text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.FindController.found-text.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.GeolocationManager.start.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.GeolocationManager.stop.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.InputMethodContext.committed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.InputMethodContext.delete-surrounding.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.InputMethodContext.preedit-changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.InputMethodContext.preedit-finished.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.InputMethodContext.preedit-started.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.NetworkSession.download-started.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Notification.clicked.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.Notification.closed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.OptionMenu.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.PrintOperation.failed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.PrintOperation.finished.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.UserContentManager.script-message-received.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.UserContentManager.script-message-with-reply-received.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebContext.automation-started.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebContext.initialize-notification-permissions.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebContext.initialize-web-process-extensions.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebContext.user-message-received.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebInspector.attach.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebInspector.bring-to-front.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebInspector.closed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebInspector.detach.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebInspector.open-window.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebResource.failed-with-tls-errors.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebResource.failed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebResource.finished.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebResource.sent-request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.authenticate.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.context-menu-dismissed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.context-menu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.create.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.decide-policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.enter-fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.insecure-content-detected.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.leave-fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.load-changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.load-failed-with-tls-errors.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.load-failed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.mouse-target-changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.permission-request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.print.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.query-permission-state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.ready-to-show.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.resource-load-started.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.run-as-modal.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.run-color-chooser.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.run-file-chooser.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.script-dialog.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.show-notification.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.show-option-menu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.submit-form.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.user-message-received.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/signal.WebView.web-process-terminated.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/solarized-dark.css +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/solarized-light.css +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.ApplicationInfo.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.Credential.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.Feature.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.FeatureList.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.GeolocationPosition.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.ITPFirstParty.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.ITPThirdParty.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.InputMethodUnderline.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.MemoryPressureSettings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.NavigationAction.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.NetworkProxySettings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.OptionMenuItem.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.PermissionStateQuery.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.ScriptDialog.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.ScriptMessageReply.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.SecurityOrigin.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.UserContentFilter.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.UserScript.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.UserStyleSheet.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.WebViewSessionState.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/struct.WebsiteData.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/style.css +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.DownloadError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.FaviconDatabaseError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.JavascriptError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.MediaError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.NetworkError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.NetworkSession.get_default.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.NetworkSession.set_memory_pressure_settings.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.PolicyError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.PrintError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.Settings.font_size_to_pixels.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.Settings.font_size_to_points.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.Settings.get_all_features.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.Settings.get_development_features.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.Settings.get_experimental_features.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.SnapshotError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.UserContentFilterError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.UserMessageError.quark.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/type_func.WebContext.get_default.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.committed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.delete_surrounding.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.filter_key_event.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.get_preedit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_cursor_area.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_focus_in.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_focus_out.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.notify_surrounding.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.preedit_changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.preedit_finished.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.preedit_started.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.reset.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.InputMethodContext.set_enable_preedit.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.PermissionRequest.allow.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.PermissionRequest.deny.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.authenticate.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.close.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.context_menu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.context_menu_dismissed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.create.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.decide_policy.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.enter_fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.insecure_content_detected.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.leave_fullscreen.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.load_changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.load_failed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.load_failed_with_tls_errors.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.mouse_target_changed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.permission_request.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.print.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.query_permission_state.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.ready_to_show.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.resource_load_started.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.run_as_modal.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.run_color_chooser.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.run_file_chooser.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.script_dialog.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.show_notification.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.show_option_menu.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.submit_form.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.user_message_received.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.web_process_crashed.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/vfunc.WebView.web_process_terminated.html +%%DOCS%%share/doc/webkitgtk-%%API_VERSION%%/webkitgtk-%%API_VERSION%%.devhelp2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Black.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Black.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Bold.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Bold.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Italic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Italic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Medium.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Medium.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Regular.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatDisplay-Regular.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Bold.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Bold.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-BoldItalic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-BoldItalic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Italic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Italic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Medium.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Medium.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-MediumItalic.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-MediumItalic.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Regular.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/RedHatText-Regular.woff2 +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/SourceCodePro-It.ttf.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/SourceCodePro-Regular.ttf.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/SourceCodePro-Semibold.ttf.woff +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/callback.WebProcessExtensionInitializeFunction.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/callback.WebProcessExtensionInitializeWithUserDataFunction.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.ContextMenu.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.ContextMenuItem.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.Frame.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.HitTestResult.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.ScriptWorld.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.URIRequest.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.URIResponse.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.UserMessage.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.WebEditor.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.WebFormManager.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.WebHitTestResult.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.WebPage.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/class.WebProcessExtension.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/classes_hierarchy.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenu.new.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenu.new_with_items.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_from_gaction.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_from_stock_action_with_label.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_separator.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ContextMenuItem.new_with_submenu.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ScriptWorld.new.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.ScriptWorld.new_with_name.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.URIRequest.new.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.UserMessage.new.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/ctor.UserMessage.new_with_fd_list.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/enum.ContextMenuAction.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/enum.UserMessageError.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/flags.HitTestResultContext.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/fonts.css +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/fzy.js +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/go-up-symbolic.png +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/gtk4-urlmap.js +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/index.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/index.json +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/main.js +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.append.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.first.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.get_event.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.get_item_at_position.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.get_items.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.get_n_items.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.get_user_data.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.insert.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.last.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.move_item.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.prepend.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.remove.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.remove_all.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenu.set_user_data.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenuItem.get_gaction.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenuItem.get_stock_action.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenuItem.get_submenu.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenuItem.is_separator.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ContextMenuItem.set_submenu.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.Frame.get_id.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.Frame.get_js_context.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.Frame.get_js_context_for_script_world.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.Frame.get_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.Frame.is_main_frame.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.context_is_editable.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.context_is_image.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.context_is_link.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.context_is_media.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.context_is_scrollbar.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.context_is_selection.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.get_context.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.get_image_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.get_link_label.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.get_link_title.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.get_link_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.HitTestResult.get_media_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.ScriptWorld.get_name.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIRequest.get_http_headers.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIRequest.get_http_method.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIRequest.get_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIRequest.set_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIResponse.get_content_length.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIResponse.get_http_headers.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIResponse.get_mime_type.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIResponse.get_status_code.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIResponse.get_suggested_filename.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.URIResponse.get_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.UserMessage.get_fd_list.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.UserMessage.get_name.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.UserMessage.get_parameters.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.UserMessage.send_reply.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebEditor.get_page.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.context_is_editable.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.context_is_image.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.context_is_link.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.context_is_media.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.context_is_scrollbar.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.context_is_selection.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_context.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_image_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_js_node.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_link_label.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_link_title.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_link_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebHitTestResult.get_media_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.get_editor.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.get_form_manager.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.get_id.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.get_main_frame.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.get_uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.send_message_to_view.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebPage.send_message_to_view_finish.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebProcessExtension.get_page.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebProcessExtension.send_message_to_context.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/method.WebProcessExtension.send_message_to_context_finish.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.HitTestResult.context.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.HitTestResult.image-uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.HitTestResult.link-label.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.HitTestResult.link-title.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.HitTestResult.link-uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.HitTestResult.media-uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIRequest.uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIResponse.content-length.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIResponse.http-headers.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIResponse.mime-type.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIResponse.status-code.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIResponse.suggested-filename.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.URIResponse.uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.UserMessage.fd-list.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.UserMessage.name.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.UserMessage.parameters.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/property.WebPage.uri.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/search.js +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.ScriptWorld.window-object-cleared.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebEditor.selection-changed.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebFormManager.form-controls-associated.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebFormManager.will-send-submit-event.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebFormManager.will-submit-form.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebPage.context-menu.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebPage.document-loaded.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebPage.send-request.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebPage.user-message-received.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebProcessExtension.page-created.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/signal.WebProcessExtension.user-message-received.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/solarized-dark.css +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/solarized-light.css +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/style.css +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/type_func.ScriptWorld.get_default.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/type_func.UserMessage.error_quark.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/type_func.WebFormManager.input_element_auto_fill.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/type_func.WebFormManager.input_element_is_auto_filled.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/type_func.WebFormManager.input_element_is_user_edited.html +%%DOCS%%share/doc/webkitgtk-web-process-extension-%%API_VERSION%%/webkitgtk-web-process-extension-%%API_VERSION%%.devhelp2 +share/locale/ar/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/as/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/bg/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ca/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/cs/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/da/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/de/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/el/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/eo/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/es/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/et/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/eu/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/fi/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/fr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/gl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/gu/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/he/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/hi/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/hr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/hu/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/id/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/it/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ja/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ka/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/kn/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ko/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/lt/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/lv/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ml/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/mr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/nb/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/nl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/or/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pa/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pt/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ro/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ru/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sl/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sr@latin/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/sv/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/ta/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/te/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/tr/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/uk/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/vi/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/WebKitGTK-%%API_VERSION%%.mo diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile deleted file mode 100644 --- a/www/webkit2-gtk3/Makefile +++ /dev/null @@ -1,116 +0,0 @@ -PORTNAME= webkit -DISTVERSION= 2.34.6 -PORTREVISION= 10 -CATEGORIES= www -MASTER_SITES= https://webkitgtk.org/releases/ -PKGNAMESUFFIX= 2-gtk3 -DISTNAME= ${PORTNAME}gtk-${PORTVERSION} -DIST_SUBDIR= gnome - -PATCH_SITES= https://github.com/WebKit/WebKit/commit/ -PATCHFILES= 06f9978e52a8408ed6c2c8296afb1e7449c2f1ee.patch:-p1 # https://bugs.webkit.org/show_bug.cgi?id=247770 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Opensource browser engine using the GTK 3 toolkit -WWW= https://webkitgtk.org/ - -LICENSE= GPLv2 BSD2CLAUSE -LICENSE_COMB= dual - -BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils -LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ - libfribidi.so:converters/fribidi \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libwebp.so:graphics/webp \ - libpng.so:graphics/png \ - libsecret-1.so:security/libsecret \ - libnotify.so:devel/libnotify \ - libhyphen.so:textproc/hyphen \ - libicutu.so:devel/icu \ - libopenjp2.so:graphics/openjpeg \ - libharfbuzz.so:print/harfbuzz \ - libharfbuzz-icu.so:print/harfbuzz-icu \ - libsoup-2.4.so:devel/libsoup \ - libgcrypt.so:security/libgcrypt \ - libtasn1.so:security/libtasn1 \ - libwoff2dec.so:devel/woff2 - -PORTSCOUT= limitw:1,even - -USES= bison cmake compiler:c++14-lang cpe gettext gl gnome gperf \ - jpeg localbase:ldflags perl5 pkgconfig python:build \ - ruby:build sqlite tar:xz xorg -USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt -USE_GL= gl egl glesv2 -USE_LDCONFIG= yes -USE_PERL5= build -USE_XORG= x11 xcomposite xdamage xext xrender xt ice - -CPE_VENDOR= webkitgtk -CPE_PRODUCT= webkitgtk - -BINARY_ALIAS= python=${PYTHON_CMD} -CXXFLAGS+= -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -CMAKE_ARGS= -DPORT=GTK -CMAKE_OFF= USE_LD_GOLD ${CMAKE_OFF_${ARCH}:U} \ - ENABLE_GLES2 \ - USE_SYSTEMD \ - ENABLE_GAMEPAD -CMAKE_ON= ENABLE_MINIBROWSER \ - USE_SYSTEM_MALLOC \ - USE_SOUP2 -CMAKE_OFF_armv6= ENABLE_JIT -CMAKE_OFF_armv7= ENABLE_JIT -INSTALL_TARGET= install - -OPTIONS_DEFINE= DEBUG GEOIP GSTREAMER WAYLAND -OPTIONS_DEFAULT= GEOIP GSTREAMER WAYLAND -OPTIONS_SUB= yes - -# Building WebKit with debugging symbols requires ar and ld with -# support for thin archives. Also see -# https://bugs.webkit.org/show_bug.cgi?id=140384 -DEBUG_CMAKE_ON= -DCMAKE_AR=${LOCALBASE}/bin/ar \ - -DCMAKE_RANLIB=${LOCALBASE}/bin/ranlib \ - -DCMAKE_LINKER=${LOCALBASE}/bin/ld -DEBUG_CXXFLAGS= -B${LOCALBASE}/bin - -DEBUG_CMAKE_OFF= -DCMAKE_AR=/usr/bin/ar \ - -DCMAKE_RANLIB=/usr/bin/ranlib \ - -DCMAKE_LINKER=/usr/bin/ld -DEBUG_CXXFLAGS_OFF= -B/usr/bin -DEBUG_CFLAGS_OFF= -DNDEBUG - -GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION -GEOIP_BUILD_DEPENDS= geoclue>=2.4.3:net/geoclue -GEOIP_RUN_DEPENDS= geoclue>=2.4.3:net/geoclue - -GSTREAMER_USES= gstreamer -GSTREAMER_USE= GSTREAMER=bad,gl -GSTREAMER_CMAKE_BOOL= ENABLE_VIDEO ENABLE_WEB_AUDIO - -WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND_TARGET -WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols -WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ - libwpe-1.0.so:www/libwpe \ - libWPEBackend-fdo-1.0.so:www/wpebackend-fdo - -pre-configure: -# .if !exists() evaluates too early before cairo has a chance to be installed - @if ! pkg-config --exists cairo-egl; then \ - ${ECHO_MSG} "${PKGNAME}: Needs cairo with OPENGL support enabled."; \ - ${FALSE}; \ - fi - -post-install: - @${RLN} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/jsc \ - ${STAGEDIR}${PREFIX}/bin/jsc-4 - @${RLN} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/MiniBrowser \ - ${STAGEDIR}${PREFIX}/bin/MiniBrowser-4 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*.* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-4.0/injected-bundle/*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WebKitWebDriver - -.include diff --git a/www/webkit2-gtk3/distinfo b/www/webkit2-gtk3/distinfo deleted file mode 100644 --- a/www/webkit2-gtk3/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1685906637 -SHA256 (gnome/webkitgtk-2.34.6.tar.xz) = 6bc8fd034aad0432a2459ce4fc7ee25ad65a4924c618bf8d93b52b0c1a84c1f6 -SIZE (gnome/webkitgtk-2.34.6.tar.xz) = 24393340 -SHA256 (gnome/06f9978e52a8408ed6c2c8296afb1e7449c2f1ee.patch) = 780812ffdff6b970c0e270e4605ec15325840723e2733c475371e92a56d257da -SIZE (gnome/06f9978e52a8408ed6c2c8296afb1e7449c2f1ee.patch) = 1661 diff --git a/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake b/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/cmake/OptionsCommon.cmake.orig 2021-09-22 23:05:58 UTC -+++ Source/cmake/OptionsCommon.cmake -@@ -144,7 +144,7 @@ WEBKIT_CHECK_HAVE_FUNCTION(HAVE_VASPRINTF vasprintf) - # Check for symbols - WEBKIT_CHECK_HAVE_SYMBOL(HAVE_REGEX_H regexec regex.h) - if (NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")) -- WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) -+ #WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) - endif () - WEBKIT_CHECK_HAVE_SYMBOL(HAVE_TIMINGSAFE_BCMP timingsafe_bcmp string.h) - # Windows has signal.h but is missing symbols that are used in calls to signal. diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/assembler/ARM64Assembler.h -@@ -2950,6 +2950,8 @@ class ARM64Assembler { (public) - { - #if OS(DARWIN) - sys_cache_control(kCacheFunctionPrepareForExecution, code, size); -+#elif OS(FREEBSD) || OS(NETBSD) -+ __clear_cache(code, reinterpret_cast(code) + size); - #elif OS(FUCHSIA) - zx_cache_flush(code, size, ZX_CACHE_FLUSH_INSN); - #elif OS(LINUX) diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/JavaScriptCore/assembler/ARMv7Assembler.h.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/assembler/ARMv7Assembler.h -@@ -2402,6 +2402,8 @@ class ARMv7Assembler { (public) - { - #if OS(DARWIN) - sys_cache_control(kCacheFunctionPrepareForExecution, code, size); -+#elif OS(FREEBSD) || OS(NETBSD) -+ __clear_cache(code, reinterpret_cast(code) + size); - #elif OS(LINUX) - size_t page = pageSize(); - uintptr_t current = reinterpret_cast(code); diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/jit/ExecutableAllocator.cpp -@@ -95,7 +95,7 @@ namespace JSC { - - using namespace WTF; - --#if defined(FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB) && FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB > 0 -+#if defined(FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB) && FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB > 0 && !defined(__aarch64__) - static constexpr size_t fixedExecutableMemoryPoolSize = FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB * MB; - #elif CPU(ARM) - static constexpr size_t fixedExecutableMemoryPoolSize = 16 * MB; diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- Source/JavaScriptCore/jsc.cpp.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/jsc.cpp -@@ -100,6 +100,9 @@ - #else - #include - #endif -+#if PLATFORM(GTK) -+#include -+#endif - - #if PLATFORM(COCOA) - #include diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/offlineasm/arm64.rb -@@ -1127,7 +1127,7 @@ class Instruction - $asm.puts "ldr #{operands[1].arm64Operand(:quad)}, [#{operands[1].arm64Operand(:quad)}, #{operands[0].asmLabel}@GOTPAGEOFF]" - - # On Linux, use ELF GOT relocation specifiers. -- $asm.putStr("#elif OS(LINUX)") -+ $asm.putStr("#elif OS(LINUX) || OS(FREEBSD)") - $asm.puts "adrp #{operands[1].arm64Operand(:quad)}, :got:#{operands[0].asmLabel}" - $asm.puts "ldr #{operands[1].arm64Operand(:quad)}, [#{operands[1].arm64Operand(:quad)}, :got_lo12:#{operands[0].asmLabel}]" - diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_config.rb b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_config.rb deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_config.rb +++ /dev/null @@ -1,16 +0,0 @@ ---- Source/JavaScriptCore/offlineasm/config.rb.orig 2021-05-17 13:22:35 UTC -+++ Source/JavaScriptCore/offlineasm/config.rb -@@ -22,11 +22,11 @@ buildProductsDirectory = ENV['BUILT_PRODUCTS_DIR']; - # THE POSSIBILITY OF SUCH DAMAGE. - - buildProductsDirectory = ENV['BUILT_PRODUCTS_DIR']; --if buildProductsDirectory and File.exists?(buildProductsDirectory) -+if buildProductsDirectory and File.exist?(buildProductsDirectory) - $: << "#{buildProductsDirectory}/usr/local/include/WebKitAdditions/Scripts" - end - sdkRootDirectory = ENV['SDKROOT']; --if sdkRootDirectory and File.exists?(sdkRootDirectory) -+if sdkRootDirectory and File.exist?(sdkRootDirectory) - $: << "#{sdkRootDirectory}/usr/local/include/WebKitAdditions/Scripts" - end - diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_parser.rb b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_parser.rb deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_parser.rb +++ /dev/null @@ -1,28 +0,0 @@ ---- Source/JavaScriptCore/offlineasm/parser.rb.orig 2021-10-21 08:52:07 UTC -+++ Source/JavaScriptCore/offlineasm/parser.rb -@@ -832,10 +832,10 @@ class Parser - @idx += 1 - additionsDirectoryName = "#{@buildProductsDirectory}/usr/local/include/WebKitAdditions/" - fileName = IncludeFile.new(moduleName, additionsDirectoryName).fileName -- if not File.exists?(fileName) -+ if not File.exist?(fileName) - fileName = IncludeFile.new(moduleName, @tokens[@idx].codeOrigin.fileName.dirname).fileName - end -- fileExists = File.exists?(fileName) -+ fileExists = File.exist?(fileName) - raise "File not found: #{fileName}" if not fileExists and not isOptional - list << parse(fileName) if fileExists - else -@@ -864,10 +864,10 @@ class Parser - @idx += 1 - additionsDirectoryName = "#{@buildProductsDirectory}/usr/local/include/WebKitAdditions/" - fileName = IncludeFile.new(moduleName, additionsDirectoryName).fileName -- if not File.exists?(fileName) -+ if not File.exist?(fileName) - fileName = IncludeFile.new(moduleName, @tokens[@idx].codeOrigin.fileName.dirname).fileName - end -- fileExists = File.exists?(fileName) -+ fileExists = File.exist?(fileName) - raise "File not found: #{fileName}" if not fileExists and not isOptional - fileList << fileName if fileExists - else diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/JavaScriptCore/runtime/NativeExecutable.cpp.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/runtime/NativeExecutable.cpp -@@ -24,6 +24,7 @@ - */ - - #include "config.h" -+#include "ExecutableBaseInlines.h" - #include "NativeExecutable.h" - - #include "ExecutableBaseInlines.h" diff --git a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_PlatformCPU.h b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_PlatformCPU.h deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_PlatformCPU.h +++ /dev/null @@ -1,18 +0,0 @@ ---- Source/WTF/wtf/PlatformCPU.h.orig 2020-08-12 09:17:54 UTC -+++ Source/WTF/wtf/PlatformCPU.h -@@ -155,6 +155,7 @@ - #elif defined(__ARM_ARCH_6__) \ - || defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6T2__) \ -@@ -196,6 +197,7 @@ - - #elif defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6M__) diff --git a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp +++ /dev/null @@ -1,34 +0,0 @@ ---- Source/WTF/wtf/RAMSize.cpp.orig 2021-09-22 23:29:42 UTC -+++ Source/WTF/wtf/RAMSize.cpp -@@ -35,6 +35,8 @@ - #include - #elif OS(UNIX) - #include -+#include -+#include - #endif // OS(LINUX) || OS(UNIX) - #else - #include -@@ -56,14 +58,18 @@ static size_t computeRAMSize() - return ramSizeGuess; - return status.ullTotalPhys; - #elif USE(SYSTEM_MALLOC) --#if OS(LINUX) || OS(FREEBSD) -+#if OS(LINUX) - struct sysinfo si; - sysinfo(&si); - return si.totalram * si.mem_unit; - #elif OS(UNIX) -- long pages = sysconf(_SC_PHYS_PAGES); -- long pageSize = sysconf(_SC_PAGE_SIZE); -- return pages * pageSize; -+ size_t physmem, len; -+ int mib[2] = { CTL_HW, HW_PHYSMEM }; -+ if (sysctl(mib, 2, &physmem, &len, NULL, 0) == 0 -+ && len == sizeof(physmem)) -+ return physmem; -+ else -+ return 512 * MB; // guess - #else - #error "Missing a platform specific way of determining the available RAM" - #endif // OS(LINUX) || OS(FREEBSD) || OS(UNIX) diff --git a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp.orig 2021-09-22 23:05:58 UTC -+++ Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp -@@ -28,7 +28,7 @@ - #include "config.h" - #include - --#include -+#include - #include - #include - #include diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_PlatformScreen.h b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_PlatformScreen.h deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_PlatformScreen.h +++ /dev/null @@ -1,15 +0,0 @@ ---- Source/WebCore/platform/PlatformScreen.h.orig 2021-10-21 08:52:09 UTC -+++ Source/WebCore/platform/PlatformScreen.h -@@ -48,6 +48,12 @@ OBJC_CLASS UIScreen; - typedef struct CGColorSpace *CGColorSpaceRef; - #endif - -+// X11 headers define a bunch of macros with common terms, interfering with WebCore and WTF enum values. -+// As a workaround, we explicitly undef them here. -+#if defined(None) -+#undef None -+#endif -+ - namespace WebCore { - - class DestinationColorSpace; diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2018-05-07 07:58:18 UTC -+++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp -@@ -35,7 +35,7 @@ namespace WebCore { - // ALPHAX_Q ALPHAY_Q REMAPX_D REMAPY_D - - --static alignas(16) short s_FELightingConstantsForNeon[] = { -+alignas(16) static short s_FELightingConstantsForNeon[] = { - // Alpha coefficients. - -2, 1, 0, -1, 2, 1, 0, -1, - 0, -1, -2, -1, 0, 1, 2, 1, -@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL - "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL - "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL - "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL -- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL -+ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL - // The color values are stored in-place. - "strb r2, [" PIXELS_R ", #-11]" NL - "strb r3, [" PIXELS_R ", #-10]" NL diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/WebCore/platform/network/DNS.h.orig 2021-09-22 23:05:58 UTC -+++ Source/WebCore/platform/network/DNS.h -@@ -33,6 +33,7 @@ - #include - #include - #else -+#include - #include - #endif - diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_text_TextCodec.cpp b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_text_TextCodec.cpp deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_text_TextCodec.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebCore/platform/text/TextCodec.cpp.orig 2019-02-16 10:10:59 UTC -+++ Source/WebCore/platform/text/TextCodec.cpp -@@ -24,6 +24,8 @@ - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#include -+ - #include "config.h" - #include "TextCodec.h" - diff --git a/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake b/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake +++ /dev/null @@ -1,16 +0,0 @@ ---- Source/WebDriver/PlatformGTK.cmake.orig 2018-02-19 07:45:32 UTC -+++ Source/WebDriver/PlatformGTK.cmake -@@ -5,6 +5,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIB - list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES - "${GLIB_INCLUDE_DIRS}" - "${LIBSOUP_INCLUDE_DIRS}" -+ "${ICU_INCLUDE_DIRS}" - ) - - list(APPEND WebDriver_SOURCES -@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES - - list(APPEND WebDriver_LIBRARIES - ${LIBSOUP_LIBRARIES} -+ ${ICU_LIBRARIES} - ) diff --git a/www/webkit2-gtk3/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb b/www/webkit2-gtk3/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb.orig 2021-05-17 13:22:42 UTC -+++ Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb -@@ -36,7 +36,7 @@ class Task - end - - generated_path = File.join tmpdir, output_filename -- if !File.exists?(generated_path) -+ if !File.exist?(generated_path) - puts "ERROR: Generated file does not exist at expected path." - exit 1 - end diff --git a/www/webkit2-gtk3/files/patch-Source_WebKit_webkitglib-symbols.map b/www/webkit2-gtk3/files/patch-Source_WebKit_webkitglib-symbols.map deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebKit_webkitglib-symbols.map +++ /dev/null @@ -1,12 +0,0 @@ ---- Source/WebKit/webkitglib-symbols.map.orig 2021-05-17 13:22:43 UTC -+++ Source/WebKit/webkitglib-symbols.map -@@ -3,9 +3,6 @@ global: - jsc_*; - webkit_*; - extern "C++" { -- "bmalloc::PerThreadStorage >::s_didInitialize"; -- "bmalloc::PerThreadStorage >::s_key"; -- "bmalloc::vmPageSize()::cached"; - "WebKit::NetworkProcessMain(int, char**)"; - "WebKit::WebKitExtensionManager::initialize(WebKit::InjectedBundle*, API::Object*)"; - "WebKit::WebKitExtensionManager::singleton()"; diff --git a/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h b/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/bmalloc/bmalloc/BPlatform.h.orig 2021-09-22 23:05:58 UTC -+++ Source/bmalloc/bmalloc/BPlatform.h -@@ -163,6 +163,7 @@ - #elif defined(__ARM_ARCH_6__) \ - || defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+|| defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6T2__) \ diff --git a/www/webkit2-gtk3/files/patch-Source_cmake_WebKitCommon.cmake b/www/webkit2-gtk3/files/patch-Source_cmake_WebKitCommon.cmake deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-Source_cmake_WebKitCommon.cmake +++ /dev/null @@ -1,17 +0,0 @@ ---- Source/cmake/WebKitCommon.cmake.orig 2021-09-17 09:07:45 UTC -+++ Source/cmake/WebKitCommon.cmake -@@ -106,11 +106,11 @@ if (NOT HAS_RUN_WEBKIT_COMMON) - endif () - elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3-6]86|x86)") - set(WTF_CPU_X86 1) -- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") -+ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc|powerpc)") - set(WTF_CPU_PPC 1) -- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64") -+ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc64|powerpc64)") - set(WTF_CPU_PPC64 1) -- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le") -+ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc64le|powerpc64le)") - set(WTF_CPU_PPC64LE 1) - elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "^riscv64") - set(WTF_CPU_RISCV64 1) diff --git a/www/webkit2-gtk3/files/patch-revert-11ccaf183fad b/www/webkit2-gtk3/files/patch-revert-11ccaf183fad deleted file mode 100644 --- a/www/webkit2-gtk3/files/patch-revert-11ccaf183fad +++ /dev/null @@ -1,211 +0,0 @@ -Regressed by: https://github.com/WebKit/WebKit/commit/11ccaf183fad - -GStreamer.cpp.o -c /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/p -latform/graphics/gstreamer/MediaSampleGStreamer.cpp -/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/graphics/gs -treamer/MediaSampleGStreamer.cpp:220:12: error: call to implicitly-deleted copy constructor o -f 'WebCore::PlatformSample' - return sample; - ^~~~~~ -/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/MediaSample -.h:57:7: note: copy constructor of 'PlatformSample' is implicitly deleted because field 'samp -le' has a deleted copy constructor - } sample; - ^ -/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/MediaSample -.h:56:66: note: copy constructor of '' is implicitly deleted because variant field 'byteRange -Sample' has a non-trivial copy constructor - std::pair byteRangeSample; - ^ -1 error generated. - -diff --git Source/WTF/wtf/PlatformHave.h Source/WTF/wtf/PlatformHave.h -index 4c5f1d2..e61e7fc 100644 ---- Source/WTF/wtf/PlatformHave.h -+++ Source/WTF/wtf/PlatformHave.h -@@ -909,6 +909,12 @@ - #endif - #endif - -+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 110300 -+#if !defined(HAVE_MT_PLUGIN_SAMPLE_CURSOR_PLAYABLE_HORIZON) -+#define HAVE_MT_PLUGIN_SAMPLE_CURSOR_PLAYABLE_HORIZON 1 -+#endif -+#endif -+ - #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 110200) \ - || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 140400) - #define HAVE_AVCONTENTKEYREQUEST_PENDING_PROTECTION_STATUS 1 -diff --git Source/WebCore/page/RuntimeEnabledFeatures.h Source/WebCore/page/RuntimeEnabledFeatures.h -index c97386f..6bb9794 100644 ---- Source/WebCore/page/RuntimeEnabledFeatures.h -+++ Source/WebCore/page/RuntimeEnabledFeatures.h -@@ -243,6 +243,11 @@ public: - void setDisableMediaExperiencePIDInheritance(bool isDisabled) { m_disableMediaExperiencePIDInheritance = isDisabled; } - bool disableMediaExperiencePIDInheritance() const { return m_disableMediaExperiencePIDInheritance; } - #endif -+ -+#if HAVE(MT_PLUGIN_FORMAT_READER) -+ void setWebMFormatReaderEnabled(bool isEnabled) { m_webMFormatReaderEnabled = isEnabled; } -+ bool webMFormatReaderEnabled() const { return m_webMFormatReaderEnabled; } -+#endif - - #if ENABLE(VORBIS) - WEBCORE_EXPORT void setVorbisDecoderEnabled(bool isEnabled); -@@ -375,6 +380,10 @@ private: - bool m_webMFormatReaderEnabled { false }; - #endif - -+#if HAVE(MT_PLUGIN_FORMAT_READER) -+ bool m_webMFormatReaderEnabled { false }; -+#endif -+ - #if ENABLE(MEDIA_SOURCE) - bool m_webMParserEnabled { false }; - bool m_webMWebAudioEnabled { false }; -diff --git Source/WebCore/platform/MediaSample.h Source/WebCore/platform/MediaSample.h -index 0847b97..d34ba7f 100644 ---- Source/WebCore/platform/MediaSample.h -+++ Source/WebCore/platform/MediaSample.h -@@ -34,8 +34,6 @@ - - typedef struct opaqueCMSampleBuffer *CMSampleBufferRef; - typedef struct _GstSample GstSample; --typedef struct OpaqueMTPluginByteSource *MTPluginByteSourceRef; --typedef const struct opaqueCMFormatDescription *CMFormatDescriptionRef; - - namespace WebCore { - -@@ -47,13 +45,11 @@ struct PlatformSample { - MockSampleBoxType, - CMSampleBufferType, - GStreamerSampleType, -- ByteRangeSampleType, - } type; - union { - MockSampleBox* mockSampleBox; - CMSampleBufferRef cmSampleBuffer; - GstSample* gstSample; -- std::pair byteRangeSample; - } sample; - }; - -@@ -91,12 +87,6 @@ public: - virtual SampleFlags flags() const = 0; - virtual PlatformSample platformSample() = 0; - -- struct ByteRange { -- size_t byteOffset { 0 }; -- size_t byteLength { 0 }; -- }; -- virtual std::optional byteRange() const = 0; -- - enum class VideoRotation { - None = 0, - UpsideDown = 180, -diff --git Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h -index d7a49b9..874c3dc 100644 ---- Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h -+++ Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h -@@ -57,7 +57,6 @@ public: - Ref createNonDisplayingCopy() const override; - SampleFlags flags() const override { return m_flags; } - PlatformSample platformSample() override; -- std::optional byteRange() const override { return std::nullopt; } - void dump(PrintStream&) const override; - RefPtr getRGBAImageData() const final; - -diff --git Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp -index 5cb60b9..83da5b0 100644 ---- Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp -+++ Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp -@@ -62,7 +62,6 @@ private: - size_t sizeInBytes() const override { return sizeof(m_box); } - SampleFlags flags() const override; - PlatformSample platformSample() override; -- std::optional byteRange() const override { return std::nullopt; } - FloatSize presentationSize() const override { return FloatSize(); } - void dump(PrintStream&) const override; - void offsetTimestampsBy(const MediaTime& offset) override { m_box.offsetTimestampsBy(offset); } -diff --git Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp -index 496e42a..43664ed 100644 ---- Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp -+++ Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp -@@ -23,14 +23,15 @@ - * THE POSSIBILITY OF SUCH DAMAGE. - */ - --#include -+#include "config.h" - --extern "C" WK_EXPORT OSStatus CreateMediaFormatReaderInstance(MTPluginByteSourceRef, CFAllocatorRef, CFDictionaryRef, MTPluginFormatReaderRef*); -+#if HAVE(MT_PLUGIN_FORMAT_READER) - --OSStatus CreateMediaFormatReaderInstance(MTPluginByteSourceRef byteSource, CFAllocatorRef allocator, CFDictionaryRef, MTPluginFormatReaderRef* formatReader) -+OSStatus CreateMediaFormatReaderInstance(MTPluginByteSourceRef, CFAllocatorRef, CFDictionary -+Ref, MTPluginFormatReaderRef* formatReader) - { -- OSStatus status = WKMediaFormatReaderCreate(allocator, formatReader); -- if (status != noErr) -- return status; -- return WKMediaFormatReaderStartOnMainThread(*formatReader, byteSource); -+ *formatReader = nullptr; -+ return kMTPluginFormatReaderError_InternalFailure; - } -+ -+#endif // HAVE(MT_PLUGIN_FORMAT_READER) -diff --git Source/WebKit/Shared/WebPreferencesDefaultValues.cpp Source/WebKit/Shared/WebPreferencesDefaultValues.cpp -index 8b24061..83e3a04 100644 ---- Source/WebKit/Shared/WebPreferencesDefaultValues.cpp -+++ Source/WebKit/Shared/WebPreferencesDefaultValues.cpp -@@ -289,6 +289,19 @@ bool defaultWebMFormatReaderEnabled() - - #endif // ENABLE(WEBM_FORMAT_READER) - -+#if ENABLE(MEDIA_SOURCE) && HAVE(MT_PLUGIN_FORMAT_READER) -+ -+bool defaultWebMFormatReaderEnabled() -+{ -+#if HAVE(SYSTEM_FEATURE_FLAGS) -+ return isFeatureFlagEnabled("webm_format_reader"); -+#endif -+ -+ return false; -+} -+ -+#endif -+ - #if ENABLE(VP9) - - bool defaultVP8DecoderEnabled() -diff --git Source/WebKit/Shared/WebPreferencesDefaultValues.h Source/WebKit/Shared/WebPreferencesDefaultValues.h -index c7af0cb..c1c91ed 100644 ---- Source/WebKit/Shared/WebPreferencesDefaultValues.h -+++ Source/WebKit/Shared/WebPreferencesDefaultValues.h -@@ -95,6 +95,10 @@ bool defaultWebXREnabled(); - bool defaultWebMFormatReaderEnabled(); - #endif - -+#if ENABLE(MEDIA_SOURCE) && HAVE(MT_PLUGIN_FORMAT_READER) -+bool defaultWebMFormatReaderEnabled(); -+#endif -+ - #if ENABLE(VP9) - bool defaultVP8DecoderEnabled(); - bool defaultVP9DecoderEnabled(); -diff --git Source/WebKit/SourcesCocoa.txt Source/WebKit/SourcesCocoa.txt -index 78fb424..ac04aa8 100644 ---- Source/WebKit/SourcesCocoa.txt -+++ Source/WebKit/SourcesCocoa.txt -@@ -229,6 +229,11 @@ Shared/mac/MediaFormatReader/MediaSampleByteRange.cpp - Shared/mac/MediaFormatReader/MediaSampleCursor.cpp - Shared/mac/MediaFormatReader/MediaTrackReader.cpp - -+Shared/mac/MediaFormatReader/CoreMediaWrapped.cpp -+Shared/mac/MediaFormatReader/FormatReader.cpp -+Shared/mac/MediaFormatReader/SampleCursor.cpp -+Shared/mac/MediaFormatReader/TrackReader.cpp -+ - Shared/Plugins/mac/PluginSandboxProfile.mm - - Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm diff --git a/www/webkit2-gtk3/pkg-plist b/www/webkit2-gtk3/pkg-plist deleted file mode 100644 --- a/www/webkit2-gtk3/pkg-plist +++ /dev/null @@ -1,287 +0,0 @@ -bin/MiniBrowser-4 -bin/WebKitWebDriver -bin/jsc-4 -include/webkitgtk-4.0/JavaScriptCore/JSBase.h -include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h -include/webkitgtk-4.0/JavaScriptCore/JSObjectRef.h -include/webkitgtk-4.0/JavaScriptCore/JSStringRef.h -include/webkitgtk-4.0/JavaScriptCore/JSTypedArray.h -include/webkitgtk-4.0/JavaScriptCore/JSValueRef.h -include/webkitgtk-4.0/JavaScriptCore/JavaScript.h -include/webkitgtk-4.0/JavaScriptCore/WebKitAvailability.h -include/webkitgtk-4.0/jsc/JSCAutocleanups.h -include/webkitgtk-4.0/jsc/JSCClass.h -include/webkitgtk-4.0/jsc/JSCContext.h -include/webkitgtk-4.0/jsc/JSCDefines.h -include/webkitgtk-4.0/jsc/JSCException.h -include/webkitgtk-4.0/jsc/JSCOptions.h -include/webkitgtk-4.0/jsc/JSCValue.h -include/webkitgtk-4.0/jsc/JSCVersion.h -include/webkitgtk-4.0/jsc/JSCVirtualMachine.h -include/webkitgtk-4.0/jsc/JSCWeakValue.h -include/webkitgtk-4.0/jsc/jsc.h -include/webkitgtk-4.0/webkit2/WebKitApplicationInfo.h -include/webkitgtk-4.0/webkit2/WebKitAuthenticationRequest.h -include/webkitgtk-4.0/webkit2/WebKitAutocleanups.h -include/webkitgtk-4.0/webkit2/WebKitAutomationSession.h -include/webkitgtk-4.0/webkit2/WebKitBackForwardList.h -include/webkitgtk-4.0/webkit2/WebKitBackForwardListItem.h -include/webkitgtk-4.0/webkit2/WebKitColorChooserRequest.h -include/webkitgtk-4.0/webkit2/WebKitConsoleMessage.h -include/webkitgtk-4.0/webkit2/WebKitContextMenu.h -include/webkitgtk-4.0/webkit2/WebKitContextMenuActions.h -include/webkitgtk-4.0/webkit2/WebKitContextMenuItem.h -include/webkitgtk-4.0/webkit2/WebKitCookieManager.h -include/webkitgtk-4.0/webkit2/WebKitCredential.h -include/webkitgtk-4.0/webkit2/WebKitDefines.h -include/webkitgtk-4.0/webkit2/WebKitDeviceInfoPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitDownload.h -include/webkitgtk-4.0/webkit2/WebKitEditingCommands.h -include/webkitgtk-4.0/webkit2/WebKitEditorState.h -include/webkitgtk-4.0/webkit2/WebKitEnumTypes.h -include/webkitgtk-4.0/webkit2/WebKitError.h -include/webkitgtk-4.0/webkit2/WebKitFaviconDatabase.h -include/webkitgtk-4.0/webkit2/WebKitFileChooserRequest.h -include/webkitgtk-4.0/webkit2/WebKitFindController.h -include/webkitgtk-4.0/webkit2/WebKitFormSubmissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitForwardDeclarations.h -include/webkitgtk-4.0/webkit2/WebKitFrame.h -include/webkitgtk-4.0/webkit2/WebKitGeolocationManager.h -include/webkitgtk-4.0/webkit2/WebKitGeolocationPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h -include/webkitgtk-4.0/webkit2/WebKitInputMethodContext.h -include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h -include/webkitgtk-4.0/webkit2/WebKitMediaKeySystemPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitMemoryPressureSettings.h -include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h -include/webkitgtk-4.0/webkit2/WebKitNavigationAction.h -include/webkitgtk-4.0/webkit2/WebKitNavigationPolicyDecision.h -include/webkitgtk-4.0/webkit2/WebKitNetworkProxySettings.h -include/webkitgtk-4.0/webkit2/WebKitNotification.h -include/webkitgtk-4.0/webkit2/WebKitNotificationPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitOptionMenu.h -include/webkitgtk-4.0/webkit2/WebKitOptionMenuItem.h -include/webkitgtk-4.0/webkit2/WebKitPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitPlugin.h -include/webkitgtk-4.0/webkit2/WebKitPointerLockPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitPolicyDecision.h -include/webkitgtk-4.0/webkit2/WebKitPrintCustomWidget.h -include/webkitgtk-4.0/webkit2/WebKitPrintOperation.h -include/webkitgtk-4.0/webkit2/WebKitResponsePolicyDecision.h -include/webkitgtk-4.0/webkit2/WebKitScriptDialog.h -include/webkitgtk-4.0/webkit2/WebKitScriptWorld.h -include/webkitgtk-4.0/webkit2/WebKitSecurityManager.h -include/webkitgtk-4.0/webkit2/WebKitSecurityOrigin.h -include/webkitgtk-4.0/webkit2/WebKitSettings.h -include/webkitgtk-4.0/webkit2/WebKitURIRequest.h -include/webkitgtk-4.0/webkit2/WebKitURIResponse.h -include/webkitgtk-4.0/webkit2/WebKitURISchemeRequest.h -include/webkitgtk-4.0/webkit2/WebKitURIUtilities.h -include/webkitgtk-4.0/webkit2/WebKitUserContent.h -include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h -include/webkitgtk-4.0/webkit2/WebKitUserContentManager.h -include/webkitgtk-4.0/webkit2/WebKitUserMediaPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitUserMessage.h -include/webkitgtk-4.0/webkit2/WebKitVersion.h -include/webkitgtk-4.0/webkit2/WebKitWebContext.h -include/webkitgtk-4.0/webkit2/WebKitWebEditor.h -include/webkitgtk-4.0/webkit2/WebKitWebExtension.h -include/webkitgtk-4.0/webkit2/WebKitWebExtensionAutocleanups.h -include/webkitgtk-4.0/webkit2/WebKitWebHitTestResult.h -include/webkitgtk-4.0/webkit2/WebKitWebInspector.h -include/webkitgtk-4.0/webkit2/WebKitWebPage.h -include/webkitgtk-4.0/webkit2/WebKitWebProcessEnumTypes.h -include/webkitgtk-4.0/webkit2/WebKitWebResource.h -include/webkitgtk-4.0/webkit2/WebKitWebView.h -include/webkitgtk-4.0/webkit2/WebKitWebViewBase.h -include/webkitgtk-4.0/webkit2/WebKitWebViewSessionState.h -include/webkitgtk-4.0/webkit2/WebKitWebsiteData.h -include/webkitgtk-4.0/webkit2/WebKitWebsiteDataAccessPermissionRequest.h -include/webkitgtk-4.0/webkit2/WebKitWebsiteDataManager.h -include/webkitgtk-4.0/webkit2/WebKitWebsitePolicies.h -include/webkitgtk-4.0/webkit2/WebKitWindowProperties.h -include/webkitgtk-4.0/webkit2/webkit-web-extension.h -include/webkitgtk-4.0/webkit2/webkit2.h -include/webkitgtk-4.0/webkitdom/WebKitDOMAttr.h -include/webkitgtk-4.0/webkitdom/WebKitDOMBlob.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCDATASection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRule.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleDeclaration.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleSheet.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCSSValue.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterData.h -include/webkitgtk-4.0/webkitdom/WebKitDOMClientRect.h -include/webkitgtk-4.0/webkitdom/WebKitDOMClientRectList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMComment.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCustom.h -include/webkitgtk-4.0/webkitdom/WebKitDOMCustomUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMImplementation.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSelection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMTokenList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindow.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDeprecated.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDocument.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragment.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragmentUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentType.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMElementUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMEvent.h -include/webkitgtk-4.0/webkitdom/WebKitDOMEventTarget.h -include/webkitgtk-4.0/webkitdom/WebKitDOMFile.h -include/webkitgtk-4.0/webkitdom/WebKitDOMFileList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAppletElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBRElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBodyElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCanvasElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCollection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDListElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDirectoryElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDivElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDocument.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElementUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLEmbedElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFieldSetElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFontElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameSetElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHRElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadingElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHtmlElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLIElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLegendElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMapElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMenuElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMetaElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLModElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOListElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptGroupElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionsCollection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParagraphElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParamElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLPreElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLQuoteElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLScriptElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCellElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableColElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableRowElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableSectionElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTextAreaElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTitleElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLUListElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMKeyboardEvent.h -include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h -include/webkitgtk-4.0/webkitdom/WebKitDOMNamedNodeMap.h -include/webkitgtk-4.0/webkitdom/WebKitDOMNode.h -include/webkitgtk-4.0/webkitdom/WebKitDOMNodeFilter.h -include/webkitgtk-4.0/webkitdom/WebKitDOMNodeIterator.h -include/webkitgtk-4.0/webkitdom/WebKitDOMNodeList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMObject.h -include/webkitgtk-4.0/webkitdom/WebKitDOMProcessingInstruction.h -include/webkitgtk-4.0/webkitdom/WebKitDOMRange.h -include/webkitgtk-4.0/webkitdom/WebKitDOMRangeUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheet.h -include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheetList.h -include/webkitgtk-4.0/webkitdom/WebKitDOMText.h -include/webkitgtk-4.0/webkitdom/WebKitDOMTreeWalker.h -include/webkitgtk-4.0/webkitdom/WebKitDOMUIEvent.h -include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEvent.h -include/webkitgtk-4.0/webkitdom/WebKitDOMXPathExpression.h -include/webkitgtk-4.0/webkitdom/WebKitDOMXPathNSResolver.h -include/webkitgtk-4.0/webkitdom/WebKitDOMXPathResult.h -include/webkitgtk-4.0/webkitdom/webkitdom.h -include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.h -include/webkitgtk-4.0/webkitdom/webkitdomdefines.h -lib/girepository-1.0/JavaScriptCore-4.0.typelib -lib/girepository-1.0/WebKit2-4.0.typelib -lib/girepository-1.0/WebKit2WebExtension-4.0.typelib -lib/libjavascriptcoregtk-4.0.so -lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.19.11 -lib/libwebkit2gtk-4.0.so -lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.55.9 -lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so -libdata/pkgconfig/javascriptcoregtk-4.0.pc -libdata/pkgconfig/webkit2gtk-4.0.pc -libdata/pkgconfig/webkit2gtk-web-extension-4.0.pc -libexec/webkit2gtk-4.0/MiniBrowser -libexec/webkit2gtk-4.0/WebKitNetworkProcess -libexec/webkit2gtk-4.0/WebKitWebProcess -libexec/webkit2gtk-4.0/jsc -share/gir-1.0/JavaScriptCore-4.0.gir -share/gir-1.0/WebKit2-4.0.gir -share/gir-1.0/WebKit2WebExtension-4.0.gir -share/locale/ar/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/as/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/bg/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ca/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/cs/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/da/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/de/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/el/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/en_CA/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/en_GB/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/eo/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/es/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/et/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/eu/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/fi/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/fr/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/gl/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/gu/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/he/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/hi/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/hu/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/id/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/it/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ja/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/kn/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ko/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/lt/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/lv/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ml/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/mr/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/nb/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/nl/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/or/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/pa/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/pl/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/pt/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/pt_BR/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ro/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ru/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/sl/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/sr/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/sr@latin/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/sv/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/ta/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/te/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/tr/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/uk/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/vi/LC_MESSAGES/WebKit2GTK-4.0.mo -share/locale/zh_CN/LC_MESSAGES/WebKit2GTK-4.0.mo diff --git a/www/webkit2-gtk4/Makefile b/www/webkit2-gtk4/Makefile deleted file mode 100644 --- a/www/webkit2-gtk4/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -PORTNAME= webkit -DISTVERSION= 2.38.3 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= https://webkitgtk.org/releases/ -PKGNAMESUFFIX= 2-gtk4 -DISTNAME= ${PORTNAME}gtk-${PORTVERSION} -DIST_SUBDIR= gnome - -PATCH_SITES= https://github.com/WebKit/WebKit/commit/ -PATCHFILES= 285ff73b5f6d46d6e502aca30061667e41a3114b.diff:-p1 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Opensource browser engine using the GTK 4 toolkit -WWW= https://webkitgtk.org/ - -LICENSE= BSD2CLAUSE GPLv2 -LICENSE_COMB= dual - -BROKEN_riscv64= error: Unknown Architecture - -BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \ - ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} -LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libfribidi.so:converters/fribidi \ - libgcrypt.so:security/libgcrypt \ - libharfbuzz-icu.so:print/harfbuzz-icu \ - libharfbuzz.so:print/harfbuzz \ - libhyphen.so:textproc/hyphen \ - libicutu.so:devel/icu \ - libnotify.so:devel/libnotify \ - libopenjp2.so:graphics/openjpeg \ - libpng.so:graphics/png \ - libsecret-1.so:security/libsecret \ - libsoup-3.0.so:devel/libsoup3 \ - libtasn1.so:security/libtasn1 \ - libwebp.so:graphics/webp \ - libwoff2dec.so:devel/woff2 - -PORTSCOUT= limitw:1,even - -USES= bison cmake compiler:c++20-lang cpe gettext gl gnome gperf jpeg \ - localbase:ldflags perl5 pkgconfig python:build ruby:build \ - sqlite tar:xz xorg -USE_GNOME= cairo gdkpixbuf2 gtk40 libxml2 libxslt introspection:build -USE_GL= egl gl glesv2 -USE_LDCONFIG= yes -USE_PERL5= build -USE_XORG= ice x11 xcomposite xdamage xext xrender xt - -CPE_VENDOR= webkitgtk -CPE_PRODUCT= webkitgtk - -BINARY_ALIAS= python=${PYTHON_CMD} -CXXFLAGS+= -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -CMAKE_ARGS= -DPORT=GTK -CMAKE_OFF= ${CMAKE_OFF_${ARCH}:U} ENABLE_GAMEPAD ENABLE_GLES2 \ - ENABLE_JOURNALD_LOG USE_LD_GOLD USE_SYSTEMD -CMAKE_ON= ENABLE_MINIBROWSER USE_GTK4 USE_SYSTEM_MALLOC -CMAKE_OFF_armv6= ENABLE_JIT -CMAKE_OFF_armv7= ENABLE_JIT -INSTALL_TARGET= install - -OPTIONS_DEFINE= DEBUG GEOIP GSTREAMER WAYLAND -OPTIONS_DEFAULT= GEOIP GSTREAMER WAYLAND -OPTIONS_SUB= yes - -# Building WebKit with debugging symbols requires ar and ld with -# support for thin archives. Also see -# https://bugs.webkit.org/show_bug.cgi?id=140384 -DEBUG_CMAKE_ON= -DCMAKE_AR=${LOCALBASE}/bin/ar \ - -DCMAKE_LINKER=${LOCALBASE}/bin/ld \ - -DCMAKE_RANLIB=${LOCALBASE}/bin/ranlib -DEBUG_CXXFLAGS= -B${LOCALBASE}/bin - -DEBUG_CMAKE_OFF= -DCMAKE_AR=/usr/bin/ar \ - -DCMAKE_LINKER=/usr/bin/ld \ - -DCMAKE_RANLIB=/usr/bin/ranlib -DEBUG_CXXFLAGS_OFF= -B/usr/bin -DEBUG_CFLAGS_OFF= -DNDEBUG - -GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION -GEOIP_BUILD_DEPENDS= geoclue>=2.4.3:net/geoclue -GEOIP_RUN_DEPENDS= geoclue>=2.4.3:net/geoclue - -GSTREAMER_USES= gstreamer -GSTREAMER_USE= GSTREAMER=bad,gl -GSTREAMER_CMAKE_BOOL= ENABLE_VIDEO ENABLE_WEB_AUDIO - -WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND_TARGET -WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols -WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ - libwpe-1.0.so:www/libwpe \ - libWPEBackend-fdo-1.0.so:www/wpebackend-fdo - -.include - -.if ${COMPILER_TYPE} == clang -CXXFLAGS+= -Wno-error=enum-constexpr-conversion -.endif - -pre-configure: -# .if !exists() evaluates too early before cairo has a chance to be installed - @if ! pkg-config --exists cairo-egl; then \ - ${ECHO_MSG} "${PKGNAME}: Needs cairo with OPENGL support enabled."; \ - ${FALSE}; \ - fi - -post-install: - @${RLN} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-5.0/jsc \ - ${STAGEDIR}${PREFIX}/bin/jsc-5 - @${RLN} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-5.0/MiniBrowser \ - ${STAGEDIR}${PREFIX}/bin/MiniBrowser-5 - @${MV} ${STAGEDIR}${PREFIX}/bin/WebKitWebDriver \ - ${STAGEDIR}${PREFIX}/bin/WebKitWebDriver-5 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*.* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-5.0/injected-bundle/*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-5.0/* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WebKitWebDriver-5 - -.include diff --git a/www/webkit2-gtk4/distinfo b/www/webkit2-gtk4/distinfo deleted file mode 100644 --- a/www/webkit2-gtk4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1685606159 -SHA256 (gnome/webkitgtk-2.38.3.tar.xz) = 41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a -SIZE (gnome/webkitgtk-2.38.3.tar.xz) = 33003928 -SHA256 (gnome/285ff73b5f6d46d6e502aca30061667e41a3114b.diff) = 4ae8f3c6ab1e5ac1b5f9b8508b4e1d9e6931999ac3856fc3016a9497972f4d7b -SIZE (gnome/285ff73b5f6d46d6e502aca30061667e41a3114b.diff) = 415 diff --git a/www/webkit2-gtk4/files/Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.h b/www/webkit2-gtk4/files/Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.h +++ /dev/null @@ -1,10 +0,0 @@ ---- work/webkitgtk-2.38.3/Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h.orig 2023-02-01 19:14:20.412727000 -0800 -+++ work/webkitgtk-2.38.3/Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h 2023-02-01 19:14:27.116674000 -0800 -@@ -51,7 +51,6 @@ - void setTimestamps(const MediaTime&, const MediaTime&) override; - Ref createNonDisplayingCopy() const override; - SampleFlags flags() const override { return m_flags; } -- PlatformSample platformSample() const override; - PlatformSample::Type platformSampleType() { return PlatformSample::GStreamerSampleType; } - void dump(PrintStream&) const override; - diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h +++ /dev/null @@ -1,12 +0,0 @@ -Index: Source/JavaScriptCore/assembler/ARM64Assembler.h ---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig -+++ Source/JavaScriptCore/assembler/ARM64Assembler.h -@@ -2918,6 +2918,8 @@ class ARM64Assembler { (public) - { - #if OS(DARWIN) - sys_cache_control(kCacheFunctionPrepareForExecution, code, size); -+#elif OS(FREEBSD) || OS(NETBSD) || OS(OPENBSD) -+ __clear_cache(code, reinterpret_cast(code) + size); - #elif OS(FUCHSIA) - zx_cache_flush(code, size, ZX_CACHE_FLUSH_INSN); - #elif OS(LINUX) diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h +++ /dev/null @@ -1,12 +0,0 @@ -Index: Source/JavaScriptCore/assembler/ARMv7Assembler.h ---- Source/JavaScriptCore/assembler/ARMv7Assembler.h.orig -+++ Source/JavaScriptCore/assembler/ARMv7Assembler.h -@@ -2573,6 +2573,8 @@ class ARMv7Assembler { (public) - linuxPageFlush(current, current + page); - - linuxPageFlush(current, end); -+#elif CPU(ARM_TRADITIONAL) && (OS(FREEBSD) || OS(OPENBSD)) && COMPILER(CLANG) -+ __clear_cache(code, reinterpret_cast(code) + size); - #else - #error "The cacheFlush support is missing on this platform." - #endif diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common.h b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common.h +++ /dev/null @@ -1,19 +0,0 @@ -XXX error: macro "swap32" passed 2 arguments, but takes just 1 -XXX error: macro "swap64" passed 2 arguments, but takes just 1 - -Index: Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h ---- Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h.orig -+++ Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h -@@ -31,6 +31,12 @@ - #include "AbstractMacroAssembler.h" - #include - -+/* conflicting definition in endian.h */ -+#if OS(OPENBSD) -+#undef swap32 -+#undef swap64 -+#endif -+ - namespace JSC { - - using Assembler = TARGET_ASSEMBLER; diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_javascriptcoregtk.pc.in b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_javascriptcoregtk.pc.in deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_javascriptcoregtk.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -Index: Source/JavaScriptCore/javascriptcoregtk.pc.in ---- Source/JavaScriptCore/javascriptcoregtk.pc.in.orig -+++ Source/JavaScriptCore/javascriptcoregtk.pc.in -@@ -8,5 +8,5 @@ Name: JavaScriptCoreGTK+ - Description: GTK+ version of the JavaScriptCore engine - Version: @PROJECT_VERSION@ - Requires: glib-2.0 gobject-2.0 --Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@ -+Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded - Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_jsc.cpp b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_jsc.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_jsc.cpp +++ /dev/null @@ -1,11 +0,0 @@ -Index: Source/JavaScriptCore/jsc.cpp ---- Source/JavaScriptCore/jsc.cpp.orig -+++ Source/JavaScriptCore/jsc.cpp -@@ -78,6 +78,7 @@ - #include "WasmCapabilities.h" - #include "WasmFaultSignalHandler.h" - #include "WasmMemory.h" -+#include /* LC_ALL */ - #include - #include - #include diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2021-09-22 23:05:58 UTC -+++ Source/JavaScriptCore/offlineasm/arm64.rb -@@ -1127,7 +1127,7 @@ class Instruction - $asm.puts "ldr #{operands[1].arm64Operand(:quad)}, [#{operands[1].arm64Operand(:quad)}, #{operands[0].asmLabel}@GOTPAGEOFF]" - - # On Linux, use ELF GOT relocation specifiers. -- $asm.putStr("#elif OS(LINUX)") -+ $asm.putStr("#elif OS(LINUX) || OS(FREEBSD)") - $asm.puts "adrp #{operands[1].arm64Operand(:quad)}, :got:#{operands[0].asmLabel}" - $asm.puts "ldr #{operands[1].arm64Operand(:quad)}, [#{operands[1].arm64Operand(:quad)}, :got_lo12:#{operands[0].asmLabel}]" - diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_runtime_MachineContext.h b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_runtime_MachineContext.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_runtime_MachineContext.h +++ /dev/null @@ -1,118 +0,0 @@ -Index: Source/JavaScriptCore/runtime/MachineContext.h ---- Source/JavaScriptCore/runtime/MachineContext.h.orig -+++ Source/JavaScriptCore/runtime/MachineContext.h -@@ -193,6 +193,22 @@ static inline void*& stackPointerImpl(mcontext_t& mach - #error Unknown Architecture - #endif - -+#elif OS(OPENBSD) -+ -+#if CPU(X86) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_esp); -+#elif CPU(X86_64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_rsp); -+#elif CPU(ARM) -+ return reinterpret_cast((uintptr_t&) machineContext.__gregs[_REG_SP]); -+#elif CPU(ARM64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_sp); -+#elif CPU(MIPS) -+ return reinterpret_cast((uintptr_t&) machineContext.mc_regs[29]); -+#else -+#error Unknown Architecture -+#endif -+ - #elif OS(FUCHSIA) || OS(LINUX) - - #if CPU(X86) -@@ -338,6 +354,22 @@ static inline void*& framePointerImpl(mcontext_t& mach - #error Unknown Architecture - #endif - -+#elif OS(OPENBSD) -+ -+#if CPU(X86) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_ebp); -+#elif CPU(X86_64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_rbp); -+#elif CPU(ARM) -+ return reinterpret_cast((uintptr_t&) machineContext.__gregs[_REG_FP]); -+#elif CPU(ARM64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_x[29]); -+#elif CPU(MIPS) -+ return reinterpret_cast((uintptr_t&) machineContext.mc_regs[30]); -+#else -+#error Unknown Architecture -+#endif -+ - #elif OS(FUCHSIA) || OS(LINUX) - - // The following sequence depends on glibc's sys/ucontext.h. -@@ -496,6 +528,22 @@ static inline void*& instructionPointerImpl(mcontext_t - #error Unknown Architecture - #endif - -+#elif OS(OPENBSD) -+ -+#if CPU(X86) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_eip); -+#elif CPU(X86_64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_rip); -+#elif CPU(ARM) -+ return reinterpret_cast((uintptr_t&) machineContext.__gregs[_REG_PC]); -+#elif CPU(ARM64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_elr); -+#elif CPU(MIPS) -+ return reinterpret_cast((uintptr_t&) machineContext.mc_pc); -+#else -+#error Unknown Architecture -+#endif -+ - #elif OS(FUCHSIA) || OS(LINUX) - - // The following sequence depends on glibc's sys/ucontext.h. -@@ -652,6 +700,22 @@ inline void*& argumentPointer<1>(mcontext_t& machineCo - #error Unknown Architecture - #endif - -+#elif OS(OPENBSD) -+ -+#if CPU(X86) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_edx); -+#elif CPU(X86_64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_rsi); -+#elif CPU(ARM) -+ return reinterpret_cast((uintptr_t&) machineContext.__gregs[_REG_R1]); -+#elif CPU(ARM64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_x[1]); -+#elif CPU(MIPS) -+ return reinterpret_cast((uintptr_t&) machineContext.mc_regs[5]); -+#else -+#error Unknown Architecture -+#endif -+ - #elif OS(FUCHSIA) || OS(LINUX) - - // The following sequence depends on glibc's sys/ucontext.h. -@@ -765,6 +829,22 @@ inline void*& llintInstructionPointer(mcontext_t& mach - return reinterpret_cast((uintptr_t&) machineContext.__gregs[_REG_R8]); - #elif CPU(ARM64) - return reinterpret_cast((uintptr_t&) machineContext.mc_gpregs.gp_x[4]); -+#elif CPU(MIPS) -+ return reinterpret_cast((uintptr_t&) machineContext.mc_regs[12]); -+#else -+#error Unknown Architecture -+#endif -+ -+#elif OS(OPENBSD) -+ -+#if CPU(X86) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_esi); -+#elif CPU(X86_64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_r8); -+#elif CPU(ARM) -+ return reinterpret_cast((uintptr_t&) machineContext.__gregs[_REG_R8]); -+#elif CPU(ARM64) -+ return reinterpret_cast((uintptr_t&) machineContext.sc_x[4]); - #elif CPU(MIPS) - return reinterpret_cast((uintptr_t&) machineContext.mc_regs[12]); - #else diff --git a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_runtime_Options.cpp b/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_runtime_Options.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_JavaScriptCore_runtime_Options.cpp +++ /dev/null @@ -1,25 +0,0 @@ -powerpc and i386 fix for: -undefined reference to `WTF::Optional -JSC::parse(char const*)' - -Index: Source/JavaScriptCore/runtime/Options.cpp ---- Source/JavaScriptCore/runtime/Options.cpp.orig -+++ Source/JavaScriptCore/runtime/Options.cpp -@@ -91,7 +91,7 @@ std::optional parse(const ch - return std::nullopt; - } - --#if CPU(ADDRESS64) || OS(DARWIN) -+#if CPU(ADDRESS64) || OS(DARWIN) || OS(OPENBSD) - template<> - std::optional parse(const char* string) - { -@@ -100,7 +100,7 @@ std::optional parse(const char* - return value; - return std::nullopt; - } --#endif // CPU(ADDRESS64) || OS(DARWIN) -+#endif // CPU(ADDRESS64) || OS(DARWIN) || OS(OPENBSD) - - template<> - std::optional parse(const char* string) diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_CompletionHandler.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_CompletionHandler.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_CompletionHandler.h +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/WTF/wtf/CompletionHandler.h.orig 2023-02-01 10:02:29.556588000 -0800 -+++ Source/WTF/wtf/CompletionHandler.h 2023-02-01 10:02:58.701631000 -0800 -@@ -69,7 +69,6 @@ - { - ASSERT(m_shouldBeCalledOnMainThread == isMainThread()); - ASSERT_WITH_MESSAGE(m_function, "Completion handler should not be called more than once"); -- return std::exchange(m_function, nullptr)(std::forward(in)...); - } - - private: diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_Function.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_Function.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_Function.h +++ /dev/null @@ -1,19 +0,0 @@ ---- Source/WTF/wtf/Function.h.orig 2023-02-01 10:03:43.795431000 -0800 -+++ Source/WTF/wtf/Function.h 2023-02-01 10:37:20.896904000 -0800 -@@ -50,7 +50,7 @@ - : m_callable(WTFMove(callable)) { } - CallableWrapper(const CallableWrapper&) = delete; - CallableWrapper& operator=(const CallableWrapper&) = delete; -- Out call(In... in) final { return m_callable(std::forward(in)...); } -+ Out call(In... in) final { } - private: - CallableType m_callable; - }; -@@ -79,7 +79,6 @@ - Out operator()(In... in) const - { - ASSERT(m_callableWrapper); -- return m_callableWrapper->call(std::forward(in)...); - } - - explicit operator bool() const { return !!m_callableWrapper; } diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_InlineASM.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_InlineASM.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_InlineASM.h +++ /dev/null @@ -1,12 +0,0 @@ -Index: Source/WTF/wtf/InlineASM.h ---- Source/WTF/wtf/InlineASM.h.orig -+++ Source/WTF/wtf/InlineASM.h -@@ -43,7 +43,7 @@ - #define THUMB_FUNC_PARAM(name) - #endif - --#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64) -+#if (OS(LINUX) || OS(FREEBSD) || OS(OPENBSD)) && CPU(X86_64) - #define GLOBAL_REFERENCE(name) #name "@plt" - #elif CPU(X86) && COMPILER(MINGW) - #define GLOBAL_REFERENCE(name) "@" #name "@4" diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PageBlock.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PageBlock.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PageBlock.h +++ /dev/null @@ -1,12 +0,0 @@ -Index: Source/WTF/wtf/PageBlock.h ---- Source/WTF/wtf/PageBlock.h.orig -+++ Source/WTF/wtf/PageBlock.h -@@ -55,6 +55,8 @@ constexpr size_t CeilingOnPageSize = 16 * KB; - constexpr size_t CeilingOnPageSize = 64 * KB; - #elif OS(WINDOWS) || CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(ARM64) || CPU(RISCV64) - constexpr size_t CeilingOnPageSize = 4 * KB; -+#elif CPU(SPARC64) -+constexpr size_t CeilingOnPageSize = 8 * KB; - #else - #error Must set CeilingOnPageSize in PageBlock.h when adding a new CPU architecture! - #endif diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_Platform.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_Platform.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_Platform.h +++ /dev/null @@ -1,13 +0,0 @@ -Fix build with icu4c >=69.1 - -Index: Source/WTF/wtf/Platform.h ---- Source/WTF/wtf/Platform.h.orig -+++ Source/WTF/wtf/Platform.h -@@ -113,7 +113,6 @@ - - /* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */ - /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */ --#define U_HIDE_DEPRECATED_API 1 - #define U_SHOW_CPLUSPLUS_API 0 - #ifdef __cplusplus - #define UCHAR_TYPE char16_t diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PlatformEnable.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PlatformEnable.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PlatformEnable.h +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.webkit.org/show_bug.cgi?id=129963 - -Index: Source/WTF/wtf/PlatformEnable.h ---- Source/WTF/wtf/PlatformEnable.h.orig -+++ Source/WTF/wtf/PlatformEnable.h -@@ -646,7 +646,7 @@ - #if !defined(ENABLE_DFG_JIT) && ENABLE(JIT) - - /* Enable the DFG JIT on X86 and X86_64. */ --#if CPU(X86_64) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(HURD) || OS(WINDOWS)) -+#if CPU(X86_64) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(OPENBSD) || OS(HURD) || OS(WINDOWS)) - #define ENABLE_DFG_JIT 1 - #endif - diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PlatformHave.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PlatformHave.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_PlatformHave.h +++ /dev/null @@ -1,18 +0,0 @@ -Undo parts of upstream commit 6c2615dd66a12e9a10d7867241cc3bedfb2b2473 [0] -Machine context definitions were only added for Linux. -[0] https://github.com/WebKit/WebKit/commit/6c2615dd66a12e9a10d7867241cc3bedfb2b2473 - -Index: Source/WTF/wtf/PlatformHave.h ---- Source/WTF/wtf/PlatformHave.h.orig -+++ Source/WTF/wtf/PlatformHave.h -@@ -233,6 +233,10 @@ - #define HAVE_MACHINE_CONTEXT 1 - #endif - -+#if OS(OPENBSD) && CPU(RISCV64) -+#undef HAVE_MACHINE_CONTEXT -+#endif -+ - #if OS(DARWIN) || (OS(LINUX) && defined(__GLIBC__) && !defined(__UCLIBC__) && !CPU(MIPS)) - #define HAVE_BACKTRACE 1 - #endif diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_RAMSize.cpp b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_RAMSize.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_RAMSize.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- Source/WTF/wtf/RAMSize.cpp.orig 2023-01-31 18:03:55.638729000 -0800 -+++ Source/WTF/wtf/RAMSize.cpp 2023-01-31 18:04:10.292282000 -0800 -@@ -31,7 +31,7 @@ - #if OS(WINDOWS) - #include - #elif USE(SYSTEM_MALLOC) --#if OS(LINUX) || OS(FREEBSD) -+#if OS(LINUX) - #include - #elif OS(UNIX) - #include -@@ -56,7 +56,7 @@ - return ramSizeGuess; - return status.ullTotalPhys; - #elif USE(SYSTEM_MALLOC) --#if OS(LINUX) || OS(FREEBSD) -+#if OS(LINUX) - struct sysinfo si; - sysinfo(&si); - return si.totalram * si.mem_unit; diff --git a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_RawHex.h b/www/webkit2-gtk4/files/patch-Source_WTF_wtf_RawHex.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WTF_wtf_RawHex.h +++ /dev/null @@ -1,21 +0,0 @@ -Index: Source/WTF/wtf/RawHex.h ---- Source/WTF/wtf/RawHex.h.orig -+++ Source/WTF/wtf/RawHex.h -@@ -48,7 +48,7 @@ class RawHex { (public) - : RawHex(static_cast(value)) - { } - --#if CPU(ADDRESS64) || OS(DARWIN) -+#if CPU(ADDRESS64) || OS(DARWIN) || OS(OPENBSD) - // These causes build errors for CPU(ADDRESS32) on some ports because int32_t - // is already handled by intptr_t, and uint32_t is handled by uintptr_t. - explicit RawHex(int32_t value) -@@ -59,7 +59,7 @@ class RawHex { (public) - { } - #endif - --#if CPU(ADDRESS32) || OS(DARWIN) -+#if CPU(ADDRESS32) || OS(DARWIN) || OS(OPENBSD) - // These causes build errors for CPU(ADDRESS64) on some ports because int64_t - // is already handled by intptr_t, and uint64_t is handled by uintptr_t. - explicit RawHex(int64_t value) diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake b/www/webkit2-gtk4/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake +++ /dev/null @@ -1,18 +0,0 @@ -Index: Source/WebCore/PAL/pal/PlatformGTK.cmake ---- Source/WebCore/PAL/pal/PlatformGTK.cmake.orig -+++ Source/WebCore/PAL/pal/PlatformGTK.cmake -@@ -20,6 +20,14 @@ list(APPEND PAL_SOURCES - unix/LoggingUnix.cpp - ) - -+list(APPEND PAL_INCLUDE_DIRECTORIES -+ ${LIBGCRYPT_INCLUDE_DIRS} -+) -+ -+list(APPEND PAL_LIBRARIES -+ ${LIBGCRYPT_LIBRARIES} -+) -+ - if (ENABLE_WEB_CRYPTO) - list(APPEND PAL_PUBLIC_HEADERS - crypto/tasn1/Utilities.h diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES_GCM.cpp b/www/webkit2-gtk4/files/patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES_GCM.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES_GCM.cpp +++ /dev/null @@ -1,16 +0,0 @@ -Index: Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_GCM.cpp ---- Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_GCM.cpp.orig -+++ Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_GCM.cpp -@@ -26,6 +26,12 @@ - #include "config.h" - #include "CryptoAlgorithmAES_GCM.h" - -+#if defined(_LP64) -+# define __WORDSIZE 64 -+#else -+# define __WORDSIZE 32 -+#endif -+ - #if ENABLE(WEB_CRYPTO) - - #include "CryptoAlgorithmAesGcmParams.h" diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_page_NavigatorBase.cpp b/www/webkit2-gtk4/files/patch-Source_WebCore_page_NavigatorBase.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_page_NavigatorBase.cpp +++ /dev/null @@ -1,21 +0,0 @@ -Index: Source/WebCore/page/NavigatorBase.cpp ---- Source/WebCore/page/NavigatorBase.cpp.orig -+++ Source/WebCore/page/NavigatorBase.cpp -@@ -40,7 +40,7 @@ - #include - #include - --#if OS(LINUX) -+#if OS(LINUX) || OS(OPENBSD) - #include "sys/utsname.h" - #include - #endif -@@ -88,7 +88,7 @@ String NavigatorBase::appVersion() const - - String NavigatorBase::platform() const - { --#if OS(LINUX) -+#if OS(LINUX) || OS(OPENBSD) - static LazyNeverDestroyed platformName; - static std::once_flag onceKey; - std::call_once(onceKey, [] { diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_MediaSample.h b/www/webkit2-gtk4/files/patch-Source_WebCore_platform_MediaSample.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_MediaSample.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebCore/platform/MediaSample.h.orig 2023-02-01 19:19:36.695484000 -0800 -+++ Source/WebCore/platform/MediaSample.h 2023-02-01 19:19:54.238085000 -0800 -@@ -99,7 +99,7 @@ - HasSyncInfo = 1 << 3, - }; - virtual SampleFlags flags() const = 0; -- virtual PlatformSample platformSample() const = 0; -+ PlatformSample platformSample() { return { PlatformSample::None, { nullptr } }; }; - virtual PlatformSample::Type platformSampleType() const = 0; - - struct ByteRange { diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_FontSelectionAlgorithm.h b/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_FontSelectionAlgorithm.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_FontSelectionAlgorithm.h +++ /dev/null @@ -1,30 +0,0 @@ -XXX libstdc++ from gcc-4.9.4 doesn't yet decorate std::min/std::max -with constexpr - -Index: Source/WebCore/platform/graphics/FontSelectionAlgorithm.h ---- Source/WebCore/platform/graphics/FontSelectionAlgorithm.h.orig -+++ Source/WebCore/platform/graphics/FontSelectionAlgorithm.h -@@ -49,7 +49,11 @@ class FontSelectionValue { (public) - explicit constexpr FontSelectionValue(float); - - // Precision can be lost, but value will be clamped to the representable range. -+#if defined(__GLIBCXX__) && __GLIBCXX__ <= 20160726L -+ static inline FontSelectionValue clampFloat(float); -+#else - static constexpr FontSelectionValue clampFloat(float); -+#endif - - // Since floats have 23 mantissa bits, every value can be represented losslessly. - constexpr operator float() const; -@@ -125,7 +129,11 @@ constexpr FontSelectionValue FontSelectionValue::minim - return { std::numeric_limits::min(), RawTag::RawTag }; - } - -+#if defined(__GLIBCXX__) && __GLIBCXX__ <= 20160726L -+inline FontSelectionValue FontSelectionValue::clampFloat(float value) -+#else - constexpr FontSelectionValue FontSelectionValue::clampFloat(float value) -+#endif - { - return FontSelectionValue { std::max(minimumValue(), std::min(value, maximumValue())) }; - } diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.h b/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.h +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h.orig 2023-02-01 19:38:13.797696000 -0800 -+++ Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h 2023-02-01 19:38:28.181230000 -0800 -@@ -51,7 +51,6 @@ - void setTimestamps(const MediaTime&, const MediaTime&) override; - Ref createNonDisplayingCopy() const override; - SampleFlags flags() const override { return m_flags; } -- PlatformSample platformSample() const override; - PlatformSample::Type platformSampleType() const override { return PlatformSample::GStreamerSampleType; } - void dump(PrintStream&) const override; - diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.cpp b/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaSampleGStreamer.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.cpp.orig 2022-09-14 04:58:10.500863000 -0700 -+++ Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.cpp 2023-02-01 19:03:29.925503000 -0800 -@@ -122,12 +122,6 @@ - } - } - --PlatformSample MediaSampleGStreamer::platformSample() const --{ -- PlatformSample sample = { PlatformSample::GStreamerSampleType, { .gstSample = m_sample.get() } }; -- return sample; --} -- - Ref MediaSampleGStreamer::createNonDisplayingCopy() const - { - if (!m_sample) diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_mock_mediasource_MockSourceBufferPrivate.cpp b/www/webkit2-gtk4/files/patch-Source_WebCore_platform_mock_mediasource_MockSourceBufferPrivate.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_platform_mock_mediasource_MockSourceBufferPrivate.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp.orig 2023-02-01 19:18:31.889914000 -0800 -+++ Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp 2023-02-01 19:18:53.986792000 -0800 -@@ -60,7 +60,6 @@ - AtomString trackID() const override { return m_id; } - size_t sizeInBytes() const override { return sizeof(m_box); } - SampleFlags flags() const override; -- PlatformSample platformSample() const override; - PlatformSample::Type platformSampleType() const override { return PlatformSample::MockSampleBoxType; } - FloatSize presentationSize() const override { return FloatSize(); } - void dump(PrintStream&) const override; -@@ -82,12 +81,6 @@ - if (m_box.isNonDisplaying()) - flags |= IsNonDisplaying; - return SampleFlags(flags); --} -- --PlatformSample MockMediaSample::platformSample() const --{ -- PlatformSample sample = { PlatformSample::MockSampleBoxType, { &m_box } }; -- return sample; - } - - void MockMediaSample::dump(PrintStream& out) const diff --git a/www/webkit2-gtk4/files/patch-Source_WebCore_rendering_RenderLayerBacking.h b/www/webkit2-gtk4/files/patch-Source_WebCore_rendering_RenderLayerBacking.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebCore_rendering_RenderLayerBacking.h +++ /dev/null @@ -1,16 +0,0 @@ -Index: Source/WebCore/rendering/RenderLayerBacking.h ---- Source/WebCore/rendering/RenderLayerBacking.h.orig -+++ Source/WebCore/rendering/RenderLayerBacking.h -@@ -33,6 +33,12 @@ - #include "RenderLayerCompositor.h" - #include "ScrollingCoordinator.h" - -+#if defined(_LP64) -+# define __WORDSIZE 64 -+#else -+# define __WORDSIZE 32 -+#endif -+ - namespace WebCore { - - class EventRegionContext; diff --git a/www/webkit2-gtk4/files/patch-Source_WebDriver_PlatformGTK.cmake b/www/webkit2-gtk4/files/patch-Source_WebDriver_PlatformGTK.cmake deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebDriver_PlatformGTK.cmake +++ /dev/null @@ -1,17 +0,0 @@ -Index: Source/WebDriver/PlatformGTK.cmake ---- Source/WebDriver/PlatformGTK.cmake.orig -+++ Source/WebDriver/PlatformGTK.cmake -@@ -5,6 +5,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIB - list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES - "${GLIB_INCLUDE_DIRS}" - "${LIBSOUP_INCLUDE_DIRS}" -+ "${ICU_INCLUDE_DIRS}" - ) - - list(APPEND WebDriver_SOURCES -@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES - - list(APPEND WebDriver_LIBRARIES - ${LIBSOUP_LIBRARIES} -+ ${ICU_LIBRARIES} - ) diff --git a/www/webkit2-gtk4/files/patch-Source_WebKit_Platform_IPC_Decoder.h b/www/webkit2-gtk4/files/patch-Source_WebKit_Platform_IPC_Decoder.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebKit_Platform_IPC_Decoder.h +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/WebKit/Platform/IPC/Decoder.h.orig 2023-02-01 09:22:02.401739000 -0800 -+++ Source/WebKit/Platform/IPC/Decoder.h 2023-02-01 09:22:22.880444000 -0800 -@@ -112,7 +112,6 @@ - template - Decoder& operator>>(std::optional& t) - { -- t = decode(); - return *this; - } - diff --git a/www/webkit2-gtk4/files/patch-Source_WebKit_gtk_webkit2gtk-web-extension_pc.in b/www/webkit2-gtk4/files/patch-Source_WebKit_gtk_webkit2gtk-web-extension_pc.in deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebKit_gtk_webkit2gtk-web-extension_pc.in +++ /dev/null @@ -1,10 +0,0 @@ -Index: Source/WebKit/gtk/webkit2gtk-web-extension.pc.in ---- Source/WebKit/gtk/webkit2gtk-web-extension.pc.in.orig -+++ Source/WebKit/gtk/webkit2gtk-web-extension.pc.in -@@ -9,5 +9,5 @@ Description: Web content engine for GTK - web process - URL: https://webkitgtk.org - Version: @PROJECT_VERSION@ - Requires: glib-2.0 @GTK_PC_NAME@ libsoup-@SOUP_API_VERSION@ javascriptcoregtk-@WEBKITGTK_API_VERSION@ --Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -+Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded - Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ diff --git a/www/webkit2-gtk4/files/patch-Source_WebKit_gtk_webkit2gtk_pc.in b/www/webkit2-gtk4/files/patch-Source_WebKit_gtk_webkit2gtk_pc.in deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_WebKit_gtk_webkit2gtk_pc.in +++ /dev/null @@ -1,10 +0,0 @@ -Index: Source/WebKit/gtk/webkit2gtk.pc.in ---- Source/WebKit/gtk/webkit2gtk.pc.in.orig -+++ Source/WebKit/gtk/webkit2gtk.pc.in -@@ -9,5 +9,5 @@ Description: Web content engine for GTK - URL: https://webkitgtk.org - Version: @PROJECT_VERSION@ - Requires: glib-2.0 @GTK_PC_NAME@ libsoup-@SOUP_API_VERSION@ javascriptcoregtk-@WEBKITGTK_API_VERSION@ --Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -+Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded - Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ diff --git a/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_AvailableMemory.h b/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_AvailableMemory.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_AvailableMemory.h +++ /dev/null @@ -1,21 +0,0 @@ -Index: Source/bmalloc/bmalloc/AvailableMemory.h ---- Source/bmalloc/bmalloc/AvailableMemory.h.orig -+++ Source/bmalloc/bmalloc/AvailableMemory.h -@@ -32,7 +32,7 @@ namespace bmalloc { - - BEXPORT size_t availableMemory(); - --#if BPLATFORM(IOS_FAMILY) || BOS(LINUX) || BOS(FREEBSD) -+#if BPLATFORM(IOS_FAMILY) || BOS(LINUX) || BOS(FREEBSD) || BOS(OPENBSD) - struct MemoryStatus { - MemoryStatus(size_t memoryFootprint, double percentAvailableMemoryInUse) - : memoryFootprint(memoryFootprint) -@@ -61,7 +61,7 @@ inline double percentAvailableMemoryInUse() - - inline bool isUnderMemoryPressure() - { --#if BPLATFORM(IOS_FAMILY) || BOS(LINUX) || BOS(FREEBSD) -+#if BPLATFORM(IOS_FAMILY) || BOS(LINUX) || BOS(FREEBSD) || BOS(OPENBSD) - return percentAvailableMemoryInUse() > memoryPressureThreshold; - #else - return false; diff --git a/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_AvailableMemory.cpp b/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_AvailableMemory.cpp deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_AvailableMemory.cpp +++ /dev/null @@ -1,90 +0,0 @@ -Index: Source/bmalloc/bmalloc/AvailableMemory.cpp ---- Source/bmalloc/bmalloc/AvailableMemory.cpp.orig -+++ Source/bmalloc/bmalloc/AvailableMemory.cpp -@@ -44,13 +44,15 @@ - #import - #import - #elif BOS(UNIX) --#if BOS(FREEBSD) || BOS(LINUX) -+#if BOS(OPENBSD) -+#include -+#elif BOS(FREEBSD) || BOS(LINUX) - #include - #endif - #if BOS(LINUX) - #include - #include --#elif BOS(FREEBSD) -+#elif BOS(FREEBSD) || BOS(OPENBSD) - #include "VMAllocate.h" - #include - #include -@@ -166,6 +168,24 @@ static size_t computeAvailableMemory() - if (!sysinfo(&info)) - return info.totalram * info.mem_unit; - return availableMemoryGuess; -+#elif BOS(OPENBSD) -+ struct uvmexp uvmexp; -+ size_t length; -+ static int uvmexp_mib [] = { CTL_VM, VM_UVMEXP }; -+ long pages; -+ long pageSize = sysconf(_SC_PAGE_SIZE); -+ if (pageSize == -1) -+ return availableMemoryGuess; -+ length = sizeof (uvmexp); -+ if (sysctl(uvmexp_mib, std::size(uvmexp_mib), &uvmexp, &length, NULL, 0) == 0) -+ return uvmexp.npages * pageSize; -+ else { -+ bzero(&uvmexp, sizeof(length)); -+ pages = sysconf(_SC_PHYS_PAGES); -+ if (pages == -1) -+ return availableMemoryGuess; -+ return pages * pageSize; -+ } - #elif BOS(UNIX) - long pages = sysconf(_SC_PHYS_PAGES); - long pageSize = sysconf(_SC_PAGE_SIZE); -@@ -180,14 +200,19 @@ static size_t computeAvailableMemory() - size_t availableMemory() - { - static size_t availableMemory; -+#if BOS(OPENBSD) -+ // We always calculate the available memory because we take care... -+ availableMemory = computeAvailableMemory(); -+#else - static std::once_flag onceFlag; - std::call_once(onceFlag, [] { - availableMemory = computeAvailableMemory(); - }); -+#endif - return availableMemory; - } - --#if BPLATFORM(IOS_FAMILY) || BOS(LINUX) || BOS(FREEBSD) -+#if BPLATFORM(IOS_FAMILY) || BOS(LINUX) || BOS(FREEBSD) || BOS(OPENBSD) - MemoryStatus memoryStatus() - { - #if BPLATFORM(IOS_FAMILY) -@@ -213,6 +238,22 @@ MemoryStatus memoryStatus() - size_t memoryFootprint = 0; - if (!sysctl(mib, 4, &info, &infolen, nullptr, 0)) - memoryFootprint = static_cast(info.ki_rssize) * vmPageSize(); -+#elif BOS(OPENBSD) -+ size_t memoryFootprint = 0, length; -+ struct kinfo_proc *info; -+ int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid(), sizeof(struct kinfo_proc), 0 }; -+ -+ if (sysctl(mib, std::size(mib), NULL, &length, NULL, 0) == 0) { -+ info = (struct kinfo_proc *)malloc(length); -+ mib[5] = (length / sizeof(struct kinfo_proc)); -+ if (sysctl(mib, std::size(mib), info, &length, NULL, 0) == 0) { -+ memoryFootprint = static_cast( -+ info->p_vm_tsize + -+ info->p_vm_dsize + -+ info->p_vm_ssize) * vmPageSize(); -+ } -+ free(info); -+ } - #endif - - double percentInUse = static_cast(memoryFootprint) / static_cast(availableMemory()); diff --git a/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_BPlatform.h b/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_BPlatform.h deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_BPlatform.h +++ /dev/null @@ -1,14 +0,0 @@ -Index: Source/bmalloc/bmalloc/BPlatform.h ---- Source/bmalloc/bmalloc/BPlatform.h.orig -+++ Source/bmalloc/bmalloc/BPlatform.h -@@ -52,6 +52,10 @@ - #define BOS_FREEBSD 1 - #endif - -+#if defined(__OpenBSD__) -+#define BOS_OPENBSD 1 -+#endif -+ - #if defined(WIN32) || defined(_WIN32) - #define BOS_WINDOWS 1 - #endif diff --git a/www/webkit2-gtk4/files/patch-Source_cmake_OptionsCommon.cmake b/www/webkit2-gtk4/files/patch-Source_cmake_OptionsCommon.cmake deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_cmake_OptionsCommon.cmake +++ /dev/null @@ -1,16 +0,0 @@ -Put the internal library path first so that we can -build with an older webkitgtk4 package installed. - -Index: Source/cmake/OptionsCommon.cmake ---- Source/cmake/OptionsCommon.cmake.orig -+++ Source/cmake/OptionsCommon.cmake -@@ -180,6 +180,9 @@ if (NOT PORT STREQUAL "GTK" AND NOT PORT STREQUAL "WPE - set(LIBEXEC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Absolute path to install executables executed by the library") - endif () - -+# make sure that the internal library dir is the first in the path -+link_directories("${CMAKE_BINARY_DIR}/lib") -+ - # Check whether features.h header exists. - # Including glibc's one defines __GLIBC__, that is used in Platform.h - WEBKIT_CHECK_HAVE_INCLUDE(HAVE_FEATURES_H features.h) diff --git a/www/webkit2-gtk4/files/patch-Source_cmake_WebKitCompilerFlags.cmake b/www/webkit2-gtk4/files/patch-Source_cmake_WebKitCompilerFlags.cmake deleted file mode 100644 --- a/www/webkit2-gtk4/files/patch-Source_cmake_WebKitCompilerFlags.cmake +++ /dev/null @@ -1,16 +0,0 @@ -Index: Source/cmake/WebKitCompilerFlags.cmake ---- Source/cmake/WebKitCompilerFlags.cmake.orig -+++ Source/cmake/WebKitCompilerFlags.cmake -@@ -252,9 +252,9 @@ if (NOT MSVC) - string(REGEX MATCHALL "-fsanitize=[^ ]*" ENABLED_COMPILER_SANITIZERS ${CMAKE_CXX_FLAGS}) - endif () - --if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS) -- set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}") --endif () -+#if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS) -+# set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}") -+#endif () - - - if (MSVC) diff --git a/www/webkit2-gtk4/pkg-descr b/www/webkit2-gtk4/pkg-descr deleted file mode 100644 --- a/www/webkit2-gtk4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable -for projects requiring any kind of web integration, from hybrid HTML/CSS -applications to full-fledged web browsers. It offers WebKit's full -functionality and is useful in a wide range of systems from desktop -computers to embedded systems like phones, tablets, and televisions. - -WebKitGTK+ is made by a lively community of developers and designers, -who hope to bring the web platform to everyone. It's the official web -engine of the GNOME platform and is used in browsers such as Epiphany -and Midori. diff --git a/www/webkit2-gtk4/pkg-plist b/www/webkit2-gtk4/pkg-plist deleted file mode 100644 --- a/www/webkit2-gtk4/pkg-plist +++ /dev/null @@ -1,4065 +0,0 @@ -bin/MiniBrowser-5 -bin/WebKitWebDriver-5 -bin/jsc-5 -include/webkitgtk-5.0/JavaScriptCore/JSBase.h -include/webkitgtk-5.0/JavaScriptCore/JSContextRef.h -include/webkitgtk-5.0/JavaScriptCore/JSObjectRef.h -include/webkitgtk-5.0/JavaScriptCore/JSStringRef.h -include/webkitgtk-5.0/JavaScriptCore/JSTypedArray.h -include/webkitgtk-5.0/JavaScriptCore/JSValueRef.h -include/webkitgtk-5.0/JavaScriptCore/JavaScript.h -include/webkitgtk-5.0/JavaScriptCore/WebKitAvailability.h -include/webkitgtk-5.0/jsc/JSCAutocleanups.h -include/webkitgtk-5.0/jsc/JSCClass.h -include/webkitgtk-5.0/jsc/JSCContext.h -include/webkitgtk-5.0/jsc/JSCDefines.h -include/webkitgtk-5.0/jsc/JSCException.h -include/webkitgtk-5.0/jsc/JSCOptions.h -include/webkitgtk-5.0/jsc/JSCValue.h -include/webkitgtk-5.0/jsc/JSCVersion.h -include/webkitgtk-5.0/jsc/JSCVirtualMachine.h -include/webkitgtk-5.0/jsc/JSCWeakValue.h -include/webkitgtk-5.0/jsc/jsc.h -include/webkitgtk-5.0/webkit2/WebKitApplicationInfo.h -include/webkitgtk-5.0/webkit2/WebKitAuthenticationRequest.h -include/webkitgtk-5.0/webkit2/WebKitAutocleanups.h -include/webkitgtk-5.0/webkit2/WebKitAutomationSession.h -include/webkitgtk-5.0/webkit2/WebKitBackForwardList.h -include/webkitgtk-5.0/webkit2/WebKitBackForwardListItem.h -include/webkitgtk-5.0/webkit2/WebKitColorChooserRequest.h -include/webkitgtk-5.0/webkit2/WebKitConsoleMessage.h -include/webkitgtk-5.0/webkit2/WebKitContextMenu.h -include/webkitgtk-5.0/webkit2/WebKitContextMenuActions.h -include/webkitgtk-5.0/webkit2/WebKitContextMenuItem.h -include/webkitgtk-5.0/webkit2/WebKitCookieManager.h -include/webkitgtk-5.0/webkit2/WebKitCredential.h -include/webkitgtk-5.0/webkit2/WebKitDefines.h -include/webkitgtk-5.0/webkit2/WebKitDeviceInfoPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitDownload.h -include/webkitgtk-5.0/webkit2/WebKitEditingCommands.h -include/webkitgtk-5.0/webkit2/WebKitEditorState.h -include/webkitgtk-5.0/webkit2/WebKitEnumTypes.h -include/webkitgtk-5.0/webkit2/WebKitError.h -include/webkitgtk-5.0/webkit2/WebKitFaviconDatabase.h -include/webkitgtk-5.0/webkit2/WebKitFileChooserRequest.h -include/webkitgtk-5.0/webkit2/WebKitFindController.h -include/webkitgtk-5.0/webkit2/WebKitFormSubmissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitForwardDeclarations.h -include/webkitgtk-5.0/webkit2/WebKitFrame.h -include/webkitgtk-5.0/webkit2/WebKitGeolocationManager.h -include/webkitgtk-5.0/webkit2/WebKitGeolocationPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitHitTestResult.h -include/webkitgtk-5.0/webkit2/WebKitInputMethodContext.h -include/webkitgtk-5.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitJavascriptResult.h -include/webkitgtk-5.0/webkit2/WebKitMediaKeySystemPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitMemoryPressureSettings.h -include/webkitgtk-5.0/webkit2/WebKitMimeInfo.h -include/webkitgtk-5.0/webkit2/WebKitNavigationAction.h -include/webkitgtk-5.0/webkit2/WebKitNavigationPolicyDecision.h -include/webkitgtk-5.0/webkit2/WebKitNetworkProxySettings.h -include/webkitgtk-5.0/webkit2/WebKitNotification.h -include/webkitgtk-5.0/webkit2/WebKitNotificationPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitOptionMenu.h -include/webkitgtk-5.0/webkit2/WebKitOptionMenuItem.h -include/webkitgtk-5.0/webkit2/WebKitPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitPlugin.h -include/webkitgtk-5.0/webkit2/WebKitPointerLockPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitPolicyDecision.h -include/webkitgtk-5.0/webkit2/WebKitPrintCustomWidget.h -include/webkitgtk-5.0/webkit2/WebKitPrintOperation.h -include/webkitgtk-5.0/webkit2/WebKitResponsePolicyDecision.h -include/webkitgtk-5.0/webkit2/WebKitScriptDialog.h -include/webkitgtk-5.0/webkit2/WebKitScriptWorld.h -include/webkitgtk-5.0/webkit2/WebKitSecurityManager.h -include/webkitgtk-5.0/webkit2/WebKitSecurityOrigin.h -include/webkitgtk-5.0/webkit2/WebKitSettings.h -include/webkitgtk-5.0/webkit2/WebKitURIRequest.h -include/webkitgtk-5.0/webkit2/WebKitURIResponse.h -include/webkitgtk-5.0/webkit2/WebKitURISchemeRequest.h -include/webkitgtk-5.0/webkit2/WebKitURISchemeResponse.h -include/webkitgtk-5.0/webkit2/WebKitURIUtilities.h -include/webkitgtk-5.0/webkit2/WebKitUserContent.h -include/webkitgtk-5.0/webkit2/WebKitUserContentFilterStore.h -include/webkitgtk-5.0/webkit2/WebKitUserContentManager.h -include/webkitgtk-5.0/webkit2/WebKitUserMediaPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitUserMessage.h -include/webkitgtk-5.0/webkit2/WebKitVersion.h -include/webkitgtk-5.0/webkit2/WebKitWebContext.h -include/webkitgtk-5.0/webkit2/WebKitWebEditor.h -include/webkitgtk-5.0/webkit2/WebKitWebExtension.h -include/webkitgtk-5.0/webkit2/WebKitWebExtensionAutocleanups.h -include/webkitgtk-5.0/webkit2/WebKitWebHitTestResult.h -include/webkitgtk-5.0/webkit2/WebKitWebInspector.h -include/webkitgtk-5.0/webkit2/WebKitWebPage.h -include/webkitgtk-5.0/webkit2/WebKitWebProcessEnumTypes.h -include/webkitgtk-5.0/webkit2/WebKitWebResource.h -include/webkitgtk-5.0/webkit2/WebKitWebView.h -include/webkitgtk-5.0/webkit2/WebKitWebViewBase.h -include/webkitgtk-5.0/webkit2/WebKitWebViewSessionState.h -include/webkitgtk-5.0/webkit2/WebKitWebsiteData.h -include/webkitgtk-5.0/webkit2/WebKitWebsiteDataAccessPermissionRequest.h -include/webkitgtk-5.0/webkit2/WebKitWebsiteDataManager.h -include/webkitgtk-5.0/webkit2/WebKitWebsitePolicies.h -include/webkitgtk-5.0/webkit2/WebKitWindowProperties.h -include/webkitgtk-5.0/webkit2/webkit-web-extension.h -include/webkitgtk-5.0/webkit2/webkit2.h -include/webkitgtk-5.0/webkitdom/WebKitDOMAttr.h -include/webkitgtk-5.0/webkitdom/WebKitDOMBlob.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCDATASection.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCSSRule.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCSSRuleList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCSSStyleDeclaration.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCSSStyleSheet.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCSSValue.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCharacterData.h -include/webkitgtk-5.0/webkitdom/WebKitDOMClientRect.h -include/webkitgtk-5.0/webkitdom/WebKitDOMClientRectList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMComment.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCustom.h -include/webkitgtk-5.0/webkitdom/WebKitDOMCustomUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDOMImplementation.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDOMSelection.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDOMTokenList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDOMWindow.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDOMWindowUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDeprecated.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDocument.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDocumentFragment.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDocumentFragmentUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDocumentType.h -include/webkitgtk-5.0/webkitdom/WebKitDOMDocumentUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMElementUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMEvent.h -include/webkitgtk-5.0/webkitdom/WebKitDOMEventTarget.h -include/webkitgtk-5.0/webkitdom/WebKitDOMFile.h -include/webkitgtk-5.0/webkitdom/WebKitDOMFileList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLAnchorElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLAppletElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLAreaElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLBRElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLBaseElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLBodyElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLButtonElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLCanvasElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLCollection.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLDListElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLDirectoryElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLDivElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLDocument.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLElementUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLEmbedElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLFieldSetElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLFontElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLFormElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLFrameElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLFrameSetElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLHRElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLHeadElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLHeadingElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLHtmlElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLIFrameElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLImageElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLInputElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLLIElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLLabelElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLLegendElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLLinkElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLMapElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLMarqueeElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLMenuElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLMetaElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLModElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLOListElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLObjectElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLOptGroupElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLOptionElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLOptionsCollection.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLParagraphElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLParamElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLPreElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLQuoteElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLScriptElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLSelectElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLStyleElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTableCellElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTableColElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTableElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTableRowElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTableSectionElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTextAreaElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLTitleElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMHTMLUListElement.h -include/webkitgtk-5.0/webkitdom/WebKitDOMKeyboardEvent.h -include/webkitgtk-5.0/webkitdom/WebKitDOMMediaList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMMouseEvent.h -include/webkitgtk-5.0/webkitdom/WebKitDOMNamedNodeMap.h -include/webkitgtk-5.0/webkitdom/WebKitDOMNode.h -include/webkitgtk-5.0/webkitdom/WebKitDOMNodeFilter.h -include/webkitgtk-5.0/webkitdom/WebKitDOMNodeIterator.h -include/webkitgtk-5.0/webkitdom/WebKitDOMNodeList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMObject.h -include/webkitgtk-5.0/webkitdom/WebKitDOMProcessingInstruction.h -include/webkitgtk-5.0/webkitdom/WebKitDOMRange.h -include/webkitgtk-5.0/webkitdom/WebKitDOMRangeUnstable.h -include/webkitgtk-5.0/webkitdom/WebKitDOMStyleSheet.h -include/webkitgtk-5.0/webkitdom/WebKitDOMStyleSheetList.h -include/webkitgtk-5.0/webkitdom/WebKitDOMText.h -include/webkitgtk-5.0/webkitdom/WebKitDOMTreeWalker.h -include/webkitgtk-5.0/webkitdom/WebKitDOMUIEvent.h -include/webkitgtk-5.0/webkitdom/WebKitDOMWheelEvent.h -include/webkitgtk-5.0/webkitdom/WebKitDOMXPathExpression.h -include/webkitgtk-5.0/webkitdom/WebKitDOMXPathNSResolver.h -include/webkitgtk-5.0/webkitdom/WebKitDOMXPathResult.h -include/webkitgtk-5.0/webkitdom/webkitdom.h -include/webkitgtk-5.0/webkitdom/webkitdomautocleanups.h -include/webkitgtk-5.0/webkitdom/webkitdomdefines.h -lib/girepository-1.0/JavaScriptCore-5.0.typelib -lib/girepository-1.0/WebKit2-5.0.typelib -lib/girepository-1.0/WebKit2WebExtension-5.0.typelib -lib/libjavascriptcoregtk-5.0.so -lib/libjavascriptcoregtk-5.0.so.0 -lib/libjavascriptcoregtk-5.0.so.0.0.0 -lib/libwebkit2gtk-5.0.so -lib/libwebkit2gtk-5.0.so.0 -lib/libwebkit2gtk-5.0.so.0.0.0 -lib/webkit2gtk-5.0/injected-bundle/libwebkit2gtkinjectedbundle.so -libdata/pkgconfig/javascriptcoregtk-5.0.pc -libdata/pkgconfig/webkit2gtk-5.0.pc -libdata/pkgconfig/webkit2gtk-web-extension-5.0.pc -libexec/webkit2gtk-5.0/MiniBrowser -libexec/webkit2gtk-5.0/WebKitNetworkProcess -libexec/webkit2gtk-5.0/WebKitWebProcess -libexec/webkit2gtk-5.0/jsc -share/gir-1.0/JavaScriptCore-5.0.gir -share/gir-1.0/WebKit2-5.0.gir -share/gir-1.0/WebKit2WebExtension-5.0.gir -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Black.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Black.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-BlackItalic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-BlackItalic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Bold.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Bold.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-BoldItalic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-BoldItalic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Italic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Italic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Medium.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Medium.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-MediumItalic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-MediumItalic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Regular.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatDisplay-Regular.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Bold.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Bold.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-BoldItalic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-BoldItalic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Italic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Italic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Medium.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Medium.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-MediumItalic.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-MediumItalic.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Regular.woff -share/gtk-doc/html/javascriptcoregtk-5.0/RedHatText-Regular.woff2 -share/gtk-doc/html/javascriptcoregtk-5.0/SourceCodePro-It.ttf.woff -share/gtk-doc/html/javascriptcoregtk-5.0/SourceCodePro-Regular.ttf.woff -share/gtk-doc/html/javascriptcoregtk-5.0/SourceCodePro-Semibold.ttf.woff -share/gtk-doc/html/javascriptcoregtk-5.0/callback.ClassDeletePropertyFunction.html -share/gtk-doc/html/javascriptcoregtk-5.0/callback.ClassEnumeratePropertiesFunction.html -share/gtk-doc/html/javascriptcoregtk-5.0/callback.ClassGetPropertyFunction.html -share/gtk-doc/html/javascriptcoregtk-5.0/callback.ClassHasPropertyFunction.html -share/gtk-doc/html/javascriptcoregtk-5.0/callback.ClassSetPropertyFunction.html -share/gtk-doc/html/javascriptcoregtk-5.0/callback.ExceptionHandler.html -share/gtk-doc/html/javascriptcoregtk-5.0/callback.OptionsFunc.html -share/gtk-doc/html/javascriptcoregtk-5.0/class.Class.html -share/gtk-doc/html/javascriptcoregtk-5.0/class.Context.html -share/gtk-doc/html/javascriptcoregtk-5.0/class.Exception.html -share/gtk-doc/html/javascriptcoregtk-5.0/class.Value.html -share/gtk-doc/html/javascriptcoregtk-5.0/class.VirtualMachine.html -share/gtk-doc/html/javascriptcoregtk-5.0/class.WeakValue.html -share/gtk-doc/html/javascriptcoregtk-5.0/classes_hierarchy.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.MAJOR_VERSION.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.MICRO_VERSION.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.MINOR_VERSION.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.OPTIONS_USE_DFG.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.OPTIONS_USE_FTL.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.OPTIONS_USE_JIT.html -share/gtk-doc/html/javascriptcoregtk-5.0/const.OPTIONS_USE_LLINT.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Context.new.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Context.new_with_virtual_machine.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Exception.new.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Exception.new_printf.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Exception.new_vprintf.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Exception.new_with_name.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Exception.new_with_name_printf.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Exception.new_with_name_vprintf.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_array.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_array_buffer.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_array_from_garray.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_array_from_strv.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_boolean.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_from_json.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_function.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_function_variadic.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_functionv.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_null.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_number.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_object.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_string_from_bytes.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_typed_array.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.Value.new_undefined.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.VirtualMachine.new.html -share/gtk-doc/html/javascriptcoregtk-5.0/ctor.WeakValue.new.html -share/gtk-doc/html/javascriptcoregtk-5.0/enum.CheckSyntaxMode.html -share/gtk-doc/html/javascriptcoregtk-5.0/enum.CheckSyntaxResult.html -share/gtk-doc/html/javascriptcoregtk-5.0/enum.OptionType.html -share/gtk-doc/html/javascriptcoregtk-5.0/enum.TypedArrayType.html -share/gtk-doc/html/javascriptcoregtk-5.0/flags.ValuePropertyFlags.html -share/gtk-doc/html/javascriptcoregtk-5.0/fonts.css -share/gtk-doc/html/javascriptcoregtk-5.0/func.CHECK_VERSION.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.get_major_version.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.get_micro_version.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.get_minor_version.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_foreach.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_boolean.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_double.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_int.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_option_group.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_range_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_size.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_get_uint.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_boolean.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_double.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_int.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_range_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_size.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/func.options_set_uint.html -share/gtk-doc/html/javascriptcoregtk-5.0/fzy.js -share/gtk-doc/html/javascriptcoregtk-5.0/go-up-symbolic.png -share/gtk-doc/html/javascriptcoregtk-5.0/index.html -share/gtk-doc/html/javascriptcoregtk-5.0/index.json -share/gtk-doc/html/javascriptcoregtk-5.0/javascriptcoregtk-5.0.devhelp2 -share/gtk-doc/html/javascriptcoregtk-5.0/main.js -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_constructor.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_constructor_variadic.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_constructorv.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_method.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_method_variadic.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_methodv.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.add_property.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.get_name.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Class.get_parent.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.check_syntax.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.clear_exception.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.evaluate.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.evaluate_in_object.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.evaluate_with_source_uri.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.get_exception.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.get_global_object.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.get_value.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.get_virtual_machine.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.pop_exception_handler.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.push_exception_handler.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.register_class.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.set_value.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.throw.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.throw_exception.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.throw_printf.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.throw_with_name.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Context.throw_with_name_printf.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.get_backtrace_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.get_column_number.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.get_line_number.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.get_message.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.get_name.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.get_source_uri.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.report.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Exception.to_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.array_buffer_get_data.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.array_buffer_get_size.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.constructor_call.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.constructor_callv.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.function_call.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.function_callv.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.get_context.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_array.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_array_buffer.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_boolean.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_constructor.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_function.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_null.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_number.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_object.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_typed_array.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.is_undefined.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.new_typed_array_with_buffer.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_define_property_accessor.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_define_property_data.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_delete_property.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_enumerate_properties.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_get_property.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_get_property_at_index.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_has_property.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_invoke_method.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_invoke_methodv.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_is_instance_of.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_set_property.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.object_set_property_at_index.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.to_boolean.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.to_double.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.to_int32.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.to_json.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.to_string.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.to_string_as_bytes.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.typed_array_get_buffer.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.typed_array_get_data.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.typed_array_get_length.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.typed_array_get_offset.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.typed_array_get_size.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.Value.typed_array_get_type.html -share/gtk-doc/html/javascriptcoregtk-5.0/method.WeakValue.get_value.html -share/gtk-doc/html/javascriptcoregtk-5.0/property.Class.context.html -share/gtk-doc/html/javascriptcoregtk-5.0/property.Class.name.html -share/gtk-doc/html/javascriptcoregtk-5.0/property.Class.parent.html -share/gtk-doc/html/javascriptcoregtk-5.0/property.Context.virtual-machine.html -share/gtk-doc/html/javascriptcoregtk-5.0/property.Value.context.html -share/gtk-doc/html/javascriptcoregtk-5.0/property.WeakValue.value.html -share/gtk-doc/html/javascriptcoregtk-5.0/search.js -share/gtk-doc/html/javascriptcoregtk-5.0/signal.WeakValue.cleared.html -share/gtk-doc/html/javascriptcoregtk-5.0/solarized-dark.css -share/gtk-doc/html/javascriptcoregtk-5.0/solarized-light.css -share/gtk-doc/html/javascriptcoregtk-5.0/struct.ClassVTable.html -share/gtk-doc/html/javascriptcoregtk-5.0/style.css -share/gtk-doc/html/javascriptcoregtk-5.0/type_func.Context.get_current.html -share/gtk-doc/html/javascriptcoregtk-5.0/urlmap.js -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Black.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Black.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-BlackItalic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-BlackItalic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Bold.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Bold.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-BoldItalic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-BoldItalic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Italic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Italic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Medium.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Medium.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-MediumItalic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-MediumItalic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Regular.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatDisplay-Regular.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Bold.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Bold.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-BoldItalic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-BoldItalic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Italic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Italic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Medium.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Medium.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-MediumItalic.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-MediumItalic.woff2 -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Regular.woff -share/gtk-doc/html/webkit2gtk-5.0/RedHatText-Regular.woff2 -share/gtk-doc/html/webkit2gtk-5.0/SourceCodePro-It.ttf.woff -share/gtk-doc/html/webkit2gtk-5.0/SourceCodePro-Regular.ttf.woff -share/gtk-doc/html/webkit2gtk-5.0/SourceCodePro-Semibold.ttf.woff -share/gtk-doc/html/webkit2gtk-5.0/callback.URISchemeRequestCallback.html -share/gtk-doc/html/webkit2gtk-5.0/class.AuthenticationRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.AutomationSession.html -share/gtk-doc/html/webkit2gtk-5.0/class.BackForwardList.html -share/gtk-doc/html/webkit2gtk-5.0/class.BackForwardListItem.html -share/gtk-doc/html/webkit2gtk-5.0/class.ColorChooserRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.ContextMenu.html -share/gtk-doc/html/webkit2gtk-5.0/class.ContextMenuItem.html -share/gtk-doc/html/webkit2gtk-5.0/class.CookieManager.html -share/gtk-doc/html/webkit2gtk-5.0/class.DeviceInfoPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.Download.html -share/gtk-doc/html/webkit2gtk-5.0/class.EditorState.html -share/gtk-doc/html/webkit2gtk-5.0/class.FaviconDatabase.html -share/gtk-doc/html/webkit2gtk-5.0/class.FileChooserRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.FindController.html -share/gtk-doc/html/webkit2gtk-5.0/class.FormSubmissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.GeolocationManager.html -share/gtk-doc/html/webkit2gtk-5.0/class.GeolocationPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.HitTestResult.html -share/gtk-doc/html/webkit2gtk-5.0/class.InputMethodContext.html -share/gtk-doc/html/webkit2gtk-5.0/class.InstallMissingMediaPluginsPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.MediaKeySystemPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.NavigationPolicyDecision.html -share/gtk-doc/html/webkit2gtk-5.0/class.Notification.html -share/gtk-doc/html/webkit2gtk-5.0/class.NotificationPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.OptionMenu.html -share/gtk-doc/html/webkit2gtk-5.0/class.Plugin.html -share/gtk-doc/html/webkit2gtk-5.0/class.PointerLockPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.PolicyDecision.html -share/gtk-doc/html/webkit2gtk-5.0/class.PrintCustomWidget.html -share/gtk-doc/html/webkit2gtk-5.0/class.PrintOperation.html -share/gtk-doc/html/webkit2gtk-5.0/class.ResponsePolicyDecision.html -share/gtk-doc/html/webkit2gtk-5.0/class.SecurityManager.html -share/gtk-doc/html/webkit2gtk-5.0/class.Settings.html -share/gtk-doc/html/webkit2gtk-5.0/class.URIRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.URIResponse.html -share/gtk-doc/html/webkit2gtk-5.0/class.URISchemeRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.URISchemeResponse.html -share/gtk-doc/html/webkit2gtk-5.0/class.UserContentFilterStore.html -share/gtk-doc/html/webkit2gtk-5.0/class.UserContentManager.html -share/gtk-doc/html/webkit2gtk-5.0/class.UserMediaPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.UserMessage.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebContext.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebInspector.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebResource.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebView.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebViewBase.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebsiteDataAccessPermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebsiteDataManager.html -share/gtk-doc/html/webkit2gtk-5.0/class.WebsitePolicies.html -share/gtk-doc/html/webkit2gtk-5.0/class.WindowProperties.html -share/gtk-doc/html/webkit2gtk-5.0/classes_hierarchy.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_COPY.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_CREATE_LINK.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_CUT.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_INSERT_IMAGE.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_PASTE.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_PASTE_AS_PLAIN_TEXT.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_REDO.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_SELECT_ALL.html -share/gtk-doc/html/webkit2gtk-5.0/const.EDITING_COMMAND_UNDO.html -share/gtk-doc/html/webkit2gtk-5.0/const.MAJOR_VERSION.html -share/gtk-doc/html/webkit2gtk-5.0/const.MICRO_VERSION.html -share/gtk-doc/html/webkit2gtk-5.0/const.MINOR_VERSION.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ApplicationInfo.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenu.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenu.new_with_items.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenuItem.new_from_gaction.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenuItem.new_from_stock_action.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenuItem.new_from_stock_action_with_label.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenuItem.new_separator.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.ContextMenuItem.new_with_submenu.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.Credential.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.Credential.new_for_certificate.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.Credential.new_for_certificate_pin.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.GeolocationPosition.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.InputMethodUnderline.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.MemoryPressureSettings.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.NetworkProxySettings.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.PrintCustomWidget.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.PrintOperation.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.SecurityOrigin.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.SecurityOrigin.new_for_uri.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.Settings.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.Settings.new_with_settings.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.URIRequest.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.URISchemeResponse.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserContentFilterStore.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserContentManager.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserMessage.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserMessage.new_with_fd_list.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserScript.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserScript.new_for_world.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserStyleSheet.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.UserStyleSheet.new_for_world.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebContext.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebContext.new_ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebContext.new_with_website_data_manager.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebView.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebView.new_with_context.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebView.new_with_related_view.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebView.new_with_settings.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebView.new_with_user_content_manager.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebViewSessionState.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebsiteDataManager.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebsiteDataManager.new_ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebsitePolicies.new.html -share/gtk-doc/html/webkit2gtk-5.0/ctor.WebsitePolicies.new_with_policies.html -share/gtk-doc/html/webkit2gtk-5.0/enum.AuthenticationScheme.html -share/gtk-doc/html/webkit2gtk-5.0/enum.AutomationBrowsingContextPresentation.html -share/gtk-doc/html/webkit2gtk-5.0/enum.AutoplayPolicy.html -share/gtk-doc/html/webkit2gtk-5.0/enum.CacheModel.html -share/gtk-doc/html/webkit2gtk-5.0/enum.ContextMenuAction.html -share/gtk-doc/html/webkit2gtk-5.0/enum.CookieAcceptPolicy.html -share/gtk-doc/html/webkit2gtk-5.0/enum.CookiePersistentStorage.html -share/gtk-doc/html/webkit2gtk-5.0/enum.CredentialPersistence.html -share/gtk-doc/html/webkit2gtk-5.0/enum.HardwareAccelerationPolicy.html -share/gtk-doc/html/webkit2gtk-5.0/enum.InputPurpose.html -share/gtk-doc/html/webkit2gtk-5.0/enum.InsecureContentEvent.html -share/gtk-doc/html/webkit2gtk-5.0/enum.LoadEvent.html -share/gtk-doc/html/webkit2gtk-5.0/enum.MediaCaptureState.html -share/gtk-doc/html/webkit2gtk-5.0/enum.NavigationType.html -share/gtk-doc/html/webkit2gtk-5.0/enum.NetworkProxyMode.html -share/gtk-doc/html/webkit2gtk-5.0/enum.PolicyDecisionType.html -share/gtk-doc/html/webkit2gtk-5.0/enum.PrintOperationResponse.html -share/gtk-doc/html/webkit2gtk-5.0/enum.ProcessModel.html -share/gtk-doc/html/webkit2gtk-5.0/enum.SaveMode.html -share/gtk-doc/html/webkit2gtk-5.0/enum.ScriptDialogType.html -share/gtk-doc/html/webkit2gtk-5.0/enum.SnapshotRegion.html -share/gtk-doc/html/webkit2gtk-5.0/enum.TLSErrorsPolicy.html -share/gtk-doc/html/webkit2gtk-5.0/enum.UserContentInjectedFrames.html -share/gtk-doc/html/webkit2gtk-5.0/enum.UserScriptInjectionTime.html -share/gtk-doc/html/webkit2gtk-5.0/enum.UserStyleLevel.html -share/gtk-doc/html/webkit2gtk-5.0/enum.WebExtensionMode.html -share/gtk-doc/html/webkit2gtk-5.0/enum.WebProcessTerminationReason.html -share/gtk-doc/html/webkit2gtk-5.0/error.DownloadError.html -share/gtk-doc/html/webkit2gtk-5.0/error.FaviconDatabaseError.html -share/gtk-doc/html/webkit2gtk-5.0/error.JavascriptError.html -share/gtk-doc/html/webkit2gtk-5.0/error.NetworkError.html -share/gtk-doc/html/webkit2gtk-5.0/error.PluginError.html -share/gtk-doc/html/webkit2gtk-5.0/error.PolicyError.html -share/gtk-doc/html/webkit2gtk-5.0/error.PrintError.html -share/gtk-doc/html/webkit2gtk-5.0/error.SnapshotError.html -share/gtk-doc/html/webkit2gtk-5.0/error.UserContentFilterError.html -share/gtk-doc/html/webkit2gtk-5.0/error.UserMessageError.html -share/gtk-doc/html/webkit2gtk-5.0/flags.EditorTypingAttributes.html -share/gtk-doc/html/webkit2gtk-5.0/flags.FindOptions.html -share/gtk-doc/html/webkit2gtk-5.0/flags.HitTestResultContext.html -share/gtk-doc/html/webkit2gtk-5.0/flags.InputHints.html -share/gtk-doc/html/webkit2gtk-5.0/flags.SnapshotOptions.html -share/gtk-doc/html/webkit2gtk-5.0/flags.WebsiteDataTypes.html -share/gtk-doc/html/webkit2gtk-5.0/fonts.css -share/gtk-doc/html/webkit2gtk-5.0/func.CHECK_VERSION.html -share/gtk-doc/html/webkit2gtk-5.0/func.DEPRECATED_FOR.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_REQUEST.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_REQUEST_CLASS.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_RESPONSE.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_RESPONSE_CLASS.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_SCHEME_REQUEST.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_SCHEME_REQUEST_CLASS.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_SCHEME_RESPONSE.html -share/gtk-doc/html/webkit2gtk-5.0/func.URI_SCHEME_RESPONSE_CLASS.html -share/gtk-doc/html/webkit2gtk-5.0/func.get_major_version.html -share/gtk-doc/html/webkit2gtk-5.0/func.get_micro_version.html -share/gtk-doc/html/webkit2gtk-5.0/func.get_minor_version.html -share/gtk-doc/html/webkit2gtk-5.0/func.media_key_system_permission_get_name.html -share/gtk-doc/html/webkit2gtk-5.0/func.uri_for_display.html -share/gtk-doc/html/webkit2gtk-5.0/func.user_media_permission_is_for_audio_device.html -share/gtk-doc/html/webkit2gtk-5.0/func.user_media_permission_is_for_display_device.html -share/gtk-doc/html/webkit2gtk-5.0/func.user_media_permission_is_for_video_device.html -share/gtk-doc/html/webkit2gtk-5.0/fzy.js -share/gtk-doc/html/webkit2gtk-5.0/go-up-symbolic.png -share/gtk-doc/html/webkit2gtk-5.0/iface.PermissionRequest.html -share/gtk-doc/html/webkit2gtk-5.0/index.html -share/gtk-doc/html/webkit2gtk-5.0/index.json -share/gtk-doc/html/webkit2gtk-5.0/main.js -share/gtk-doc/html/webkit2gtk-5.0/method.ApplicationInfo.get_name.html -share/gtk-doc/html/webkit2gtk-5.0/method.ApplicationInfo.get_version.html -share/gtk-doc/html/webkit2gtk-5.0/method.ApplicationInfo.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.ApplicationInfo.set_name.html -share/gtk-doc/html/webkit2gtk-5.0/method.ApplicationInfo.set_version.html -share/gtk-doc/html/webkit2gtk-5.0/method.ApplicationInfo.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.authenticate.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.can_save_credentials.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.cancel.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_certificate_pin_flags.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_host.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_port.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_proposed_credential.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_realm.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_scheme.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.get_security_origin.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.is_for_proxy.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.is_retry.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.set_can_save_credentials.html -share/gtk-doc/html/webkit2gtk-5.0/method.AuthenticationRequest.set_proposed_credential.html -share/gtk-doc/html/webkit2gtk-5.0/method.AutomationSession.get_application_info.html -share/gtk-doc/html/webkit2gtk-5.0/method.AutomationSession.get_id.html -share/gtk-doc/html/webkit2gtk-5.0/method.AutomationSession.set_application_info.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_back_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_back_list.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_back_list_with_limit.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_current_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_forward_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_forward_list.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_forward_list_with_limit.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_length.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardList.get_nth_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardListItem.get_original_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardListItem.get_title.html -share/gtk-doc/html/webkit2gtk-5.0/method.BackForwardListItem.get_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.ColorChooserRequest.cancel.html -share/gtk-doc/html/webkit2gtk-5.0/method.ColorChooserRequest.finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.ColorChooserRequest.get_element_rectangle.html -share/gtk-doc/html/webkit2gtk-5.0/method.ColorChooserRequest.get_rgba.html -share/gtk-doc/html/webkit2gtk-5.0/method.ColorChooserRequest.set_rgba.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.append.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.first.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.get_item_at_position.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.get_items.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.get_n_items.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.get_user_data.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.insert.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.last.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.move_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.prepend.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.remove.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.remove_all.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenu.set_user_data.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenuItem.get_gaction.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenuItem.get_stock_action.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenuItem.get_submenu.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenuItem.is_separator.html -share/gtk-doc/html/webkit2gtk-5.0/method.ContextMenuItem.set_submenu.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.add_cookie.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.add_cookie_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.delete_all_cookies.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.delete_cookie.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.delete_cookie_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.delete_cookies_for_domain.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.get_accept_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.get_accept_policy_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.get_cookies.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.get_cookies_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.get_domains_with_cookies.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.get_domains_with_cookies_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.set_accept_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.CookieManager.set_persistent_storage.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.get_certificate.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.get_password.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.get_persistence.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.get_username.html -share/gtk-doc/html/webkit2gtk-5.0/method.Credential.has_password.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.cancel.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_allow_overwrite.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_destination.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_elapsed_time.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_estimated_progress.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_received_data_length.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_request.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_response.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.get_web_view.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.set_allow_overwrite.html -share/gtk-doc/html/webkit2gtk-5.0/method.Download.set_destination.html -share/gtk-doc/html/webkit2gtk-5.0/method.EditorState.get_typing_attributes.html -share/gtk-doc/html/webkit2gtk-5.0/method.EditorState.is_copy_available.html -share/gtk-doc/html/webkit2gtk-5.0/method.EditorState.is_cut_available.html -share/gtk-doc/html/webkit2gtk-5.0/method.EditorState.is_paste_available.html -share/gtk-doc/html/webkit2gtk-5.0/method.EditorState.is_redo_available.html -share/gtk-doc/html/webkit2gtk-5.0/method.EditorState.is_undo_available.html -share/gtk-doc/html/webkit2gtk-5.0/method.FaviconDatabase.clear.html -share/gtk-doc/html/webkit2gtk-5.0/method.FaviconDatabase.get_favicon.html -share/gtk-doc/html/webkit2gtk-5.0/method.FaviconDatabase.get_favicon_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.FaviconDatabase.get_favicon_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.FileChooserRequest.cancel.html -share/gtk-doc/html/webkit2gtk-5.0/method.FileChooserRequest.get_mime_types.html -share/gtk-doc/html/webkit2gtk-5.0/method.FileChooserRequest.get_mime_types_filter.html -share/gtk-doc/html/webkit2gtk-5.0/method.FileChooserRequest.get_select_multiple.html -share/gtk-doc/html/webkit2gtk-5.0/method.FileChooserRequest.get_selected_files.html -share/gtk-doc/html/webkit2gtk-5.0/method.FileChooserRequest.select_files.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.count_matches.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.get_max_match_count.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.get_options.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.get_search_text.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.get_web_view.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.search.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.search_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.search_next.html -share/gtk-doc/html/webkit2gtk-5.0/method.FindController.search_previous.html -share/gtk-doc/html/webkit2gtk-5.0/method.FormSubmissionRequest.get_text_fields.html -share/gtk-doc/html/webkit2gtk-5.0/method.FormSubmissionRequest.list_text_fields.html -share/gtk-doc/html/webkit2gtk-5.0/method.FormSubmissionRequest.submit.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationManager.failed.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationManager.get_enable_high_accuracy.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationManager.update_position.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.set_altitude.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.set_altitude_accuracy.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.set_heading.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.set_speed.html -share/gtk-doc/html/webkit2gtk-5.0/method.GeolocationPosition.set_timestamp.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.context_is_editable.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.context_is_image.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.context_is_link.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.context_is_media.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.context_is_scrollbar.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.context_is_selection.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.get_context.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.get_image_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.get_link_label.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.get_link_title.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.get_link_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.HitTestResult.get_media_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPFirstParty.get_domain.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPFirstParty.get_last_update_time.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPFirstParty.get_website_data_access_allowed.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPFirstParty.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPFirstParty.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPThirdParty.get_domain.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPThirdParty.get_first_parties.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPThirdParty.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.ITPThirdParty.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.filter_key_event.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.get_input_hints.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.get_input_purpose.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.get_preedit.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.notify_cursor_area.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.notify_focus_in.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.notify_focus_out.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.notify_surrounding.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.reset.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.set_enable_preedit.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.set_input_hints.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodContext.set_input_purpose.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodUnderline.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodUnderline.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.InputMethodUnderline.set_color.html -share/gtk-doc/html/webkit2gtk-5.0/method.InstallMissingMediaPluginsPermissionRequest.get_description.html -share/gtk-doc/html/webkit2gtk-5.0/method.JavascriptResult.get_global_context.html -share/gtk-doc/html/webkit2gtk-5.0/method.JavascriptResult.get_js_value.html -share/gtk-doc/html/webkit2gtk-5.0/method.JavascriptResult.get_value.html -share/gtk-doc/html/webkit2gtk-5.0/method.JavascriptResult.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.JavascriptResult.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.get_conservative_threshold.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.get_kill_threshold.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.get_memory_limit.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.get_poll_interval.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.get_strict_threshold.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.set_conservative_threshold.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.set_kill_threshold.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.set_memory_limit.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.set_poll_interval.html -share/gtk-doc/html/webkit2gtk-5.0/method.MemoryPressureSettings.set_strict_threshold.html -share/gtk-doc/html/webkit2gtk-5.0/method.MimeInfo.get_description.html -share/gtk-doc/html/webkit2gtk-5.0/method.MimeInfo.get_extensions.html -share/gtk-doc/html/webkit2gtk-5.0/method.MimeInfo.get_mime_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.MimeInfo.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.MimeInfo.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.get_modifiers.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.get_mouse_button.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.get_navigation_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.get_request.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.is_redirect.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationAction.is_user_gesture.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationPolicyDecision.get_frame_name.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationPolicyDecision.get_modifiers.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationPolicyDecision.get_mouse_button.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationPolicyDecision.get_navigation_action.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationPolicyDecision.get_navigation_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.NavigationPolicyDecision.get_request.html -share/gtk-doc/html/webkit2gtk-5.0/method.NetworkProxySettings.add_proxy_for_scheme.html -share/gtk-doc/html/webkit2gtk-5.0/method.NetworkProxySettings.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.NetworkProxySettings.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.Notification.clicked.html -share/gtk-doc/html/webkit2gtk-5.0/method.Notification.close.html -share/gtk-doc/html/webkit2gtk-5.0/method.Notification.get_body.html -share/gtk-doc/html/webkit2gtk-5.0/method.Notification.get_id.html -share/gtk-doc/html/webkit2gtk-5.0/method.Notification.get_tag.html -share/gtk-doc/html/webkit2gtk-5.0/method.Notification.get_title.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenu.activate_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenu.close.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenu.get_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenu.get_n_items.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenu.select_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.copy.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.free.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.get_label.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.get_tooltip.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.is_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.is_group_child.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.is_group_label.html -share/gtk-doc/html/webkit2gtk-5.0/method.OptionMenuItem.is_selected.html -share/gtk-doc/html/webkit2gtk-5.0/method.PermissionRequest.allow.html -share/gtk-doc/html/webkit2gtk-5.0/method.PermissionRequest.deny.html -share/gtk-doc/html/webkit2gtk-5.0/method.Plugin.get_description.html -share/gtk-doc/html/webkit2gtk-5.0/method.Plugin.get_mime_info_list.html -share/gtk-doc/html/webkit2gtk-5.0/method.Plugin.get_name.html -share/gtk-doc/html/webkit2gtk-5.0/method.Plugin.get_path.html -share/gtk-doc/html/webkit2gtk-5.0/method.PolicyDecision.download.html -share/gtk-doc/html/webkit2gtk-5.0/method.PolicyDecision.ignore.html -share/gtk-doc/html/webkit2gtk-5.0/method.PolicyDecision.use.html -share/gtk-doc/html/webkit2gtk-5.0/method.PolicyDecision.use_with_policies.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintCustomWidget.get_title.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintCustomWidget.get_widget.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintOperation.get_page_setup.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintOperation.get_print_settings.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintOperation.print.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintOperation.run_dialog.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintOperation.set_page_setup.html -share/gtk-doc/html/webkit2gtk-5.0/method.PrintOperation.set_print_settings.html -share/gtk-doc/html/webkit2gtk-5.0/method.ResponsePolicyDecision.get_request.html -share/gtk-doc/html/webkit2gtk-5.0/method.ResponsePolicyDecision.get_response.html -share/gtk-doc/html/webkit2gtk-5.0/method.ResponsePolicyDecision.is_mime_type_supported.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.close.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.confirm_set_confirmed.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.get_dialog_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.get_message.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.prompt_get_default_text.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.prompt_set_text.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.ScriptDialog.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.register_uri_scheme_as_cors_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.register_uri_scheme_as_display_isolated.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.register_uri_scheme_as_empty_document.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.register_uri_scheme_as_local.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.register_uri_scheme_as_no_access.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.register_uri_scheme_as_secure.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.uri_scheme_is_cors_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.uri_scheme_is_display_isolated.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.uri_scheme_is_empty_document.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.uri_scheme_is_local.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.uri_scheme_is_no_access.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityManager.uri_scheme_is_secure.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.get_host.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.get_port.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.get_protocol.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.is_opaque.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.to_string.html -share/gtk-doc/html/webkit2gtk-5.0/method.SecurityOrigin.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_allow_file_access_from_file_urls.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_allow_modal_dialogs.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_allow_top_navigation_to_data_urls.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_allow_universal_access_from_file_urls.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_auto_load_images.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_cursive_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_default_charset.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_default_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_default_font_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_default_monospace_font_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_draw_compositing_indicators.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_accelerated_2d_canvas.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_back_forward_navigation_gestures.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_caret_browsing.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_developer_extras.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_dns_prefetching.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_encrypted_media.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_frame_flattening.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_html5_database.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_html5_local_storage.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_hyperlink_auditing.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_java.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_javascript.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_javascript_markup.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_media.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_media_capabilities.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_media_stream.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_mediasource.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_mock_capture_devices.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_offline_web_application_cache.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_page_cache.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_plugins.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_private_browsing.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_resizable_text_areas.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_site_specific_quirks.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_smooth_scrolling.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_spatial_navigation.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_tabs_to_links.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_webaudio.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_webgl.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_webrtc.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_write_console_messages_to_stdout.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_enable_xss_auditor.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_fantasy_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_hardware_acceleration_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_javascript_can_access_clipboard.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_javascript_can_open_windows_automatically.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_load_icons_ignoring_image_load_setting.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_media_content_types_requiring_hardware_support.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_media_playback_allows_inline.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_media_playback_requires_user_gesture.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_minimum_font_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_monospace_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_pictograph_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_print_backgrounds.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_sans_serif_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_serif_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_user_agent.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.get_zoom_text_only.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_allow_file_access_from_file_urls.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_allow_modal_dialogs.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_allow_top_navigation_to_data_urls.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_allow_universal_access_from_file_urls.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_auto_load_images.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_cursive_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_default_charset.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_default_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_default_font_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_default_monospace_font_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_draw_compositing_indicators.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_accelerated_2d_canvas.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_back_forward_navigation_gestures.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_caret_browsing.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_developer_extras.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_dns_prefetching.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_encrypted_media.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_frame_flattening.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_html5_database.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_html5_local_storage.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_hyperlink_auditing.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_java.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_javascript.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_javascript_markup.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_media.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_media_capabilities.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_media_stream.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_mediasource.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_mock_capture_devices.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_offline_web_application_cache.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_page_cache.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_plugins.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_private_browsing.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_resizable_text_areas.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_site_specific_quirks.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_smooth_scrolling.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_spatial_navigation.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_tabs_to_links.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_webaudio.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_webgl.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_webrtc.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_write_console_messages_to_stdout.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_enable_xss_auditor.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_fantasy_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_hardware_acceleration_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_javascript_can_access_clipboard.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_javascript_can_open_windows_automatically.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_load_icons_ignoring_image_load_setting.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_media_content_types_requiring_hardware_support.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_media_playback_allows_inline.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_media_playback_requires_user_gesture.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_minimum_font_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_monospace_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_pictograph_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_print_backgrounds.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_sans_serif_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_serif_font_family.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_user_agent.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_user_agent_with_application_details.html -share/gtk-doc/html/webkit2gtk-5.0/method.Settings.set_zoom_text_only.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIRequest.get_http_headers.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIRequest.get_http_method.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIRequest.get_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIRequest.set_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIResponse.get_content_length.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIResponse.get_http_headers.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIResponse.get_mime_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIResponse.get_status_code.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIResponse.get_suggested_filename.html -share/gtk-doc/html/webkit2gtk-5.0/method.URIResponse.get_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.finish_error.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.finish_with_response.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.get_http_headers.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.get_http_method.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.get_path.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.get_scheme.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.get_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeRequest.get_web_view.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeResponse.set_content_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeResponse.set_http_headers.html -share/gtk-doc/html/webkit2gtk-5.0/method.URISchemeResponse.set_status.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilter.get_identifier.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilter.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilter.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.fetch_identifiers.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.fetch_identifiers_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.get_path.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.load.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.load_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.remove.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.remove_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.save.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.save_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.save_from_file.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentFilterStore.save_from_file_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.add_filter.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.add_script.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.add_style_sheet.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.register_script_message_handler.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.register_script_message_handler_in_world.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_all_filters.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_all_scripts.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_all_style_sheets.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_filter.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_filter_by_id.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_script.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.remove_style_sheet.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.unregister_script_message_handler.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserContentManager.unregister_script_message_handler_in_world.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserMessage.get_fd_list.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserMessage.get_name.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserMessage.get_parameters.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserMessage.send_reply.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserScript.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserScript.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserStyleSheet.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.UserStyleSheet.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.add_path_to_sandbox.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.allow_tls_certificate_for_host.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.clear_cache.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.download_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_cache_model.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_cookie_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_favicon_database.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_favicon_database_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_geolocation_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_plugins.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_plugins_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_process_model.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_sandbox_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_security_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_spell_checking_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_spell_checking_languages.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_time_zone_override.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_tls_errors_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_use_system_appearance_for_scrollbars.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_web_process_count_limit.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.get_website_data_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.initialize_notification_permissions.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.is_automation_allowed.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.is_ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.prefetch_dns.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.register_uri_scheme.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.send_message_to_all_extensions.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_additional_plugins_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_automation_allowed.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_cache_model.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_disk_cache_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_favicon_database_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_network_proxy_settings.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_preferred_languages.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_process_model.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_sandbox_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_spell_checking_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_spell_checking_languages.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_tls_errors_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_use_system_appearance_for_scrollbars.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_web_extensions_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_web_extensions_initialization_user_data.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebContext.set_web_process_count_limit.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.attach.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.close.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.detach.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.get_attached_height.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.get_can_attach.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.get_inspected_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.get_web_view.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.is_attached.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebInspector.show.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebResource.get_data.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebResource.get_data_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebResource.get_response.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebResource.get_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.can_execute_editing_command.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.can_execute_editing_command_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.can_go_back.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.can_go_forward.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.can_show_mime_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.download_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.execute_editing_command.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.execute_editing_command_with_argument.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_automation_presentation_type.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_back_forward_list.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_background_color.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_camera_capture_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_context.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_custom_charset.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_default_content_security_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_display_capture_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_editor_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_estimated_load_progress.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_favicon.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_find_controller.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_input_method_context.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_inspector.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_is_muted.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_is_web_process_responsive.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_javascript_global_context.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_main_resource.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_microphone_capture_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_page_id.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_session_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_settings.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_snapshot.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_snapshot_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_title.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_tls_info.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_user_content_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_web_extension_mode.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_website_data_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_website_policies.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_window_properties.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.get_zoom_level.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.go_back.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.go_forward.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.go_to_back_forward_list_item.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.is_controlled_by_automation.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.is_editable.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.is_ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.is_loading.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.is_playing_audio.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.load_alternate_html.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.load_bytes.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.load_html.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.load_plain_text.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.load_request.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.load_uri.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.reload.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.reload_bypass_cache.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.restore_session_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_async_javascript_function_in_world.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_javascript.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_javascript_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_javascript_from_gresource.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_javascript_from_gresource_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_javascript_in_world.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.run_javascript_in_world_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.save.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.save_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.save_to_file.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.save_to_file_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.send_message_to_page.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.send_message_to_page_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_background_color.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_camera_capture_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_cors_allowlist.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_custom_charset.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_display_capture_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_editable.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_input_method_context.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_is_muted.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_microphone_capture_state.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_settings.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.set_zoom_level.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.stop_loading.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.terminate_web_process.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebView.try_close.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebViewSessionState.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebViewSessionState.serialize.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebViewSessionState.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteData.get_name.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteData.get_size.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteData.get_types.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteData.ref.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteData.unref.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataAccessPermissionRequest.get_current_domain.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataAccessPermissionRequest.get_requesting_domain.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.clear.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.clear_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.fetch.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.fetch_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_base_cache_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_base_data_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_cookie_manager.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_disk_cache_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_dom_cache_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_hsts_cache_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_indexeddb_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_itp_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_itp_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_itp_summary.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_itp_summary_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_local_storage_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_offline_application_cache_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_persistent_credential_storage_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_service_worker_registrations_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_tls_errors_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.get_websql_directory.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.is_ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.remove.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.remove_finish.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.set_itp_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.set_network_proxy_settings.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.set_persistent_credential_storage_enabled.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsiteDataManager.set_tls_errors_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.WebsitePolicies.get_autoplay_policy.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_geometry.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_locationbar_visible.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_menubar_visible.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_resizable.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_scrollbars_visible.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_statusbar_visible.html -share/gtk-doc/html/webkit2gtk-5.0/method.WindowProperties.get_toolbar_visible.html -share/gtk-doc/html/webkit2gtk-5.0/property.AutomationSession.id.html -share/gtk-doc/html/webkit2gtk-5.0/property.ColorChooserRequest.rgba.html -share/gtk-doc/html/webkit2gtk-5.0/property.Download.allow-overwrite.html -share/gtk-doc/html/webkit2gtk-5.0/property.Download.destination.html -share/gtk-doc/html/webkit2gtk-5.0/property.Download.estimated-progress.html -share/gtk-doc/html/webkit2gtk-5.0/property.Download.response.html -share/gtk-doc/html/webkit2gtk-5.0/property.EditorState.typing-attributes.html -share/gtk-doc/html/webkit2gtk-5.0/property.FileChooserRequest.filter.html -share/gtk-doc/html/webkit2gtk-5.0/property.FileChooserRequest.mime-types.html -share/gtk-doc/html/webkit2gtk-5.0/property.FileChooserRequest.select-multiple.html -share/gtk-doc/html/webkit2gtk-5.0/property.FileChooserRequest.selected-files.html -share/gtk-doc/html/webkit2gtk-5.0/property.FindController.max-match-count.html -share/gtk-doc/html/webkit2gtk-5.0/property.FindController.options.html -share/gtk-doc/html/webkit2gtk-5.0/property.FindController.text.html -share/gtk-doc/html/webkit2gtk-5.0/property.FindController.web-view.html -share/gtk-doc/html/webkit2gtk-5.0/property.GeolocationManager.enable-high-accuracy.html -share/gtk-doc/html/webkit2gtk-5.0/property.HitTestResult.context.html -share/gtk-doc/html/webkit2gtk-5.0/property.HitTestResult.image-uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.HitTestResult.link-label.html -share/gtk-doc/html/webkit2gtk-5.0/property.HitTestResult.link-title.html -share/gtk-doc/html/webkit2gtk-5.0/property.HitTestResult.link-uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.HitTestResult.media-uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.InputMethodContext.input-hints.html -share/gtk-doc/html/webkit2gtk-5.0/property.InputMethodContext.input-purpose.html -share/gtk-doc/html/webkit2gtk-5.0/property.NavigationPolicyDecision.frame-name.html -share/gtk-doc/html/webkit2gtk-5.0/property.NavigationPolicyDecision.modifiers.html -share/gtk-doc/html/webkit2gtk-5.0/property.NavigationPolicyDecision.mouse-button.html -share/gtk-doc/html/webkit2gtk-5.0/property.NavigationPolicyDecision.navigation-action.html -share/gtk-doc/html/webkit2gtk-5.0/property.NavigationPolicyDecision.navigation-type.html -share/gtk-doc/html/webkit2gtk-5.0/property.NavigationPolicyDecision.request.html -share/gtk-doc/html/webkit2gtk-5.0/property.Notification.body.html -share/gtk-doc/html/webkit2gtk-5.0/property.Notification.id.html -share/gtk-doc/html/webkit2gtk-5.0/property.Notification.tag.html -share/gtk-doc/html/webkit2gtk-5.0/property.Notification.title.html -share/gtk-doc/html/webkit2gtk-5.0/property.PrintCustomWidget.title.html -share/gtk-doc/html/webkit2gtk-5.0/property.PrintCustomWidget.widget.html -share/gtk-doc/html/webkit2gtk-5.0/property.PrintOperation.page-setup.html -share/gtk-doc/html/webkit2gtk-5.0/property.PrintOperation.print-settings.html -share/gtk-doc/html/webkit2gtk-5.0/property.PrintOperation.web-view.html -share/gtk-doc/html/webkit2gtk-5.0/property.ResponsePolicyDecision.request.html -share/gtk-doc/html/webkit2gtk-5.0/property.ResponsePolicyDecision.response.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.allow-file-access-from-file-urls.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.allow-modal-dialogs.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.allow-top-navigation-to-data-urls.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.allow-universal-access-from-file-urls.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.auto-load-images.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.cursive-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.default-charset.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.default-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.default-font-size.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.default-monospace-font-size.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.draw-compositing-indicators.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-accelerated-2d-canvas.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-back-forward-navigation-gestures.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-caret-browsing.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-developer-extras.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-dns-prefetching.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-encrypted-media.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-frame-flattening.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-html5-database.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-html5-local-storage.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-hyperlink-auditing.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-java.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-javascript-markup.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-javascript.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-media-capabilities.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-media-stream.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-media.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-mediasource.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-mock-capture-devices.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-offline-web-application-cache.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-page-cache.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-plugins.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-private-browsing.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-resizable-text-areas.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-site-specific-quirks.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-smooth-scrolling.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-spatial-navigation.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-tabs-to-links.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-webaudio.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-webgl.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-webrtc.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-write-console-messages-to-stdout.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.enable-xss-auditor.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.fantasy-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.hardware-acceleration-policy.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.javascript-can-access-clipboard.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.javascript-can-open-windows-automatically.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.load-icons-ignoring-image-load-setting.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.media-content-types-requiring-hardware-support.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.media-playback-allows-inline.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.media-playback-requires-user-gesture.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.minimum-font-size.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.monospace-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.pictograph-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.print-backgrounds.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.sans-serif-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.serif-font-family.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.user-agent.html -share/gtk-doc/html/webkit2gtk-5.0/property.Settings.zoom-text-only.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIRequest.uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIResponse.content-length.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIResponse.http-headers.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIResponse.mime-type.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIResponse.status-code.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIResponse.suggested-filename.html -share/gtk-doc/html/webkit2gtk-5.0/property.URIResponse.uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.URISchemeResponse.stream-length.html -share/gtk-doc/html/webkit2gtk-5.0/property.URISchemeResponse.stream.html -share/gtk-doc/html/webkit2gtk-5.0/property.UserContentFilterStore.path.html -share/gtk-doc/html/webkit2gtk-5.0/property.UserMediaPermissionRequest.is-for-audio-device.html -share/gtk-doc/html/webkit2gtk-5.0/property.UserMediaPermissionRequest.is-for-video-device.html -share/gtk-doc/html/webkit2gtk-5.0/property.UserMessage.fd-list.html -share/gtk-doc/html/webkit2gtk-5.0/property.UserMessage.name.html -share/gtk-doc/html/webkit2gtk-5.0/property.UserMessage.parameters.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebContext.local-storage-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebContext.memory-pressure-settings.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebContext.process-swap-on-cross-site-navigation-enabled.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebContext.time-zone-override.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebContext.website-data-manager.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebInspector.attached-height.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebInspector.can-attach.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebInspector.inspected-uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebResource.response.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebResource.uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.automation-presentation-type.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.camera-capture-state.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.default-content-security-policy.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.display-capture-state.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.editable.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.estimated-load-progress.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.favicon.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.is-controlled-by-automation.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.is-ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.is-loading.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.is-muted.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.is-playing-audio.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.is-web-process-responsive.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.microphone-capture-state.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.page-id.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.related-view.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.settings.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.title.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.uri.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.user-content-manager.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.web-context.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.web-extension-mode.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.website-policies.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebView.zoom-level.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.base-cache-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.base-data-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.disk-cache-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.dom-cache-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.hsts-cache-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.indexeddb-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.is-ephemeral.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.itp-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.local-storage-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.offline-application-cache-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.service-worker-registrations-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsiteDataManager.websql-directory.html -share/gtk-doc/html/webkit2gtk-5.0/property.WebsitePolicies.autoplay.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.geometry.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.locationbar-visible.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.menubar-visible.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.resizable.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.scrollbars-visible.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.statusbar-visible.html -share/gtk-doc/html/webkit2gtk-5.0/property.WindowProperties.toolbar-visible.html -share/gtk-doc/html/webkit2gtk-5.0/search.js -share/gtk-doc/html/webkit2gtk-5.0/signal.AuthenticationRequest.authenticated.html -share/gtk-doc/html/webkit2gtk-5.0/signal.AuthenticationRequest.cancelled.html -share/gtk-doc/html/webkit2gtk-5.0/signal.AutomationSession.create-web-view.html -share/gtk-doc/html/webkit2gtk-5.0/signal.BackForwardList.changed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.ColorChooserRequest.finished.html -share/gtk-doc/html/webkit2gtk-5.0/signal.CookieManager.changed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Download.created-destination.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Download.decide-destination.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Download.failed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Download.finished.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Download.received-data.html -share/gtk-doc/html/webkit2gtk-5.0/signal.FaviconDatabase.favicon-changed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.FindController.counted-matches.html -share/gtk-doc/html/webkit2gtk-5.0/signal.FindController.failed-to-find-text.html -share/gtk-doc/html/webkit2gtk-5.0/signal.FindController.found-text.html -share/gtk-doc/html/webkit2gtk-5.0/signal.GeolocationManager.start.html -share/gtk-doc/html/webkit2gtk-5.0/signal.GeolocationManager.stop.html -share/gtk-doc/html/webkit2gtk-5.0/signal.InputMethodContext.committed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.InputMethodContext.delete-surrounding.html -share/gtk-doc/html/webkit2gtk-5.0/signal.InputMethodContext.preedit-changed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.InputMethodContext.preedit-finished.html -share/gtk-doc/html/webkit2gtk-5.0/signal.InputMethodContext.preedit-started.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Notification.clicked.html -share/gtk-doc/html/webkit2gtk-5.0/signal.Notification.closed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.OptionMenu.close.html -share/gtk-doc/html/webkit2gtk-5.0/signal.PrintCustomWidget.apply.html -share/gtk-doc/html/webkit2gtk-5.0/signal.PrintCustomWidget.update.html -share/gtk-doc/html/webkit2gtk-5.0/signal.PrintOperation.create-custom-widget.html -share/gtk-doc/html/webkit2gtk-5.0/signal.PrintOperation.failed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.PrintOperation.finished.html -share/gtk-doc/html/webkit2gtk-5.0/signal.UserContentManager.script-message-received.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebContext.automation-started.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebContext.download-started.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebContext.initialize-notification-permissions.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebContext.initialize-web-extensions.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebContext.user-message-received.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebInspector.attach.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebInspector.bring-to-front.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebInspector.closed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebInspector.detach.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebInspector.open-window.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebResource.failed-with-tls-errors.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebResource.failed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebResource.finished.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebResource.received-data.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebResource.sent-request.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.authenticate.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.close.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.context-menu-dismissed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.context-menu.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.create.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.decide-policy.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.enter-fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.insecure-content-detected.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.leave-fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.load-changed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.load-failed-with-tls-errors.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.load-failed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.mouse-target-changed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.permission-request.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.print.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.ready-to-show.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.resource-load-started.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.run-as-modal.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.run-color-chooser.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.run-file-chooser.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.script-dialog.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.show-notification.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.show-option-menu.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.submit-form.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.user-message-received.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.web-process-crashed.html -share/gtk-doc/html/webkit2gtk-5.0/signal.WebView.web-process-terminated.html -share/gtk-doc/html/webkit2gtk-5.0/solarized-dark.css -share/gtk-doc/html/webkit2gtk-5.0/solarized-light.css -share/gtk-doc/html/webkit2gtk-5.0/struct.ApplicationInfo.html -share/gtk-doc/html/webkit2gtk-5.0/struct.Credential.html -share/gtk-doc/html/webkit2gtk-5.0/struct.GeolocationPosition.html -share/gtk-doc/html/webkit2gtk-5.0/struct.ITPFirstParty.html -share/gtk-doc/html/webkit2gtk-5.0/struct.ITPThirdParty.html -share/gtk-doc/html/webkit2gtk-5.0/struct.InputMethodUnderline.html -share/gtk-doc/html/webkit2gtk-5.0/struct.JavascriptResult.html -share/gtk-doc/html/webkit2gtk-5.0/struct.MemoryPressureSettings.html -share/gtk-doc/html/webkit2gtk-5.0/struct.MimeInfo.html -share/gtk-doc/html/webkit2gtk-5.0/struct.NavigationAction.html -share/gtk-doc/html/webkit2gtk-5.0/struct.NetworkProxySettings.html -share/gtk-doc/html/webkit2gtk-5.0/struct.OptionMenuItem.html -share/gtk-doc/html/webkit2gtk-5.0/struct.ScriptDialog.html -share/gtk-doc/html/webkit2gtk-5.0/struct.SecurityOrigin.html -share/gtk-doc/html/webkit2gtk-5.0/struct.UserContentFilter.html -share/gtk-doc/html/webkit2gtk-5.0/struct.UserScript.html -share/gtk-doc/html/webkit2gtk-5.0/struct.UserStyleSheet.html -share/gtk-doc/html/webkit2gtk-5.0/struct.WebViewSessionState.html -share/gtk-doc/html/webkit2gtk-5.0/struct.WebsiteData.html -share/gtk-doc/html/webkit2gtk-5.0/style.css -share/gtk-doc/html/webkit2gtk-5.0/type_func.DownloadError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.FaviconDatabaseError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.JavascriptError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.NetworkError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.PluginError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.PolicyError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.PrintError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.Settings.font_size_to_pixels.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.Settings.font_size_to_points.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.SnapshotError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.UserContentFilterError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.UserMessageError.quark.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.WebContext.get_default.html -share/gtk-doc/html/webkit2gtk-5.0/type_func.WebsiteDataManager.set_memory_pressure_settings.html -share/gtk-doc/html/webkit2gtk-5.0/urlmap.js -share/gtk-doc/html/webkit2gtk-5.0/vfunc.Download.decide_destination.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.committed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.delete_surrounding.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.filter_key_event.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.get_preedit.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.notify_cursor_area.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.notify_focus_in.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.notify_focus_out.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.notify_surrounding.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.preedit_changed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.preedit_finished.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.preedit_started.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.reset.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.InputMethodContext.set_enable_preedit.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.PermissionRequest.allow.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.PermissionRequest.deny.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.PrintCustomWidget.apply.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.PrintCustomWidget.update.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebContext.automation_started.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebContext.download_started.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebContext.initialize_notification_permissions.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebContext.initialize_web_extensions.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebContext.user_message_received.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.authenticate.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.close.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.context_menu.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.context_menu_dismissed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.create.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.decide_policy.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.enter_fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.insecure_content_detected.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.leave_fullscreen.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.load_changed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.load_failed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.load_failed_with_tls_errors.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.mouse_target_changed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.permission_request.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.print.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.ready_to_show.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.resource_load_started.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.run_as_modal.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.run_color_chooser.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.run_file_chooser.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.script_dialog.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.show_notification.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.show_option_menu.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.submit_form.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.user_message_received.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.web_process_crashed.html -share/gtk-doc/html/webkit2gtk-5.0/vfunc.WebView.web_process_terminated.html -share/gtk-doc/html/webkit2gtk-5.0/webkit2gtk-5.0.devhelp2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Black.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Black.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-BlackItalic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-BlackItalic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Bold.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Bold.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-BoldItalic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-BoldItalic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Italic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Italic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Medium.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Medium.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-MediumItalic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-MediumItalic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Regular.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatDisplay-Regular.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Bold.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Bold.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-BoldItalic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-BoldItalic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Italic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Italic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Medium.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Medium.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-MediumItalic.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-MediumItalic.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Regular.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/RedHatText-Regular.woff2 -share/gtk-doc/html/webkit2gtk-web-extension-5.0/SourceCodePro-It.ttf.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/SourceCodePro-Regular.ttf.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/SourceCodePro-Semibold.ttf.woff -share/gtk-doc/html/webkit2gtk-web-extension-5.0/callback.WebExtensionInitializeFunction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/callback.WebExtensionInitializeWithUserDataFunction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.ContextMenu.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.ContextMenuItem.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMAttr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMBlob.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCDATASection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCSSRule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCSSRuleList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCSSStyleDeclaration.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCSSStyleSheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCSSValue.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMCharacterData.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMClientRect.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMClientRectList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMComment.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDOMImplementation.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDOMSelection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDOMTokenList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDOMWindow.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDocument.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDocumentFragment.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMDocumentType.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMEntityReference.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMEvent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMFile.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMFileList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLAnchorElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLAppletElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLAreaElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLBRElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLBaseElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLBaseFontElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLBodyElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLButtonElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLCanvasElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLCollection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLDListElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLDirectoryElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLDivElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLDocument.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLEmbedElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLFieldSetElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLFontElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLFormElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLFrameElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLFrameSetElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLHRElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLHeadElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLHeadingElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLHtmlElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLIFrameElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLImageElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLInputElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLLIElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLLabelElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLLegendElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLLinkElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLMapElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLMarqueeElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLMenuElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLMetaElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLModElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLOListElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLObjectElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLOptGroupElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLOptionElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLOptionsCollection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLParagraphElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLParamElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLPreElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLQuoteElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLScriptElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLSelectElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLStyleElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTableCaptionElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTableCellElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTableColElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTableElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTableRowElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTableSectionElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTextAreaElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLTitleElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMHTMLUListElement.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMKeyboardEvent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMMediaList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMMouseEvent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMNamedNodeMap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMNode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMNodeIterator.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMNodeList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMObject.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMProcessingInstruction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMRange.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMStyleSheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMStyleSheetList.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMText.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMTreeWalker.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMUIEvent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMWheelEvent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMXPathExpression.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.DOMXPathResult.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.Frame.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.HitTestResult.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.ScriptWorld.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.URIRequest.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.URIResponse.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.UserMessage.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.WebEditor.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.WebExtension.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.WebHitTestResult.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/class.WebPage.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/classes_hierarchy.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_CHARSET_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_FONT_FACE_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_IMPORT_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_MEDIA_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_PAGE_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_STYLE_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_RULE_UNKNOWN_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_VALUE_CSS_CUSTOM.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_VALUE_CSS_INHERIT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_VALUE_CSS_PRIMITIVE_VALUE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_CSS_VALUE_CSS_VALUE_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_ELEMENT_ALLOW_KEYBOARD_INPUT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_AT_TARGET.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_BLUR.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_BUBBLING_PHASE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_CAPTURING_PHASE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_CHANGE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_CLICK.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_DBLCLICK.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_DRAGDROP.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_FOCUS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_KEYDOWN.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_KEYPRESS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_KEYUP.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_MOUSEDOWN.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_MOUSEDRAG.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_MOUSEMOVE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_MOUSEOUT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_MOUSEOVER.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_MOUSEUP.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_NONE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_EVENT_SELECT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_LEFT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_NUMPAD.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_RIGHT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_KEYBOARD_EVENT_KEY_LOCATION_STANDARD.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_ATTRIBUTE_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_CDATA_SECTION_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_COMMENT_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_FRAGMENT_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_POSITION_CONTAINED_BY.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_POSITION_CONTAINS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_POSITION_DISCONNECTED.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_POSITION_FOLLOWING.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_POSITION_PRECEDING.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_DOCUMENT_TYPE_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_ELEMENT_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_ENTITY_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_ENTITY_REFERENCE_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_ACCEPT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_REJECT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_ALL.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_ATTRIBUTE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_CDATA_SECTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_COMMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_DOCUMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_DOCUMENT_FRAGMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_DOCUMENT_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_ENTITY.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_ENTITY_REFERENCE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_NOTATION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_PROCESSING_INSTRUCTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SHOW_TEXT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_FILTER_SKIP.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_PROCESSING_INSTRUCTION_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_NODE_TEXT_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_END_TO_END.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_END_TO_START.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_NODE_AFTER.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_NODE_BEFORE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_NODE_BEFORE_AND_AFTER.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_NODE_INSIDE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_START_TO_END.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_RANGE_START_TO_START.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_ANY_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_ANY_UNORDERED_NODE_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_BOOLEAN_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_FIRST_ORDERED_NODE_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_NUMBER_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_ORDERED_NODE_ITERATOR_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_ORDERED_NODE_SNAPSHOT_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_STRING_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_UNORDERED_NODE_ITERATOR_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/const.DOM_XPATH_RESULT_UNORDERED_NODE_SNAPSHOT_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenu.new.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenu.new_with_items.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenuItem.new_from_gaction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenuItem.new_from_stock_action.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenuItem.new_from_stock_action_with_label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenuItem.new_separator.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ContextMenuItem.new_with_submenu.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ScriptWorld.new.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.ScriptWorld.new_with_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.URIRequest.new.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.UserMessage.new.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/ctor.UserMessage.new_with_fd_list.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/enum.ConsoleMessageLevel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/enum.ConsoleMessageSource.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/enum.ContextMenuAction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/enum.FormSubmissionStep.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/enum.UserMessageError.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/flags.HitTestResultContext.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/fonts.css -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DEPRECATED_FOR.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_ATTR.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_ATTR_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_BLOB.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_BLOB_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CDATA_SECTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CDATA_SECTION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CHARACTER_DATA.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CHARACTER_DATA_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CLIENT_RECT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CLIENT_RECT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CLIENT_RECT_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CLIENT_RECT_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_COMMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_COMMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_RULE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_RULE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_RULE_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_RULE_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_STYLE_DECLARATION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_STYLE_DECLARATION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_STYLE_SHEET.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_STYLE_SHEET_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_VALUE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_CSS_VALUE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOCUMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOCUMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOCUMENT_FRAGMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOCUMENT_FRAGMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOCUMENT_TYPE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOCUMENT_TYPE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_IMPLEMENTATION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_IMPLEMENTATION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_SELECTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_SELECTION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_TOKEN_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_TOKEN_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_WINDOW.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_DOM_WINDOW_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_ENTITY_REFERENCE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_ENTITY_REFERENCE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_EVENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_EVENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_EVENT_TARGET.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_EVENT_TARGET_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_FILE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_FILE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_FILE_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_FILE_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_ANCHOR_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_ANCHOR_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_APPLET_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_APPLET_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_AREA_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_AREA_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BASE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BASE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BASE_FONT_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BASE_FONT_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BODY_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BODY_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BR_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BR_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BUTTON_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_BUTTON_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_CANVAS_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_CANVAS_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_COLLECTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_COLLECTION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_DIRECTORY_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_DIRECTORY_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_DIV_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_DIV_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_DOCUMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_DOCUMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_D_LIST_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_D_LIST_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_EMBED_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_EMBED_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FIELD_SET_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FIELD_SET_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FONT_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FONT_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FORM_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FORM_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FRAME_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FRAME_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FRAME_SET_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_FRAME_SET_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HEADING_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HEADING_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HEAD_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HEAD_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HR_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HR_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HTML_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_HTML_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_IFRAME_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_IFRAME_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_IMAGE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_IMAGE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_INPUT_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_INPUT_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LABEL_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LABEL_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LEGEND_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LEGEND_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LINK_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LINK_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LI_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_LI_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MAP_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MAP_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MARQUEE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MARQUEE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MENU_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MENU_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_META_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_META_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MOD_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_MOD_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OBJECT_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OBJECT_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OPTIONS_COLLECTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OPTIONS_COLLECTION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OPTION_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OPTION_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OPT_GROUP_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_OPT_GROUP_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_O_LIST_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_O_LIST_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_PARAGRAPH_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_PARAGRAPH_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_PARAM_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_PARAM_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_PRE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_PRE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_QUOTE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_QUOTE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_SCRIPT_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_SCRIPT_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_SELECT_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_SELECT_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_STYLE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_STYLE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_CAPTION_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_CAPTION_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_CELL_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_CELL_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_COL_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_COL_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_ROW_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_ROW_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_SECTION_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TABLE_SECTION_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TEXT_AREA_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TEXT_AREA_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TITLE_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_TITLE_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_U_LIST_ELEMENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_HTML_U_LIST_ELEMENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_KEYBOARD_EVENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_KEYBOARD_EVENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_MEDIA_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_MEDIA_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_MOUSE_EVENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_MOUSE_EVENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NAMED_NODE_MAP.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NAMED_NODE_MAP_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_FILTER.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_FILTER_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_ITERATOR.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_ITERATOR_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_NODE_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_OBJECT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_OBJECT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_PROCESSING_INSTRUCTION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_PROCESSING_INSTRUCTION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_RANGE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_RANGE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_STYLE_SHEET.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_STYLE_SHEET_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_STYLE_SHEET_LIST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_STYLE_SHEET_LIST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_TEXT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_TEXT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_TREE_WALKER.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_TREE_WALKER_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_UI_EVENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_UI_EVENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_WHEEL_EVENT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_WHEEL_EVENT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_XPATH_EXPRESSION.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_XPATH_EXPRESSION_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_XPATH_NS_RESOLVER.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_XPATH_NS_RESOLVER_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_XPATH_RESULT.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.DOM_XPATH_RESULT_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.URI_REQUEST.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.URI_REQUEST_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.URI_RESPONSE.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/func.URI_RESPONSE_CLASS.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/fzy.js -share/gtk-doc/html/webkit2gtk-web-extension-5.0/go-up-symbolic.png -share/gtk-doc/html/webkit2gtk-web-extension-5.0/iface.DOMEventTarget.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/iface.DOMNodeFilter.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/iface.DOMXPathNSResolver.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/index.json -share/gtk-doc/html/webkit2gtk-web-extension-5.0/main.js -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.copy.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.free.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.get_level.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.get_line.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.get_source.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.get_source_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ConsoleMessage.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.append.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.first.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.get_item_at_position.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.get_items.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.get_n_items.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.get_user_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.insert.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.last.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.move_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.prepend.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.remove.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.remove_all.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenu.set_user_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenuItem.get_gaction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenuItem.get_stock_action.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenuItem.get_submenu.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenuItem.is_separator.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ContextMenuItem.set_submenu.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_local_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_namespace_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_owner_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_specified.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMAttr.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMBlob.get_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRule.get_css_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRule.get_parent_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRule.get_parent_style_sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRule.get_rule_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRule.set_css_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRuleList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSRuleList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.get_css_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.get_parent_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.get_property_priority.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.get_property_shorthand.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.get_property_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.is_property_implicit.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.remove_property.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.set_css_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleDeclaration.set_property.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.add_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.delete_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.get_css_rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.get_owner_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.get_rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.insert_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSStyleSheet.remove_rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSValue.get_css_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSValue.get_css_value_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCSSValue.set_css_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.append_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.delete_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.get_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.insert_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.replace_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.set_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMCharacterData.substring_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRect.get_bottom.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRect.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRect.get_left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRect.get_right.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRect.get_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRect.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRectList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMClientRectList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMImplementation.create_css_style_sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMImplementation.create_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMImplementation.create_document_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMImplementation.create_html_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMImplementation.has_feature.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.add_range.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.collapse.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.collapse_to_end.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.collapse_to_start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.contains_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.delete_from_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.empty.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.extend.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_anchor_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_anchor_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_base_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_base_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_extent_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_extent_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_focus_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_focus_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_is_collapsed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_range_at.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_range_count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.get_selection_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.modify.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.remove_all_ranges.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.select_all_children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.set_base_and_extent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMSelection.set_position.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.add.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.contains.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.remove.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.replace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMTokenList.toggle.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.alert.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.blur.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.capture_events.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.close.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.confirm.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.find.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.focus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_closed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_computed_style.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_default_status.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_device_pixel_ratio.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_frame_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_frames.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_inner_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_inner_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_offscreen_buffering.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_opener.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_orientation.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_outer_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_outer_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_page_x_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_page_y_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_parent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_screen_left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_screen_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_screen_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_screen_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_scroll_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_scroll_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_selection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_self.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_status.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.get_window.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.move_by.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.move_to.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.print.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.prompt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.%%CMAKE_BUILD_TYPE%%_events.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.resize_by.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.resize_to.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.scroll_by.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.scroll_to.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.set_default_status.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.set_status.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.stop.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDOMWindow.webkit_message_handlers_post_message.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.adopt_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.caret_range_from_point.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_attribute.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_attribute_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_cdata_section.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_comment.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_css_style_declaration.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_document_fragment.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_element_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_entity_reference.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_expression.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_node_iterator.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_ns_resolver.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_processing_instruction.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_range.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_text_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.create_tree_walker.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.element_from_point.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.evaluate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.exec_command.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.exit_pointer_lock.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_active_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_anchors.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_applets.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_body.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_character_set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_child_element_count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_compat_mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_content_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_cookie.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_current_script.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_default_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_default_view.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_design_mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_doctype.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_document_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_document_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_domain.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_element_by_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_class_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_class_name_as_html_collection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_tag_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_tag_name_as_html_collection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_tag_name_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_elements_by_tag_name_ns_as_html_collection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_embeds.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_first_element_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_forms.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_hidden.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_images.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_implementation.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_input_encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_last_element_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_last_modified.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_links.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_origin.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_override_style.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_plugins.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_pointer_lock_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_preferred_stylesheet_set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_ready_state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_referrer.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_scripts.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_scrolling_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_selected_stylesheet_set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_style_sheets.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_url.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_visibility_state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_webkit_current_fullscreen_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_webkit_fullscreen_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_webkit_fullscreen_enabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_webkit_fullscreen_keyboard_input_allowed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_webkit_is_fullscreen.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_xml_encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_xml_standalone.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.get_xml_version.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.has_focus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.import_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_command_enabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_command_indeterm.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_command_state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_command_supported.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_command_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_selector.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.query_selector_all.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_body.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_cookie.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_design_mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_document_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_selected_stylesheet_set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_xml_standalone.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.set_xml_version.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.webkit_cancel_fullscreen.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocument.webkit_exit_fullscreen.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.get_child_element_count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.get_children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.get_element_by_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.get_first_element_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.get_last_element_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.query_selector.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentFragment.query_selector_all.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentType.get_entities.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentType.get_internal_subset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentType.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentType.get_notations.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentType.get_public_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMDocumentType.get_system_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.blur.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.closest.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.focus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_attribute.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_attribute_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_attribute_node_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_attribute_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_attributes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_bounding_client_rect.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_child_element_count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_class_list.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_class_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_client_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_client_left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_client_rects.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_client_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_client_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_elements_by_class_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_elements_by_class_name_as_html_collection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_elements_by_tag_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_elements_by_tag_name_as_html_collection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_elements_by_tag_name_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_elements_by_tag_name_ns_as_html_collection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_first_element_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_inner_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_last_element_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_local_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_namespace_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_next_element_sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_offset_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_offset_left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_offset_parent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_offset_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_offset_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_outer_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_previous_element_sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_scroll_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_scroll_left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_scroll_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_scroll_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_style.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_tag_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.get_webkit_region_overset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.has_attribute.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.has_attribute_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.has_attributes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.html_input_element_get_auto_filled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.html_input_element_is_user_edited.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.html_input_element_set_auto_filled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.html_input_element_set_editing_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.insert_adjacent_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.insert_adjacent_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.insert_adjacent_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.matches.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.query_selector.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.query_selector_all.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.remove.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.remove_attribute.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.remove_attribute_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.remove_attribute_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.request_pointer_lock.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.scroll_by_lines.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.scroll_by_pages.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.scroll_into_view.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.scroll_into_view_if_needed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_attribute.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_attribute_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_attribute_node_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_attribute_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_class_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_inner_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_outer_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_scroll_left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.set_scroll_top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.webkit_matches_selector.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMElement.webkit_request_fullscreen.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_bubbles.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_cancel_bubble.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_cancelable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_current_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_event_phase.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_event_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_return_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_src_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.get_time_stamp.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.init_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.prevent_default.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.set_cancel_bubble.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.set_return_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEvent.stop_propagation.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEventTarget.add_event_listener.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEventTarget.add_event_listener_with_closure.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEventTarget.dispatch_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEventTarget.remove_event_listener.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMEventTarget.remove_event_listener_with_closure.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMFile.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMFileList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMFileList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_coords.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_hash.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_host.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_hostname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_hreflang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_pathname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_port.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_protocol.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_rel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_rev.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_search.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_shape.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_coords.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_hash.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_host.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_hostname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_hreflang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_pathname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_port.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_protocol.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_rel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_rev.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_search.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_shape.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAnchorElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_archive.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_code_base.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_object.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_archive.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_code_base.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_object.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAppletElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_coords.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_hash.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_host.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_hostname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_no_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_pathname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_port.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_protocol.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_search.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_shape.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_coords.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_hash.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_host.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_hostname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_no_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_pathname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_port.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_protocol.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_search.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_shape.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLAreaElement.set_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBRElement.get_clear.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBRElement.set_clear.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseElement.get_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseElement.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseElement.set_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseElement.set_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseFontElement.get_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseFontElement.get_face.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseFontElement.get_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseFontElement.set_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseFontElement.set_face.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBaseFontElement.set_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.get_a_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.get_background.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.get_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.get_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.get_v_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.set_a_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.set_background.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.set_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.set_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.set_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLBodyElement.set_v_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_button_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.get_will_validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.set_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.set_button_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLButtonElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCanvasElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCanvasElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCanvasElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCanvasElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCollection.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCollection.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLCollection.named_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDListElement.get_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDListElement.set_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDirectoryElement.get_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDirectoryElement.set_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDivElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDivElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.capture_events.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.clear.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.close.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_alink_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_compat_mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_design_mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_embeds.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_fg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_link_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_plugins.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_scripts.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_vlink_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.%%CMAKE_BUILD_TYPE%%_events.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_alink_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_design_mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_fg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_link_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLDocument.set_vlink_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.click.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_access_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_content_editable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_draggable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_hidden.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_inner_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_inner_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_is_content_editable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_lang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_outer_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_outer_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_spellcheck.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_tab_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_translate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.get_webkitdropzone.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_access_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_content_editable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_draggable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_hidden.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_inner_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_inner_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_lang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_outer_html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_outer_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_spellcheck.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_tab_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_translate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLElement.set_webkitdropzone.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.get_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.set_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLEmbedElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFieldSetElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFontElement.get_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFontElement.get_face.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFontElement.get_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFontElement.set_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFontElement.set_face.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFontElement.set_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_accept_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_action.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_elements.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_enctype.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_method.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.reset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_accept_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_action.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_enctype.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_method.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.set_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFormElement.submit.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_content_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_content_window.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_frame_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_long_desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_margin_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_margin_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_no_resize.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_scrolling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_frame_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_long_desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_margin_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_margin_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_no_resize.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_scrolling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameElement.set_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameSetElement.get_cols.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameSetElement.get_rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameSetElement.set_cols.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLFrameSetElement.set_rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.get_no_shade.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.get_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.set_no_shade.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.set_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHRElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHeadElement.get_profile.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHeadElement.set_profile.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHeadingElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHeadingElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHtmlElement.get_version.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLHtmlElement.set_version.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_content_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_content_window.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_frame_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_long_desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_margin_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_margin_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_scrolling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_frame_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_long_desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_margin_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_margin_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_scrolling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLIFrameElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_complete.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_is_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_long_desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_lowsrc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_natural_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_natural_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_use_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.get_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_is_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_long_desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_lowsrc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_use_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLImageElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_accept.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_auto_filled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_capture.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_capture_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_checked.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_default_checked.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_default_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_files.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_indeterminate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_input_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_max_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_multiple.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_read_only.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_use_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.get_will_validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.is_edited.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.select.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_accept.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_auto_filled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_capture_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_checked.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_default_checked.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_default_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_editing_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_files.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_indeterminate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_input_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_max_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_multiple.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_read_only.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_use_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLInputElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLIElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLIElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLIElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLIElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLabelElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLabelElement.get_html_for.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLabelElement.set_html_for.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLegendElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLegendElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLegendElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_hreflang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_rel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_rev.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_sizes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_hreflang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_rel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_rev.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_sizes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLLinkElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMapElement.get_areas.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMapElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMapElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMarqueeElement.start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMarqueeElement.stop.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMenuElement.get_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMenuElement.set_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.get_content.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.get_http_equiv.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.get_scheme.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.set_content.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.set_http_equiv.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLMetaElement.set_scheme.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLModElement.get_cite.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLModElement.get_date_time.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLModElement.set_cite.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLModElement.set_date_time.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOListElement.get_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOListElement.get_start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOListElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOListElement.set_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOListElement.set_start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOListElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_archive.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_code_base.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_code_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_content_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_declare.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_standby.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_use_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_archive.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_code_base.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_code_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_declare.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_standby.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_use_map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLObjectElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptGroupElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptGroupElement.get_label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptGroupElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptGroupElement.set_label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_default_selected.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_selected.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.set_default_selected.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.set_label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.set_selected.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionsCollection.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionsCollection.get_selected_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionsCollection.named_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLOptionsCollection.set_selected_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParagraphElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParagraphElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.get_value_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLParamElement.set_value_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLPreElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLPreElement.get_wrap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLPreElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLPreElement.set_wrap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLQuoteElement.get_cite.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLQuoteElement.set_cite.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_defer.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_html_for.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_defer.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_html_for.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLScriptElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.add.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_multiple.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_options.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_select_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_selected_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.get_will_validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.named_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.remove.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_multiple.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_selected_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLSelectElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.get_media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.get_sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.set_media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLStyleElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCaptionElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCaptionElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_abbr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_axis.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_cell_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_col_span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_headers.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_no_wrap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_row_span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_scope.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_abbr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_axis.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_col_span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_headers.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_no_wrap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_row_span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_scope.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableCellElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.get_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.get_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.get_span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.get_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.set_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.set_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.set_span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.set_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableColElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.create_caption.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.create_t_foot.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.create_t_head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.delete_caption.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.delete_row.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.delete_t_foot.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.delete_t_head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_caption.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_cell_padding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_cell_spacing.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_summary.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_t_bodies.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_t_foot.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_t_head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.get_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.insert_row.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_caption.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_cell_padding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_cell_spacing.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_summary.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_t_foot.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_t_head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableElement.set_width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.delete_cell.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_cells.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_row_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_section_row_index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.get_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.insert_cell.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.set_bg_color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.set_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.set_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableRowElement.set_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.delete_row.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.get_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.get_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.get_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.get_rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.get_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.insert_row.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.set_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.set_ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.set_ch_off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTableSectionElement.set_v_align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_area_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_cols.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_default_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_read_only.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_selection_end.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_selection_start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.get_will_validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.is_edited.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.select.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_cols.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_default_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_read_only.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_selection_end.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_selection_range.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_selection_start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTextAreaElement.set_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTitleElement.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLTitleElement.set_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLUListElement.get_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLUListElement.get_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLUListElement.set_compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMHTMLUListElement.set_type_attr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_alt_graph_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_alt_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_ctrl_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_key_identifier.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_key_location.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_meta_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_modifier_state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.get_shift_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMKeyboardEvent.init_keyboard_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMediaList.append_medium.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMediaList.delete_medium.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMediaList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMediaList.get_media_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMediaList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMediaList.set_media_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_alt_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_button.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_client_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_client_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_ctrl_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_from_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_meta_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_offset_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_offset_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_related_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_screen_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_screen_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_shift_key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_to_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.get_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMMouseEvent.init_mouse_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.get_named_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.get_named_item_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.remove_named_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.remove_named_item_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.set_named_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNamedNodeMap.set_named_item_ns.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.append_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.clone_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.clone_node_with_error.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.compare_document_position.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.contains.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_base_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_child_nodes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_first_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_last_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_local_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_namespace_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_next_sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_node_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_node_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_node_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_owner_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_parent_element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_parent_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_previous_sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.get_text_content.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.has_child_nodes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.insert_before.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.is_default_namespace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.is_equal_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.is_same_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.is_supported.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.lookup_namespace_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.lookup_prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.normalize.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.remove_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.replace_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.set_node_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.set_prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNode.set_text_content.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeFilter.accept_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.detach.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.get_expand_entity_references.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.get_filter.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.get_pointer_before_reference_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.get_reference_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.get_root.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.get_what_to_show.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.next_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeIterator.previous_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMNodeList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMProcessingInstruction.get_sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMProcessingInstruction.get_target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.clone_contents.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.clone_range.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.collapse.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.compare_boundary_points.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.compare_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.compare_point.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.create_contextual_fragment.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.delete_contents.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.detach.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.expand.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.extract_contents.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_collapsed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_common_ancestor_container.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_end_container.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_end_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_start_container.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_start_offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.get_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.insert_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.intersects_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.is_point_in_range.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.select_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.select_node_contents.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.set_end.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.set_end_after.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.set_end_before.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.set_start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.set_start_after.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.set_start_before.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.surround_contents.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMRange.to_string.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_content_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_owner_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_parent_style_sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.get_title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheet.set_disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheetList.get_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMStyleSheetList.item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMText.get_whole_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMText.replace_whole_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMText.split_text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.first_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.get_current_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.get_expand_entity_references.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.get_filter.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.get_root.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.get_what_to_show.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.last_child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.next_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.next_sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.parent_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.previous_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.previous_sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMTreeWalker.set_current_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_char_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_detail.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_key_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_layer_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_layer_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_page_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_page_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.get_view.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMUIEvent.init_ui_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMWheelEvent.get_wheel_delta.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMWheelEvent.get_wheel_delta_x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMWheelEvent.get_wheel_delta_y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMWheelEvent.init_wheel_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathExpression.evaluate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathNSResolver.lookup_namespace_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_boolean_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_invalid_iterator_state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_number_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_result_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_single_node_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_snapshot_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.get_string_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.iterate_next.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.DOMXPathResult.snapshot_item.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_javascript_context_for_script_world.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_javascript_global_context.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_js_context.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_js_context_for_script_world.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_js_value_for_dom_object.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_js_value_for_dom_object_in_script_world.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.get_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.Frame.is_main_frame.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.context_is_editable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.context_is_image.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.context_is_link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.context_is_media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.context_is_scrollbar.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.context_is_selection.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.get_context.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.get_image_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.get_link_label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.get_link_title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.get_link_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.HitTestResult.get_media_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.ScriptWorld.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIRequest.get_http_headers.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIRequest.get_http_method.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIRequest.get_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIRequest.set_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIResponse.get_content_length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIResponse.get_http_headers.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIResponse.get_mime_type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIResponse.get_status_code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIResponse.get_suggested_filename.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.URIResponse.get_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.UserMessage.get_fd_list.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.UserMessage.get_name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.UserMessage.get_parameters.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.UserMessage.send_reply.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebEditor.get_page.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebExtension.get_page.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebExtension.send_message_to_context.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebExtension.send_message_to_context_finish.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebHitTestResult.get_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.get_dom_document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.get_editor.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.get_id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.get_main_frame.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.get_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.send_message_to_view.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/method.WebPage.send_message_to_view_finish.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.local-name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.namespace-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.owner-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.specified.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMAttr.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMBlob.size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSRule.css-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSRule.parent-rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSRule.parent-style-sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSRule.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSRuleList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSStyleDeclaration.css-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSStyleDeclaration.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSStyleDeclaration.parent-rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSStyleSheet.css-rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSStyleSheet.owner-rule.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSStyleSheet.rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSValue.css-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCSSValue.css-value-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCharacterData.data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMCharacterData.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRect.bottom.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRect.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRect.left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRect.right.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRect.top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRect.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMClientRectList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.anchor-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.anchor-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.base-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.base-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.extent-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.extent-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.focus-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.focus-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.is-collapsed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.range-count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMSelection.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMTokenList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMTokenList.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.closed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.default-status.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.device-pixel-ratio.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.frame-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.frames.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.inner-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.inner-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.offscreen-buffering.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.opener.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.orientation.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.outer-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.outer-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.page-x-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.page-y-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.parent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.screen-left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.screen-top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.screen-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.screen-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.scroll-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.scroll-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.self.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.status.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDOMWindow.window.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.active-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.anchors.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.applets.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.body.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.character-set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.child-element-count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.compat-mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.content-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.cookie.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.current-script.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.default-view.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.design-mode.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.doctype.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.document-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.document-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.domain.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.embeds.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.first-element-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.forms.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.hidden.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.images.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.implementation.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.input-encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.last-element-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.last-modified.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.links.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.origin.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.plugins.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.pointer-lock-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.preferred-stylesheet-set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.ready-state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.referrer.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.scripts.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.scrolling-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.selected-stylesheet-set.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.style-sheets.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.url.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.visibility-state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.webkit-current-full-screen-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.webkit-full-screen-keyboard-input-allowed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.webkit-fullscreen-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.webkit-fullscreen-enabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.webkit-is-full-screen.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.xml-encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.xml-standalone.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocument.xml-version.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentFragment.child-element-count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentFragment.children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentFragment.first-element-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentFragment.last-element-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentType.entities.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentType.internal-subset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentType.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentType.notations.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentType.public-id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMDocumentType.system-id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.attributes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.child-element-count.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.children.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.class-list.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.class-name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.client-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.client-left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.client-top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.client-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.first-element-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.id.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.inner-html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.last-element-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.local-name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.namespace-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.next-element-sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.offset-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.offset-left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.offset-parent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.offset-top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.offset-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.outer-html.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.prefix.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.previous-element-sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.scroll-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.scroll-left.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.scroll-top.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.scroll-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.style.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.tag-name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMElement.webkit-region-overset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.bubbles.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.cancel-bubble.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.cancelable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.current-target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.event-phase.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.return-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.src-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.time-stamp.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMEvent.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMFile.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMFileList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.coords.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.hash.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.host.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.hostname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.hreflang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.pathname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.port.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.protocol.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.rel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.rev.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.search.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.shape.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAnchorElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.archive.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.code-base.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.object.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAppletElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.coords.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.hash.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.host.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.hostname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.no-href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.pathname.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.port.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.protocol.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.search.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.shape.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLAreaElement.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBRElement.clear.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBaseElement.href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBaseElement.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBodyElement.a-link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBodyElement.background.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBodyElement.bg-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBodyElement.link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBodyElement.text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLBodyElement.v-link.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLButtonElement.will-validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLCanvasElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLCanvasElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLCollection.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDListElement.compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDirectoryElement.compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDivElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.alink-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.bg-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.fg-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.link-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.vlink-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLDocument.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.access-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.content-editable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.dir.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.draggable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.hidden.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.inner-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.is-content-editable.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.lang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.outer-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.spellcheck.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.tab-index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.translate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLElement.webkitdropzone.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLEmbedElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLEmbedElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLEmbedElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLEmbedElement.src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLEmbedElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLEmbedElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFieldSetElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFontElement.color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFontElement.face.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFontElement.size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.accept-charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.action.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.elements.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.encoding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.enctype.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.method.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFormElement.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.content-document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.content-window.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.frame-border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.long-desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.margin-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.margin-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.no-resize.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.scrolling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameSetElement.cols.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLFrameSetElement.rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHRElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHRElement.no-shade.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHRElement.size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHRElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHeadElement.profile.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHeadingElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLHtmlElement.version.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.content-document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.content-window.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.frame-border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.long-desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.margin-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.margin-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.scrolling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLIFrameElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.complete.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.is-map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.long-desc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.lowsrc.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.natural-height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.natural-width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.use-map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLImageElement.y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.accept.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.alt.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.capture.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.checked.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.default-checked.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.default-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.files.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.indeterminate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.max-length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.multiple.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.read-only.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.use-map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLInputElement.will-validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLIElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLIElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLabelElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLabelElement.html-for.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLegendElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLegendElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.hreflang.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.rel.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.rev.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.sizes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLLinkElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMapElement.areas.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMapElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMenuElement.compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMetaElement.content.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMetaElement.http-equiv.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMetaElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLMetaElement.scheme.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLModElement.cite.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLModElement.date-time.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOListElement.compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOListElement.start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOListElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.archive.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.code-base.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.code-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.content-document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.data.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.declare.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.hspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.standby.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.use-map.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.vspace.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLObjectElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptGroupElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptGroupElement.label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.default-selected.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.selected.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionsCollection.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLOptionsCollection.selected-index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLParagraphElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLParamElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLParamElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLParamElement.value-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLParamElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLPreElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLPreElement.wrap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLQuoteElement.cite.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.charset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.defer.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.html-for.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.src.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLScriptElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.multiple.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.options.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.selected-index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.size.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLSelectElement.will-validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLStyleElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLStyleElement.media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLStyleElement.sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLStyleElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCaptionElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.abbr.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.axis.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.bg-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.cell-index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.ch-off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.col-span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.headers.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.height.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.no-wrap.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.row-span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.scope.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.v-align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableCellElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableColElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableColElement.ch-off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableColElement.ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableColElement.span.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableColElement.v-align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableColElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.bg-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.border.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.caption.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.cell-padding.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.cell-spacing.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.rules.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.summary.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.t-bodies.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.t-foot.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.t-head.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableElement.width.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.bg-color.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.cells.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.ch-off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.row-index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.section-row-index.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableRowElement.v-align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableSectionElement.align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableSectionElement.ch-off.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableSectionElement.ch.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableSectionElement.rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTableSectionElement.v-align.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.autofocus.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.cols.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.default-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.read-only.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.rows.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.selection-end.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.selection-start.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTextAreaElement.will-validate.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLTitleElement.text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLUListElement.compact.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMHTMLUListElement.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.alt-graph-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.alt-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.ctrl-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.key-identifier.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.key-location.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.meta-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMKeyboardEvent.shift-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMediaList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMediaList.media-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.alt-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.button.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.client-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.client-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.ctrl-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.from-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.meta-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.offset-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.offset-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.related-target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.screen-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.screen-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.shift-key.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.to-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMMouseEvent.y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNamedNodeMap.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.base-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.child-nodes.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.first-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.last-child.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.next-sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.node-name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.node-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.node-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.owner-document.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.parent-element.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.parent-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.previous-sibling.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNode.text-content.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNodeIterator.filter.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNodeIterator.pointer-before-reference-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNodeIterator.reference-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNodeIterator.root.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNodeIterator.what-to-show.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMNodeList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMObject.core-object.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMProcessingInstruction.sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMProcessingInstruction.target.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.collapsed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.common-ancestor-container.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.end-container.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.end-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.start-container.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.start-offset.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMRange.text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.disabled.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.href.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.media.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.owner-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.parent-style-sheet.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheet.type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMStyleSheetList.length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMText.whole-text.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMTreeWalker.current-node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMTreeWalker.filter.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMTreeWalker.root.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMTreeWalker.what-to-show.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.char-code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.detail.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.key-code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.layer-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.layer-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.page-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.page-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMUIEvent.view.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMWheelEvent.wheel-delta-x.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMWheelEvent.wheel-delta-y.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMWheelEvent.wheel-delta.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.boolean-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.invalid-iterator-state.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.number-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.result-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.single-node-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.snapshot-length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.DOMXPathResult.string-value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.HitTestResult.context.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.HitTestResult.image-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.HitTestResult.link-label.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.HitTestResult.link-title.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.HitTestResult.link-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.HitTestResult.media-uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIRequest.uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIResponse.content-length.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIResponse.http-headers.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIResponse.mime-type.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIResponse.status-code.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIResponse.suggested-filename.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.URIResponse.uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.UserMessage.fd-list.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.UserMessage.name.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.UserMessage.parameters.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.WebHitTestResult.node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/property.WebPage.uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/search.js -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.ScriptWorld.window-object-cleared.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebEditor.selection-changed.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebExtension.page-created.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebExtension.user-message-received.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.console-message-sent.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.context-menu.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.document-loaded.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.form-controls-associated-for-frame.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.form-controls-associated.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.send-request.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.user-message-received.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/signal.WebPage.will-submit-form.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/solarized-dark.css -share/gtk-doc/html/webkit2gtk-web-extension-5.0/solarized-light.css -share/gtk-doc/html/webkit2gtk-web-extension-5.0/struct.ConsoleMessage.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/struct._ContextMenu.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/struct._ContextMenuItem.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/style.css -share/gtk-doc/html/webkit2gtk-web-extension-5.0/type_func.DOMNode.for_js_value.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/type_func.ScriptWorld.get_default.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/type_func.UserMessage.error_quark.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/urlmap.js -share/gtk-doc/html/webkit2gtk-web-extension-5.0/vfunc.DOMEventTarget.add_event_listener.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/vfunc.DOMEventTarget.dispatch_event.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/vfunc.DOMEventTarget.remove_event_listener.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/vfunc.DOMNodeFilter.accept_node.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/vfunc.DOMXPathNSResolver.lookup_namespace_uri.html -share/gtk-doc/html/webkit2gtk-web-extension-5.0/webkit2gtk-web-extension-5.0.devhelp2 -share/locale/ar/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/as/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/bg/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ca/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/cs/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/da/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/de/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/el/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/en_CA/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/en_GB/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/eo/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/es/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/et/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/eu/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/fi/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/fr/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/gl/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/gu/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/he/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/hi/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/hr/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/hu/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/id/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/it/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ja/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/kn/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ko/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/lt/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/lv/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ml/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/mr/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/nb/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/nl/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/or/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/pa/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/pl/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/pt/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/pt_BR/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ro/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ru/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/sl/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/sr/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/sr@latin/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/sv/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/ta/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/te/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/tr/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/uk/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/vi/LC_MESSAGES/WebKit2GTK-5.0.mo -share/locale/zh_CN/LC_MESSAGES/WebKit2GTK-5.0.mo diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -1,6 +1,6 @@ PORTNAME= sushi PORTVERSION= 42.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -16,7 +16,7 @@ libgjs.so:lang/gjs \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libclutter-gst-3.0.so:multimedia/clutter-gst3 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libmusicbrainz5.so:audio/libmusicbrainz5 \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -1,6 +1,6 @@ PORTNAME= swt DISTVERSION= 4.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits devel java MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops4/R-${DISTVERSION}-202109060500/ DISTNAME= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64 @@ -39,7 +39,7 @@ WEBKIT_IMPLIES= CAIRO WEBKIT_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 WEBKIT_MAKE_ENV= BUILD_WEBKIT2EXTENSION=yes WEBKIT_MAKE_ENV_OFF= BUILD_WEBKIT2EXTENSION=no diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -1,7 +1,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${_SHORT_WX_VER}-${FLAVOR} @@ -67,7 +67,7 @@ MSPACK_LIB_DEPENDS= libmspack.so:archivers/libmspack WEBKIT_CONFIGURE_ENABLE= webview -WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 FLAVORS= gtk3 gtk2 FLAVOR?= ${FLAVORS:[1]} diff --git a/x11-toolkits/wxgtk32/Makefile b/x11-toolkits/wxgtk32/Makefile --- a/x11-toolkits/wxgtk32/Makefile +++ b/x11-toolkits/wxgtk32/Makefile @@ -1,7 +1,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${_SHORT_WX_VER}-${FLAVOR} @@ -85,7 +85,7 @@ NLS_USES= gettext -WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 WEBKIT_CONFIGURE_ENABLE= webview .if ${FLAVOR} == gtk3 diff --git a/x11-wm/wlmaker/Makefile b/x11-wm/wlmaker/Makefile --- a/x11-wm/wlmaker/Makefile +++ b/x11-wm/wlmaker/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlmaker DISTVERSIONPREFIX= v -DISTVERSION= 0.2 +DISTVERSION= 0.3 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -17,29 +17,31 @@ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= foot:x11/foot -USES= cmake compiler:c11 gnome pkgconfig xorg +USES= bison cmake compiler:c11 gnome pkgconfig xorg USE_GITHUB= yes USE_GNOME= cairo USE_XORG= xcb GH_ACCOUNT= phkaeser -GH_TUPLE= phkaeser:libbase:27aae18:libbase/submodules/libbase +GH_TUPLE= phkaeser:libbase:df7ce2a:libbase/submodules/libbase PLIST_FILES= bin/${PORTNAME} \ bin/wlmclock \ share/icons/${PORTNAME}/chrome-48x48.png \ share/icons/${PORTNAME}/clip-48x48.png \ share/icons/${PORTNAME}/firefox-48x48.png \ share/icons/${PORTNAME}/terminal-48x48.png \ + share/wayland-sessions/${PORTNAME}.desktop \ ${NULL} post-patch: # Respect PREFIX for icons @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ - ${WRKSRC}/src/decorations.c + ${WRKSRC}/src/clip.c \ + ${WRKSRC}/src/launcher.c # Respect LOCALBASE for apps and use open source Chrome @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,' \ -e 's/google-chrome/chrome/' \ - ${WRKSRC}/src/dock.c \ - ${WRKSRC}/src/${PORTNAME}.c + ${WRKSRC}/src/action.c \ + ${WRKSRC}/etc/*.plist # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276743 @${GREP} -Flr _POSIX_C_SOURCE ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ '/_POSIX_C_SOURCE/d' diff --git a/x11-wm/wlmaker/distinfo b/x11-wm/wlmaker/distinfo --- a/x11-wm/wlmaker/distinfo +++ b/x11-wm/wlmaker/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1712511915 -SHA256 (phkaeser-wlmaker-v0.2_GH0.tar.gz) = 9b42a8f476ff183f636d508fa219eef425a35811fa463d5fdf11297061461455 -SIZE (phkaeser-wlmaker-v0.2_GH0.tar.gz) = 267451 -SHA256 (phkaeser-libbase-27aae18_GH0.tar.gz) = 06116d10a633451d27ee72daed666afc3cc0ec939c7b8a33d85c0614f91619af -SIZE (phkaeser-libbase-27aae18_GH0.tar.gz) = 97255 +TIMESTAMP = 1720077606 +SHA256 (phkaeser-wlmaker-v0.3_GH0.tar.gz) = bae426bcc8d9c77bfe0c7e452d0f6ee9b73aeb30b6b276c46212ebf6ede954e6 +SIZE (phkaeser-wlmaker-v0.3_GH0.tar.gz) = 280776 +SHA256 (phkaeser-libbase-df7ce2a_GH0.tar.gz) = 2aefe449869cf9824e6150ba924d81bd9cc8a369232ad89060c2607fbbb9ba19 +SIZE (phkaeser-libbase-df7ce2a_GH0.tar.gz) = 99929 diff --git a/x11-wm/wlmaker/files/patch-session b/x11-wm/wlmaker/files/patch-session new file mode 100644 --- /dev/null +++ b/x11-wm/wlmaker/files/patch-session @@ -0,0 +1,32 @@ +Avoid Debian specifics when starting from a GUI login manager + +--- share/CMakeLists.txt.orig 2024-07-04 07:20:06 UTC ++++ share/CMakeLists.txt +@@ -18,17 +18,10 @@ CONFIGURE_FILE( + ${CMAKE_CURRENT_SOURCE_DIR}/wrap-wlmaker.sh.in + ${CMAKE_CURRENT_BINARY_DIR}/wrap-wlmaker.sh + @ONLY) +-INSTALL( +- FILES ${CMAKE_CURRENT_BINARY_DIR}/wrap-wlmaker.sh +- TYPE BIN +- PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE +- GROUP_READ GROUP_EXECUTE +- WORLD_READ WORLD_EXECUTE) +- + CONFIGURE_FILE( + ${CMAKE_CURRENT_SOURCE_DIR}/wlmaker.desktop.in + ${CMAKE_CURRENT_BINARY_DIR}/wlmaker.desktop + @ONLY) + INSTALL( + FILES ${CMAKE_CURRENT_BINARY_DIR}/wlmaker.desktop +- TYPE DATA) ++ DESTINATION "share/wayland-sessions") +--- share/wlmaker.desktop.in.orig 2024-07-04 07:20:06 UTC ++++ share/wlmaker.desktop.in +@@ -1,5 +1,5 @@ Comment=A Wayland compositor inspired by Window Maker + [Desktop Entry] + Name=WaylandMaker + Comment=A Wayland compositor inspired by Window Maker +-Exec=@CMAKE_INSTALL_PREFIX@/bin/wrap-wlmaker.sh ++Exec=wlmaker + Type=Application diff --git a/x11/ulauncher/Makefile b/x11/ulauncher/Makefile --- a/x11/ulauncher/Makefile +++ b/x11/ulauncher/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/Keybinder-3.0.gir:x11/keybinder-gtk3 \ ${LOCALBASE}/share/gir-1.0/Notify-0.7.gir:devel/libnotify \ - ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \ + ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk@40 \ wmctrl:x11/wmctrl-fork USES= gettext-tools gnome python diff --git a/x11/yad/Makefile b/x11/yad/Makefile --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -34,9 +34,9 @@ OPTIONS_SUB= yes HTML_CONFIGURE_ENABLE= html -HTML_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ +HTML_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libsoup-2.4.so:devel/libsoup \ - libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 + libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 ICONBROWSER_CONFIGURE_ENABLE= icon-browser diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -1,6 +1,6 @@ PORTNAME= yelp DISTVERSION= 42.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -19,7 +19,7 @@ libhandy-1.so:x11-toolkits/libhandy \ libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \