Index: head/www/webkit2-gtk3/Makefile =================================================================== --- head/www/webkit2-gtk3/Makefile (revision 484766) +++ head/www/webkit2-gtk3/Makefile (revision 484767) @@ -1,120 +1,119 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.20.5 -PORTREVISION= 2 +PORTVERSION= 2.22.3 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit LICENSE= GPLv2 BSD2CLAUSE LICENSE_COMB= dual 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 \ 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:outsource compiler:c++14-lang gettext gnome gperf \ +USES= bison cmake:outsource compiler:c++14-lang gettext gl gnome gperf \ jpeg localbase:ldflags perl5 pkgconfig python:2.7,build \ sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt USE_GL= gl egl glesv2 USE_GSTREAMER1= bad gl USE_LDCONFIG= yes USE_PERL5= build USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes USE_XORG= x11 xcomposite xdamage xext xrender xt ice BINARY_ALIAS= python=${PYTHON_CMD} CXXFLAGS+= -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 CXXFLAGS_powerpc= -DENABLE_YARR_JIT=0 CXXFLAGS_powerpc64= -DENABLE_YARR_JIT=0 \ -mminimal-toc CMAKE_ARGS= -DPORT=GTK CMAKE_OFF= USE_LD_GOLD ${CMAKE_OFF_${ARCH}:U} CMAKE_ON= ENABLE_GLES2 ENABLE_MINIBROWSER CMAKE_OFF_armv6= ENABLE_JIT CMAKE_OFF_armv7= ENABLE_JIT CMAKE_OFF_powerpc= ENABLE_JIT CMAKE_OFF_powerpc64= ENABLE_JIT CONFIGURE_ENV= XDG_CACHE_HOME=${WRKDIR} INSTALL_TARGET= install BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 OPTIONS_DEFINE= DEBUG GEOIP NPAPI WAYLAND OPTIONS_DEFAULT= GEOIP OPTIONS_DEFAULT_i386= NPAPI OPTIONS_DEFAULT_amd64= NPAPI OPTIONS_SUB= yes NPAPI_DESC= Support gtk2 (NPAPI) based plugins (like flash) # 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_BUILD_DEPENDS= binutils>=0:devel/binutils 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 NPAPI_CMAKE_BOOL= ENABLE_PLUGIN_PROCESS_GTK2 NPAPI_USE= GNOME=gtk20 WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND_TARGET WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland post-patch: @${REINPLACE_CMD} -e 's|/usr/lib/browser/plugins|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/Source/WebKit/Shared/Plugins/unix/PluginSearchPath.cpp 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 Index: head/www/webkit2-gtk3/distinfo =================================================================== --- head/www/webkit2-gtk3/distinfo (revision 484766) +++ head/www/webkit2-gtk3/distinfo (revision 484767) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534713029 -SHA256 (webkitgtk-2.20.5.tar.xz) = 15c0f8d26e9605afe0948d161ba5fd82efee8eda2debd409fd40a440ac3af990 -SIZE (webkitgtk-2.20.5.tar.xz) = 16625200 +TIMESTAMP = 1540925863 +SHA256 (webkitgtk-2.22.3.tar.xz) = 9dfd542902953be9af8ff32bd37fe662ca3d75f7348514ebac15c6252a6ccd72 +SIZE (webkitgtk-2.22.3.tar.xz) = 16753248 Index: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h (nonexistent) @@ -1,15 +0,0 @@ ---- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h.orig 2018-02-19 07:45:32 UTC -+++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h -@@ -144,9 +144,9 @@ inline void FELighting::platformApplyNeon(const Lighti - neonData.flags |= FLAG_CONE_EXPONENT_IS_1; - } else { - ASSERT(m_lightSource->type() == LS_DISTANT); -- floatArguments.lightX = paintingData.lightVector.x(); -- floatArguments.lightY = paintingData.lightVector.y(); -- floatArguments.lightZ = paintingData.lightVector.z(); -+ floatArguments.lightX = paintingData.initialLightingData.lightVector.x(); -+ floatArguments.lightY = paintingData.initialLightingData.lightVector.y(); -+ floatArguments.lightZ = paintingData.initialLightingData.lightVector.z(); - floatArguments.padding2 = 1; - } - Property changes on: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/webkit2-gtk3/files/patch-CMakeLists.txt =================================================================== --- head/www/webkit2-gtk3/files/patch-CMakeLists.txt (revision 484766) +++ head/www/webkit2-gtk3/files/patch-CMakeLists.txt (revision 484767) @@ -1,14 +1,14 @@ ---- CMakeLists.txt.orig 2018-02-19 07:44:43 UTC +--- CMakeLists.txt.orig 2018-09-06 11:51:31 UTC +++ CMakeLists.txt -@@ -93,9 +93,9 @@ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(x64 +@@ -95,9 +95,9 @@ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(x64 set(WTF_CPU_X86_64 1) 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") set(WTF_CPU_PPC64LE 1) Index: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h (revision 484767) @@ -1,11 +1,11 @@ ---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2018-03-05 09:28:05 UTC +--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2018-08-21 16:06:10 UTC +++ Source/JavaScriptCore/assembler/ARM64Assembler.h -@@ -2856,6 +2856,8 @@ class ARM64Assembler { (public) +@@ -2863,6 +2863,8 @@ class ARM64Assembler { (public) { #if OS(IOS) 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) - size_t page = pageSize(); - uintptr_t current = reinterpret_cast(code); Index: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb (revision 484767) @@ -1,11 +1,11 @@ ---- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2018-06-01 22:16:58 UTC +--- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2018-10-27 21:20:55 UTC +++ Source/JavaScriptCore/offlineasm/arm64.rb -@@ -945,7 +945,7 @@ class Instruction +@@ -938,7 +938,7 @@ class Instruction $asm.puts "ldr #{operands[1].arm64Operand(:ptr)}, [#{operands[1].arm64Operand(:ptr)}, #{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(:ptr)}, :got:#{operands[0].asmLabel}" $asm.puts "ldr #{operands[1].arm64Operand(:ptr)}, [#{operands[1].arm64Operand(:ptr)}, :got_lo12:#{operands[0].asmLabel}]" Index: head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h (revision 484767) @@ -1,17 +1,17 @@ ---- Source/WTF/wtf/Optional.h.orig 2018-02-19 07:45:30 UTC +--- Source/WTF/wtf/Optional.h.orig 2018-09-21 19:59:47 UTC +++ Source/WTF/wtf/Optional.h -@@ -291,12 +291,14 @@ struct nullopt_t +@@ -277,12 +277,14 @@ struct nullopt_t constexpr nullopt_t nullopt{nullopt_t::init()}; +# if !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 7000 // 20.5.8, class bad_optional_access class bad_optional_access : public std::logic_error { public: explicit bad_optional_access(const std::string& what_arg) : std::logic_error{what_arg} {} explicit bad_optional_access(const char* what_arg) : std::logic_error{what_arg} {} }; +# endif // _LIBCPP_VERSION < 7000 template Index: head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h (revision 484767) @@ -1,18 +1,18 @@ ---- Source/WTF/wtf/Platform.h.orig 2018-02-20 09:12:50 UTC +--- Source/WTF/wtf/Platform.h.orig 2018-09-21 19:59:47 UTC +++ Source/WTF/wtf/Platform.h -@@ -182,6 +182,7 @@ +@@ -183,6 +183,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__) \ -@@ -229,6 +230,7 @@ +@@ -230,6 +231,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__) Index: head/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake (revision 484767) @@ -1,16 +1,16 @@ ---- Source/WebCore/PAL/pal/PlatformGTK.cmake.orig 2018-02-19 07:45:31 UTC +--- Source/WebCore/PAL/pal/PlatformGTK.cmake.orig 2018-07-25 11:56:30 UTC +++ Source/WebCore/PAL/pal/PlatformGTK.cmake -@@ -12,6 +12,13 @@ list(APPEND PAL_SOURCES +@@ -20,6 +20,13 @@ list(APPEND PAL_SOURCES unix/LoggingUnix.cpp ) +list(APPEND PAL_INCLUDE_DIRECTORIES + ${LIBGCRYPT_INCLUDE_DIRS} +) +list(APPEND PAL_LIBRARIES + ${LIBGCRYPT_LIBRARIES} +) + if (ENABLE_SUBTLE_CRYPTO) - list(APPEND PAL_SOURCES - crypto/tasn1/Utilities.cpp + list(APPEND PAL_PUBLIC_HEADERS + crypto/tasn1/Utilities.h Index: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp (revision 484767) @@ -1,11 +1,11 @@ ---- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2018-02-19 07:45:32 UTC +--- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2018-07-25 11:56:31 UTC +++ Source/WebCore/platform/graphics/egl/GLContextEGL.cpp -@@ -44,6 +44,8 @@ +@@ -45,6 +45,8 @@ #include "OpenGLShims.h" #endif +#include + #if ENABLE(ACCELERATED_2D_CANVAS) // cairo-gl.h includes some definitions from GLX that conflict with // the ones provided by us. Since GLContextEGL doesn't use any GLX Index: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h (revision 484767) @@ -1,11 +1,11 @@ ---- Source/WebCore/platform/network/soup/SoupNetworkSession.h.orig 2018-05-07 10:56:05.000000000 +0200 -+++ Source/WebCore/platform/network/soup/SoupNetworkSession.h 2018-05-14 21:15:28.165991000 +0200 -@@ -33,6 +33,8 @@ +--- Source/WebCore/platform/network/soup/SoupNetworkSession.h.orig 2018-09-06 11:51:34 UTC ++++ Source/WebCore/platform/network/soup/SoupNetworkSession.h +@@ -34,6 +34,8 @@ #include #include +#include "URL.h" + typedef struct _SoupCache SoupCache; typedef struct _SoupCookieJar SoupCookieJar; typedef struct _SoupMessage SoupMessage; Index: head/www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (revision 484767) @@ -1,11 +1,11 @@ ---- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2018-02-19 07:45:14 UTC +--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2018-08-21 16:06:10 UTC +++ Source/JavaScriptCore/assembler/ARMAssembler.h -@@ -1202,6 +1202,8 @@ namespace JSC { +@@ -1201,6 +1201,8 @@ namespace JSC { linuxPageFlush(current, current + page); linuxPageFlush(current, end); +#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) + __clear_cache(code, reinterpret_cast(code) + size); #else #error "The cacheFlush support is missing on this platform." #endif Index: head/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h (revision 484766) +++ head/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h (revision 484767) @@ -1,10 +1,10 @@ ---- Source/bmalloc/bmalloc/BPlatform.h.orig 2018-02-19 08:53:21 UTC +--- Source/bmalloc/bmalloc/BPlatform.h.orig 2018-07-25 11:56:32 UTC +++ Source/bmalloc/bmalloc/BPlatform.h -@@ -139,6 +139,7 @@ +@@ -138,6 +138,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__) \ Index: head/www/webkit2-gtk3/pkg-plist =================================================================== --- head/www/webkit2-gtk3/pkg-plist (revision 484766) +++ head/www/webkit2-gtk3/pkg-plist (revision 484767) @@ -1,267 +1,277 @@ 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/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/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/WebKitGeolocationPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.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/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/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/WebKitUserContent.h include/webkitgtk-4.0/webkit2/WebKitUserContentManager.h include/webkitgtk-4.0/webkit2/WebKitUserMediaPermissionRequest.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/WebKitWebsiteDataManager.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.7.13 +lib/libjavascriptcoregtk-4.0.so.18.11.4 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.28.5 +lib/libwebkit2gtk-4.0.so.37.33.4 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/WebKitPluginProcess %%NPAPI%%libexec/webkit2gtk-4.0/WebKitPluginProcess2 libexec/webkit2gtk-4.0/WebKitStorageProcess 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/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