Index: head/www/webkit2-gtk3/Makefile =================================================================== --- head/www/webkit2-gtk3/Makefile (revision 440283) +++ head/www/webkit2-gtk3/Makefile (revision 440284) @@ -1,87 +1,109 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.8.5 -PORTREVISION= 10 +PORTVERSION= 2.14.6 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 -BUILD_DEPENDS= geoclue>=0:net/geoclue \ - python:lang/python +LICENSE= GPLv2 BSD2CLAUSE +LICENSE_COMB= dual + LIB_DEPENDS= libenchant.so:textproc/enchant \ 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 -RUN_DEPENDS= geoclue>=0:net/geoclue + libsoup-2.4.so:devel/libsoup \ + libgcrypt.so:security/libgcrypt \ + libgnutls.so:security/gnutls PORTSCOUT= limitw:1,even -USE_GSTREAMER1= yes -USE_XORG= x11 xext ice -USES= bison cmake compiler:c++11-lib gettext gmake gperf jpeg perl5 \ - pkgconfig python:2 sqlite tar:xz +USE_GSTREAMER1= bad gl +USE_XORG= x11 xcomposite xdamage xext xrender xt ice +USES= bison cmake compiler:c++14-lang gettext gmake gnome gperf \ + jpeg perl5 pkgconfig python:2.7,build sqlite tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes -USE_GNOME= cairo gtk20 gtk30 introspection:build libxml2 libxslt +USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 introspection:build libxml2 libxslt USE_GL= gl egl USE_PERL5= build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install CMAKE_ARGS+= -DPORT=GTK \ - -DUSE_LD_GOLD:BOOL=0 + -DENABLE_WAYLAND_TARGET:BOOL=OFF \ + -DENABLE_MINIBROWSER:BOOL=ON \ + -DENABLE_GLES2:BOOL=OFF \ + -DENABLE_ACCELERATED_2D_CANVAS=ON \ + -DUSE_LD_GOLD:BOOL=OFF \ + -DENABLE_WEBKIT:BOOL=OFF CONFIGURE_ENV+= XDG_CACHE_HOME=${WRKDIR} BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", -OPTIONS_DEFINE= DEBUG FULLDEBUG -DEBUG_DESC= Just enable debug symbols -FULLDEBUG_DESC= Enable asserts and other debug support +OPTIONS_DEFINE= DEBUG GEOIP +OPTIONS_DEFAULT=GEOIP -FULLDEBUG_CONFIGURE_ENABLE= debug -DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release +DEBUG_BUILD_DEPENDS= binutils>=0:devel/binutils +DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE:STRING=Debug \ + -DCMAKE_AR=${LOCALBASE}/bin/ar \ + -DCMAKE_RANLIB=${LOCALBASE}/bin/ranlib \ + -DCMAKE_LINKER=${LOCALBASE}/bin/ld +DEBUG_CXXFLAGS= -B${LOCALBASE}/bin +DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE:STRING=Release +DEBUG_CFLAGS_OFF= -DNDEBUG +GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION +GEOIP_BUILD_DEPENDS+= geoclue>=0:net/geoclue +GEOIP_RUN_DEPENDS+= geoclue>=0:net/geoclue + .include .if ${ARCH} == armv6 CMAKE_ARGS+= -DENABLE_JIT:BOOL=OFF .endif +.if ${ARCH} == powerpc || ${ARCH} == powerpc64 +CMAKE_ARGS+= -DENABLE_JIT:BOOL=OFF +CFLAGS+= -DENABLE_YARR_JIT=0 +.endif + .if ${ARCH} == powerpc64 CFLAGS+= -mminimal-toc .endif post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp + ${WRKSRC}/Source/WebKit2/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: - ${MV} ${STAGEDIR}${PREFIX}/bin/jsc \ - ${STAGEDIR}/${PREFIX}/bin/jsc-4 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* + @${LN} -sf ../libexec/webkit2gtk-4.0/jsc ${STAGEDIR}${PREFIX}/bin/jsc-4 + @${LN} -sf ../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}/bin/jsc-4 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/WebKit* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/* .include Index: head/www/webkit2-gtk3/distinfo =================================================================== --- head/www/webkit2-gtk3/distinfo (revision 440283) +++ head/www/webkit2-gtk3/distinfo (revision 440284) @@ -1,2 +1,3 @@ -SHA256 (webkitgtk-2.8.5.tar.xz) = 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20 -SIZE (webkitgtk-2.8.5.tar.xz) = 10455256 +TIMESTAMP = 1492716019 +SHA256 (webkitgtk-2.14.6.tar.xz) = a54c91e34fe1ade4d77524a1148fcb3d22b129a0b0e3f5ddc72dc46390241b31 +SIZE (webkitgtk-2.14.6.tar.xz) = 13961468 Index: head/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (revision 440283) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- Source/WebCore/rendering/shapes/BoxShape.cpp.orig 2015-07-22 12:37:57 UTC -+++ Source/WebCore/rendering/shapes/BoxShape.cpp -@@ -43,7 +43,7 @@ static inline LayoutUnit adjustRadiusFor - - LayoutUnit ratio = radius / margin; - if (ratio < 1) -- return radius + (margin * (1 + pow(ratio - 1, 3))); -+ return radius + (margin * (1 + pow(static_cast(ratio) - 1, 3))); - - return radius + margin; - } Property changes on: head/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp ___________________________________________________________________ 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-bug147816 =================================================================== --- head/www/webkit2-gtk3/files/patch-bug147816 (revision 440283) +++ head/www/webkit2-gtk3/files/patch-bug147816 (nonexistent) @@ -1,32 +0,0 @@ -https://bugs.webkit.org/show_bug.cgi?id=147816 - ---- Source/JavaScriptCore/llint/LLIntEntrypoint.cpp -+++ Source/JavaScriptCore/llint/LLIntEntrypoint.cpp -@@ -28,6 +28,7 @@ - #include "CodeBlock.h" - #include "HeapInlines.h" - #include "JITCode.h" -+#include "JSCellInlines.h" - #include "JSObject.h" - #include "LLIntThunks.h" - #include "LowLevelInterpreter.h" ---- Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp -+++ Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp -@@ -25,6 +25,7 @@ - - #include "config.h" - #include "FunctionExecutableDump.h" -+#include "JSCellInlines.h" - - #include "CodeBlock.h" - ---- Source/WebCore/editing/InsertNodeBeforeCommand.cpp.orig 2015-08-06 10:21:28.000000000 +0200 -+++ Source/WebCore/editing/InsertNodeBeforeCommand.cpp 2015-08-18 16:48:41.950995000 +0200 -@@ -29,6 +29,7 @@ - #include "AXObjectCache.h" - #include "Document.h" - #include "ExceptionCodePlaceholder.h" -+#include "RenderElement.h" - #include "htmlediting.h" - - namespace WebCore { Property changes on: head/www/webkit2-gtk3/files/patch-bug147816 ___________________________________________________________________ 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-Source_JavaScriptCore_jit_ExecutableAllocator_h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (revision 440283) +++ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (nonexistent) @@ -1,16 +0,0 @@ -$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 09:11:02 landry Exp $ - -https://bugs.webkit.org/show_bug.cgi?id=61137 - ---- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2013-06-11 09:39:47.000000000 +0200 -+++ Source/JavaScriptCore/jit/ExecutableAllocator.h 2013-08-07 09:25:56.000000000 +0200 -@@ -105,7 +105,8 @@ - #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) - #if CPU(ARM) - static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024; --#elif CPU(X86_64) -+// We don't want an initial allocation of 1GB, it's above the default ulimit -+#elif CPU(X86_64) && !defined(__OpenBSD__) && !defined(__FreeBSD__) - static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024; - #else - static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; Property changes on: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_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-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp (revision 440283) +++ head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp.orig 2015-01-15 18:15:59.000000000 +0100 -+++ Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp 2015-01-22 15:16:17.352196197 +0100 -@@ -48,6 +48,7 @@ - - result.append(homeDirectoryPath() + "/.mozilla/plugins"); - result.append(homeDirectoryPath() + "/.netscape/plugins"); -+ result.append("%%BROWSER_PLUGINS_DIR%%"); - result.append("/usr/lib/browser/plugins"); - result.append("/usr/local/lib/mozilla/plugins"); - result.append("/usr/lib/firefox/plugins"); Property changes on: head/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -1 \ No newline at end of property Index: head/www/webkit2-gtk3/files/patch-bug150117 =================================================================== --- head/www/webkit2-gtk3/files/patch-bug150117 (revision 440283) +++ head/www/webkit2-gtk3/files/patch-bug150117 (nonexistent) @@ -1,39 +0,0 @@ -Fixes the build with CMake 3.4.0. - ------------------------------------------------------------------------- -r191042 | commit-queue@webkit.org | 2015-10-14 12:57:49 +0200 (Wed, 14 Oct 2015) | 12 lines - -[GTK][EFL] Fix build with cmake 3.4 -https://bugs.webkit.org/show_bug.cgi?id=150117 - -Explicitely include the CheckIncludeFiles module before using -the CHECK_INCLUDE_FILES command. - -Patch by Tomas Popela on 2015-10-14 -Reviewed by Žan Doberšek. - -* Source/cmake/FindOpenGL.cmake: -* Source/cmake/FindWebP.cmake: -* Source/cmake/OptionsEfl.cmake: ------------------------------------------------------------------------- - -Index: /trunk/Source/cmake/FindOpenGL.cmake -=================================================================== ---- Source/cmake/FindOpenGL.cmake (revision 191041) -+++ Source/cmake/FindOpenGL.cmake (revision 191042) -@@ -60,4 +60,5 @@ - CMAKE_PUSH_CHECK_STATE() - set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${OPENGL_INCLUDE_DIRS}) -+ include(CheckIncludeFiles) - check_include_files("GL/glx.h" GLX_FOUND) - CMAKE_POP_CHECK_STATE() -Index: /trunk/Source/cmake/FindWebP.cmake -=================================================================== ---- Source/cmake/FindWebP.cmake (revision 191041) -+++ Source/cmake/FindWebP.cmake (revision 191042) -@@ -36,4 +36,5 @@ - # Older installations of libwebp do not install a pkgconfig file, so we fall - # back to a manual search for a libwebp header file. -+ include(CheckIncludeFiles) - check_include_files("webp/decode.h" WEBP_FOUND_HEADER) - if (WEBP_FOUND_HEADER) Property changes on: head/www/webkit2-gtk3/files/patch-bug150117 ___________________________________________________________________ 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 (nonexistent) +++ head/www/webkit2-gtk3/files/patch-CMakeLists.txt (revision 440284) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2017-05-06 21:35:44.417942000 +0200 ++++ CMakeLists.txt 2017-05-06 21:36:47.317895000 +0200 +@@ -60,9 +60,9 @@ + 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) Property changes on: head/www/webkit2-gtk3/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h (nonexistent) +++ head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h (revision 440284) @@ -0,0 +1,15 @@ +$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 09:11:02 landry Exp $ + +https://bugs.webkit.org/show_bug.cgi?id=61137 + +--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2016-02-04 11:16:16 UTC ++++ Source/JavaScriptCore/jit/ExecutableAllocator.h +@@ -78,7 +78,7 @@ class DemandExecutableAllocator; + static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024; + #elif CPU(ARM64) + static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; +-#elif CPU(X86_64) ++#elif CPU(X86_64) && !defined(__OpenBSD__) && !defined(__FreeBSD__) + static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024; + #else + static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; Property changes on: head/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp (nonexistent) +++ head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp (revision 440284) @@ -0,0 +1,10 @@ +--- Source/WTF/wtf/NumberOfCores.cpp.orig 2017-04-11 20:08:02.949675000 +0200 ++++ Source/WTF/wtf/NumberOfCores.cpp 2017-04-11 20:08:43.723709000 +0200 +@@ -33,6 +33,7 @@ + #include + #include + #elif OS(LINUX) || OS(AIX) || OS(SOLARIS) || OS(OPENBSD) || OS(NETBSD) || OS(FREEBSD) ++#include // sscanf() + #include + #elif OS(WINDOWS) + #include Property changes on: head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp =================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (nonexistent) +++ head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (revision 440284) @@ -0,0 +1,10 @@ +--- Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp.orig 2016-01-28 08:55:09 UTC ++++ Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp +@@ -50,6 +50,7 @@ Vector pluginsDirectories() + + result.append(homeDirectoryPath() + "/.mozilla/plugins"); + result.append(homeDirectoryPath() + "/.netscape/plugins"); ++ result.append("%%BROWSER_PLUGINS_DIR%%"); + result.append("/usr/lib/browser/plugins"); + result.append("/usr/local/lib/mozilla/plugins"); + result.append("/usr/lib/firefox/plugins"); Property changes on: head/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Index: head/www/webkit2-gtk3/pkg-plist =================================================================== --- head/www/webkit2-gtk3/pkg-plist (revision 440283) +++ head/www/webkit2-gtk3/pkg-plist (revision 440284) @@ -1,335 +1,352 @@ +bin/MiniBrowser-4 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/webkit2/WebKitAuthenticationRequest.h +include/webkitgtk-4.0/webkit2/WebKitAutocleanups.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/WebKitNotification.h include/webkitgtk-4.0/webkit2/WebKitNotificationPermissionRequest.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/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/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/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/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 include/webkitgtk-4.0/webkitdom/WebKitDOMCSSValue.h include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterData.h include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterDataUnstable.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/WebKitDOMDOMApplicationCache.h +include/webkitgtk-4.0/webkitdom/WebKitDOMDOMCSSNamespace.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMImplementation.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeType.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeTypeArray.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPlugin.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPluginArray.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSecurityPolicy.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSelection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSettableTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindow.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowCSS.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowSpeechSynthesis.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDataCue.h include/webkitgtk-4.0/webkitdom/WebKitDOMDatabase.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/WebKitDOMDocumentTypeUnstable.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/WebKitDOMEntityReference.h include/webkitgtk-4.0/webkitdom/WebKitDOMEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventTarget.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMFile.h include/webkitgtk-4.0/webkitdom/WebKitDOMFileList.h +include/webkitgtk-4.0/webkitdom/WebKitDOMFileUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMGamepad.h include/webkitgtk-4.0/webkitdom/WebKitDOMGamepadList.h include/webkitgtk-4.0/webkitdom/WebKitDOMGeolocation.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAppletElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAudioElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBRElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseFontElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBodyElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElementUnstable.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/WebKitDOMHTMLDetailsElement.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/WebKitDOMHTMLFieldSetElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFontElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElementUnstable.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/WebKitDOMHTMLHtmlElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLKeygenElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLIElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLegendElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMapElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMediaElement.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/WebKitDOMHTMLOListElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElementUnstable.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/WebKitDOMHTMLOptionsCollectionUnstable.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/WebKitDOMHTMLScriptElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElement.h +include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElementUnstable.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/WebKitDOMHTMLTableElementUnstable.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/WebKitDOMHTMLTextAreaElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTitleElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLUListElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLVideoElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHistory.h include/webkitgtk-4.0/webkitdom/WebKitDOMKeyboardEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMLocation.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaController.h +include/webkitgtk-4.0/webkitdom/WebKitDOMMediaDevices.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaError.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaQueryList.h +include/webkitgtk-4.0/webkitdom/WebKitDOMMediaTrackSupportedConstraints.h include/webkitgtk-4.0/webkitdom/WebKitDOMMessagePort.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMNamedNodeMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMNavigator.h +include/webkitgtk-4.0/webkitdom/WebKitDOMNavigatorMediaDevices.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/WebKitDOMNodeUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMObject.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformance.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntry.h -include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntryList.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceNavigation.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceTiming.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/WebKitDOMScreen.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesis.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisUtterance.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisVoice.h include/webkitgtk-4.0/webkitdom/WebKitDOMStorage.h include/webkitgtk-4.0/webkitdom/WebKitDOMStorageInfo.h include/webkitgtk-4.0/webkitdom/WebKitDOMStorageQuota.h include/webkitgtk-4.0/webkitdom/WebKitDOMStyleMedia.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/WebKitDOMTextTrack.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackCue.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackCueList.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackList.h include/webkitgtk-4.0/webkitdom/WebKitDOMTimeRanges.h include/webkitgtk-4.0/webkitdom/WebKitDOMTouch.h include/webkitgtk-4.0/webkitdom/WebKitDOMTrackEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMTreeWalker.h include/webkitgtk-4.0/webkitdom/WebKitDOMUIEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMUIEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMUserMessageHandler.h include/webkitgtk-4.0/webkitdom/WebKitDOMUserMessageHandlersNamespace.h include/webkitgtk-4.0/webkitdom/WebKitDOMVTTCue.h include/webkitgtk-4.0/webkitdom/WebKitDOMValidityState.h include/webkitgtk-4.0/webkitdom/WebKitDOMVideoPlaybackQuality.h include/webkitgtk-4.0/webkitdom/WebKitDOMVideoTrack.h include/webkitgtk-4.0/webkitdom/WebKitDOMVideoTrackList.h include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitNamedFlow.h include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitNamespace.h include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitPoint.h include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEventUnstable.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-unstable.h +include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.h include/webkitgtk-4.0/webkitdom/webkitdomdefines-unstable.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.1.12 +lib/libjavascriptcoregtk-4.0.so.18.4.13 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.6.8 +lib/libwebkit2gtk-4.0.so.37.14.13 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/WebKitDatabaseProcess libexec/webkit2gtk-4.0/WebKitNetworkProcess libexec/webkit2gtk-4.0/WebKitPluginProcess libexec/webkit2gtk-4.0/WebKitPluginProcess2 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