Index: www/webkit2-gtk3/Makefile =================================================================== --- www/webkit2-gtk3/Makefile (revision 432321) +++ www/webkit2-gtk3/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.8.5 -PORTREVISION= 7 +PORTVERSION= 2.14.3 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 @@ -22,7 +21,9 @@ libsecret-1.so:security/libsecret \ libicutu.so:devel/icu \ libharfbuzz.so:print/harfbuzz \ - libsoup-2.4.so:devel/libsoup + libsoup-2.4.so:devel/libsoup \ + libnotify.so:devel/libnotify \ + libhyphen.so:textproc/hyphen RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even @@ -34,6 +35,7 @@ USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes USE_GNOME= cairo gtk20 gtk30 introspection:build libxml2 libxslt +USE_GSTREAMER1= bad gl USE_GL= gl egl USE_PERL5= build USE_LDCONFIG= yes @@ -41,7 +43,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS+= -DPORT=GTK \ - -DUSE_LD_GOLD:BOOL=0 + -DUSE_LD_GOLD:BOOL=0 \ + -DENABLE_ACCELERATED_2D_CANVAS=ON CONFIGURE_ENV+= XDG_CACHE_HOME=${WRKDIR} BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 @@ -53,6 +56,7 @@ FULLDEBUG_CONFIGURE_ENABLE= debug DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release +DEBUG_CFLAGS_OFF= -DNDEBUG .include @@ -66,7 +70,7 @@ 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,8 +80,7 @@ fi post-install: - ${MV} ${STAGEDIR}${PREFIX}/bin/jsc \ - ${STAGEDIR}/${PREFIX}/bin/jsc-4 + @${LN} -sf ../libexec/webkit2gtk-4.0/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 Index: www/webkit2-gtk3/distinfo =================================================================== --- www/webkit2-gtk3/distinfo (revision 432321) +++ www/webkit2-gtk3/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (webkitgtk-2.8.5.tar.xz) = 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20 -SIZE (webkitgtk-2.8.5.tar.xz) = 10455256 +TIMESTAMP = 1485090085 +SHA256 (webkitgtk-2.14.3.tar.xz) = 0bead450a4c92024f09008725bb3e8c3830a32c7e2983d566368c4fede9e106c +SIZE (webkitgtk-2.14.3.tar.xz) = 13962776 Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake =================================================================== --- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake (working copy) @@ -1,6 +1,6 @@ ---- 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 @@ +--- Source/JavaScriptCore/PlatformGTK.cmake.orig 2017-01-17 11:45:51 UTC ++++ Source/JavaScriptCore/PlatformGTK.cmake +@@ -16,7 +16,7 @@ add_custom_command( ADD_TYPELIB(${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.typelib) install(FILES "${CMAKE_BINARY_DIR}/Source/JavaScriptCore/javascriptcoregtk-${WEBKITGTK_API_VERSION}.pc" Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h =================================================================== --- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h (working copy) @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2015-08-06 08:21:27 UTC +--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2017-01-17 11:45:51 UTC +++ Source/JavaScriptCore/assembler/ARM64Assembler.h -@@ -2862,6 +2862,8 @@ public: +@@ -2717,6 +2717,8 @@ public: { #if OS(IOS) sys_cache_control(kCacheFunctionPrepareForExecution, code, size); Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h =================================================================== --- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (working copy) @@ -2,12 +2,12 @@ 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 2017-01-17 11:45:51 UTC ++++ Source/JavaScriptCore/jit/ExecutableAllocator.h +@@ -76,7 +76,8 @@ 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__) Index: www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h =================================================================== --- www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h (working copy) @@ -1,6 +1,6 @@ ---- Source/WTF/wtf/Platform.h.orig 2016-07-20 UTC +--- Source/WTF/wtf/Platform.h.orig 2017-01-17 11:45:51 UTC +++ Source/WTF/wtf/Platform.h -@@ -218,6 +218,7 @@ +@@ -220,6 +220,7 @@ #elif defined(__ARM_ARCH_6__) \ || defined(__ARM_ARCH_6J__) \ || defined(__ARM_ARCH_6K__) \ @@ -8,7 +8,7 @@ || defined(__ARM_ARCH_6Z__) \ || defined(__ARM_ARCH_6ZK__) \ || defined(__ARM_ARCH_6T2__) \ -@@ -264,6 +265,7 @@ +@@ -266,6 +267,7 @@ #elif defined(__ARM_ARCH_6J__) \ || defined(__ARM_ARCH_6K__) \ Index: www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp =================================================================== --- www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp (working copy) @@ -1,8 +1,8 @@ ---- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2015-07-10 13:10:10.413595000 +0200 -+++ Source/WebCore/platform/graphics/egl/GLContextEGL.cpp 2015-07-10 13:10:48.159246000 +0200 -@@ -42,6 +42,8 @@ +--- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2016-10-27 10:12:42 UTC ++++ Source/WebCore/platform/graphics/egl/GLContextEGL.cpp +@@ -36,6 +36,8 @@ + #include "OpenGLShims.h" #endif - #endif +#include + Index: www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp =================================================================== --- www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (working copy) @@ -1,11 +1,11 @@ ---- Source/WebCore/rendering/shapes/BoxShape.cpp.orig 2015-07-22 12:37:57 UTC +--- Source/WebCore/rendering/shapes/BoxShape.cpp.orig 2016-07-20 12:15:24 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 * (1 + pow(ratio - 1, 3.0))); ++ return radius + (margin * (1 + pow(static_cast(ratio) - 1, 3.0))); return radius + margin; } Index: www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake =================================================================== --- www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake (revision 432321) +++ www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake (working copy) @@ -1,6 +1,6 @@ ---- 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 @@ +--- Source/WebKit2/PlatformGTK.cmake.orig 2017-01-17 11:45:52 UTC ++++ Source/WebKit2/PlatformGTK.cmake +@@ -1033,7 +1033,7 @@ install(TARGETS webkit2gtkinjectedbundle ) install(FILES "${CMAKE_BINARY_DIR}/Source/WebKit2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc" "${CMAKE_BINARY_DIR}/Source/WebKit2/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc" Index: www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp =================================================================== --- www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (nonexistent) +++ www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (working copy) @@ -0,0 +1,10 @@ +--- Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp.orig 2016-08-30 16:10:50 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: www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.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: www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp =================================================================== --- www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp (revision 432321) +++ 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: 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: www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h =================================================================== --- www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (revision 432321) +++ www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (working copy) @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2014-12-02 14:49:22.000000000 +0100 -+++ Source/JavaScriptCore/assembler/ARMAssembler.h 2014-12-26 10:35:15.394821543 +0100 -@@ -1104,6 +1104,8 @@ +--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2017-01-17 11:45:51 UTC ++++ Source/JavaScriptCore/assembler/ARMAssembler.h +@@ -1145,6 +1145,8 @@ namespace JSC { linuxPageFlush(current, current + page); linuxPageFlush(current, end); Index: www/webkit2-gtk3/files/patch-bug147816 =================================================================== --- www/webkit2-gtk3/files/patch-bug147816 (revision 432321) +++ 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: 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: www/webkit2-gtk3/files/patch-bug150117 =================================================================== --- www/webkit2-gtk3/files/patch-bug150117 (revision 432321) +++ 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: 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: www/webkit2-gtk3/pkg-plist =================================================================== --- www/webkit2-gtk3/pkg-plist (revision 432321) +++ www/webkit2-gtk3/pkg-plist (working copy) @@ -3,13 +3,16 @@ 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 +21,7 @@ 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 +32,7 @@ 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,7 +56,9 @@ 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 @@ -58,6 +65,8 @@ 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 @@ -82,6 +91,7 @@ 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 @@ -88,14 +98,11 @@ 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 +116,12 @@ 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 +133,6 @@ 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 +195,7 @@ 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 +212,17 @@ 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 +231,6 @@ 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 +274,8 @@ 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,18 +283,20 @@ 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.10 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.10 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/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 @@ -300,6 +313,7 @@ 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 +344,7 @@ 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