[Midnightbsd-cvs] mports [18383] trunk/www/webkit-gtk3: webkit gtk3 2.4.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 19:29:12 EDT 2015


Revision: 18383
          http://svnweb.midnightbsd.org/mports/?rev=18383
Author:   laffer1
Date:     2015-03-27 19:29:11 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
webkit gtk3 2.4.8

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

Modified: trunk/www/webkit-gtk3/Makefile
===================================================================
--- trunk/www/webkit-gtk3/Makefile	2015-03-27 23:27:44 UTC (rev 18382)
+++ trunk/www/webkit-gtk3/Makefile	2015-03-27 23:29:11 UTC (rev 18383)
@@ -1,11 +1,12 @@
 # $MidnightBSD$
 
 PORTNAME=	webkit
-PORTVERSION=	1.8.3
+PORTVERSION=	2.4.8
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	-gtk3
+DISTNAME=	${PORTNAME}gtk-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Opensource browser engine
@@ -12,87 +13,103 @@
 
 LICENSE=	lgpl
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
-		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
-		gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc
+BUILD_DEPENDS=	gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \
+		geoclue>=0:${PORTSDIR}/net/geoclue
 LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant \
+		libsecret-1.so:${PORTSDIR}/security/libsecret \
 		libicutu.so:${PORTSDIR}/devel/icu \
+		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
+		libwebp.so:${PORTSDIR}/graphics/webp \
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+RUN_DEPENDS=	geoclue>=0:${PORTSDIR}/net/geoclue 
 
-USE_GSTREAMER=	yes
-USE_XORG=	xt
-USES=		bison gettext gmake libtool perl5 pkgconfig \
-		tar:xz
-USE_GNOME=	gtk30 introspection:build libxslt
-USE_SQLITE=	yes
+USE_GSTREAMER1=	yes
+USE_XORG=	xt xdamage xcomposite
+USES=		bison compiler:c++11-lib gettext gmake gperf libtool perl5 \
+		pkgconfig shebangfix tar:xz
+USE_RUBY=	yes
+RUBY_NO_RUN_DEPENDS=yes
+USE_GNOME=	cairo gtk20 gtk30 introspection:build libxslt
+USE_GL=		gl
+USE_SQLITE=	3
+USE_PERL5=	build
 USE_LDCONFIG=	yes
-USE_PYTHON_BUILD=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \
-		ZLIB_CFLAGS="-I/usr/include" \
-		ZLIB_LIBS="-L/usr/lib -lz" \
-		ac_cv_path_DOLT_BASH="" \
-		PYTHON="${PYTHON_CMD}"
+CONFIGURE_ENV=	ac_cv_path_DOLT_BASH=""
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--with-gtk=3.0 \
 		--enable-svg-fonts \
-		--disable-geolocation \
+		--enable-geolocation \
+		--enable-webkit2 \
 		--enable-introspection
 MAKEFILE=	GNUmakefile
+MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
 
