FreeBSD Bugzilla – Attachment 147623 Details for
Bug 193625
www/webkit-gtk3: Update to 2.4.4, Make NLS and HTML docs conditional for multiple ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/webkit-gtk3
webkit-gtk3.svndif (text/plain), 110.26 KB, created by
Anonymized Account
on 2014-09-23 19:49:38 UTC
(
hide
)
Description:
www/webkit-gtk3
Filename:
MIME Type:
Creator:
Anonymized Account
Created:
2014-09-23 19:49:38 UTC
Size:
110.26 KB
patch
obsolete
>Index: www/webkit-gtk3/Makefile >=================================================================== >--- www/webkit-gtk3/Makefile (revision 368159) >+++ www/webkit-gtk3/Makefile (working copy) >@@ -3,14 +3,14 @@ > # $MCom: ports/www/webkit-gtk3/Makefile,v 1.32 2013/03/09 09:12:39 kwm Exp $ > > PORTNAME= webkit >-PORTVERSION= 1.8.3 >-PORTREVISION= 5 >+PORTVERSION= 2.4.4 > CATEGORIES= www > MASTER_SITES= http://webkitgtk.org/releases/ > PKGNAMESUFFIX= -gtk3 >+DISTNAME= webkitgtk-${PORTVERSION} > > MAINTAINER= gnome@FreeBSD.org >-COMMENT= Opensource browser engine >+COMMENT= An opensource browser engine > > BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ > ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ >@@ -18,13 +18,17 @@ > LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ > libicutu.so:${PORTSDIR}/devel/icu \ > libcurl.so:${PORTSDIR}/ftp/curl \ >- libsoup-2.4.so:${PORTSDIR}/devel/libsoup >+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup\ >+ libsecret-0.15.so:${PORTSDIR}/security/libsecret\ >+ libwebp-0.4.0.so:${PORTSDIR}/graphics/webp \ >+ libcairo-1.10.2.so:${PORTSDIR}/graphics/cairo > >-USE_GSTREAMER= yes >+USE_GSTREAMER1= yes > USE_XORG= xt >-USES= bison gettext gmake libtool perl5 pkgconfig \ >- tar:xz >-USE_GNOME= gtk30 introspection:build libxslt >+USE_RUBY= yes >+USES= tar:xz bison gmake libtool:keepla pkgconfig perl5 >+#CMAKE_ARGS= -DGLIBCONFIG_INCLUDE_DIR=${PREFIX}/include/glib-2.0 -DPORT=GTK >+USE_GNOME= gtk20 gtk30 introspection:build libxslt ltverhack > USE_SQLITE= yes > USE_LDCONFIG= yes > USE_PYTHON_BUILD= yes >@@ -34,6 +38,7 @@ > ZLIB_LIBS="-L/usr/lib -lz" \ > ac_cv_path_DOLT_BASH="" \ > PYTHON="${PYTHON_CMD}" >+#CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/cairo -I${WRKSRC}/Source/ThirdParty/ANGLE/include/GLSLANG > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip >@@ -46,8 +51,9 @@ > BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 > #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", > >-OPTIONS_DEFINE= WEBGL DEBUG >+OPTIONS_DEFINE= WEBGL DEBUG HTML NLS > OPTIONS_DEFAULT=WEBGL >+HTML_DESC= Install HTML documentation > WEBGL_DESC= Enable Web GL support > > .include <bsd.port.options.mk> >@@ -62,11 +68,26 @@ > .if ${PORT_OPTIONS:MDEBUG} > CONFIGURE_ARGS+=--enable-debug > .else >+INSTALL_TARGET= install-strip > CONFIGURE_ARGS+=--disable-debug > .endif > >-CCISCLANG!= ${CC} --version >+.if ${PORT_OPTIONS:MHTML} >+PLIST_SUB+= HTML="" >+.else >+PLIST_SUB+= HTML="@comment " >+.endif > >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+.if ${PORT_OPTIONS:MNLS} >+PLIST_SUB+= NLS="" >+.else >+PLIST_SUB+= NLS="@comment " >+.endif >+ >+CCISCLANG!= ${CC} --version >+ > .if !empty(CCISCLANG:M*clang*) > CPPFLAGS+= -Wno-c++11-extensions > .endif >Index: www/webkit-gtk3/distinfo >=================================================================== >--- www/webkit-gtk3/distinfo (revision 368159) >+++ www/webkit-gtk3/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (webkit-1.8.3.tar.xz) = ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7 >-SIZE (webkit-1.8.3.tar.xz) = 7814028 >+SHA256 (webkitgtk-2.4.4.tar.xz) = 58cbfc7e352ae1e1f5e383f9f766795794d88483e9a52377a295f56eedf53ab9 >+SIZE (webkitgtk-2.4.4.tar.xz) = 9844048 >Index: www/webkit-gtk3/files/patch-GNUmakefile.in >=================================================================== >--- www/webkit-gtk3/files/patch-GNUmakefile.in (revision 368159) >+++ www/webkit-gtk3/files/patch-GNUmakefile.in (working copy) >@@ -1,6 +1,6 @@ >---- GNUmakefile.in.orig 2013-10-03 09:22:02.000000000 +0000 >-+++ GNUmakefile.in 2013-10-03 09:23:50.000000000 +0000 >-@@ -19060,8 +19060,7 @@ >+--- GNUmakefile.in.orig 2014-07-08 17:15:04.000000000 +0600 >++++ GNUmakefile.in 2014-08-03 21:24:59.000000000 +0600 >+@@ -23158,8 +23158,7 @@ > libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \ > $(WINMM_LIBS) \ > -lm \ >@@ -9,4 +9,4 @@ > + -lpthread > > Programs_minidom_LDFLAGS = \ >- -no-install \ >+ -no-install >Index: www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_Atomics.h >=================================================================== >--- www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_Atomics.h (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_Atomics.h (working copy) >@@ -1,45 +0,0 @@ >---- Source/JavaScriptCore/wtf/Atomics.h.orig 2013-09-06 13:54:07.000000000 +0200 >-+++ Source/JavaScriptCore/wtf/Atomics.h 2013-09-06 13:55:58.000000000 +0200 >-@@ -65,18 +65,10 @@ >- >- #if OS(WINDOWS) >- #include <windows.h> >--#elif OS(DARWIN) >--#include <libkern/OSAtomic.h> >- #elif OS(QNX) >- #include <atomic.h> >- #elif OS(ANDROID) >- #include <sys/atomics.h> >--#elif COMPILER(GCC) >--#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2)) >--#include <ext/atomicity.h> >--#else >--#include <bits/atomicity.h> >--#endif >- #endif >- >- namespace WTF { >-@@ -92,12 +84,6 @@ inline int atomicIncrement(int volatile* >- inline int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast<long volatile*>(addend)); } >- #endif >- >--#elif OS(DARWIN) >--#define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1 >-- >--inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast<int*>(addend)); } >--inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast<int*>(addend)); } >-- >- #elif OS(QNX) >- #define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1 >- >-@@ -113,8 +99,8 @@ inline int atomicDecrement(int volatile* >- #elif COMPILER(GCC) && !CPU(SPARC64) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc >- #define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1 >- >--inline int atomicIncrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, 1) + 1; } >--inline int atomicDecrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, -1) - 1; } >-+inline int atomicIncrement(int volatile* addend) { return __sync_add_and_fetch(addend, 1); } >-+inline int atomicDecrement(int volatile* addend) { return __sync_sub_and_fetch(addend, 1); } >- >- #endif >- >Index: www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_DisallowCType.h >=================================================================== >--- www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_DisallowCType.h (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_DisallowCType.h (working copy) >@@ -1,16 +0,0 @@ >---- Source/JavaScriptCore/wtf/DisallowCType.h.orig 2012-08-20 18:26:04.000000000 +0200 >-+++ Source/JavaScriptCore/wtf/DisallowCType.h 2013-09-11 12:41:07.000000000 +0200 >-@@ -35,6 +35,13 @@ >- // ASCII-specific functions instead. This header makes sure we get a compile-time >- // error if we use one of the <ctype.h> functions by accident. >- >-+// Include inlined functions using <ctype.h> first to avoid compilation errors >-+#ifdef __cplusplus >-+#include <cwchar> >-+#include <cwctype> >-+#include <string> >-+#endif >-+ >- #include <ctype.h> >- >- #undef isalnum >Index: www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp (working copy) >@@ -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) >Index: www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y (working copy) >@@ -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; >Index: www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp (working copy) >@@ -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; >- >Index: www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h (working copy) >@@ -1,11 +0,0 @@ >---- ./Source/WebCore/editing/Editor.h.orig 2012-08-04 16:33:45.000000000 +0200 >-+++ ./Source/WebCore/editing/Editor.h 2012-08-04 16:34:06.000000000 +0200 >-@@ -385,7 +385,7 @@ >- void deviceScaleFactorChanged(); >- >- private: >-- virtual void willDetachPage() OVERRIDE; >-+ virtual void willDetachPage(); >- >- OwnPtr<DeleteButtonController> m_deleteButtonController; >- RefPtr<CompositeEditCommand> m_lastEditCommand; >Index: www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (working copy) >@@ -1,10 +0,0 @@ >---- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000 >-+++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000 >-@@ -375,6 +375,7 @@ Vector<String> PluginDatabase::defaultPl >- userPluginPath.append(String("/.netscape/plugins")); >- paths.append(userPluginPath); >- >-+ paths.append("%%BROWSER_PLUGINS_DIR%%"); >- paths.append("/usr/lib/browser/plugins"); >- paths.append("/usr/local/lib/mozilla/plugins"); >- paths.append("/usr/lib/firefox/plugins"); >Index: www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp (working copy) >@@ -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; >Index: www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y (working copy) >@@ -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($$); >- } >- ; >- >Index: www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp (working copy) >@@ -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) >- >Index: www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html (working copy) >@@ -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> >Index: www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp (working copy) >@@ -1,22 +0,0 @@ >-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 @@ >- >- priv->mainResource = adoptGRef(webResource); >- priv->mainResourceIdentifier = identifier; >-+ >-+ g_object_ref(webView); >- } >- >- 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); >-+ >-+ g_object_unref(webView); >- } >- >- WebKitWebResource* webkit_web_view_get_resource(WebKitWebView* webView, char* identifier) >Index: www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp (working copy) >@@ -1,10 +0,0 @@ >---- Tools/DumpRenderTree/gtk/DumpRenderTree.cpp.orig 2012-08-20 18:26:18.000000000 +0200 >-+++ Tools/DumpRenderTree/gtk/DumpRenderTree.cpp 2013-09-11 12:28:29.000000000 +0200 >-@@ -48,6 +48,7 @@ >- #include "WorkQueueItem.h" >- #include <JavaScriptCore/JavaScript.h> >- #include <cassert> >-+#include <clocale> >- #include <cstdlib> >- #include <cstring> >- #include <getopt.h> >Index: www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp >=================================================================== >--- www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp (revision 368159) >+++ www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp (working copy) >@@ -1,10 +0,0 @@ >---- Tools/DumpRenderTree/gtk/ImageDiff.cpp.orig 2013-09-11 12:29:19.000000000 +0200 >-+++ Tools/DumpRenderTree/gtk/ImageDiff.cpp 2013-09-11 12:29:38.000000000 +0200 >-@@ -30,6 +30,7 @@ >- #include <algorithm> >- #include <cmath> >- #include <cstdio> >-+#include <cstdlib> >- #include <cstring> >- #include <gdk/gdk.h> >- >Index: www/webkit-gtk3/files/patch-cairo >=================================================================== >--- www/webkit-gtk3/files/patch-cairo (revision 368159) >+++ www/webkit-gtk3/files/patch-cairo (working copy) >@@ -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); >Index: www/webkit-gtk3/files/patch-configure >=================================================================== >--- www/webkit-gtk3/files/patch-configure (revision 368159) >+++ www/webkit-gtk3/files/patch-configure (working copy) >@@ -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 2014-07-08 15:44:12.000000000 +0600 >++++ configure 2014-08-03 21:28:54.000000000 +0600 >+@@ -17664,8 +17664,8 @@ > .SECONDARY: $(gsettings_SCHEMAS) > > gsettings__base_list = \ >@@ -11,12 +11,3 @@ > > install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) > @$(NORMAL_INSTALL) >-@@ -20440,7 +20440,7 @@ >- >- done >- >-- OPENGL_LIBS="-lGL -ldl" >-+ OPENGL_LIBS="-lGL" >- fi >- >- >Index: www/webkit-gtk3/pkg-message >=================================================================== >--- www/webkit-gtk3/pkg-message (revision 0) >+++ www/webkit-gtk3/pkg-message (working copy) >@@ -0,0 +1,2 @@ >+WebKit build requires patched gmake -- make sure is is compiled with >+"WEBKIT_FIX" option! > >Property changes on: www/webkit-gtk3/pkg-message >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: www/webkit-gtk3/pkg-plist >=================================================================== >--- www/webkit-gtk3/pkg-plist (revision 368159) >+++ www/webkit-gtk3/pkg-plist (working copy) >@@ -3,154 +3,18 @@ > 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,219 +40,727 @@ > 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.la > lib/libjavascriptcoregtk-3.0.so > lib/libjavascriptcoregtk-3.0.so.0 >-lib/libjavascriptcoregtk-3.0.so.0.13.4 >+lib/libjavascriptcoregtk-3.0.so.0.16.12 >+lib/libwebkit2gtk-3.0.la >+lib/libwebkit2gtk-3.0.so >+lib/libwebkit2gtk-3.0.so.25 >+lib/libwebkit2gtk-3.0.so.25.10.7 >+lib/libwebkitgtk-3.0.la > lib/libwebkitgtk-3.0.so > lib/libwebkitgtk-3.0.so.0 >-lib/libwebkitgtk-3.0.so.0.13.4 >+lib/libwebkitgtk-3.0.so.0.22.10 > 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 >+lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.la >+lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so >+libexec/WebKitNetworkProcess >+libexec/WebKitPluginProcess >+libexec/WebKitWebProcess >+share/gir-1.0/JavaScriptCore-3.0.gir > share/gir-1.0/WebKit-3.0.gir >-share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html >-share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html >-share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html >-share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html >-share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html >-share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html >-share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html >-share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html >-share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html >-share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html >-share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html >-share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html >-share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html >-share/gtk-doc/html/webkitgtk/WebKitWebFrame.html >-share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html >-share/gtk-doc/html/webkitgtk/WebKitWebInspector.html >-share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html >-share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html >-share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html >-share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html >-share/gtk-doc/html/webkitgtk/WebKitWebResource.html >-share/gtk-doc/html/webkitgtk/WebKitWebSettings.html >-share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html >-share/gtk-doc/html/webkitgtk/annotation-glossary.html >-share/gtk-doc/html/webkitgtk/ch01.html >-share/gtk-doc/html/webkitgtk/ch02.html >-share/gtk-doc/html/webkitgtk/ch03.html >-share/gtk-doc/html/webkitgtk/home.png >-share/gtk-doc/html/webkitgtk/index-1.0.1.html >-share/gtk-doc/html/webkitgtk/index-1.0.2.html >-share/gtk-doc/html/webkitgtk/index-1.0.3.html >-share/gtk-doc/html/webkitgtk/index-1.1.1.html >-share/gtk-doc/html/webkitgtk/index-1.1.10.html >-share/gtk-doc/html/webkitgtk/index-1.1.11.html >-share/gtk-doc/html/webkitgtk/index-1.1.13.html >-share/gtk-doc/html/webkitgtk/index-1.1.14.html >-share/gtk-doc/html/webkitgtk/index-1.1.15.html >-share/gtk-doc/html/webkitgtk/index-1.1.16.html >-share/gtk-doc/html/webkitgtk/index-1.1.17.html >-share/gtk-doc/html/webkitgtk/index-1.1.18.html >-share/gtk-doc/html/webkitgtk/index-1.1.2.html >-share/gtk-doc/html/webkitgtk/index-1.1.20.html >-share/gtk-doc/html/webkitgtk/index-1.1.23.html >-share/gtk-doc/html/webkitgtk/index-1.1.3.html >-share/gtk-doc/html/webkitgtk/index-1.1.4.html >-share/gtk-doc/html/webkitgtk/index-1.1.5.html >-share/gtk-doc/html/webkitgtk/index-1.1.6.html >-share/gtk-doc/html/webkitgtk/index-1.1.7.html >-share/gtk-doc/html/webkitgtk/index-1.1.8.html >-share/gtk-doc/html/webkitgtk/index-1.3.1.html >-share/gtk-doc/html/webkitgtk/index-1.3.2.html >-share/gtk-doc/html/webkitgtk/index-1.3.3.html >-share/gtk-doc/html/webkitgtk/index-1.3.4.html >-share/gtk-doc/html/webkitgtk/index-1.3.8.html >-share/gtk-doc/html/webkitgtk/index-all.html >-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.png >-share/gtk-doc/html/webkitgtk/right.png >-share/gtk-doc/html/webkitgtk/style.css >-share/gtk-doc/html/webkitgtk/up.png >-share/gtk-doc/html/webkitgtk/webkit-environment.html >-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/gir-1.0/WebKit2-3.0.gir >+share/gir-1.0/WebKit2WebExtension-3.0.gir >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitContextMenu.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitCookieManager.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitDownload.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFindController.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFrame.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitNavigationPolicyDecision.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPermissionRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPlugin.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPolicyDecision.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPrintOperation.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitSettings.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitURIRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitURIResponse.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebContext.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebExtension.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebInspector.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebPage.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebResource.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebView.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/annotation-glossary.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/api-index-2-2.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/api-index-2-4.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/ch01.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/ch02.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/home.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/index-all.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/index.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/index.sgml >+%%HTML%%share/gtk-doc/html/webkit2gtk/left-insensitive.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/left.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/right-insensitive.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/right.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/style.css >+%%HTML%%share/gtk-doc/html/webkit2gtk/up-insensitive.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/up.png >+%%HTML%%share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html >+%%HTML%%share/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2 >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/annotation-glossary.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/ch01.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/home.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/index-all.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/index.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/index.sgml >+%%HTML%%share/gtk-doc/html/webkitdomgtk/left-insensitive.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/left.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/right-insensitive.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/right.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/style.css >+%%HTML%%share/gtk-doc/html/webkitdomgtk/up-insensitive.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/up.png >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html >+%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2 >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebFrame.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebInspector.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebResource.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebSettings.html >+%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html >+%%HTML%%share/gtk-doc/html/webkitgtk/annotation-glossary.html >+%%HTML%%share/gtk-doc/html/webkitgtk/ch01.html >+%%HTML%%share/gtk-doc/html/webkitgtk/ch02.html >+%%HTML%%share/gtk-doc/html/webkitgtk/ch03.html >+%%HTML%%share/gtk-doc/html/webkitgtk/home.png >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.0.1.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.0.2.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.0.3.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.1.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.10.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.11.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.13.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.14.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.15.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.16.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.17.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.18.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.2.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.20.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.23.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.3.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.4.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.5.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.6.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.7.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.8.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.1.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.2.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.3.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.4.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.8.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-all.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index-deprecated.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index.html >+%%HTML%%share/gtk-doc/html/webkitgtk/index.sgml >+%%HTML%%share/gtk-doc/html/webkitgtk/left-insensitive.png >+%%HTML%%share/gtk-doc/html/webkitgtk/left.png >+%%HTML%%share/gtk-doc/html/webkitgtk/right-insensitive.png >+%%HTML%%share/gtk-doc/html/webkitgtk/right.png >+%%HTML%%share/gtk-doc/html/webkitgtk/style.css >+%%HTML%%share/gtk-doc/html/webkitgtk/up-insensitive.png >+%%HTML%%share/gtk-doc/html/webkitgtk/up.png >+%%HTML%%share/gtk-doc/html/webkitgtk/webkit-environment.html >+%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html >+%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html >+%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html >+%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2 >+%%HTML%%@dirrm share/gtk-doc/html/webkitgtk >+%%HTML%%@dirrmtry share/gtk-doc/html >+%%HTML%%@dirrmtry share/gtk-doc >+%%NLS%%share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo >+%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/as/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/en_CA/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/en_GB/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/eo/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/et/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/eu/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/gl/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/gu/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/he/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/hi/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/hu/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/id/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/kn/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/lt/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/lv/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/ml/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/nb/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/or/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/pa/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/sr/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/ta/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/vi/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES >+%%NLS%%@dirrmtry share/locale/ar/ >+%%NLS%%@dirrmtry share/locale/as/ >+%%NLS%%@dirrmtry share/locale/bg/ >+%%NLS%%@dirrmtry share/locale/cs/ >+%%NLS%%@dirrmtry share/locale/de/ >+%%NLS%%@dirrmtry share/locale/el/ >+%%NLS%%@dirrmtry share/locale/en_CA/ >+%%NLS%%@dirrmtry share/locale/en_GB/ >+%%NLS%%@dirrmtry share/locale/eo/ >+%%NLS%%@dirrmtry share/locale/es/ >+%%NLS%%@dirrmtry share/locale/et/ >+%%NLS%%@dirrmtry share/locale/eu/ >+%%NLS%%@dirrmtry share/locale/fr/ >+%%NLS%%@dirrmtry share/locale/gl/ >+%%NLS%%@dirrmtry share/locale/gu/ >+%%NLS%%@dirrmtry share/locale/he/ >+%%NLS%%@dirrmtry share/locale/hi/ >+%%NLS%%@dirrmtry share/locale/hu/ >+%%NLS%%@dirrmtry share/locale/id/ >+%%NLS%%@dirrmtry share/locale/it/ >+%%NLS%%@dirrmtry share/locale/kn/ >+%%NLS%%@dirrmtry share/locale/ko/ >+%%NLS%%@dirrmtry share/locale/lt/ >+%%NLS%%@dirrmtry share/locale/lv/ >+%%NLS%%@dirrmtry share/locale/ml/ >+%%NLS%%@dirrmtry share/locale/mr/ >+%%NLS%%@dirrmtry share/locale/nb/ >+%%NLS%%@dirrmtry share/locale/nl/ >+%%NLS%%@dirrmtry share/locale/or/ >+%%NLS%%@dirrmtry share/locale/pa/ >+%%NLS%%@dirrmtry share/locale/pl/ >+%%NLS%%@dirrmtry share/locale/pt/ >+%%NLS%%@dirrmtry share/locale/pt_BR/ >+%%NLS%%@dirrmtry share/locale/ro/ >+%%NLS%%@dirrmtry share/locale/ru/ >+%%NLS%%@dirrmtry share/locale/sl/ >+%%NLS%%@dirrmtry share/locale/sr/ >+%%NLS%%@dirrmtry share/locale/sr@latin/ >+%%NLS%%@dirrmtry share/locale/sv/ >+%%NLS%%@dirrmtry share/locale/ta/ >+%%NLS%%@dirrmtry share/locale/te/ >+%%NLS%%@dirrmtry share/locale/uk/ >+%%NLS%%@dirrmtry share/locale/vi/ >+%%NLS%%@dirrmtry share/locale/zh_CN/ > share/webkitgtk-3.0/images/deleteButton.png > share/webkitgtk-3.0/images/inputSpeech.png > share/webkitgtk-3.0/images/missingImage.png >@@ -396,355 +768,20 @@ > 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 >-@dirrmtry share/locale/sr@latin/LC_MESSAGES >-@dirrmtry share/locale/sr@latin >-@dirrmtry share/locale/mr/LC_MESSAGES >-@dirrmtry share/locale/mr >-@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 >-@dirrm share/webkitgtk-3.0/images >-@dirrm share/webkitgtk-3.0 >-@dirrm share/gtk-doc/html/webkitgtk >-@dirrmtry share/gtk-doc/html >-@dirrmtry share/gtk-doc >-@dirrm include/webkitgtk-3.0/webkit2/WebKit2 >-@dirrm include/webkitgtk-3.0/webkit2 >-@dirrm include/webkitgtk-3.0/webkit >-@dirrm include/webkitgtk-3.0/JavaScriptCore >-@dirrm include/webkitgtk-3.0 >+@dirrmtry include/webkitgtk-3.0/JavaScriptCore >+@dirrmtry include/webkitgtk-3.0/webkit >+@dirrmtry include/webkitgtk-3.0/webkit2 >+@dirrmtry include/webkitgtk-3.0/webkitdom >+@dirrmtry include/webkitgtk-3.0 >+@dirrmtry libdata/pkgconfig >+@dirrmtry lib/webkit2gtk-3.0/injected-bundle >+@dirrmtry lib/webkit2gtk-3.0 >+@dirrmtry share/gtk-doc/html/webkit2gtk >+@dirrmtry share/gtk-doc/html/webkitdomgtk >+@dirrmtry share/gtk-doc/html/webkitgtk >+@dirrmtry share/webkitgtk-3.0/images >+@dirrmtry share/webkitgtk-3.0/resources/audio >+@dirrmtry share/webkitgtk-3.0/resources >+@dirrmtry share/webkitgtk-3.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193625
:
147292
|
147299
|
147302
|
147615
|
147616
|
147617
|
147618
|
147620
|
147621
|
147622
|
147623
|
147726
|
147981
|
148304
|
148462
|
148852
|
148853
|
148854
|
148855
|
148856
|
148857
|
148858
|
148859
|
149838
|
149839
|
149840
|
149841