summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-04 03:59:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-04 03:59:13 +0800
commit3362d89b3fcc7b590960b36791649832e4e65a43 (patch)
tree32efaeb65c63fab6790fced01f0f36d69a71d0f2 /www
parent64360ac6936c32a9c28eb4486573ddd59e914821 (diff)
downloadmarcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.gz
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.bz2
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.lz
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.xz
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.zst
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.zip
Update to 2.0.3.
This will need clang and libc++ from ports (not yet committed) to work on 9.1-stable and 9.x. This will not work on 9.1-R due to missing libc function that libc++ needs. Don't commit the -gtk2 port yet because that would impose the same limitations. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk3/Makefile92
-rw-r--r--www/webkit-gtk3/distinfo4
-rw-r--r--www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp12
-rw-r--r--www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h10
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y26
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp12
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp18
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y467
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp42
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp13
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp10
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp26
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html17
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp18
-rw-r--r--www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp10
-rw-r--r--www/webkit-gtk3/files/patch-cairo11
-rw-r--r--www/webkit-gtk3/files/patch-configure68
-rw-r--r--www/webkit-gtk3/pkg-plist625
18 files changed, 627 insertions, 854 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 187c5b235..9136f9212 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -3,32 +3,40 @@
# $MCom$
PORTNAME= webkit
-PORTVERSION= 1.8.3
+PORTVERSION= 2.0.3
CATEGORIES= www
MASTER_SITES= http://webkitgtk.org/releases/
PKGNAMESUFFIX= -gtk3
+DISTNAME= ${PORTNAME}gtk-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
-COMMENT= An opensource browser engine
+COMMENT= Opensource browser engine using the GTK+ 3 toolkit
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \
+ secret-1:${PORTSDIR}/security/libsecret \
icutu:${PORTSDIR}/devel/icu \
+ harfbuzz:${PORTSDIR}/print/harfbuzz \
+ webp:${PORTSDIR}/graphics/webp \
curl:${PORTSDIR}/ftp/curl \
soup-2.4:${PORTSDIR}/devel/libsoup
+LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
+
USE_XZ= yes
-USE_GSTREAMER= yes
+USE_GSTREAMER1= yes
MAKE_JOBS_SAFE= yes
-USE_XORG= xt
-USES= bison gettext pkgconfig
+USE_XORG= xt xdamage xcomposite
+USES= bison gettext pkgconfig shebangfix
+USE_RUBY= yes
+RUBY_NO_RUN_DEPENDS=yes
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= gtk30 libxslt ltverhack introspection:build
-USE_SQLITE= yes
-USE_PERL5= yes
+USE_GNOME= cairo gnomehier gtk20 gtk30 introspection:build \
+ libxslt:build
+USE_SQLITE= 3
+USE_PERL5_BUILD=yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \
@@ -43,14 +51,36 @@ CONFIGURE_ARGS= --with-gtk=3.0 \
--enable-introspection
MAKEFILE= GNUmakefile
+#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/WebCore/css/*.pl \
+ Source/WebCore/dom/*.pl \
+ Source/WebCore/inspector/xxd.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 \
+ Tools/Scripts/webkit-build-directory
+
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
+OPTIONS_DEFINE= WEBGL WEBAUDIO DEBUG FULLDEBUG
+OPTIONS_DEFAULT=WEBGL WEBAUDIO
+WEBAUDIO_DESC= Web audio support
WEBGL_DESC= Enable Web GL support
+DEBUG_DESC= Just enable debug symbols
+FULLDEBUG_DESC= Enable asserts and other debug support
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWEBGL}
USE_GL= gl
@@ -59,16 +89,45 @@ CONFIGURE_ARGS+=--enable-webgl
CONFIGURE_ARGS+=--disable-webgl
.endif
-.if ${PORT_OPTIONS:MDEBUG}
+.if ${PORT_OPTIONS:MWEBAUDIO}
+CONFIGURE_ARGS+=--enable-web-audio
+.else
+CONFIGURE_ARGS+=--disable-web-audio
+.endif
+
+.if ${PORT_OPTIONS:MFULLDEBUG}
CONFIGURE_ARGS+=--enable-debug
.else
CONFIGURE_ARGS+=--disable-debug
.endif
+.if ${PORT_OPTIONS:MDEBUG}
+CONFIGURE_ARGS+=--enable-debug-symbols=yes
+.endif
+
+# We need clang + libc++ or gcc 4.7+. gcc has libstdc++ conflict between
+# gcc port and base. This originates from icu
+# gtest to use <tr1/tuple,> while libc++ only has <tuple>
+CPPFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE
+CXXFLAGS+= -Wno-c++11-extensions -Qunused-arguments -stdlib=libc++
+LDFLAGS+= -stdlib=libc++
+.if ${OSVERSION}<1000019
+LDFLAGS+= -Wl,-Bstatic -licu
+BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \
+ libc++>=0:${PORTSDIR}/devel/libc++
+RUN_DEPENDS+= libc++>=0:${PORTSDIR}/devel/libc++
+CC= clang33
+CXX= clang++33
+CPP= clang-cpp33
+CONFIGURE_ENV+= CC=${CC} CXX=${CXX} CPP=${CPP}
+.endif
+
.if ${ARCH} == powerpc64
CFLAGS+= -mminimal-toc
.endif
+.include <bsd.port.pre.mk>
+
.if ${PERL_LEVEL} >= 501400
BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch
.endif
@@ -78,9 +137,6 @@ post-patch:
${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
@${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-# disable static library.
- @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \
- ${WRKDIR}/gnome-libtool
@${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \
${WRKSRC}/Source/WebCore/dom/make_names.pl \
${WRKSRC}/Source/WebCore/css/make-css-file-arrays.pl \
@@ -90,4 +146,8 @@ post-patch:
${WRKSRC}/Source/WebCore/css/makeprop.pl \
${WRKSRC}/Source/WebCore/make-hash-tools.pl
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \
+ ${PREFIX}/bin/GtkLauncher-3
+
.include <bsd.port.post.mk>
diff --git a/www/webkit-gtk3/distinfo b/www/webkit-gtk3/distinfo
index a8d0b11af..ae894484b 100644
--- a/www/webkit-gtk3/distinfo
+++ b/www/webkit-gtk3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (webkit-1.8.3.tar.xz) = ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7
-SIZE (webkit-1.8.3.tar.xz) = 7814028
+SHA256 (webkitgtk-2.0.3.tar.xz) = 9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b
+SIZE (webkitgtk-2.0.3.tar.xz) = 9845948
diff --git a/www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp b/www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp
deleted file mode 100644
index 82d5f90df..000000000
--- a/www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- Source/JavaScriptCore/wtf/NumberOfCores.cpp.orig 2012-05-16 10:42:39.000000000 +0200
-+++ Source/JavaScriptCore/wtf/NumberOfCores.cpp 2012-05-16 10:43:06.000000000 +0200
-@@ -27,8 +27,8 @@
- #include "NumberOfCores.h"
-
- #if OS(DARWIN) || OS(OPENBSD) || OS(NETBSD) || OS(FREEBSD)
--#include <sys/sysctl.h>
- #include <sys/types.h>
-+#include <sys/sysctl.h>
- #elif OS(LINUX) || OS(AIX) || OS(SOLARIS)
- #include <unistd.h>
- #elif OS(WINDOWS)
diff --git a/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
new file mode 100644
index 000000000..d02ccf9ec
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
@@ -0,0 +1,10 @@
+--- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig 2013-06-10 07:06:02.000000000 +0000
++++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h 2013-06-10 07:51:20.000000000 +0000
+@@ -172,6 +172,7 @@
+ #include <stddef.h> // For ptrdiff_t
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include <string.h>
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y b/www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y
deleted file mode 100644
index e96254f9b..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: Source/WebCore/css/CSSGrammar.y
-===================================================================
---- Source/WebCore/css/CSSGrammar.y (revision 124098)
-+++ Source/WebCore/css/CSSGrammar.y (revision 124099)
-@@ -54,11 +54,10 @@
- #define YYDEBUG 0
-
--// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend on bison 2.x
--#define YYPARSE_PARAM parser
--#define YYLEX_PARAM parser
--
- %}
-
- %pure_parser
-+
-+%parse-param { CSSParser* parser }
-+%lex-param { CSSParser* parser }
-
- %union {
-@@ -90,5 +89,5 @@
- %{
-
--static inline int cssyyerror(const char*)
-+static inline int cssyyerror(void*, const char*)
- {
- return 1;
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp b/www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp
deleted file mode 100644
index a45f74d0f..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: Source/WebCore/css/CSSParser.cpp
-===================================================================
---- Source/WebCore/css/CSSParser.cpp (revision 124098)
-+++ Source/WebCore/css/CSSParser.cpp (revision 124099)
-@@ -115,5 +115,5 @@
- #endif
-
--extern int cssyyparse(void* parser);
-+extern int cssyyparse(WebCore::CSSParser*);
-
- using namespace std;
-
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp b/www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp
deleted file mode 100644
index 424dcc034..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- Source/WebCore/plugins/gtk/PluginViewGtk.cpp.orig 2011-08-29 22:19:17.000000000 +0200
-+++ Source/WebCore/plugins/gtk/PluginViewGtk.cpp 2011-10-14 13:45:50.000000000 +0200
-@@ -68,6 +68,7 @@
- #endif
- #include <gtk/gtk.h>
-
-+#define String XtStringType
- #if defined(XP_UNIX)
- #include "RefPtrCairo.h"
- #include "gtk2xtbin.h"
-@@ -80,6 +81,7 @@
- #include "PluginMessageThrottlerWin.h"
- #include <gdk/gdkwin32.h>
- #endif
-+#undef String
-
- using JSC::ExecState;
- using JSC::Interpreter;
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y b/www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y
deleted file mode 100644
index a0213c8ac..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y
+++ /dev/null
@@ -1,467 +0,0 @@
---- Source/WebCore/xml/XPathGrammar.y.orig 2011-08-06 10:38:59.000000000 +0000
-+++ Source/WebCore/xml/XPathGrammar.y 2013-02-26 10:32:32.000000000 +0000
-@@ -36,6 +36,7 @@
- #include "XPathParser.h"
- #include "XPathPath.h"
- #include "XPathPredicate.h"
-+#include "XPathStep.h"
- #include "XPathVariableReference.h"
- #include <wtf/FastMalloc.h>
-
-@@ -46,8 +47,6 @@
- #define YYLTYPE_IS_TRIVIAL 1
- #define YYDEBUG 0
- #define YYMAXDEPTH 10000
--#define YYPARSE_PARAM parserParameter
--#define PARSER static_cast<Parser*>(parserParameter)
-
- using namespace WebCore;
- using namespace XPath;
-@@ -55,6 +54,7 @@
- %}
-
- %pure_parser
-+%parse-param { WebCore::XPath::Parser* parser }
-
- %union
- {
-@@ -73,7 +73,7 @@
- %{
-
- static int xpathyylex(YYSTYPE* yylval) { return Parser::current()->lex(yylval); }
--static void xpathyyerror(const char*) { }
-+static void xpathyyerror(void*, const char*) { }
-
- %}
-
-@@ -120,7 +120,7 @@
- Expr:
- OrExpr
- {
-- PARSER->m_topExpr = $1;
-+ parser->m_topExpr = $1;
- }
- ;
-
-@@ -140,7 +140,7 @@
- '/'
- {
- $$ = new LocationPath;
-- PARSER->registerParseNode($$);
-+ parser->registerParseNode($$);
- }
- |
- '/' RelativeLocationPath
-@@ -152,7 +152,7 @@
- {
- $$ = $2;
- $$->insertFirstStep($1);
-- PARSER->unregisterParseNode($1);
-+ parser->unregisterParseNode($1);
- }
- ;
-
-@@ -161,22 +161,22 @@
- {
- $$ = new LocationPath;
- $$->appendStep($1);
-- PARSER->unregisterParseNode($1);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->registerParseNode($$);
- }
- |
- RelativeLocationPath '/' Step
- {
- $$->appendStep($3);
-- PARSER->unregisterParseNode($3);
-+ parser->unregisterParseNode($3);
- }
- |
- RelativeLocationPath DescendantOrSelf Step
- {
- $$->appendStep($2);
- $$->appendStep($3);
-- PARSER->unregisterParseNode($2);
-- PARSER->unregisterParseNode($3);
-+ parser->unregisterParseNode($2);
-+ parser->unregisterParseNode($3);
- }
- ;
-
-@@ -185,58 +185,58 @@
- {
- if ($2) {
- $$ = new Step(Step::ChildAxis, *$1, *$2);
-- PARSER->deletePredicateVector($2);
-+ parser->deletePredicateVector($2);
- } else
- $$ = new Step(Step::ChildAxis, *$1);
-- PARSER->deleteNodeTest($1);
-- PARSER->registerParseNode($$);
-+ parser->deleteNodeTest($1);
-+ parser->registerParseNode($$);
- }
- |
- NAMETEST OptionalPredicateList
- {
- String localName;
- String namespaceURI;
-- if (!PARSER->expandQName(*$1, localName, namespaceURI)) {
-- PARSER->m_gotNamespaceError = true;
-+ if (!parser->expandQName(*$1, localName, namespaceURI)) {
-+ parser->m_gotNamespaceError = true;
- YYABORT;
- }
-
- if ($2) {
- $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2);
-- PARSER->deletePredicateVector($2);
-+ parser->deletePredicateVector($2);
- } else
- $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
-- PARSER->deleteString($1);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($1);
-+ parser->registerParseNode($$);
- }
- |
- AxisSpecifier NodeTest OptionalPredicateList
- {
- if ($3) {
- $$ = new Step($1, *$2, *$3);
-- PARSER->deletePredicateVector($3);
-+ parser->deletePredicateVector($3);
- } else
- $$ = new Step($1, *$2);
-- PARSER->deleteNodeTest($2);
-- PARSER->registerParseNode($$);
-+ parser->deleteNodeTest($2);
-+ parser->registerParseNode($$);
- }
- |
- AxisSpecifier NAMETEST OptionalPredicateList
- {
- String localName;
- String namespaceURI;
-- if (!PARSER->expandQName(*$2, localName, namespaceURI)) {
-- PARSER->m_gotNamespaceError = true;
-+ if (!parser->expandQName(*$2, localName, namespaceURI)) {
-+ parser->m_gotNamespaceError = true;
- YYABORT;
- }
-
- if ($3) {
- $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$3);
-- PARSER->deletePredicateVector($3);
-+ parser->deletePredicateVector($3);
- } else
- $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
-- PARSER->deleteString($2);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($2);
-+ parser->registerParseNode($$);
- }
- |
- AbbreviatedStep
-@@ -261,23 +261,23 @@
- else if (*$1 == "comment")
- $$ = new Step::NodeTest(Step::NodeTest::CommentNodeTest);
-
-- PARSER->deleteString($1);
-- PARSER->registerNodeTest($$);
-+ parser->deleteString($1);
-+ parser->registerNodeTest($$);
- }
- |
- PI '(' ')'
- {
- $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest);
-- PARSER->deleteString($1);
-- PARSER->registerNodeTest($$);
-+ parser->deleteString($1);
-+ parser->registerNodeTest($$);
- }
- |
- PI '(' LITERAL ')'
- {
- $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest, $3->stripWhiteSpace());
-- PARSER->deleteString($1);
-- PARSER->deleteString($3);
-- PARSER->registerNodeTest($$);
-+ parser->deleteString($1);
-+ parser->deleteString($3);
-+ parser->registerNodeTest($$);
- }
- ;
-
-@@ -295,14 +295,14 @@
- {
- $$ = new Vector<Predicate*>;
- $$->append(new Predicate($1));
-- PARSER->unregisterParseNode($1);
-- PARSER->registerPredicateVector($$);
-+ parser->unregisterParseNode($1);
-+ parser->registerPredicateVector($$);
- }
- |
- PredicateList Predicate
- {
- $$->append(new Predicate($2));
-- PARSER->unregisterParseNode($2);
-+ parser->unregisterParseNode($2);
- }
- ;
-
-@@ -317,7 +317,7 @@
- SLASHSLASH
- {
- $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
-- PARSER->registerParseNode($$);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -325,13 +325,13 @@
- '.'
- {
- $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
-- PARSER->registerParseNode($$);
-+ parser->registerParseNode($$);
- }
- |
- DOTDOT
- {
- $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
-- PARSER->registerParseNode($$);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -339,8 +339,8 @@
- VARIABLEREFERENCE
- {
- $$ = new VariableReference(*$1);
-- PARSER->deleteString($1);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($1);
-+ parser->registerParseNode($$);
- }
- |
- '(' Expr ')'
-@@ -351,15 +351,15 @@
- LITERAL
- {
- $$ = new StringExpression(*$1);
-- PARSER->deleteString($1);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($1);
-+ parser->registerParseNode($$);
- }
- |
- NUMBER
- {
- $$ = new Number($1->toDouble());
-- PARSER->deleteString($1);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($1);
-+ parser->registerParseNode($$);
- }
- |
- FunctionCall
-@@ -371,8 +371,8 @@
- $$ = createFunction(*$1);
- if (!$$)
- YYABORT;
-- PARSER->deleteString($1);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($1);
-+ parser->registerParseNode($$);
- }
- |
- FUNCTIONNAME '(' ArgumentList ')'
-@@ -380,9 +380,9 @@
- $$ = createFunction(*$1, *$3);
- if (!$$)
- YYABORT;
-- PARSER->deleteString($1);
-- PARSER->deleteExpressionVector($3);
-- PARSER->registerParseNode($$);
-+ parser->deleteString($1);
-+ parser->deleteExpressionVector($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -391,14 +391,14 @@
- {
- $$ = new Vector<Expression*>;
- $$->append($1);
-- PARSER->unregisterParseNode($1);
-- PARSER->registerExpressionVector($$);
-+ parser->unregisterParseNode($1);
-+ parser->registerExpressionVector($$);
- }
- |
- ArgumentList ',' Argument
- {
- $$->append($3);
-- PARSER->unregisterParseNode($3);
-+ parser->unregisterParseNode($3);
- }
- ;
-
-@@ -414,9 +414,9 @@
- $$ = new Union;
- $$->addSubExpression($1);
- $$->addSubExpression($3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -432,9 +432,9 @@
- {
- $3->setAbsolute(true);
- $$ = new Path(static_cast<Filter*>($1), $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- |
- FilterExpr DescendantOrSelf RelativeLocationPath
-@@ -442,10 +442,10 @@
- $3->insertFirstStep($2);
- $3->setAbsolute(true);
- $$ = new Path(static_cast<Filter*>($1), $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($2);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($2);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -455,9 +455,9 @@
- PrimaryExpr PredicateList
- {
- $$ = new Filter($1, *$2);
-- PARSER->unregisterParseNode($1);
-- PARSER->deletePredicateVector($2);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->deletePredicateVector($2);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -467,9 +467,9 @@
- OrExpr OR AndExpr
- {
- $$ = new LogicalOp(LogicalOp::OP_Or, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -479,9 +479,9 @@
- AndExpr AND EqualityExpr
- {
- $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -491,9 +491,9 @@
- EqualityExpr EQOP RelationalExpr
- {
- $$ = new EqTestOp($2, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -503,9 +503,9 @@
- RelationalExpr RELOP AdditiveExpr
- {
- $$ = new EqTestOp($2, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -515,17 +515,17 @@
- AdditiveExpr PLUS MultiplicativeExpr
- {
- $$ = new NumericOp(NumericOp::OP_Add, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- |
- AdditiveExpr MINUS MultiplicativeExpr
- {
- $$ = new NumericOp(NumericOp::OP_Sub, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -535,9 +535,9 @@
- MultiplicativeExpr MULOP UnaryExpr
- {
- $$ = new NumericOp($2, $1, $3);
-- PARSER->unregisterParseNode($1);
-- PARSER->unregisterParseNode($3);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($1);
-+ parser->unregisterParseNode($3);
-+ parser->registerParseNode($$);
- }
- ;
-
-@@ -548,8 +548,8 @@
- {
- $$ = new Negative;
- $$->addSubExpression($2);
-- PARSER->unregisterParseNode($2);
-- PARSER->registerParseNode($$);
-+ parser->unregisterParseNode($2);
-+ parser->registerParseNode($$);
- }
- ;
-
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp b/www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp
deleted file mode 100644
index bacafcf92..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp
+++ /dev/null
@@ -1,42 +0,0 @@
---- Source/WebCore/xml/XPathParser.cpp.orig 2011-08-06 10:38:59.000000000 +0000
-+++ Source/WebCore/xml/XPathParser.cpp 2013-02-26 10:11:22.000000000 +0000
-@@ -34,24 +34,21 @@
- #include "XPathEvaluator.h"
- #include "XPathException.h"
- #include "XPathNSResolver.h"
-+#include "XPathPath.h"
- #include "XPathStep.h"
- #include <wtf/StdLibExtras.h>
- #include <wtf/text/StringHash.h>
-
--int xpathyyparse(void*);
--
-+using namespace WebCore;
- using namespace WTF;
- using namespace Unicode;
-+using namespace XPath;
-
--namespace WebCore {
--namespace XPath {
--
--class LocationPath;
--
--#include "XPathGrammar.h"
-+extern int xpathyyparse(WebCore::XPath::Parser*);
-+#include "XPathGrammar.h"
-
- Parser* Parser::currentParser = 0;
--
-+
- enum XMLCat { NameStart, NameCont, NotPartOfName };
-
- typedef HashMap<String, Step::Axis> AxisNamesMap;
-@@ -632,7 +629,5 @@
- delete t;
- }
-
--}
--}
-
- #endif // ENABLE(XPATH)
-
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp b/www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp
new file mode 100644
index 000000000..872726025
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix.cpp
@@ -0,0 +1,13 @@
+man 3 basename
+
+--- Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp.orig 2013-06-11 20:02:23.000000000 +0000
++++ Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp 2013-06-11 20:04:31.000000000 +0000
+@@ -48,6 +48,8 @@
+
+ #ifdef XP_UNIX
+
++#include <libgen.h>
++
+ #if !LOG_DISABLED
+ static const char xErrorString[] = "The program '%s' received an X Window System error.\n"
+ "This probably reflects a bug in a browser plugin.\n"
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp b/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp
new file mode 100644
index 000000000..b2ed9b7aa
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk.cpp
@@ -0,0 +1,10 @@
+--- Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp.orig 2012-09-24 16:48:12.000000000 +0000
++++ Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp 2012-09-24 16:48:41.000000000 +0000
+@@ -27,6 +27,7 @@
+ #include "config.h"
+ #include "ProcessLauncher.h"
+
++#include <sys/wait.h>
+ #include "Connection.h"
+ #include "ProcessExecutablePath.h"
+ #include <WebCore/FileSystem.h>
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp b/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp
new file mode 100644
index 000000000..19d754496
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix.cpp
@@ -0,0 +1,26 @@
+--- Source/WebKit2/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp.orig 2013-06-10 07:21:09.000000000 +0000
++++ Source/WebKit2/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp 2013-06-10 07:29:32.000000000 +0000
+@@ -78,19 +78,23 @@ bool PluginProcessProxy::scanPlugin(cons
+ // As a consequence, we make sure that the disposition is set to
+ // SIG_DFL before calling g_spawn_sync().
+ struct sigaction action;
++#if defined(SIGCLD)
+ sigaction(SIGCLD, 0, &action);
+ if (action.sa_handler == SIG_IGN) {
+ action.sa_handler = SIG_DFL;
+ sigaction(SIGCLD, &action, 0);
+ }
++#endif
+
+ if (!g_spawn_sync(0, argv, 0, G_SPAWN_STDERR_TO_DEV_NULL, 0, 0, &stdOut, 0, &status, 0))
+ return false;
+
++#if defined(WEXITSTATUS)
+ if (!WIFEXITED(status) || WEXITSTATUS(status) != EXIT_SUCCESS || !stdOut) {
+ free(stdOut);
+ return false;
+ }
++#endif
+
+ String stdOutString(reinterpret_cast<const UChar*>(stdOut));
+ free(stdOut);
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html b/www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html
deleted file mode 100644
index 07e04aafb..000000000
--- a/www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html
+++ /dev/null
@@ -1,17 +0,0 @@
---- Source/WebKit/gtk/resources/error.html.orig
-+++ Source/WebKit/gtk/resources/error.html
-@@ -21,12 +21,12 @@
- }
-
- #errorTitleText {
-- font-size: 120%;
-+ font-size: 120%%;
- font-weight: bold;
- }
-
- #errorMessageText {
-- font-size: 80%;
-+ font-size: 80%%;
- }
-
- </style>
diff --git a/www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp b/www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp
index 958014e4e..f7ca5e227 100644
--- a/www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp
+++ b/www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp
@@ -1,8 +1,6 @@
-https://bugs.webkit.org/show_bug.cgi?id=50173
-
---- Source/WebKit/gtk/webkit/webkitwebview.cpp.orig 2011-06-14 02:10:55.000000000 +0200
-+++ Source/WebKit/gtk/webkit/webkitwebview.cpp 2011-08-27 10:48:52.000000000 +0200
-@@ -4939,6 +4939,8 @@
+--- Source/WebKit/gtk/webkit/webkitwebview.cpp.orig 2013-03-26 18:25:31.000000000 +0000
++++ Source/WebKit/gtk/webkit/webkitwebview.cpp 2013-03-31 11:49:59.000000000 +0000
+@@ -5061,6 +5061,8 @@ void webkit_web_view_add_main_resource(W
priv->mainResource = adoptGRef(webResource);
priv->mainResourceIdentifier = identifier;
@@ -11,12 +9,12 @@ https://bugs.webkit.org/show_bug.cgi?id=50173
}
void webkit_web_view_add_resource(WebKitWebView* webView, const char* identifier, WebKitWebResource* webResource)
-@@ -4955,6 +4957,8 @@
- priv->mainResource = 0;
- } else
- g_hash_table_remove(priv->subResources.get(), identifier);
+@@ -5078,6 +5080,8 @@ void webkitWebViewRemoveSubresource(WebK
+ if (!mainResource.isNull() && g_str_equal(identifier, mainResource.data()))
+ return;
+ g_hash_table_remove(webView->priv->subResources.get(), identifier);
+
-+ g_object_unref(webView);
++ g_object_unref(webView);
}
WebKitWebResource* webkit_web_view_get_resource(WebKitWebView* webView, char* identifier)
diff --git a/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp b/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
new file mode 100644
index 000000000..0c47c03ee
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
@@ -0,0 +1,10 @@
+--- Tools/ImageDiff/gtk/ImageDiff.cpp.orig 2013-06-14 11:11:41.000000000 +0000
++++ Tools/ImageDiff/gtk/ImageDiff.cpp 2013-06-14 11:27:33.000000000 +0000
+@@ -31,6 +31,7 @@
+ #include <cmath>
+ #include <cstdio>
+ #include <cstring>
++#include <stdlib.h>
+ #include <gdk/gdk.h>
+
+ using namespace std;
diff --git a/www/webkit-gtk3/files/patch-cairo b/www/webkit-gtk3/files/patch-cairo
deleted file mode 100644
index 2f928af19..000000000
--- a/www/webkit-gtk3/files/patch-cairo
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000
-+++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000
-@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable()
- NativeImagePtr BitmapImage::frameAtIndex(size_t index)
- {
- if (index >= frameCount())
-- return 0;
-+ return NULL;
-
- if (index >= m_frames.size() || !m_frames[index].m_frame)
- cacheFrame(index);
diff --git a/www/webkit-gtk3/files/patch-configure b/www/webkit-gtk3/files/patch-configure
index 8466810cd..c326f9b82 100644
--- a/www/webkit-gtk3/files/patch-configure
+++ b/www/webkit-gtk3/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2012-05-16 12:57:04.000000000 +0200
-+++ configure 2012-05-16 14:00:03.000000000 +0200
-@@ -19144,8 +19144,8 @@
+--- configure.orig 2013-06-11 12:47:07.000000000 +0200
++++ configure 2013-06-22 10:50:41.000000000 +0200
+@@ -17508,8 +17508,8 @@
.SECONDARY: $(gsettings_SCHEMAS)
gsettings__base_list = \
@@ -11,12 +11,66 @@
install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
@$(NORMAL_INSTALL)
-@@ -20440,7 +20440,7 @@
+@@ -17518,7 +17518,7 @@
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+- done | $(gsettings__base_list) | \
++ done | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \
+@@ -19538,8 +19538,8 @@
+ $as_echo "yes" >&6; }
+
+ fi
+- FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS"
+- FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS"
++ FREETYPE_CFLAGS="${FREETYPE_CFLAGS} $HARFBUZZ_ICU_CFLAGS"
++ FREETYPE_LIBS="${FREETYPE_LIBS} $HARFBUZZ_ICU_LIBS"
+ fi
+
+
+@@ -20144,7 +20144,7 @@
+
+ fi
+
+-acceleration_backend_description=$with_acceleration_backend
++acceleration_backend_description=${with_acceleration_backend}
+ if test "$with_acceleration_backend" = "clutter"; then
+
+ pkg_failed=no
+@@ -20341,18 +20341,18 @@
+
+ if test "$with_acceleration_backend" = "opengl"; then
+ if test "$enable_gles2" = "yes"; then
+- acceleration_backend_description+= "(gles2"
++ acceleration_backend_description="${acceleration_backend_description} (gles2"
+ OPENGL_LIBS="-lGLESv2"
+ else
+- acceleration_backend_description+="(gl"
++ acceleration_backend_description="${acceleration_backend_description} (gl"
+ OPENGL_LIBS="-lGL"
+ fi
+ if test "$enable_egl" = "yes"; then
+- acceleration_backend_description+=", egl"
++ acceleration_backend_description="${acceleration_backend_description}, egl"
+ OPENGL_LIBS+=" -lEGL"
+ fi
+ if test "$enable_glx" = "yes"; then
+- acceleration_backend_description+=", glx"
++ acceleration_backend_description="${acceleration_backend_description}, glx"
+ fi
+
+ # Check whether dlopen() is in the core libc like on FreeBSD, or in a separate
+@@ -20405,8 +20405,8 @@
+
- done
-- OPENGL_LIBS="-lGL -ldl"
-+ OPENGL_LIBS="-lGL"
+- OPENGL_LIBS+=" $DLOPEN_LIBS"
+- acceleration_backend_description+=")"
++ OPENGL_LIBS="${OPENGL_LIBS} $DLOPEN_LIBS"
++ acceleration_backend_description="${acceleration_backend_description})"
fi
diff --git a/www/webkit-gtk3/pkg-plist b/www/webkit-gtk3/pkg-plist
index 5c419b129..7b4700c5f 100644
--- a/www/webkit-gtk3/pkg-plist
+++ b/www/webkit-gtk3/pkg-plist
@@ -1,156 +1,21 @@
+bin/GtkLauncher-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
@@ -178,6 +43,7 @@ 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/WKAPICastSoup.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
@@ -186,12 +52,17 @@ 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/WKBaseSoup.h
+include/webkitgtk-3.0/webkit2/WebKit2/WKBatteryManager.h
+include/webkitgtk-3.0/webkit2/WebKit2/WKBatteryStatus.h
include/webkitgtk-3.0/webkit2/WebKit2/WKCertificateInfo.h
+include/webkitgtk-3.0/webkit2/WebKit2/WKColorPickerResultListener.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/WKContextSoup.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
@@ -205,6 +76,7 @@ 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/WKFullScreenClientGtk.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
@@ -215,12 +87,15 @@ 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/WKInspectorClientGtk.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/WKNetworkInfo.h
+include/webkitgtk-3.0/webkit2/WebKit2/WKNetworkInfoManager.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
@@ -232,17 +107,21 @@ 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/WKPageVisibilityTypes.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/WKRenderLayer.h
+include/webkitgtk-3.0/webkit2/WebKit2/WKRenderObject.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/WKSoupRequestManager.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
@@ -251,42 +130,275 @@ 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/WKVibration.cpp
include/webkitgtk-3.0/webkit2/WebKit2/WKView.h
-include/webkitgtk-3.0/webkit2/WebKit2/WebKit2.h
+include/webkitgtk-3.0/webkit2/WebKit2/WebKit2_C.h
include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h
include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.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/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/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/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
+include/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMBarInfo.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/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/WebKitDOMHTMLPropertiesCollection.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/WebKitDOMLocation.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/WebKitDOMMemoryInfo.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMMicroDataItemValue.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/WebKitDOMPropertyNodeList.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/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/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/WebKitDOMWebKitNamedFlow.h
+include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.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/JSCore-3.0.typelib
lib/girepository-1.0/WebKit-3.0.typelib
+lib/girepository-1.0/WebKit2-3.0.typelib
lib/libjavascriptcoregtk-3.0.la
lib/libjavascriptcoregtk-3.0.so
-lib/libjavascriptcoregtk-3.0.so.0
+lib/libjavascriptcoregtk-3.0.so.13
+lib/libwebkit2gtk-3.0.la
+lib/libwebkit2gtk-3.0.so
+lib/libwebkit2gtk-3.0.so.25
lib/libwebkitgtk-3.0.la
lib/libwebkitgtk-3.0.so
-lib/libwebkitgtk-3.0.so.0
+lib/libwebkitgtk-3.0.so.18
+lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.la
+lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
libdata/pkgconfig/javascriptcoregtk-3.0.pc
+libdata/pkgconfig/webkit2gtk-3.0.pc
libdata/pkgconfig/webkitgtk-3.0.pc
+libexec/WebKitPluginProcess
+libexec/WebKitWebProcess
share/gir-1.0/JSCore-3.0.gir
share/gir-1.0/WebKit-3.0.gir
+share/gir-1.0/WebKit2-3.0.gir
+share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html
+share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.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/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/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/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.png
+share/gtk-doc/html/webkit2gtk/right.png
+share/gtk-doc/html/webkit2gtk/style.css
+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/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
@@ -353,42 +465,50 @@ share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html
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@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@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
@@ -396,6 +516,7 @@ share/webkitgtk-3.0/images/nullPlugin.png
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
@@ -406,22 +527,26 @@ 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/CPUProfileView.js
+share/webkitgtk-3.0/webinspector/CSSMetadata.js
+share/webkitgtk-3.0/webinspector/CSSNamedFlowCollectionsView.js
+share/webkitgtk-3.0/webinspector/CSSNamedFlowView.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/CanvasProfileView.js
share/webkitgtk-3.0/webinspector/Checkbox.js
+share/webkitgtk-3.0/webinspector/CodeMirrorTextEditor.js
share/webkitgtk-3.0/webinspector/Color.js
-share/webkitgtk-3.0/webinspector/CompilerSourceMapping.js
+share/webkitgtk-3.0/webinspector/CompilerScriptMapping.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/ContentProvider.js
share/webkitgtk-3.0/webinspector/ContentProviders.js
share/webkitgtk-3.0/webinspector/ContextMenu.js
share/webkitgtk-3.0/webinspector/CookieItemsView.js
@@ -429,6 +554,8 @@ 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/DOMCountersGraph.js
+share/webkitgtk-3.0/webinspector/DOMExtension.js
share/webkitgtk-3.0/webinspector/DOMPresentationUtils.js
share/webkitgtk-3.0/webinspector/DOMStorage.js
share/webkitgtk-3.0/webinspector/DOMStorageItemsView.js
@@ -438,12 +565,15 @@ 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/DebuggerScriptMapping.js
+share/webkitgtk-3.0/webinspector/DefaultScriptMapping.js
+share/webkitgtk-3.0/webinspector/DefaultTextEditor.js
share/webkitgtk-3.0/webinspector/Dialog.js
+share/webkitgtk-3.0/webinspector/DirectoryContentView.js
+share/webkitgtk-3.0/webinspector/DockController.js
share/webkitgtk-3.0/webinspector/Drawer.js
share/webkitgtk-3.0/webinspector/ElementsPanel.js
+share/webkitgtk-3.0/webinspector/ElementsPanelDescriptor.js
share/webkitgtk-3.0/webinspector/ElementsTreeOutline.js
share/webkitgtk-3.0/webinspector/EmptyView.js
share/webkitgtk-3.0/webinspector/EventListenersSidebarPane.js
@@ -452,17 +582,31 @@ 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/ExtensionView.js
+share/webkitgtk-3.0/webinspector/FileContentView.js
+share/webkitgtk-3.0/webinspector/FileManager.js
+share/webkitgtk-3.0/webinspector/FileMapping.js
+share/webkitgtk-3.0/webinspector/FileSystemMapping.js
+share/webkitgtk-3.0/webinspector/FileSystemModel.js
+share/webkitgtk-3.0/webinspector/FileSystemProjectDelegate.js
+share/webkitgtk-3.0/webinspector/FileSystemView.js
+share/webkitgtk-3.0/webinspector/FileUtils.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/HeapSnapshotDataGrids.js
+share/webkitgtk-3.0/webinspector/HeapSnapshotGridNodes.js
+share/webkitgtk-3.0/webinspector/HeapSnapshotLoader.js
share/webkitgtk-3.0/webinspector/HeapSnapshotProxy.js
+share/webkitgtk-3.0/webinspector/HeapSnapshotView.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/addIcon.png
share/webkitgtk-3.0/webinspector/Images/applicationCache.png
share/webkitgtk-3.0/webinspector/Images/back.png
share/webkitgtk-3.0/webinspector/Images/breakpointBorder.png
@@ -493,6 +637,7 @@ 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/fileSystem.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
@@ -506,7 +651,7 @@ 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/namedFlowOverflow.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
@@ -524,6 +669,9 @@ 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/regionEmpty.png
+share/webkitgtk-3.0/webinspector/Images/regionFit.png
+share/webkitgtk-3.0/webinspector/Images/regionOverset.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
@@ -533,6 +681,8 @@ 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/searchNext.png
+share/webkitgtk-3.0/webinspector/Images/searchPrev.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
@@ -551,12 +701,8 @@ 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/statusbarButtonGlyphs2x.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
@@ -566,15 +712,7 @@ 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/tickMark.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
@@ -608,57 +746,82 @@ 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/IndexedDBViews.js
share/webkitgtk-3.0/webinspector/InspectorBackend.js
-share/webkitgtk-3.0/webinspector/InspectorBackendStub.js
+share/webkitgtk-3.0/webinspector/InspectorBackendCommands.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/IsolatedFileSystem.js
+share/webkitgtk-3.0/webinspector/IsolatedFileSystemManager.js
+share/webkitgtk-3.0/webinspector/JSHeapSnapshot.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/Linkifier.js
+share/webkitgtk-3.0/webinspector/LiveEditSupport.js
share/webkitgtk-3.0/webinspector/MemoryStatistics.js
share/webkitgtk-3.0/webinspector/MetricsSidebarPane.js
+share/webkitgtk-3.0/webinspector/NativeBreakpointsSidebarPane.js
+share/webkitgtk-3.0/webinspector/NativeHeapSnapshot.js
+share/webkitgtk-3.0/webinspector/NativeMemoryGraph.js
+share/webkitgtk-3.0/webinspector/NativeMemorySnapshotView.js
+share/webkitgtk-3.0/webinspector/NavigatorOverlayController.js
+share/webkitgtk-3.0/webinspector/NavigatorView.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/NetworkPanelDescriptor.js
+share/webkitgtk-3.0/webinspector/NetworkRequest.js
+share/webkitgtk-3.0/webinspector/NetworkUISourceCodeProvider.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/OverridesView.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/ParsedURL.js
share/webkitgtk-3.0/webinspector/Placard.js
share/webkitgtk-3.0/webinspector/Popover.js
+share/webkitgtk-3.0/webinspector/PresentationConsoleMessageHelper.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/ProfilesPanelDescriptor.js
+share/webkitgtk-3.0/webinspector/Progress.js
+share/webkitgtk-3.0/webinspector/ProgressIndicator.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/RequestCookiesView.js
+share/webkitgtk-3.0/webinspector/RequestHTMLView.js
+share/webkitgtk-3.0/webinspector/RequestHeadersView.js
+share/webkitgtk-3.0/webinspector/RequestJSONView.js
+share/webkitgtk-3.0/webinspector/RequestPreviewView.js
+share/webkitgtk-3.0/webinspector/RequestResponseView.js
+share/webkitgtk-3.0/webinspector/RequestTimingView.js
+share/webkitgtk-3.0/webinspector/RequestView.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/ResourceScriptMapping.js
share/webkitgtk-3.0/webinspector/ResourceTreeModel.js
+share/webkitgtk-3.0/webinspector/ResourceType.js
share/webkitgtk-3.0/webinspector/ResourceUtils.js
share/webkitgtk-3.0/webinspector/ResourceView.js
+share/webkitgtk-3.0/webinspector/ResourceWebSocketFrameView.js
share/webkitgtk-3.0/webinspector/ResourcesPanel.js
+share/webkitgtk-3.0/webinspector/RevisionHistoryView.js
+share/webkitgtk-3.0/webinspector/RuntimeModel.js
+share/webkitgtk-3.0/webinspector/SASSSourceMapping.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/ScriptSnippetModel.js
share/webkitgtk-3.0/webinspector/ScriptsNavigator.js
share/webkitgtk-3.0/webinspector/ScriptsPanel.js
+share/webkitgtk-3.0/webinspector/ScriptsPanelDescriptor.js
share/webkitgtk-3.0/webinspector/ScriptsSearchScope.js
share/webkitgtk-3.0/webinspector/SearchController.js
share/webkitgtk-3.0/webinspector/Section.js
@@ -669,39 +832,60 @@ 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/SidebarView.js
+share/webkitgtk-3.0/webinspector/SimpleWorkspaceProvider.js
+share/webkitgtk-3.0/webinspector/SnippetJavaScriptSourceFrame.js
+share/webkitgtk-3.0/webinspector/SnippetStorage.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/SourceMap.js
+share/webkitgtk-3.0/webinspector/SourceMapping.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/StyleSheetOutlineDialog.js
share/webkitgtk-3.0/webinspector/StylesSidebarPane.js
+share/webkitgtk-3.0/webinspector/StylesSourceMapping.js
+share/webkitgtk-3.0/webinspector/SuggestBox.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/TextEditor.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/TextUtils.js
+share/webkitgtk-3.0/webinspector/TimelineFrameController.js
share/webkitgtk-3.0/webinspector/TimelineGrid.js
share/webkitgtk-3.0/webinspector/TimelineManager.js
+share/webkitgtk-3.0/webinspector/TimelineModel.js
share/webkitgtk-3.0/webinspector/TimelineOverviewPane.js
share/webkitgtk-3.0/webinspector/TimelinePanel.js
+share/webkitgtk-3.0/webinspector/TimelinePanelDescriptor.js
+share/webkitgtk-3.0/webinspector/TimelinePresentationModel.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/UISourceCodeFrame.js
+share/webkitgtk-3.0/webinspector/UIString.js
share/webkitgtk-3.0/webinspector/UIUtils.js
share/webkitgtk-3.0/webinspector/UglifyJS/parse-js.js
+share/webkitgtk-3.0/webinspector/UserAgentSupport.js
share/webkitgtk-3.0/webinspector/UserMetrics.js
share/webkitgtk-3.0/webinspector/View.js
+share/webkitgtk-3.0/webinspector/ViewportControl.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/Workspace.js
share/webkitgtk-3.0/webinspector/auditsPanel.css
+share/webkitgtk-3.0/webinspector/breadcrumbList.css
+share/webkitgtk-3.0/webinspector/canvasProfiler.css
+share/webkitgtk-3.0/webinspector/cssNamedFlows.css
share/webkitgtk-3.0/webinspector/dataGrid.css
share/webkitgtk-3.0/webinspector/dialog.css
share/webkitgtk-3.0/webinspector/elementsPanel.css
@@ -709,12 +893,17 @@ 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/indexedDBViews.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/inspectorPageIndex.html
share/webkitgtk-3.0/webinspector/inspectorSyntaxHighlight.css
+share/webkitgtk-3.0/webinspector/jsdifflib.js
share/webkitgtk-3.0/webinspector/localizedStrings.js
+share/webkitgtk-3.0/webinspector/nativeMemoryProfiler.css
+share/webkitgtk-3.0/webinspector/navigatorView.css
share/webkitgtk-3.0/webinspector/networkLogView.css
share/webkitgtk-3.0/webinspector/networkPanel.css
share/webkitgtk-3.0/webinspector/panelEnablerView.css
@@ -722,11 +911,14 @@ 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/revisionHistory.css
share/webkitgtk-3.0/webinspector/scriptsPanel.css
+share/webkitgtk-3.0/webinspector/spectrum.css
share/webkitgtk-3.0/webinspector/splitView.css
share/webkitgtk-3.0/webinspector/tabbedPane.css
+share/webkitgtk-3.0/webinspector/test-runner.html
+share/webkitgtk-3.0/webinspector/textEditor.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
@@ -737,12 +929,17 @@ share/webkitgtk-3.0/webinspector/utilities.js
@dirrm share/webkitgtk-3.0/webinspector/UglifyJS
@dirrm share/webkitgtk-3.0/webinspector/Images
@dirrm share/webkitgtk-3.0/webinspector
+@dirrm share/webkitgtk-3.0/resources/audio
@dirrm share/webkitgtk-3.0/resources
@dirrm share/webkitgtk-3.0/images
@dirrm share/webkitgtk-3.0
@dirrm share/gtk-doc/html/webkitgtk
+@dirrm share/gtk-doc/html/webkit2gtk
@dirrmtry share/gtk-doc/html
@dirrmtry share/gtk-doc
+@dirrm lib/webkit2gtk-3.0/injected-bundle
+@dirrm lib/webkit2gtk-3.0
+@dirrm include/webkitgtk-3.0/webkitdom
@dirrm include/webkitgtk-3.0/webkit2/WebKit2
@dirrm include/webkitgtk-3.0/webkit2
@dirrm include/webkitgtk-3.0/webkit