diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index d6e7705db68b..0bcbed115e03 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.8.5 -PORTREVISION= 7 +PORTVERSION= 2.14.5 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 @@ -12,36 +11,50 @@ 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 + +BUILD_DEPENDS= geoclue>=0:net/geoclue 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 \ - libsoup-2.4.so:devel/libsoup + libsoup-2.4.so:devel/libsoup \ + libgnutls.so:security/gnutls RUN_DEPENDS= geoclue>=0:net/geoclue 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++11-lib 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 +#CXXFLAGS= -I${LOCALBASE}/include +# debug only +#CXXFLAGS= -pipe -fstack-protector -fno-strict-aliasing -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 @@ -52,7 +65,17 @@ DEBUG_DESC= Just enable debug symbols FULLDEBUG_DESC= Enable asserts and other debug support FULLDEBUG_CONFIGURE_ENABLE= debug -DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release +DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE:STRING=Debug +DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE:STRING=Release +DEBUG_CFLAGS_OFF= -DNDEBUG + +# -O? doesn't work with debug builds. +# use ld from binutils for tin archive support +#-DCMAKE_C_FLAGS=-B/usr/local/bin +#-DCMAKE_CXX_FLAGS=-B/usr/local/bin +#-DCMAKE_AR=/usr/local/bin/ar +#-DCMAKE_RANLIB=/usr/local/bin/ranlib +#-DCMAKE_LINKER=/usr/local/bin/ld .include @@ -66,7 +89,7 @@ CFLAGS+= -mminimal-toc 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 @@ -76,11 +99,10 @@ pre-configure: 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 diff --git a/www/webkit2-gtk3/distinfo b/www/webkit2-gtk3/distinfo index 474d87dd0f84..648e1dfc76dd 100644 --- a/www/webkit2-gtk3/distinfo +++ b/www/webkit2-gtk3/distinfo @@ -1,2 +1,3 @@ -SHA256 (webkitgtk-2.8.5.tar.xz) = 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20 -SIZE (webkitgtk-2.8.5.tar.xz) = 10455256 +TIMESTAMP = 1487863588 +SHA256 (webkitgtk-2.14.5.tar.xz) = 3ca8f1c33a9b43d6c753dcac1c0788656930e06382b10fdf5c2805ea8f96369f +SIZE (webkitgtk-2.14.5.tar.xz) = 13956352 diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h similarity index 58% rename from www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h rename to www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h index dffc23b4dcce..66212a8fb59e 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h @@ -2,14 +2,13 @@ $OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 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) +--- 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) -+// 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 diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp b/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp deleted file mode 100644 index 888bb4c89245..000000000000 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp +++ /dev/null @@ -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; - } diff --git a/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp b/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp similarity index 58% rename from www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp rename to www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp index 814a96531764..6868c3d57b00 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp +++ b/www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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"); diff --git a/www/webkit2-gtk3/files/patch-bug147816 b/www/webkit2-gtk3/files/patch-bug147816 deleted file mode 100644 index 22adb9364301..000000000000 --- a/www/webkit2-gtk3/files/patch-bug147816 +++ /dev/null @@ -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 { diff --git a/www/webkit2-gtk3/files/patch-bug150117 b/www/webkit2-gtk3/files/patch-bug150117 deleted file mode 100644 index 515b433056cf..000000000000 --- a/www/webkit2-gtk3/files/patch-bug150117 +++ /dev/null @@ -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) diff --git a/www/webkit2-gtk3/pkg-plist b/www/webkit2-gtk3/pkg-plist index ccba6eba0d98..3ba4f04f6d78 100644 --- a/www/webkit2-gtk3/pkg-plist +++ b/www/webkit2-gtk3/pkg-plist @@ -1,15 +1,19 @@ +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 @@ -18,6 +22,7 @@ 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 @@ -28,6 +33,7 @@ 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 @@ -51,13 +57,17 @@ 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 @@ -70,6 +80,7 @@ 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/WebKitDOMDOMCSSNamespace.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRule.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleList.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleUnstable.h @@ -88,14 +99,11 @@ 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 @@ -109,12 +117,12 @@ 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 @@ -126,7 +134,6 @@ 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 @@ -189,6 +196,7 @@ 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 @@ -205,14 +213,17 @@ 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 @@ -221,7 +232,6 @@ 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 @@ -265,6 +275,8 @@ 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 @@ -272,14 +284,17 @@ 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.12 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.12 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/jsc +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 @@ -300,6 +315,7 @@ 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 @@ -330,6 +346,7 @@ 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