Date: Thu, 25 Dec 2014 21:10:28 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375603 - in head/www: . webkit2-gtk3 webkit2-gtk3/files Message-ID: <201412252110.sBPLASpa047826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Dec 25 21:10:27 2014 New Revision: 375603 URL: https://svnweb.freebsd.org/changeset/ports/375603 QAT: https://qat.redports.org/buildarchive/r375603/ Log: Add webkit2-gtk3 2.6.4. This port only supplies the WebKit2 library for gtk3, and has some API changes. The webkitgtk project switch to cmake. Due to issues I don't understand yet we can't use USES=cmake yet. Use USES=compiler:c++11-lib to replace custom dancing around with clang and OSVERSION. Make 8.x as IGNORE, because of c++ and other issues. Added: head/www/webkit2-gtk3/ - copied from r375534, head/www/webkit-gtk3/ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake (contents, props changed) head/www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake (contents, props changed) head/www/webkit2-gtk3/files/patch-bug136018 (contents, props changed) Modified: head/www/Makefile head/www/webkit2-gtk3/Makefile head/www/webkit2-gtk3/distinfo head/www/webkit2-gtk3/pkg-plist Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Dec 25 21:07:40 2014 (r375602) +++ head/www/Makefile Thu Dec 25 21:10:27 2014 (r375603) @@ -2139,6 +2139,7 @@ SUBDIR += webkit-qt4 SUBDIR += webkit-qt5 SUBDIR += webkit-sharp + SUBDIR += webkit2-gtk3 SUBDIR += weblint SUBDIR += weblint++ SUBDIR += webmachine Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Thu Dec 25 11:16:14 2014 (r375534) +++ head/www/webkit2-gtk3/Makefile Thu Dec 25 21:10:27 2014 (r375603) @@ -1,136 +1,104 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/www/webkit-gtk3/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= webkit -PORTVERSION= 2.4.7 -PORTREVISION= 1 +PORTVERSION= 2.6.4 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ -PKGNAMESUFFIX= -gtk3 +PKGNAMESUFFIX= 2-gtk3 DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit -BUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \ - geoclue>=0:${PORTSDIR}/net/geoclue +BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libwebp.so:${PORTSDIR}/graphics/webp \ + libpng15.so:${PORTSDIR}/graphics/png \ libsecret-1.so:${PORTSDIR}/security/libsecret \ - libicutu.so:${PORTSDIR}/devel/icu \ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ - libwebp.so:${PORTSDIR}/graphics/webp \ - libcurl.so:${PORTSDIR}/ftp/curl \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup +#add libicu RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue + USE_GSTREAMER1= yes -USE_XORG= xt xdamage xcomposite -USES= bison gettext gmake gperf libtool perl5 \ - pkgconfig shebangfix tar:xz +USE_XORG= x11 xext ice +# when it USES=cmake safe +USES= bison compiler:c++11-lib gettext gmake gperf perl5 \ + pkgconfig python:2 tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes -USE_GNOME= cairo gtk20 gtk30 introspection:build libxslt +USE_GNOME= cairo gtk20 gtk30 introspection:build \ + libxml2 libxslt:build +USE_GL= gl egl USE_SQLITE= 3 USE_PERL5= build USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_DOLT_BASH="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --with-gtk=3.0 \ - --enable-svg-fonts \ - --enable-geolocation \ - --enable-introspection -MAKEFILE= GNUmakefile -MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} - -#CONFIGURE_ARGS+=--disable-silent-rules -CONFIGURE_ARGS+=--disable-egl \ - --disable-gles2 -# --with-acceleration-backend=opengl # clutter broken? -# opengl, clutter, none (clutter unsupported) - -SHEBANG_FILES= \ - Source/JavaScriptCore/create_hash_table \ - Source/JavaScriptCore/inspector/scripts/xxd.pl \ - Source/WebCore/css/*.pl \ - Source/WebCore/dom/*.pl \ - Source/WebCore/make-hash-tools.pl \ - Source/WebCore/page/make_settings.pl \ - Source/WebCore/platform/text/mac/make-charset-table.pl \ - Source/WebKit2/Scripts/generate-forwarding-headers.pl \ - Source/WebCore/bindings/scripts/*.p[lm] \ - Source/JavaScriptCore/create_hash_table + +BUILD_DEPENDS+= cmake:${PORTSDIR}/devel/cmake +#USES=cmake is not used because it triggers: +#Linking CXX executable ../../../bin/jsc +#../../../lib/libjavascriptcoregtk-4.0.so.18.0.8: undefined reference to `JSC::JSCell::inherits(JSC::ClassInfo const*) const' +#../../../lib/libjavascriptcoregtk-4.0.so.18.0.8: undefined reference to `JSC::JSCell::structure() const' +#c++: error: linker command failed with exit code 1 (use -v to see invocation) +#Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build.make:94: recipe for target 'bin/jsc' failed +# there is something in CMAKE_ENV that cause this ... but what. + +CMAKE_ARGS+= -DPORT=GTK +CMAKE_ENV+= XDG_CACHE_HOME=${WRKDIR} \ + CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + CC="${CC}" CXX="${CXX}" CPP="${CPP}" + +#CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=1 +#MAKE_ARGS+= V=1 VERBOSE=1 BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", -OPTIONS_DEFINE= WEBGL WEBAUDIO DEBUG FULLDEBUG -OPTIONS_DEFAULT=WEBGL WEBAUDIO -WEBAUDIO_DESC= Web audio support -WEBGL_DESC= Enable Web GL support +OPTIONS_DEFINE= DEBUG FULLDEBUG DEBUG_DESC= Just enable debug symbols FULLDEBUG_DESC= Enable asserts and other debug support -WEBGL_CONFIGURE_ENABLE= webgl -WEBGL_USE= GL=gl -WEBAUDIO_CONFIGURE_ENABLE= web-audio FULLDEBUG_CONFIGURE_ENABLE= debug DEBUG_CONFIGURE_ON= --enable-debug-symbols=yes DEBUG_CONFIGURE_OFF= --disable-debug-symbols .include <bsd.port.options.mk> -# gtest to use <tr1/tuple,> while libc++ only has <tuple> -CPPFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE -# Shutup warning spam -CXXFLAGS+= -Wno-c++11-extensions -Qunused-arguments - -CONFIGURE_ARGS+=--enable-webkit2 -# We need clang + libc++ or gcc 4.7+. gcc has libstdc++ conflict between -# gcc port and base. This originates from icu .if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif -.if ${OSVERSION}<1000019 -CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 -LDFLAGS+= -stdlib=libc++ -BUILD_DEPENDS+= clang34>=3.4:${PORTSDIR}/lang/clang34 \ - libc++>=0:${PORTSDIR}/devel/libc++ -RUN_DEPENDS+= libc++>=0:${PORTSDIR}/devel/libc++ -CC= clang34 -CXX= clang++34 -CPP= clang-cpp34 -CONFIGURE_ENV+= CC=${CC} CXX=${CXX} CPP=${CPP} +IGNORE= Not supported on 8.x due to c++ madness .endif .if ${ARCH} == powerpc64 CFLAGS+= -mminimal-toc .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 501400 -BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch -.endif - .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= flex>=0:${PORTSDIR}/textproc/flex -CONFIGURE_ENV+= FLEX="${LOCALBASE}/bin/flex" +CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" .endif post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp - @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} CFLAGS="${CFLAGS}" \ + ${CMAKE_ENV} cmake -DPORT=GTK ${CMAKE_ARGS} post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \ - ${STAGEDIR}${PREFIX}/bin/GtkLauncher-3 - ${INSTALL_PROGRAM} ${WRKSRC}/Programs/MiniBrowser \ - ${STAGEDIR}${PREFIX}/bin/MiniBrowser-3 + ${MV} ${STAGEDIR}${PREFIX}/bin/jsc \ + ${STAGEDIR}/${PREFIX}/bin/jsc-4 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-4.0/injected-bundle/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jsc-4 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/WebKit* -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/webkit2-gtk3/distinfo ============================================================================== --- head/www/webkit-gtk3/distinfo Thu Dec 25 11:16:14 2014 (r375534) +++ head/www/webkit2-gtk3/distinfo Thu Dec 25 21:10:27 2014 (r375603) @@ -1,2 +1,2 @@ -SHA256 (webkitgtk-2.4.7.tar.xz) = f5cf26e39abf1d6b2d25f1398348fef6bbe6c03fb4f99e11c569091c05197d38 -SIZE (webkitgtk-2.4.7.tar.xz) = 9826208 +SHA256 (webkitgtk-2.6.4.tar.xz) = beef5e24edd9b9cade22d80bf373c74d236f996fe30f49f8697a70f267772e9b +SIZE (webkitgtk-2.6.4.tar.xz) = 9996524 Added: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake Thu Dec 25 21:10:27 2014 (r375603) @@ -0,0 +1,11 @@ +--- Source/JavaScriptCore/PlatformGTK.cmake.orig 2014-12-25 20:19:12.049673483 +0100 ++++ Source/JavaScriptCore/PlatformGTK.cmake 2014-12-25 20:20:42.328667491 +0100 +@@ -10,7 +10,7 @@ + ADD_TYPELIB(${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.typelib) + + install(FILES "${CMAKE_BINARY_DIR}/Source/JavaScriptCore/javascriptcoregtk-${WEBKITGTK_API_VERSION}.pc" +- DESTINATION "${LIB_INSTALL_DIR}/pkgconfig" ++ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" + ) + + install(FILES API/JavaScript.h Added: head/www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake Thu Dec 25 21:10:27 2014 (r375603) @@ -0,0 +1,11 @@ +--- Source/WebKit2/PlatformGTK.cmake.orig 2014-12-25 20:23:07.749658406 +0100 ++++ Source/WebKit2/PlatformGTK.cmake 2014-12-25 20:23:43.409739634 +0100 +@@ -837,7 +837,7 @@ + ) + install(FILES "${CMAKE_BINARY_DIR}/Source/WebKit2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc" + "${CMAKE_BINARY_DIR}/Source/WebKit2/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc" +- DESTINATION "${LIB_INSTALL_DIR}/pkgconfig" ++ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" + ) + install(FILES ${WebKit2GTK_INSTALLED_HEADERS} + ${WebKit2WebExtension_INSTALLED_HEADERS} Added: head/www/webkit2-gtk3/files/patch-bug136018 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-bug136018 Thu Dec 25 21:10:27 2014 (r375603) @@ -0,0 +1,54 @@ + 2014-10-15 Ting-Wei Lan <lantw44@gmail.com> + ++ [GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built ++ version of libraries when running the temporary executable ++ https://bugs.webkit.org/show_bug.cgi?id=136018 ++ ++ Reviewed by NOBODY (OOPS!). ++ ++ This patch modifies LD_LIBRARY_PATH to make sure the dynamic linker ++ find the correct version of libraries when running the temporary ++ executable to generate the .gir file. ++ ++ * PlatformGTK.cmake: ++ ++2014-10-15 Ting-Wei Lan <lantw44@gmail.com> ++ + [GTK] LDFLAGS is ignored when running g-ir-scanner + https://bugs.webkit.org/show_bug.cgi?id=136018 + +--- Source/WebKit2/PlatformGTK.cmake ++++ Source/WebKit2/PlatformGTK.cmake +@@ -731,11 +731,24 @@ foreach (linker_flag ${INTROSPECTION_ADDITIONAL_LINKER_FLAGS}) + endif () + endforeach (linker_flag) + ++# Add ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} to LD_LIBRARY_PATH ++string(COMPARE EQUAL "$ENV{LD_LIBRARY_PATH}" "" ld_library_path_not_exist) ++if (ld_library_path_does_not_exist) ++ set(INTROSPECTION_ADDITIONAL_LIBRARY_PATH ++ "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}" ++ ) ++else () ++ set(INTROSPECTION_ADDITIONAL_LIBRARY_PATH ++ "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}:$ENV{LD_LIBRARY_PATH}" ++ ) ++endif () ++ + add_custom_command( + OUTPUT ${CMAKE_BINARY_DIR}/WebKit2-${WEBKITGTK_API_VERSION}.gir + DEPENDS WebKit2 + DEPENDS ${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.gir + COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations LDFLAGS= ++ LD_LIBRARY_PATH="${INTROSPECTION_ADDITIONAL_LIBRARY_PATH}" + ${INTROSPECTION_SCANNER} + --quiet + --warn-all +@@ -775,6 +788,7 @@ add_custom_command( + DEPENDS ${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.gir + DEPENDS ${CMAKE_BINARY_DIR}/WebKit2-${WEBKITGTK_API_VERSION}.gir + COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations LDFLAGS= ++ LD_LIBRARY_PATH="${INTROSPECTION_ADDITIONAL_LIBRARY_PATH}" + ${INTROSPECTION_SCANNER} + --quiet + --warn-all Modified: head/www/webkit2-gtk3/pkg-plist ============================================================================== --- head/www/webkit-gtk3/pkg-plist Thu Dec 25 11:16:14 2014 (r375534) +++ head/www/webkit2-gtk3/pkg-plist Thu Dec 25 21:10:27 2014 (r375603) @@ -1,635 +1,321 @@ -bin/GtkLauncher-3 -bin/MiniBrowser-3 -bin/jsc-3 -include/webkitgtk-3.0/JavaScriptCore/JSBase.h -include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h -include/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h -include/webkitgtk-3.0/JavaScriptCore/JSStringRef.h -include/webkitgtk-3.0/JavaScriptCore/JSValueRef.h -include/webkitgtk-3.0/JavaScriptCore/JavaScript.h -include/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h -include/webkitgtk-3.0/webkit/webkit.h -include/webkitgtk-3.0/webkit/webkitapplicationcache.h -include/webkitgtk-3.0/webkit/webkitdefines.h -include/webkitgtk-3.0/webkit/webkitdom.h -include/webkitgtk-3.0/webkit/webkitdownload.h -include/webkitgtk-3.0/webkit/webkitenumtypes.h -include/webkitgtk-3.0/webkit/webkiterror.h -include/webkitgtk-3.0/webkit/webkitfavicondatabase.h -include/webkitgtk-3.0/webkit/webkitfilechooserrequest.h -include/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h -include/webkitgtk-3.0/webkit/webkitglobals.h -include/webkitgtk-3.0/webkit/webkithittestresult.h -include/webkitgtk-3.0/webkit/webkiticondatabase.h -include/webkitgtk-3.0/webkit/webkitnetworkrequest.h -include/webkitgtk-3.0/webkit/webkitnetworkresponse.h -include/webkitgtk-3.0/webkit/webkitsecurityorigin.h -include/webkitgtk-3.0/webkit/webkitsoupauthdialog.h -include/webkitgtk-3.0/webkit/webkitspellchecker.h -include/webkitgtk-3.0/webkit/webkitversion.h -include/webkitgtk-3.0/webkit/webkitviewportattributes.h -include/webkitgtk-3.0/webkit/webkitwebbackforwardlist.h -include/webkitgtk-3.0/webkit/webkitwebdatabase.h -include/webkitgtk-3.0/webkit/webkitwebdatasource.h -include/webkitgtk-3.0/webkit/webkitwebframe.h -include/webkitgtk-3.0/webkit/webkitwebhistoryitem.h -include/webkitgtk-3.0/webkit/webkitwebinspector.h -include/webkitgtk-3.0/webkit/webkitwebnavigationaction.h -include/webkitgtk-3.0/webkit/webkitwebplugin.h -include/webkitgtk-3.0/webkit/webkitwebplugindatabase.h -include/webkitgtk-3.0/webkit/webkitwebpolicydecision.h -include/webkitgtk-3.0/webkit/webkitwebresource.h -include/webkitgtk-3.0/webkit/webkitwebsettings.h -include/webkitgtk-3.0/webkit/webkitwebview.h -include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h -include/webkitgtk-3.0/webkit2/WebKitAuthenticationRequest.h -include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h -include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h -include/webkitgtk-3.0/webkit2/WebKitCertificateInfo.h -include/webkitgtk-3.0/webkit2/WebKitContextMenu.h -include/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h -include/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h -include/webkitgtk-3.0/webkit2/WebKitCookieManager.h -include/webkitgtk-3.0/webkit2/WebKitCredential.h -include/webkitgtk-3.0/webkit2/WebKitDefines.h -include/webkitgtk-3.0/webkit2/WebKitDownload.h -include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h -include/webkitgtk-3.0/webkit2/WebKitEnumTypes.h -include/webkitgtk-3.0/webkit2/WebKitError.h -include/webkitgtk-3.0/webkit2/WebKitFaviconDatabase.h -include/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h -include/webkitgtk-3.0/webkit2/WebKitFindController.h -include/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h -include/webkitgtk-3.0/webkit2/WebKitForwardDeclarations.h -include/webkitgtk-3.0/webkit2/WebKitFrame.h -include/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h -include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h -include/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h -include/webkitgtk-3.0/webkit2/WebKitMimeInfo.h -include/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h -include/webkitgtk-3.0/webkit2/WebKitPermissionRequest.h -include/webkitgtk-3.0/webkit2/WebKitPlugin.h -include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h -include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h -include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h -include/webkitgtk-3.0/webkit2/WebKitScriptDialog.h -include/webkitgtk-3.0/webkit2/WebKitScriptWorld.h -include/webkitgtk-3.0/webkit2/WebKitSecurityManager.h -include/webkitgtk-3.0/webkit2/WebKitSettings.h -include/webkitgtk-3.0/webkit2/WebKitURIRequest.h -include/webkitgtk-3.0/webkit2/WebKitURIResponse.h -include/webkitgtk-3.0/webkit2/WebKitURISchemeRequest.h -include/webkitgtk-3.0/webkit2/WebKitVersion.h -include/webkitgtk-3.0/webkit2/WebKitWebContext.h -include/webkitgtk-3.0/webkit2/WebKitWebExtension.h -include/webkitgtk-3.0/webkit2/WebKitWebInspector.h -include/webkitgtk-3.0/webkit2/WebKitWebPage.h -include/webkitgtk-3.0/webkit2/WebKitWebResource.h -include/webkitgtk-3.0/webkit2/WebKitWebView.h -include/webkitgtk-3.0/webkit2/WebKitWebViewBase.h -include/webkitgtk-3.0/webkit2/WebKitWebViewGroup.h -include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h -include/webkitgtk-3.0/webkit2/webkit-web-extension.h -include/webkitgtk-3.0/webkit2/webkit2.h -include/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h -include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrack.h -include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrackList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMBarProp.h -include/webkitgtk-3.0/webkitdom/WebKitDOMBatteryManager.h -include/webkitgtk-3.0/webkitdom/WebKitDOMBlob.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCDATASection.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRule.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRuleList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleDeclaration.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleSheet.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCSSValue.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCharacterData.h -include/webkitgtk-3.0/webkitdom/WebKitDOMComment.h -include/webkitgtk-3.0/webkitdom/WebKitDOMConsole.h -include/webkitgtk-3.0/webkitdom/WebKitDOMCustom.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMApplicationCache.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMImplementation.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeType.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeTypeArray.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPlugin.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPluginArray.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSecurityPolicy.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSelection.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSettableTokenList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringMap.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMTokenList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindow.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindowCSS.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDatabase.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDeprecated.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDocument.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentFragment.h -include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentType.h -include/webkitgtk-3.0/webkitdom/WebKitDOMElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMEntityReference.h -include/webkitgtk-3.0/webkitdom/WebKitDOMEvent.h -include/webkitgtk-3.0/webkitdom/WebKitDOMEventTarget.h -include/webkitgtk-3.0/webkitdom/WebKitDOMFile.h -include/webkitgtk-3.0/webkitdom/WebKitDOMFileList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMGamepad.h -include/webkitgtk-3.0/webkitdom/WebKitDOMGamepadList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMGeolocation.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAnchorElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAppletElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAreaElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAudioElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBRElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseFontElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBodyElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLButtonElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCanvasElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCollection.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDListElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDetailsElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDirectoryElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDivElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDocument.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLEmbedElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFieldSetElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFontElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFormElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameSetElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHRElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadingElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHtmlElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLIFrameElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLImageElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLInputElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLKeygenElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLIElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLabelElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLegendElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLinkElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMapElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMarqueeElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMediaElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMenuElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMetaElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLModElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOListElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLObjectElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptGroupElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionsCollection.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParagraphElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParamElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPreElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLQuoteElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLScriptElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLSelectElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLStyleElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCellElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableColElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableRowElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableSectionElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTextAreaElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTitleElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLUListElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLVideoElement.h -include/webkitgtk-3.0/webkitdom/WebKitDOMHistory.h -include/webkitgtk-3.0/webkitdom/WebKitDOMKeyboardEvent.h -include/webkitgtk-3.0/webkitdom/WebKitDOMLocation.h -include/webkitgtk-3.0/webkitdom/WebKitDOMMediaController.h -include/webkitgtk-3.0/webkitdom/WebKitDOMMediaError.h -include/webkitgtk-3.0/webkitdom/WebKitDOMMediaList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMMediaQueryList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h -include/webkitgtk-3.0/webkitdom/WebKitDOMMouseEvent.h -include/webkitgtk-3.0/webkitdom/WebKitDOMNamedNodeMap.h -include/webkitgtk-3.0/webkitdom/WebKitDOMNavigator.h -include/webkitgtk-3.0/webkitdom/WebKitDOMNode.h -include/webkitgtk-3.0/webkitdom/WebKitDOMNodeFilter.h -include/webkitgtk-3.0/webkitdom/WebKitDOMNodeIterator.h -include/webkitgtk-3.0/webkitdom/WebKitDOMNodeList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMObject.h -include/webkitgtk-3.0/webkitdom/WebKitDOMPerformance.h -include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntry.h -include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntryList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceNavigation.h -include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceTiming.h -include/webkitgtk-3.0/webkitdom/WebKitDOMProcessingInstruction.h -include/webkitgtk-3.0/webkitdom/WebKitDOMRange.h -include/webkitgtk-3.0/webkitdom/WebKitDOMScreen.h -include/webkitgtk-3.0/webkitdom/WebKitDOMShadowRoot.h -include/webkitgtk-3.0/webkitdom/WebKitDOMStorage.h -include/webkitgtk-3.0/webkitdom/WebKitDOMStorageInfo.h -include/webkitgtk-3.0/webkitdom/WebKitDOMStorageQuota.h -include/webkitgtk-3.0/webkitdom/WebKitDOMStyleMedia.h -include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheet.h -include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheetList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMText.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrack.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCue.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCueList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTimeRanges.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTouch.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTrackEvent.h -include/webkitgtk-3.0/webkitdom/WebKitDOMTreeWalker.h -include/webkitgtk-3.0/webkitdom/WebKitDOMUIEvent.h -include/webkitgtk-3.0/webkitdom/WebKitDOMValidityState.h -include/webkitgtk-3.0/webkitdom/WebKitDOMVideoPlaybackQuality.h -include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrack.h -include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrackList.h -include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitNamedFlow.h -include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.h -include/webkitgtk-3.0/webkitdom/WebKitDOMWheelEvent.h -include/webkitgtk-3.0/webkitdom/WebKitDOMXPathExpression.h -include/webkitgtk-3.0/webkitdom/WebKitDOMXPathNSResolver.h -include/webkitgtk-3.0/webkitdom/WebKitDOMXPathResult.h -include/webkitgtk-3.0/webkitdom/webkitdom.h -include/webkitgtk-3.0/webkitdom/webkitdomdefines.h -lib/girepository-1.0/JavaScriptCore-3.0.typelib -lib/girepository-1.0/WebKit-3.0.typelib -lib/girepository-1.0/WebKit2-3.0.typelib -lib/girepository-1.0/WebKit2WebExtension-3.0.typelib -lib/libjavascriptcoregtk-3.0.so -lib/libjavascriptcoregtk-3.0.so.0 -lib/libjavascriptcoregtk-3.0.so.0.16.15 -lib/libwebkit2gtk-3.0.so -lib/libwebkit2gtk-3.0.so.25 -lib/libwebkit2gtk-3.0.so.25.10.10 -lib/libwebkitgtk-3.0.so -lib/libwebkitgtk-3.0.so.0 -lib/libwebkitgtk-3.0.so.0.22.13 -lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so -libdata/pkgconfig/javascriptcoregtk-3.0.pc -libdata/pkgconfig/webkit2gtk-3.0.pc -libdata/pkgconfig/webkit2gtk-web-extension-3.0.pc -libdata/pkgconfig/webkitgtk-3.0.pc -libexec/WebKitPluginProcess -libexec/WebKitNetworkProcess -libexec/WebKitWebProcess -share/gir-1.0/JavaScriptCore-3.0.gir -share/gir-1.0/WebKit-3.0.gir -share/gir-1.0/WebKit2WebExtension-3.0.gir -share/gir-1.0/WebKit2-3.0.gir -share/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html -share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html -share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html -share/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html -share/gtk-doc/html/webkit2gtk/WebKitContextMenu.html -share/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html -share/gtk-doc/html/webkit2gtk/WebKitCookieManager.html -share/gtk-doc/html/webkit2gtk/WebKitDownload.html -share/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html -share/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html -share/gtk-doc/html/webkit2gtk/WebKitFindController.html -share/gtk-doc/html/webkit2gtk/WebKitFrame.html -share/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html -share/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html -share/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html -share/gtk-doc/html/webkit2gtk/WebKitNavigationPolicyDecision.html -share/gtk-doc/html/webkit2gtk/WebKitPermissionRequest.html -share/gtk-doc/html/webkit2gtk/WebKitPlugin.html -share/gtk-doc/html/webkit2gtk/WebKitPolicyDecision.html -share/gtk-doc/html/webkit2gtk/WebKitPrintOperation.html -share/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html -share/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html -share/gtk-doc/html/webkit2gtk/WebKitSettings.html -share/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html -share/gtk-doc/html/webkit2gtk/WebKitURIRequest.html -share/gtk-doc/html/webkit2gtk/WebKitURIResponse.html -share/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html -share/gtk-doc/html/webkit2gtk/WebKitWebContext.html -share/gtk-doc/html/webkit2gtk/WebKitWebExtension.html -share/gtk-doc/html/webkit2gtk/WebKitWebInspector.html -share/gtk-doc/html/webkit2gtk/WebKitWebPage.html -share/gtk-doc/html/webkit2gtk/WebKitWebResource.html -share/gtk-doc/html/webkit2gtk/WebKitWebView.html -share/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html -share/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html -share/gtk-doc/html/webkit2gtk/annotation-glossary.html -share/gtk-doc/html/webkit2gtk/api-index-2-2.html -share/gtk-doc/html/webkit2gtk/api-index-2-4.html -share/gtk-doc/html/webkit2gtk/ch01.html -share/gtk-doc/html/webkit2gtk/ch02.html -share/gtk-doc/html/webkit2gtk/home.png -share/gtk-doc/html/webkit2gtk/index-all.html -share/gtk-doc/html/webkit2gtk/index.html -share/gtk-doc/html/webkit2gtk/index.sgml -share/gtk-doc/html/webkit2gtk/left-insensitive.png -share/gtk-doc/html/webkit2gtk/left.png -share/gtk-doc/html/webkit2gtk/right-insensitive.png -share/gtk-doc/html/webkit2gtk/right.png -share/gtk-doc/html/webkit2gtk/style.css -share/gtk-doc/html/webkit2gtk/up-insensitive.png -share/gtk-doc/html/webkit2gtk/up.png -share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html -share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html -share/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2 -share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html -share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html -share/gtk-doc/html/webkitdomgtk/annotation-glossary.html -share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html -share/gtk-doc/html/webkitdomgtk/ch01.html -share/gtk-doc/html/webkitdomgtk/home.png -share/gtk-doc/html/webkitdomgtk/index-all.html -share/gtk-doc/html/webkitdomgtk/index.html -share/gtk-doc/html/webkitdomgtk/index.sgml -share/gtk-doc/html/webkitdomgtk/left-insensitive.png -share/gtk-doc/html/webkitdomgtk/left.png -share/gtk-doc/html/webkitdomgtk/right-insensitive.png -share/gtk-doc/html/webkitdomgtk/right.png -share/gtk-doc/html/webkitdomgtk/style.css -share/gtk-doc/html/webkitdomgtk/up-insensitive.png -share/gtk-doc/html/webkitdomgtk/up.png -share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html -share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html -share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html -share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html -share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html -share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html -share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2 -share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html -share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html -share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html -share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html -share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html -share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html -share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html -share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html -share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html -share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html -share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html -share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html -share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html -share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html -share/gtk-doc/html/webkitgtk/WebKitWebFrame.html -share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html -share/gtk-doc/html/webkitgtk/WebKitWebInspector.html -share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html -share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html -share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html -share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html -share/gtk-doc/html/webkitgtk/WebKitWebResource.html -share/gtk-doc/html/webkitgtk/WebKitWebSettings.html -share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html -share/gtk-doc/html/webkitgtk/annotation-glossary.html -share/gtk-doc/html/webkitgtk/ch01.html -share/gtk-doc/html/webkitgtk/ch02.html -share/gtk-doc/html/webkitgtk/ch03.html -share/gtk-doc/html/webkitgtk/home.png -share/gtk-doc/html/webkitgtk/index-1.0.1.html -share/gtk-doc/html/webkitgtk/index-1.0.2.html -share/gtk-doc/html/webkitgtk/index-1.0.3.html -share/gtk-doc/html/webkitgtk/index-1.1.1.html -share/gtk-doc/html/webkitgtk/index-1.1.10.html -share/gtk-doc/html/webkitgtk/index-1.1.11.html -share/gtk-doc/html/webkitgtk/index-1.1.13.html -share/gtk-doc/html/webkitgtk/index-1.1.14.html -share/gtk-doc/html/webkitgtk/index-1.1.15.html -share/gtk-doc/html/webkitgtk/index-1.1.16.html -share/gtk-doc/html/webkitgtk/index-1.1.17.html -share/gtk-doc/html/webkitgtk/index-1.1.18.html -share/gtk-doc/html/webkitgtk/index-1.1.2.html -share/gtk-doc/html/webkitgtk/index-1.1.20.html -share/gtk-doc/html/webkitgtk/index-1.1.23.html -share/gtk-doc/html/webkitgtk/index-1.1.3.html -share/gtk-doc/html/webkitgtk/index-1.1.4.html -share/gtk-doc/html/webkitgtk/index-1.1.5.html -share/gtk-doc/html/webkitgtk/index-1.1.6.html -share/gtk-doc/html/webkitgtk/index-1.1.7.html -share/gtk-doc/html/webkitgtk/index-1.1.8.html -share/gtk-doc/html/webkitgtk/index-1.3.1.html -share/gtk-doc/html/webkitgtk/index-1.3.2.html -share/gtk-doc/html/webkitgtk/index-1.3.3.html -share/gtk-doc/html/webkitgtk/index-1.3.4.html -share/gtk-doc/html/webkitgtk/index-1.3.8.html -share/gtk-doc/html/webkitgtk/index-all.html -share/gtk-doc/html/webkitgtk/index-deprecated.html -share/gtk-doc/html/webkitgtk/index.html -share/gtk-doc/html/webkitgtk/index.sgml -share/gtk-doc/html/webkitgtk/left-insensitive.png -share/gtk-doc/html/webkitgtk/left.png -share/gtk-doc/html/webkitgtk/right-insensitive.png -share/gtk-doc/html/webkitgtk/right.png -share/gtk-doc/html/webkitgtk/style.css -share/gtk-doc/html/webkitgtk/up-insensitive.png -share/gtk-doc/html/webkitgtk/up.png -share/gtk-doc/html/webkitgtk/webkit-environment.html -share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html -share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html -share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html -share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2 -share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo -share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo -share/webkitgtk-3.0/images/deleteButton.png -share/webkitgtk-3.0/images/inputSpeech.png -share/webkitgtk-3.0/images/missingImage.png -share/webkitgtk-3.0/images/nullPlugin.png -share/webkitgtk-3.0/images/panIcon.png -share/webkitgtk-3.0/images/textAreaResizeCorner.png -share/webkitgtk-3.0/images/urlIcon.png -share/webkitgtk-3.0/resources/audio/Composite.wav -share/webkitgtk-3.0/resources/error.html +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/JSValueRef.h +include/webkitgtk-4.0/JavaScriptCore/JavaScript.h +include/webkitgtk-4.0/JavaScriptCore/WebKitAvailability.h +include/webkitgtk-4.0/webkit2/WebKitAuthenticationRequest.h +include/webkitgtk-4.0/webkit2/WebKitBackForwardList.h +include/webkitgtk-4.0/webkit2/WebKitBackForwardListItem.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/WebKitDownload.h +include/webkitgtk-4.0/webkit2/WebKitEditingCommands.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/WebKitGeolocationPermissionRequest.h +include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h +include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.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/WebKitPermissionRequest.h +include/webkitgtk-4.0/webkit2/WebKitPlugin.h +include/webkitgtk-4.0/webkit2/WebKitPolicyDecision.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/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/WebKitUserContent.h +include/webkitgtk-4.0/webkit2/WebKitUserContentManager.h +include/webkitgtk-4.0/webkit2/WebKitVersion.h +include/webkitgtk-4.0/webkit2/WebKitWebContext.h +include/webkitgtk-4.0/webkit2/WebKitWebExtension.h +include/webkitgtk-4.0/webkit2/WebKitWebInspector.h +include/webkitgtk-4.0/webkit2/WebKitWebPage.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/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/WebKitDOMAttrUnstable.h +include/webkitgtk-4.0/webkitdom/WebKitDOMAudioTrack.h +include/webkitgtk-4.0/webkitdom/WebKitDOMAudioTrackList.h +include/webkitgtk-4.0/webkitdom/WebKitDOMBarProp.h +include/webkitgtk-4.0/webkitdom/WebKitDOMBatteryManager.h +include/webkitgtk-4.0/webkitdom/WebKitDOMBlob.h +include/webkitgtk-4.0/webkitdom/WebKitDOMBlobUnstable.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/WebKitDOMCSSRuleUnstable.h +include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleDeclaration.h +include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleSheet.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412252110.sBPLASpa047826>