+#CONFIGURE_ARGS+=--disable-silent-rules
+CONFIGURE_ARGS+=--disable-egl \
+		--disable-gles2
+#		--with-acceleration-backend=opengl # clutter broken?
+# opengl, clutter, none (clutter unsupported)
+
+SHEBANG_FILES=	\
+	Source/JavaScriptCore/create_hash_table \
+	Source/JavaScriptCore/inspector/scripts/xxd.pl \
+	Source/WebCore/css/*.pl \
+	Source/WebCore/dom/*.pl \
+	Source/WebCore/make-hash-tools.pl \
+	Source/WebCore/page/make_settings.pl \
+	Source/WebCore/platform/text/mac/make-charset-table.pl \
+	Source/WebKit2/Scripts/generate-forwarding-headers.pl \
+	Source/WebCore/bindings/scripts/*.p[lm] \
+	Source/JavaScriptCore/create_hash_table
+
 BROWSER_PLUGINS_DIR?=	${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
 #_BROWSER_PLUGINS_DIR=	${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
 
-OPTIONS_DEFINE=	WEBGL DEBUG
-OPTIONS_DEFAULT=WEBGL
-WEBGL_DESC=	Enable Web GL support
+OPTIONS_DEFINE=	DEBUG FULLDEBUG
+DEBUG_DESC=	Just enable debug symbols
+FULLDEBUG_DESC=	Enable asserts and other debug support
 
+FULLDEBUG_CONFIGURE_ENABLE=	debug
+DEBUG_CONFIGURE_ON=	--enable-debug-symbols=yes
+DEBUG_CONFIGURE_OFF=	--disable-debug-symbols
+
 .include <bsd.mport.options.mk>
 
-.if ${PORT_OPTIONS:MWEBGL}
-USE_GL=		gl
-CONFIGURE_ARGS+=--enable-webgl
-.else
-CONFIGURE_ARGS+=--disable-webgl
-.endif
+# Shutup warning spam
+CXXFLAGS+=	-Wno-c++11-extensions
 
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=--enable-debug
-.else
-CONFIGURE_ARGS+=--disable-debug
-.endif
+.include <bsd.port.pre.mk>
 
-CCISCLANG!=     ${CC} --version
-
-.if !empty(CCISCLANG:M*clang*)
-CPPFLAGS+=	-Wno-c++11-extensions
+.if ${PERL_LEVEL} >= 501400
+BUILD_DEPENDS+=	p5-Switch>0:${PORTSDIR}/lang/p5-Switch
 .endif
 
-.include <bsd.port.pre.mk>
+BUILD_DEPENDS+=	flex>=0:${PORTSDIR}/textproc/flex
+CONFIGURE_ENV+=	FLEX="${LOCALBASE}/bin/flex"
 
-.if ${ARCH} == powerpc64
-CFLAGS+=	-mminimal-toc
+.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
+# Needed for __atomic_fetch_add_8
+CFLAGS+=	-march=i586
 .endif
 
-.if ${PERL_LEVEL} >= 501400
-BUILD_DEPENDS+=	p5-Switch>0:${PORTSDIR}/lang/p5-Switch
+.if ${CHOSEN_COMPILER_TYPE} == clang
+CXXFLAGS+=	-Qunused-arguments
 .endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
 		${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
-	@${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
+	@${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \
 		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-	@${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \
-		${WRKSRC}/Source/WebCore/dom/make_names.pl \
-		${WRKSRC}/Source/WebCore/css/make-css-file-arrays.pl \
-		${WRKSRC}/Source/WebCore/bindings/scripts/IDLParser.pm
-	@${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \
-		${WRKSRC}/Source/WebCore/css/makevalues.pl \
-		${WRKSRC}/Source/WebCore/css/makeprop.pl \
-		${WRKSRC}/Source/WebCore/make-hash-tools.pl
 
+post-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \
+		${PREFIX}/bin/GtkLauncher-3
+	${INSTALL_PROGRAM} ${WRKSRC}/Programs/MiniBrowser \
+		${PREFIX}/bin/MiniBrowser-3
+
 .include <bsd.port.post.mk>

Modified: trunk/www/webkit-gtk3/distinfo
===================================================================
--- trunk/www/webkit-gtk3/distinfo	2015-03-27 23:27:44 UTC (rev 18382)
+++ trunk/www/webkit-gtk3/distinfo	2015-03-27 23:29:11 UTC (rev 18383)
@@ -1,2 +1,2 @@
-SHA256 (webkit-1.8.3.tar.xz) = ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7
-SIZE (webkit-1.8.3.tar.xz) = 7814028
+SHA256 (webkitgtk-2.4.8.tar.xz) = 68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23
+SIZE (webkitgtk-2.4.8.tar.xz) = 9827632

Modified: trunk/www/webkit-gtk3/pkg-plist
===================================================================
--- trunk/www/webkit-gtk3/pkg-plist	2015-03-27 23:27:44 UTC (rev 18382)
+++ trunk/www/webkit-gtk3/pkg-plist	2015-03-27 23:29:11 UTC (rev 18383)
@@ -1,156 +1,22 @@
+bin/GtkLauncher-3
+bin/MiniBrowser-3
 bin/jsc-3
 include/webkitgtk-3.0/JavaScriptCore/JSBase.h
 include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h
 include/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h
 include/webkitgtk-3.0/JavaScriptCore/JSStringRef.h
-include/webkitgtk-3.0/JavaScriptCore/JSStringRefBSTR.h
-include/webkitgtk-3.0/JavaScriptCore/JSStringRefCF.h
 include/webkitgtk-3.0/JavaScriptCore/JSValueRef.h
 include/webkitgtk-3.0/JavaScriptCore/JavaScript.h
-include/webkitgtk-3.0/JavaScriptCore/JavaScriptCore.h
 include/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h
-include/webkitgtk-3.0/webkit/WebKitDOMAttr.h
-include/webkitgtk-3.0/webkit/WebKitDOMBarInfo.h
-include/webkitgtk-3.0/webkit/WebKitDOMBlob.h
-include/webkitgtk-3.0/webkit/WebKitDOMCDATASection.h
-include/webkitgtk-3.0/webkit/WebKitDOMCSSRule.h
-include/webkitgtk-3.0/webkit/WebKitDOMCSSRuleList.h
-include/webkitgtk-3.0/webkit/WebKitDOMCSSStyleDeclaration.h
-include/webkitgtk-3.0/webkit/WebKitDOMCSSStyleSheet.h
-include/webkitgtk-3.0/webkit/WebKitDOMCSSValue.h
-include/webkitgtk-3.0/webkit/WebKitDOMCharacterData.h
-include/webkitgtk-3.0/webkit/WebKitDOMComment.h
-include/webkitgtk-3.0/webkit/WebKitDOMConsole.h
-include/webkitgtk-3.0/webkit/WebKitDOMCustom.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMApplicationCache.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMImplementation.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMMimeType.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMMimeTypeArray.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMPlugin.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMPluginArray.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMSelection.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMSettableTokenList.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMStringList.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMStringMap.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMTokenList.h
-include/webkitgtk-3.0/webkit/WebKitDOMDOMWindow.h
-include/webkitgtk-3.0/webkit/WebKitDOMDatabase.h
-include/webkitgtk-3.0/webkit/WebKitDOMDocument.h
-include/webkitgtk-3.0/webkit/WebKitDOMDocumentFragment.h
-include/webkitgtk-3.0/webkit/WebKitDOMDocumentType.h
-include/webkitgtk-3.0/webkit/WebKitDOMElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMEntityReference.h
-include/webkitgtk-3.0/webkit/WebKitDOMEvent.h
-include/webkitgtk-3.0/webkit/WebKitDOMEventTarget.h
-include/webkitgtk-3.0/webkit/WebKitDOMFile.h
-include/webkitgtk-3.0/webkit/WebKitDOMFileList.h
-include/webkitgtk-3.0/webkit/WebKitDOMGeolocation.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLAnchorElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLAppletElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLAreaElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLAudioElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLBRElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLBaseElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLBaseFontElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLBodyElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLButtonElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLCanvasElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLCollection.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLDListElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLDetailsElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLDirectoryElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLDivElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLDocument.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLEmbedElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLFieldSetElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLFontElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLFormElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLFrameElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLFrameSetElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLHRElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLHeadElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLHeadingElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLHtmlElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLIFrameElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLImageElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLInputElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLKeygenElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLLIElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLLabelElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLLegendElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLLinkElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLMapElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLMarqueeElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLMediaElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLMenuElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLMetaElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLModElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLOListElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLObjectElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptGroupElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptionElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptionsCollection.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLParagraphElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLParamElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLPreElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLQuoteElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLScriptElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLSelectElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLStyleElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableCaptionElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableCellElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableColElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableRowElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableSectionElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTextAreaElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLTitleElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLUListElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHTMLVideoElement.h
-include/webkitgtk-3.0/webkit/WebKitDOMHistory.h
-include/webkitgtk-3.0/webkit/WebKitDOMLocation.h
-include/webkitgtk-3.0/webkit/WebKitDOMMediaError.h
-include/webkitgtk-3.0/webkit/WebKitDOMMediaList.h
-include/webkitgtk-3.0/webkit/WebKitDOMMediaQueryList.h
-include/webkitgtk-3.0/webkit/WebKitDOMMemoryInfo.h
-include/webkitgtk-3.0/webkit/WebKitDOMMessagePort.h
-include/webkitgtk-3.0/webkit/WebKitDOMMouseEvent.h
-include/webkitgtk-3.0/webkit/WebKitDOMNamedNodeMap.h
-include/webkitgtk-3.0/webkit/WebKitDOMNavigator.h
-include/webkitgtk-3.0/webkit/WebKitDOMNode.h
-include/webkitgtk-3.0/webkit/WebKitDOMNodeFilter.h
-include/webkitgtk-3.0/webkit/WebKitDOMNodeIterator.h
-include/webkitgtk-3.0/webkit/WebKitDOMNodeList.h
-include/webkitgtk-3.0/webkit/WebKitDOMObject.h
-include/webkitgtk-3.0/webkit/WebKitDOMProcessingInstruction.h
-include/webkitgtk-3.0/webkit/WebKitDOMRange.h
-include/webkitgtk-3.0/webkit/WebKitDOMScreen.h
-include/webkitgtk-3.0/webkit/WebKitDOMStorage.h
-include/webkitgtk-3.0/webkit/WebKitDOMStyleMedia.h
-include/webkitgtk-3.0/webkit/WebKitDOMStyleSheet.h
-include/webkitgtk-3.0/webkit/WebKitDOMStyleSheetList.h
-include/webkitgtk-3.0/webkit/WebKitDOMText.h
-include/webkitgtk-3.0/webkit/WebKitDOMTimeRanges.h
-include/webkitgtk-3.0/webkit/WebKitDOMTreeWalker.h
-include/webkitgtk-3.0/webkit/WebKitDOMUIEvent.h
-include/webkitgtk-3.0/webkit/WebKitDOMValidityState.h
-include/webkitgtk-3.0/webkit/WebKitDOMWebKitAnimation.h
-include/webkitgtk-3.0/webkit/WebKitDOMWebKitAnimationList.h
-include/webkitgtk-3.0/webkit/WebKitDOMWebKitNamedFlow.h
-include/webkitgtk-3.0/webkit/WebKitDOMWebKitPoint.h
-include/webkitgtk-3.0/webkit/WebKitDOMXPathExpression.h
-include/webkitgtk-3.0/webkit/WebKitDOMXPathNSResolver.h
-include/webkitgtk-3.0/webkit/WebKitDOMXPathResult.h
 include/webkitgtk-3.0/webkit/webkit.h
 include/webkitgtk-3.0/webkit/webkitapplicationcache.h
 include/webkitgtk-3.0/webkit/webkitdefines.h
 include/webkitgtk-3.0/webkit/webkitdom.h
-include/webkitgtk-3.0/webkit/webkitdomdefines.h
 include/webkitgtk-3.0/webkit/webkitdownload.h
 include/webkitgtk-3.0/webkit/webkitenumtypes.h
 include/webkitgtk-3.0/webkit/webkiterror.h
 include/webkitgtk-3.0/webkit/webkitfavicondatabase.h
+include/webkitgtk-3.0/webkit/webkitfilechooserrequest.h
 include/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h
 include/webkitgtk-3.0/webkit/webkitglobals.h
 include/webkitgtk-3.0/webkit/webkithittestresult.h
@@ -176,115 +42,475 @@
 include/webkitgtk-3.0/webkit/webkitwebsettings.h
 include/webkitgtk-3.0/webkit/webkitwebview.h
 include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAPICast.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAPICastGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKApplicationCacheManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKArray.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationChallenge.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationDecisionListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardList.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardListItem.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBase.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKBaseGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCertificateInfo.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKConnectionRef.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContext.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItem.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItemTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKContextPrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCookieManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCredential.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKCredentialTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKData.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKDatabaseManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKDictionary.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKDownload.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKError.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKEvent.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFindOptions.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFormSubmissionListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFrame.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKFramePolicyListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPermissionRequest.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPosition.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGeometry.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGrammarDetail.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContext.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContextGtk.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKHitTestResult.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKImage.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKInspector.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKKeyValueStorageManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKMediaCacheManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKMutableArray.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKMutableDictionary.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNativeEvent.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNavigationData.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotification.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationPermissionRequest.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationProvider.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKNumber.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelParameters.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelResultListener.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPage.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPageGroup.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPageLoadTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPagePrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPluginSiteDataManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPreferences.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKPreferencesPrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpace.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpaceTypes.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKResourceCacheManager.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKRetainPtr.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSecurityOrigin.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValue.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValuePrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKSharedAPICast.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKString.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKStringPrivate.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKTextChecker.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKType.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKURL.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKURLRequest.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKURLResponse.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKUserContentURLPattern.h
-include/webkitgtk-3.0/webkit2/WebKit2/WKView.h
-include/webkitgtk-3.0/webkit2/WebKit2/WebKit2.h
+include/webkitgtk-3.0/webkit2/WebKitAuthenticationRequest.h
 include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h
 include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h
+include/webkitgtk-3.0/webkit2/WebKitCertificateInfo.h
+include/webkitgtk-3.0/webkit2/WebKitContextMenu.h
+include/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h
+include/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h
+include/webkitgtk-3.0/webkit2/WebKitCookieManager.h
+include/webkitgtk-3.0/webkit2/WebKitCredential.h
 include/webkitgtk-3.0/webkit2/WebKitDefines.h
 include/webkitgtk-3.0/webkit2/WebKitDownload.h
 include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h
 include/webkitgtk-3.0/webkit2/WebKitEnumTypes.h
 include/webkitgtk-3.0/webkit2/WebKitError.h
+include/webkitgtk-3.0/webkit2/WebKitFaviconDatabase.h
+include/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h
 include/webkitgtk-3.0/webkit2/WebKitFindController.h
+include/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h
+include/webkitgtk-3.0/webkit2/WebKitForwardDeclarations.h
+include/webkitgtk-3.0/webkit2/WebKitFrame.h
+include/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h
 include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h
+include/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h
+include/webkitgtk-3.0/webkit2/WebKitMimeInfo.h
 include/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h
+include/webkitgtk-3.0/webkit2/WebKitPermissionRequest.h
+include/webkitgtk-3.0/webkit2/WebKitPlugin.h
 include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h
 include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h
 include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h
+include/webkitgtk-3.0/webkit2/WebKitScriptDialog.h
+include/webkitgtk-3.0/webkit2/WebKitScriptWorld.h
+include/webkitgtk-3.0/webkit2/WebKitSecurityManager.h
 include/webkitgtk-3.0/webkit2/WebKitSettings.h
 include/webkitgtk-3.0/webkit2/WebKitURIRequest.h
 include/webkitgtk-3.0/webkit2/WebKitURIResponse.h
+include/webkitgtk-3.0/webkit2/WebKitURISchemeRequest.h
+include/webkitgtk-3.0/webkit2/WebKitVersion.h
 include/webkitgtk-3.0/webkit2/WebKitWebContext.h
+include/webkitgtk-3.0/webkit2/WebKitWebExtension.h
+include/webkitgtk-3.0/webkit2/WebKitWebInspector.h
+include/webkitgtk-3.0/webkit2/WebKitWebPage.h
+include/webkitgtk-3.0/webkit2/WebKitWebResource.h
 include/webkitgtk-3.0/webkit2/WebKitWebView.h
 include/webkitgtk-3.0/webkit2/WebKitWebViewBase.h
+include/webkitgtk-3.0/webkit2/WebKitWebViewGroup.h
 include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h
+include/webkitgtk-3.0/webkit2/webkit-web-extension.h
 include/webkitgtk-3.0/webkit2/webkit2.h
-lib/girepository-1.0/JSCore-3.0.typelib
+include/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrack.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrackList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMBarProp.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMBatteryManager.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMBlob.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCDATASection.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRule.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRuleList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleDeclaration.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleSheet.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCSSValue.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCharacterData.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMComment.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMConsole.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMCustom.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMApplicationCache.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMImplementation.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeType.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeTypeArray.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPlugin.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPluginArray.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSecurityPolicy.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSelection.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSettableTokenList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringMap.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMTokenList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindow.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindowCSS.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDatabase.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDeprecated.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDocument.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentFragment.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentType.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMEntityReference.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMEvent.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMEventTarget.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMFile.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMFileList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMGamepad.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMGamepadList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMGeolocation.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAnchorElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAppletElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAreaElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAudioElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBRElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseFontElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBodyElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLButtonElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCanvasElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCollection.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDListElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDetailsElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDirectoryElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDivElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDocument.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLEmbedElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFieldSetElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFontElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFormElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameSetElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHRElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadingElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHtmlElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLIFrameElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLImageElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLInputElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLKeygenElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLIElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLabelElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLegendElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLinkElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMapElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMarqueeElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMediaElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMenuElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMetaElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLModElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOListElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLObjectElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptGroupElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionsCollection.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParagraphElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParamElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPreElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLQuoteElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLScriptElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLSelectElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLStyleElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCellElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableColElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableRowElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableSectionElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTextAreaElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTitleElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLUListElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLVideoElement.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMHistory.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMKeyboardEvent.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMLocation.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMediaController.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMediaError.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMediaList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMediaQueryList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMouseEvent.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMNamedNodeMap.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMNavigator.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMNode.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMNodeFilter.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMNodeIterator.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMNodeList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMObject.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMPerformance.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntry.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntryList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceNavigation.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceTiming.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMProcessingInstruction.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMRange.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMScreen.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMShadowRoot.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStorage.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStorageInfo.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStorageQuota.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStyleMedia.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheet.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheetList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMText.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrack.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCue.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCueList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTimeRanges.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTouch.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTrackEvent.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMTreeWalker.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMUIEvent.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMValidityState.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMVideoPlaybackQuality.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrack.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrackList.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitNamedFlow.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMWheelEvent.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMXPathExpression.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMXPathNSResolver.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMXPathResult.h
+include/webkitgtk-3.0/webkitdom/webkitdom.h
+include/webkitgtk-3.0/webkitdom/webkitdomdefines.h
+lib/girepository-1.0/JavaScriptCore-3.0.typelib
 lib/girepository-1.0/WebKit-3.0.typelib
+lib/girepository-1.0/WebKit2-3.0.typelib
+lib/girepository-1.0/WebKit2WebExtension-3.0.typelib
 lib/libjavascriptcoregtk-3.0.so
 lib/libjavascriptcoregtk-3.0.so.0
+lib/libjavascriptcoregtk-3.0.so.0.16.16
+lib/libwebkit2gtk-3.0.so
+lib/libwebkit2gtk-3.0.so.25
+lib/libwebkit2gtk-3.0.so.25.10.11
 lib/libwebkitgtk-3.0.so
 lib/libwebkitgtk-3.0.so.0
+lib/libwebkitgtk-3.0.so.0.22.14
+lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
 libdata/pkgconfig/javascriptcoregtk-3.0.pc
+libdata/pkgconfig/webkit2gtk-3.0.pc
+libdata/pkgconfig/webkit2gtk-web-extension-3.0.pc
 libdata/pkgconfig/webkitgtk-3.0.pc
-share/gir-1.0/JSCore-3.0.gir
+libexec/WebKitPluginProcess
+libexec/WebKitNetworkProcess
+libexec/WebKitWebProcess
+share/gir-1.0/JavaScriptCore-3.0.gir
 share/gir-1.0/WebKit-3.0.gir
+share/gir-1.0/WebKit2WebExtension-3.0.gir
+share/gir-1.0/WebKit2-3.0.gir
+share/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html
+share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html
+share/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html
+share/gtk-doc/html/webkit2gtk/WebKitContextMenu.html
+share/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html
+share/gtk-doc/html/webkit2gtk/WebKitCookieManager.html
+share/gtk-doc/html/webkit2gtk/WebKitDownload.html
+share/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html
+share/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitFindController.html
+share/gtk-doc/html/webkit2gtk/WebKitFrame.html
+share/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html
+share/gtk-doc/html/webkit2gtk/WebKitNavigationPolicyDecision.html
+share/gtk-doc/html/webkit2gtk/WebKitPermissionRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitPlugin.html
+share/gtk-doc/html/webkit2gtk/WebKitPolicyDecision.html
+share/gtk-doc/html/webkit2gtk/WebKitPrintOperation.html
+share/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html
+share/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html
+share/gtk-doc/html/webkit2gtk/WebKitSettings.html
+share/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html
+share/gtk-doc/html/webkit2gtk/WebKitURIRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitURIResponse.html
+share/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html
+share/gtk-doc/html/webkit2gtk/WebKitWebContext.html
+share/gtk-doc/html/webkit2gtk/WebKitWebExtension.html
+share/gtk-doc/html/webkit2gtk/WebKitWebInspector.html
+share/gtk-doc/html/webkit2gtk/WebKitWebPage.html
+share/gtk-doc/html/webkit2gtk/WebKitWebResource.html
+share/gtk-doc/html/webkit2gtk/WebKitWebView.html
+share/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html
+share/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html
+share/gtk-doc/html/webkit2gtk/annotation-glossary.html
+share/gtk-doc/html/webkit2gtk/api-index-2-2.html
+share/gtk-doc/html/webkit2gtk/api-index-2-4.html
+share/gtk-doc/html/webkit2gtk/ch01.html
+share/gtk-doc/html/webkit2gtk/ch02.html
+share/gtk-doc/html/webkit2gtk/home.png
+share/gtk-doc/html/webkit2gtk/index-all.html
+share/gtk-doc/html/webkit2gtk/index.html
+share/gtk-doc/html/webkit2gtk/index.sgml
+share/gtk-doc/html/webkit2gtk/left-insensitive.png
+share/gtk-doc/html/webkit2gtk/left.png
+share/gtk-doc/html/webkit2gtk/right-insensitive.png
+share/gtk-doc/html/webkit2gtk/right.png
+share/gtk-doc/html/webkit2gtk/style.css
+share/gtk-doc/html/webkit2gtk/up-insensitive.png
+share/gtk-doc/html/webkit2gtk/up.png
+share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html
+share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html
+share/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2
+share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html
+share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html
+share/gtk-doc/html/webkitdomgtk/annotation-glossary.html
+share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html
+share/gtk-doc/html/webkitdomgtk/ch01.html
+share/gtk-doc/html/webkitdomgtk/home.png
+share/gtk-doc/html/webkitdomgtk/index-all.html
+share/gtk-doc/html/webkitdomgtk/index.html
+share/gtk-doc/html/webkitdomgtk/index.sgml
+share/gtk-doc/html/webkitdomgtk/left-insensitive.png
+share/gtk-doc/html/webkitdomgtk/left.png
+share/gtk-doc/html/webkitdomgtk/right-insensitive.png
+share/gtk-doc/html/webkitdomgtk/right.png
+share/gtk-doc/html/webkitdomgtk/style.css
+share/gtk-doc/html/webkitdomgtk/up-insensitive.png
+share/gtk-doc/html/webkitdomgtk/up.png
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html
+share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2
 share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html
+share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html
 share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html
 share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html
 share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html
@@ -342,9 +568,12 @@
 share/gtk-doc/html/webkitgtk/index-deprecated.html
 share/gtk-doc/html/webkitgtk/index.html
 share/gtk-doc/html/webkitgtk/index.sgml
+share/gtk-doc/html/webkitgtk/left-insensitive.png
 share/gtk-doc/html/webkitgtk/left.png
+share/gtk-doc/html/webkitgtk/right-insensitive.png
 share/gtk-doc/html/webkitgtk/right.png
 share/gtk-doc/html/webkitgtk/style.css
+share/gtk-doc/html/webkitgtk/up-insensitive.png
 share/gtk-doc/html/webkitgtk/up.png
 share/gtk-doc/html/webkitgtk/webkit-environment.html
 share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html
@@ -351,42 +580,50 @@
 share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html
 share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html
 share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2
-share/locale/ar/LC_MESSAGES/webkit-3.0.mo
-share/locale/bg/LC_MESSAGES/webkit-3.0.mo
-share/locale/cs/LC_MESSAGES/webkit-3.0.mo
-share/locale/de/LC_MESSAGES/webkit-3.0.mo
-share/locale/el/LC_MESSAGES/webkit-3.0.mo
-share/locale/en_CA/LC_MESSAGES/webkit-3.0.mo
-share/locale/en_GB/LC_MESSAGES/webkit-3.0.mo
-share/locale/eo/LC_MESSAGES/webkit-3.0.mo
-share/locale/es/LC_MESSAGES/webkit-3.0.mo
-share/locale/et/LC_MESSAGES/webkit-3.0.mo
-share/locale/eu/LC_MESSAGES/webkit-3.0.mo
-share/locale/fr/LC_MESSAGES/webkit-3.0.mo
-share/locale/gl/LC_MESSAGES/webkit-3.0.mo
-share/locale/gu/LC_MESSAGES/webkit-3.0.mo
-share/locale/he/LC_MESSAGES/webkit-3.0.mo
-share/locale/hu/LC_MESSAGES/webkit-3.0.mo
-share/locale/id/LC_MESSAGES/webkit-3.0.mo
-share/locale/it/LC_MESSAGES/webkit-3.0.mo
-share/locale/ko/LC_MESSAGES/webkit-3.0.mo
-share/locale/lt/LC_MESSAGES/webkit-3.0.mo
-share/locale/lv/LC_MESSAGES/webkit-3.0.mo
-share/locale/mr/LC_MESSAGES/webkit-3.0.mo
-share/locale/nb/LC_MESSAGES/webkit-3.0.mo
-share/locale/nl/LC_MESSAGES/webkit-3.0.mo
-share/locale/pa/LC_MESSAGES/webkit-3.0.mo
-share/locale/pl/LC_MESSAGES/webkit-3.0.mo
-share/locale/pt/LC_MESSAGES/webkit-3.0.mo
-share/locale/pt_BR/LC_MESSAGES/webkit-3.0.mo
-share/locale/ru/LC_MESSAGES/webkit-3.0.mo
-share/locale/sl/LC_MESSAGES/webkit-3.0.mo
-share/locale/sr/LC_MESSAGES/webkit-3.0.mo
-share/locale/sr at latin/LC_MESSAGES/webkit-3.0.mo
-share/locale/sv/LC_MESSAGES/webkit-3.0.mo
-share/locale/uk/LC_MESSAGES/webkit-3.0.mo
-share/locale/vi/LC_MESSAGES/webkit-3.0.mo
-share/locale/zh_CN/LC_MESSAGES/webkit-3.0.mo
+share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/sr at latin/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo
+share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo
 share/webkitgtk-3.0/images/deleteButton.png
 share/webkitgtk-3.0/images/inputSpeech.png
 share/webkitgtk-3.0/images/missingImage.png
@@ -394,355 +631,5 @@
 share/webkitgtk-3.0/images/panIcon.png
 share/webkitgtk-3.0/images/textAreaResizeCorner.png
 share/webkitgtk-3.0/images/urlIcon.png
+share/webkitgtk-3.0/resources/audio/Composite.wav
 share/webkitgtk-3.0/resources/error.html
-share/webkitgtk-3.0/webinspector/AdvancedSearchController.js
-share/webkitgtk-3.0/webinspector/ApplicationCacheItemsView.js
-share/webkitgtk-3.0/webinspector/ApplicationCacheModel.js
-share/webkitgtk-3.0/webinspector/AuditCategories.js
-share/webkitgtk-3.0/webinspector/AuditFormatters.js
-share/webkitgtk-3.0/webinspector/AuditLauncherView.js
-share/webkitgtk-3.0/webinspector/AuditResultView.js
-share/webkitgtk-3.0/webinspector/AuditRules.js
-share/webkitgtk-3.0/webinspector/AuditsPanel.js
-share/webkitgtk-3.0/webinspector/BinarySearch.js
-share/webkitgtk-3.0/webinspector/BottomUpProfileDataGridTree.js
-share/webkitgtk-3.0/webinspector/BreakpointManager.js
-share/webkitgtk-3.0/webinspector/BreakpointsSidebarPane.js
-share/webkitgtk-3.0/webinspector/CSSCompletions.js
-share/webkitgtk-3.0/webinspector/CSSKeywordCompletions.js
-share/webkitgtk-3.0/webinspector/CSSSelectorProfileView.js
-share/webkitgtk-3.0/webinspector/CSSStyleModel.js
-share/webkitgtk-3.0/webinspector/CallStackSidebarPane.js
-share/webkitgtk-3.0/webinspector/Checkbox.js
-share/webkitgtk-3.0/webinspector/Color.js
-share/webkitgtk-3.0/webinspector/CompilerSourceMapping.js
-share/webkitgtk-3.0/webinspector/ConsoleMessage.js
-share/webkitgtk-3.0/webinspector/ConsoleModel.js
-share/webkitgtk-3.0/webinspector/ConsolePanel.js
-share/webkitgtk-3.0/webinspector/ConsoleView.js
-share/webkitgtk-3.0/webinspector/ContentProviders.js
-share/webkitgtk-3.0/webinspector/ContextMenu.js
-share/webkitgtk-3.0/webinspector/CookieItemsView.js
-share/webkitgtk-3.0/webinspector/CookieParser.js
-share/webkitgtk-3.0/webinspector/CookiesTable.js
-share/webkitgtk-3.0/webinspector/DOMAgent.js
-share/webkitgtk-3.0/webinspector/DOMBreakpointsSidebarPane.js
-share/webkitgtk-3.0/webinspector/DOMPresentationUtils.js
-share/webkitgtk-3.0/webinspector/DOMStorage.js
-share/webkitgtk-3.0/webinspector/DOMStorageItemsView.js
-share/webkitgtk-3.0/webinspector/DOMSyntaxHighlighter.js
-share/webkitgtk-3.0/webinspector/DataGrid.js
-share/webkitgtk-3.0/webinspector/Database.js
-share/webkitgtk-3.0/webinspector/DatabaseQueryView.js
-share/webkitgtk-3.0/webinspector/DatabaseTableView.js
-share/webkitgtk-3.0/webinspector/DebuggerModel.js
-share/webkitgtk-3.0/webinspector/DebuggerPresentationModel.js
-share/webkitgtk-3.0/webinspector/DetailedHeapshotGridNodes.js
-share/webkitgtk-3.0/webinspector/DetailedHeapshotView.js
-share/webkitgtk-3.0/webinspector/Dialog.js
-share/webkitgtk-3.0/webinspector/Drawer.js
-share/webkitgtk-3.0/webinspector/ElementsPanel.js
-share/webkitgtk-3.0/webinspector/ElementsTreeOutline.js
-share/webkitgtk-3.0/webinspector/EmptyView.js
-share/webkitgtk-3.0/webinspector/EventListenersSidebarPane.js
-share/webkitgtk-3.0/webinspector/ExtensionAPI.js
-share/webkitgtk-3.0/webinspector/ExtensionAuditCategory.js
-share/webkitgtk-3.0/webinspector/ExtensionPanel.js
-share/webkitgtk-3.0/webinspector/ExtensionRegistryStub.js
-share/webkitgtk-3.0/webinspector/ExtensionServer.js
-share/webkitgtk-3.0/webinspector/FilteredItemSelectionDialog.js
-share/webkitgtk-3.0/webinspector/FontView.js
-share/webkitgtk-3.0/webinspector/GoToLineDialog.js
-share/webkitgtk-3.0/webinspector/HAREntry.js
-share/webkitgtk-3.0/webinspector/HandlerRegistry.js
-share/webkitgtk-3.0/webinspector/HeapSnapshot.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotProxy.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotWorker.js
-share/webkitgtk-3.0/webinspector/HeapSnapshotWorkerDispatcher.js
-share/webkitgtk-3.0/webinspector/HelpScreen.js
-share/webkitgtk-3.0/webinspector/ImageView.js
-share/webkitgtk-3.0/webinspector/Images/applicationCache.png
-share/webkitgtk-3.0/webinspector/Images/back.png
-share/webkitgtk-3.0/webinspector/Images/breakpointBorder.png
-share/webkitgtk-3.0/webinspector/Images/breakpointConditionalBorder.png
-share/webkitgtk-3.0/webinspector/Images/breakpointConditionalCounterBorder.png
-share/webkitgtk-3.0/webinspector/Images/breakpointCounterBorder.png
-share/webkitgtk-3.0/webinspector/Images/checker.png
-share/webkitgtk-3.0/webinspector/Images/closeButtons.png
-share/webkitgtk-3.0/webinspector/Images/cookie.png
-share/webkitgtk-3.0/webinspector/Images/database.png
-share/webkitgtk-3.0/webinspector/Images/databaseTable.png
-share/webkitgtk-3.0/webinspector/Images/debuggerContinue.png
-share/webkitgtk-3.0/webinspector/Images/debuggerPause.png
-share/webkitgtk-3.0/webinspector/Images/debuggerStepInto.png
-share/webkitgtk-3.0/webinspector/Images/debuggerStepOut.png
-share/webkitgtk-3.0/webinspector/Images/debuggerStepOver.png
-share/webkitgtk-3.0/webinspector/Images/deleteIcon.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDown.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownBlack.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownWhite.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRight.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightBlack.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDown.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png
-share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightWhite.png
-share/webkitgtk-3.0/webinspector/Images/domain.png
-share/webkitgtk-3.0/webinspector/Images/errorIcon.png
-share/webkitgtk-3.0/webinspector/Images/errorMediumIcon.png
-share/webkitgtk-3.0/webinspector/Images/errorRedDot.png
-share/webkitgtk-3.0/webinspector/Images/forward.png
-share/webkitgtk-3.0/webinspector/Images/frame.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeader.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeaderPressed.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelected.png
-share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelectedPressed.png
-share/webkitgtk-3.0/webinspector/Images/goArrow.png
-share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutLeft.png
-share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutRight.png
-share/webkitgtk-3.0/webinspector/Images/indexedDB.png
-share/webkitgtk-3.0/webinspector/Images/indexedDBIndex.png
-share/webkitgtk-3.0/webinspector/Images/indexedDBObjectStore.png
-share/webkitgtk-3.0/webinspector/Images/localStorage.png
-share/webkitgtk-3.0/webinspector/Images/navigatorPinButton.png
-share/webkitgtk-3.0/webinspector/Images/navigatorShowHideButton.png
-share/webkitgtk-3.0/webinspector/Images/paneAddButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneBottomGrow.png
-share/webkitgtk-3.0/webinspector/Images/paneBottomGrowActive.png
-share/webkitgtk-3.0/webinspector/Images/paneElementStateButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneFilterButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneGrowHandleLine.png
-share/webkitgtk-3.0/webinspector/Images/paneRefreshButtons.png
-share/webkitgtk-3.0/webinspector/Images/paneSettingsButtons.png
-share/webkitgtk-3.0/webinspector/Images/popoverArrows.png
-share/webkitgtk-3.0/webinspector/Images/popoverBackground.png
-share/webkitgtk-3.0/webinspector/Images/profileGroupIcon.png
-share/webkitgtk-3.0/webinspector/Images/profileIcon.png
-share/webkitgtk-3.0/webinspector/Images/profileSmallIcon.png
-share/webkitgtk-3.0/webinspector/Images/profilesSilhouette.png
-share/webkitgtk-3.0/webinspector/Images/programCounterBorder.png
-share/webkitgtk-3.0/webinspector/Images/radioDot.png
-share/webkitgtk-3.0/webinspector/Images/resourceCSSIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourceDocumentIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourceDocumentIconSmall.png
-share/webkitgtk-3.0/webinspector/Images/resourceJSIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourcePlainIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourcePlainIconSmall.png
-share/webkitgtk-3.0/webinspector/Images/resourcesSizeGraphIcon.png
-share/webkitgtk-3.0/webinspector/Images/resourcesTimeGraphIcon.png
-share/webkitgtk-3.0/webinspector/Images/scriptsSilhouette.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallBlue.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallBrightBlue.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallGray.png
-share/webkitgtk-3.0/webinspector/Images/searchSmallWhite.png
-share/webkitgtk-3.0/webinspector/Images/segment.png
-share/webkitgtk-3.0/webinspector/Images/segmentEnd.png
-share/webkitgtk-3.0/webinspector/Images/segmentHover.png
-share/webkitgtk-3.0/webinspector/Images/segmentHoverEnd.png
-share/webkitgtk-3.0/webinspector/Images/segmentSelected.png
-share/webkitgtk-3.0/webinspector/Images/segmentSelectedEnd.png
-share/webkitgtk-3.0/webinspector/Images/sessionStorage.png
-share/webkitgtk-3.0/webinspector/Images/spinner.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerActive.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerActiveSelected.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerInactive.gif
-share/webkitgtk-3.0/webinspector/Images/spinnerInactiveSelected.gif
-share/webkitgtk-3.0/webinspector/Images/splitviewDimple.png
-share/webkitgtk-3.0/webinspector/Images/splitviewDividerBackground.png
-share/webkitgtk-3.0/webinspector/Images/statusbarBackground.png
-share/webkitgtk-3.0/webinspector/Images/statusbarBottomBackground.png
-share/webkitgtk-3.0/webinspector/Images/statusbarButtonGlyphs.png
-share/webkitgtk-3.0/webinspector/Images/statusbarButtons.png
-share/webkitgtk-3.0/webinspector/Images/statusbarMenuButton.png
-share/webkitgtk-3.0/webinspector/Images/statusbarMenuButtonSelected.png
-share/webkitgtk-3.0/webinspector/Images/statusbarResizerHorizontal.png
-share/webkitgtk-3.0/webinspector/Images/statusbarResizerVertical.png
-share/webkitgtk-3.0/webinspector/Images/successGreenDot.png
-share/webkitgtk-3.0/webinspector/Images/thumbActiveHoriz.png
-share/webkitgtk-3.0/webinspector/Images/thumbActiveVert.png
-share/webkitgtk-3.0/webinspector/Images/thumbHoriz.png
-share/webkitgtk-3.0/webinspector/Images/thumbHoverHoriz.png
-share/webkitgtk-3.0/webinspector/Images/thumbHoverVert.png
-share/webkitgtk-3.0/webinspector/Images/thumbVert.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarBlue.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarGray.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarGreen.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarOrange.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarPurple.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarRed.png
-share/webkitgtk-3.0/webinspector/Images/timelineBarYellow.png
-share/webkitgtk-3.0/webinspector/Images/timelineCheckmarks.png
-share/webkitgtk-3.0/webinspector/Images/timelineDots.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillBlue.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGray.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGreen.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillOrange.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillPurple.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillRed.png
-share/webkitgtk-3.0/webinspector/Images/timelineHollowPillYellow.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillBlue.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillGray.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillGreen.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillOrange.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillPurple.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillRed.png
-share/webkitgtk-3.0/webinspector/Images/timelinePillYellow.png
-share/webkitgtk-3.0/webinspector/Images/toolbarIcons.png
-share/webkitgtk-3.0/webinspector/Images/toolbarIconsSmall.png
-share/webkitgtk-3.0/webinspector/Images/toolbarItemSelected.png
-share/webkitgtk-3.0/webinspector/Images/trackHoriz.png
-share/webkitgtk-3.0/webinspector/Images/trackVert.png
-share/webkitgtk-3.0/webinspector/Images/treeDownTriangleBlack.png
-share/webkitgtk-3.0/webinspector/Images/treeDownTriangleWhite.png
-share/webkitgtk-3.0/webinspector/Images/treeRightTriangleBlack.png
-share/webkitgtk-3.0/webinspector/Images/treeRightTriangleWhite.png
-share/webkitgtk-3.0/webinspector/Images/treeUpTriangleBlack.png
-share/webkitgtk-3.0/webinspector/Images/treeUpTriangleWhite.png
-share/webkitgtk-3.0/webinspector/Images/userInputIcon.png
-share/webkitgtk-3.0/webinspector/Images/userInputPreviousIcon.png
-share/webkitgtk-3.0/webinspector/Images/userInputResultIcon.png
-share/webkitgtk-3.0/webinspector/Images/warningIcon.png
-share/webkitgtk-3.0/webinspector/Images/warningMediumIcon.png
-share/webkitgtk-3.0/webinspector/Images/warningOrangeDot.png
-share/webkitgtk-3.0/webinspector/Images/warningsErrors.png
-share/webkitgtk-3.0/webinspector/IndexedDBModel.js
-share/webkitgtk-3.0/webinspector/InjectedFakeWorker.js
-share/webkitgtk-3.0/webinspector/InspectorBackend.js
-share/webkitgtk-3.0/webinspector/InspectorBackendStub.js
-share/webkitgtk-3.0/webinspector/InspectorFrontendAPI.js
-share/webkitgtk-3.0/webinspector/InspectorFrontendHostStub.js
-share/webkitgtk-3.0/webinspector/InspectorView.js
-share/webkitgtk-3.0/webinspector/JavaScriptContextManager.js
-share/webkitgtk-3.0/webinspector/JavaScriptFormatter.js
-share/webkitgtk-3.0/webinspector/JavaScriptSourceFrame.js
-share/webkitgtk-3.0/webinspector/KeyboardShortcut.js
-share/webkitgtk-3.0/webinspector/MemoryStatistics.js
-share/webkitgtk-3.0/webinspector/MetricsSidebarPane.js
-share/webkitgtk-3.0/webinspector/NetworkItemView.js
-share/webkitgtk-3.0/webinspector/NetworkLog.js
-share/webkitgtk-3.0/webinspector/NetworkManager.js
-share/webkitgtk-3.0/webinspector/NetworkPanel.js
-share/webkitgtk-3.0/webinspector/Object.js
-share/webkitgtk-3.0/webinspector/ObjectPopoverHelper.js
-share/webkitgtk-3.0/webinspector/ObjectPropertiesSection.js
-share/webkitgtk-3.0/webinspector/Panel.js
-share/webkitgtk-3.0/webinspector/PanelEnablerView.js
-share/webkitgtk-3.0/webinspector/PartialQuickSort.js
-share/webkitgtk-3.0/webinspector/Placard.js
-share/webkitgtk-3.0/webinspector/Popover.js
-share/webkitgtk-3.0/webinspector/ProfileDataGridTree.js
-share/webkitgtk-3.0/webinspector/ProfileLauncherView.js
-share/webkitgtk-3.0/webinspector/ProfileView.js
-share/webkitgtk-3.0/webinspector/ProfilesPanel.js
-share/webkitgtk-3.0/webinspector/PropertiesSection.js
-share/webkitgtk-3.0/webinspector/PropertiesSidebarPane.js
-share/webkitgtk-3.0/webinspector/RawSourceCode.js
-share/webkitgtk-3.0/webinspector/RemoteObject.js
-share/webkitgtk-3.0/webinspector/Resource.js
-share/webkitgtk-3.0/webinspector/ResourceCategory.js
-share/webkitgtk-3.0/webinspector/ResourceCookiesView.js
-share/webkitgtk-3.0/webinspector/ResourceHTMLView.js
-share/webkitgtk-3.0/webinspector/ResourceHeadersView.js
-share/webkitgtk-3.0/webinspector/ResourceJSONView.js
-share/webkitgtk-3.0/webinspector/ResourcePreviewView.js
-share/webkitgtk-3.0/webinspector/ResourceResponseView.js
-share/webkitgtk-3.0/webinspector/ResourceTimingView.js
-share/webkitgtk-3.0/webinspector/ResourceTreeModel.js
-share/webkitgtk-3.0/webinspector/ResourceUtils.js
-share/webkitgtk-3.0/webinspector/ResourceView.js
-share/webkitgtk-3.0/webinspector/ResourcesPanel.js
-share/webkitgtk-3.0/webinspector/ScopeChainSidebarPane.js
-share/webkitgtk-3.0/webinspector/Script.js
-share/webkitgtk-3.0/webinspector/ScriptFormatter.js
-share/webkitgtk-3.0/webinspector/ScriptFormatterWorker.js
-share/webkitgtk-3.0/webinspector/ScriptsNavigator.js
-share/webkitgtk-3.0/webinspector/ScriptsPanel.js
-share/webkitgtk-3.0/webinspector/ScriptsSearchScope.js
-share/webkitgtk-3.0/webinspector/SearchController.js
-share/webkitgtk-3.0/webinspector/Section.js
-share/webkitgtk-3.0/webinspector/Settings.js
-share/webkitgtk-3.0/webinspector/SettingsScreen.js
-share/webkitgtk-3.0/webinspector/ShortcutsScreen.js
-share/webkitgtk-3.0/webinspector/ShowMoreDataGridNode.js
-share/webkitgtk-3.0/webinspector/SidebarOverlay.js
-share/webkitgtk-3.0/webinspector/SidebarPane.js
-share/webkitgtk-3.0/webinspector/SidebarTreeElement.js
-share/webkitgtk-3.0/webinspector/SoftContextMenu.js
-share/webkitgtk-3.0/webinspector/SourceCSSTokenizer.js
-share/webkitgtk-3.0/webinspector/SourceFrame.js
-share/webkitgtk-3.0/webinspector/SourceHTMLTokenizer.js
-share/webkitgtk-3.0/webinspector/SourceJavaScriptTokenizer.js
-share/webkitgtk-3.0/webinspector/SourceTokenizer.js
-share/webkitgtk-3.0/webinspector/Spectrum.js
-share/webkitgtk-3.0/webinspector/SplitView.js
-share/webkitgtk-3.0/webinspector/StatusBarButton.js
-share/webkitgtk-3.0/webinspector/StylesSidebarPane.js
-share/webkitgtk-3.0/webinspector/TabbedEditorContainer.js
-share/webkitgtk-3.0/webinspector/TabbedPane.js
-share/webkitgtk-3.0/webinspector/TestController.js
-share/webkitgtk-3.0/webinspector/TextEditorHighlighter.js
-share/webkitgtk-3.0/webinspector/TextEditorModel.js
-share/webkitgtk-3.0/webinspector/TextPrompt.js
-share/webkitgtk-3.0/webinspector/TextViewer.js
-share/webkitgtk-3.0/webinspector/TimelineAgent.js
-share/webkitgtk-3.0/webinspector/TimelineGrid.js
-share/webkitgtk-3.0/webinspector/TimelineManager.js
-share/webkitgtk-3.0/webinspector/TimelineOverviewPane.js
-share/webkitgtk-3.0/webinspector/TimelinePanel.js
-share/webkitgtk-3.0/webinspector/Toolbar.js
-share/webkitgtk-3.0/webinspector/TopDownProfileDataGridTree.js
-share/webkitgtk-3.0/webinspector/UISourceCode.js
-share/webkitgtk-3.0/webinspector/UIUtils.js
-share/webkitgtk-3.0/webinspector/UglifyJS/parse-js.js
-share/webkitgtk-3.0/webinspector/UserMetrics.js
-share/webkitgtk-3.0/webinspector/View.js
-share/webkitgtk-3.0/webinspector/WatchExpressionsSidebarPane.js
-share/webkitgtk-3.0/webinspector/WorkerManager.js
-share/webkitgtk-3.0/webinspector/WorkersSidebarPane.js
-share/webkitgtk-3.0/webinspector/auditsPanel.css
-share/webkitgtk-3.0/webinspector/dataGrid.css
-share/webkitgtk-3.0/webinspector/dialog.css
-share/webkitgtk-3.0/webinspector/elementsPanel.css
-share/webkitgtk-3.0/webinspector/externs.js
-share/webkitgtk-3.0/webinspector/filteredItemSelectionDialog.css
-share/webkitgtk-3.0/webinspector/heapProfiler.css
-share/webkitgtk-3.0/webinspector/helpScreen.css
-share/webkitgtk-3.0/webinspector/inspector.css
-share/webkitgtk-3.0/webinspector/inspector.html
-share/webkitgtk-3.0/webinspector/inspector.js
-share/webkitgtk-3.0/webinspector/inspectorCommon.css
-share/webkitgtk-3.0/webinspector/inspectorSyntaxHighlight.css
-share/webkitgtk-3.0/webinspector/localizedStrings.js
-share/webkitgtk-3.0/webinspector/networkLogView.css
-share/webkitgtk-3.0/webinspector/networkPanel.css
-share/webkitgtk-3.0/webinspector/panelEnablerView.css
-share/webkitgtk-3.0/webinspector/popover.css
-share/webkitgtk-3.0/webinspector/profilesPanel.css
-share/webkitgtk-3.0/webinspector/resourceView.css
-share/webkitgtk-3.0/webinspector/resourcesPanel.css
-share/webkitgtk-3.0/webinspector/scriptsPanel.css
-share/webkitgtk-3.0/webinspector/splitView.css
-share/webkitgtk-3.0/webinspector/tabbedPane.css
-share/webkitgtk-3.0/webinspector/textPrompt.css
-share/webkitgtk-3.0/webinspector/textViewer.css
-share/webkitgtk-3.0/webinspector/timelinePanel.css
-share/webkitgtk-3.0/webinspector/treeoutline.js
-share/webkitgtk-3.0/webinspector/utilities.js
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrm share/webkitgtk-3.0/webinspector/UglifyJS
- at dirrm share/webkitgtk-3.0/webinspector/Images
- at dirrm share/webkitgtk-3.0/webinspector
- at dirrm share/webkitgtk-3.0/resources
- at dirrm share/webkitgtk-3.0/images
- at dirrm share/webkitgtk-3.0
- at dirrm share/gtk-doc/html/webkitgtk
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
- at dirrm include/webkitgtk-3.0/webkit2/WebKit2
- at dirrm include/webkitgtk-3.0/webkit2
- at dirrm include/webkitgtk-3.0/webkit
- at dirrm include/webkitgtk-3.0/JavaScriptCore
- at dirrm include/webkitgtk-3.0



More information about the Midnightbsd-cvs mailing list