[Midnightbsd-cvs] mports [24535] trunk/www/webkit2-gtk3: update webkit 2 to 2.16.6

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 18 23:45:49 EDT 2018


Revision: 24535
          http://svnweb.midnightbsd.org/mports/?rev=24535
Author:   laffer1
Date:     2018-10-18 23:45:48 -0400 (Thu, 18 Oct 2018)
Log Message:
-----------
update webkit 2 to 2.16.6

Modified Paths:
--------------
    trunk/www/webkit2-gtk3/Makefile
    trunk/www/webkit2-gtk3/distinfo
    trunk/www/webkit2-gtk3/pkg-plist

Removed Paths:
-------------
    trunk/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h
    trunk/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp
    trunk/www/webkit2-gtk3/files/patch-bug147816
    trunk/www/webkit2-gtk3/files/patch-bug150117

Modified: trunk/www/webkit2-gtk3/Makefile
===================================================================
--- trunk/www/webkit2-gtk3/Makefile	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/Makefile	2018-10-19 03:45:48 UTC (rev 24535)
@@ -1,9 +1,8 @@
-# Created by: Michael Johnson <ahze at FreeBSD.org>
 # $MidnightBSD$
 
 PORTNAME=	webkit
-PORTVERSION=	2.8.5
-PORTREVISION=	1
+PORTVERSION=	2.16.6
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	2-gtk3
@@ -12,65 +11,111 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Opensource browser engine using the GTK+ 3 toolkit
 
-LICENSE=	lgpl bsd2
-LICENSE_COMB=	multi
+LICENSE=	gpl2 bsd2
+LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue
-LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant \
-		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
-		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libwebp.so:${PORTSDIR}/graphics/webp \
-		libpng.so:${PORTSDIR}/graphics/png \
-		libsecret-1.so:${PORTSDIR}/security/libsecret \
-		libicutu.so:${PORTSDIR}/devel/icu \
-		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
-		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
-RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/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 \
+		libharfbuzz-icu.so:print/harfbuzz-icu \
+		libsoup-2.4.so:devel/libsoup \
+		libgcrypt.so:security/libgcrypt \
+		libgnutls.so:security/gnutls
 
-USE_GSTREAMER1=	yes
-USE_XORG=	x11 xext ice
-USES=		bison cmake:outsource compiler:c++11-lib gettext gperf jpeg perl5 \
-		pkgconfig python:2 tar:xz
+PORTSCOUT=	limitw:1,even
+
+USE_GSTREAMER1=	bad gl
+USE_XORG=	x11 xcomposite xdamage xext xrender xt ice
+USES=		bison cmake compiler:c++14-lang gettext 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 gtk30 introspection:build libxml2 libxslt
 USE_GL=		gl egl
-USE_SQLITE=	3
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install
 
-CXXFLAGS+=		-DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32
 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_SUB=	yes
+OPTIONS_DEFINE=	DEBUG GEOIP NPAPI
+OPTIONS_DEFAULT=GEOIP
+OPTIONS_DEFAULT_i386=	NPAPI
+OPTIONS_DEFAULT_amd64=	NPAPI
 
-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 \
+			-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_DESC=	Support gtk2 (NPAPI) based plugins (like flash)
+NPAPI_CMAKE_BOOL=	ENABLE_PLUGIN_PROCESS_GTK2
+NPAPI_USE=	GNOME=gtk20
+
 .include <bsd.mport.options.mk>
 
-BUILD_DEPENDS+=	flex>=0:${PORTSDIR}/textproc/flex
-CONFIGURE_ENV+=	FLEX_PATH="${LOCALBASE}/bin/flex"
+.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 <bsd.port.mk>

Modified: trunk/www/webkit2-gtk3/distinfo
===================================================================
--- trunk/www/webkit2-gtk3/distinfo	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/distinfo	2018-10-19 03:45:48 UTC (rev 24535)
@@ -1,2 +1,3 @@
-SHA256 (webkitgtk-2.8.5.tar.xz) = 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20
-SIZE (webkitgtk-2.8.5.tar.xz) = 10455256
+TIMESTAMP = 1500907942
+SHA256 (webkitgtk-2.16.6.tar.xz) = fc23650df953123c59b9c0edf3855e7bd55bd107820997fc72375811e1ea4b21
+SIZE (webkitgtk-2.16.6.tar.xz) = 14658120

Deleted: trunk/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h	2018-10-19 03:45:48 UTC (rev 24535)
@@ -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;

Deleted: trunk/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp	2018-10-19 03:45:48 UTC (rev 24535)
@@ -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");

Deleted: trunk/www/webkit2-gtk3/files/patch-bug147816
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-bug147816	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/files/patch-bug147816	2018-10-19 03:45:48 UTC (rev 24535)
@@ -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 {

Deleted: trunk/www/webkit2-gtk3/files/patch-bug150117
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-bug150117	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/files/patch-bug150117	2018-10-19 03:45:48 UTC (rev 24535)
@@ -1,39 +0,0 @@
-Fixes the build with CMake 3.4.0.
-
-------------------------------------------------------------------------
-r191042 | commit-queue at 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 <tpopela at redhat.com> 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)

Modified: trunk/www/webkit2-gtk3/pkg-plist
===================================================================
--- trunk/www/webkit2-gtk3/pkg-plist	2018-10-19 03:12:44 UTC (rev 24534)
+++ trunk/www/webkit2-gtk3/pkg-plist	2018-10-19 03:45:48 UTC (rev 24535)
@@ -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/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,20 +33,24 @@
 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/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
@@ -51,7 +60,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,82 +69,51 @@
 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/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/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/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
@@ -141,10 +121,8 @@
 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
@@ -151,121 +129,62 @@
 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/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/WebKitDOMMediaError.h
 include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h
-include/webkitgtk-4.0/webkitdom/WebKitDOMMediaQueryList.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/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/webkitdomdefines-unstable.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
@@ -272,18 +191,21 @@
 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.5.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.19.9
 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
+%%NPAPI%%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 +222,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 +253,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



More information about the Midnightbsd-cvs mailing list