View | Details | Raw Unified | Return to bug 193625 | Differences between
and this patch

Collapse All | Expand All

(-)www/webkit-gtk3/Makefile (-10 / +31 lines)
Lines 3-16 Link Here
3
#   $MCom: ports/www/webkit-gtk3/Makefile,v 1.32 2013/03/09 09:12:39 kwm Exp $
3
#   $MCom: ports/www/webkit-gtk3/Makefile,v 1.32 2013/03/09 09:12:39 kwm Exp $
4
4
5
PORTNAME=	webkit
5
PORTNAME=	webkit
6
PORTVERSION=	1.8.3
6
PORTVERSION=	2.4.4
7
PORTREVISION=	5
8
CATEGORIES=	www
7
CATEGORIES=	www
9
MASTER_SITES=	http://webkitgtk.org/releases/
8
MASTER_SITES=	http://webkitgtk.org/releases/
10
PKGNAMESUFFIX=	-gtk3
9
PKGNAMESUFFIX=	-gtk3
10
DISTNAME=	webkitgtk-${PORTVERSION}
11
11
12
MAINTAINER=	gnome@FreeBSD.org
12
MAINTAINER=	gnome@FreeBSD.org
13
COMMENT=	Opensource browser engine
13
COMMENT=	An opensource browser engine
14
14
15
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
15
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
16
		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
16
		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
Lines 18-30 Link Here
18
LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant \
18
LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant \
19
		libicutu.so:${PORTSDIR}/devel/icu \
19
		libicutu.so:${PORTSDIR}/devel/icu \
20
		libcurl.so:${PORTSDIR}/ftp/curl \
20
		libcurl.so:${PORTSDIR}/ftp/curl \
21
		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
21
		libsoup-2.4.so:${PORTSDIR}/devel/libsoup\
22
		libsecret-0.15.so:${PORTSDIR}/security/libsecret\
23
		libwebp-0.4.0.so:${PORTSDIR}/graphics/webp \
24
		libcairo-1.10.2.so:${PORTSDIR}/graphics/cairo
22
25
23
USE_GSTREAMER=	yes
26
USE_GSTREAMER1=	yes
24
USE_XORG=	xt
27
USE_XORG=	xt
25
USES=		bison gettext gmake libtool perl5 pkgconfig \
28
USE_RUBY=	yes
26
		tar:xz
29
USES=		tar:xz bison gmake libtool:keepla pkgconfig perl5
27
USE_GNOME=	gtk30 introspection:build libxslt
30
#CMAKE_ARGS=    -DGLIBCONFIG_INCLUDE_DIR=${PREFIX}/include/glib-2.0 -DPORT=GTK
31
USE_GNOME=	gtk20 gtk30 introspection:build libxslt
28
USE_SQLITE=	yes
32
USE_SQLITE=	yes
29
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
30
USE_PYTHON_BUILD=	yes
34
USE_PYTHON_BUILD=	yes
Lines 34-39 Link Here
34
		ZLIB_LIBS="-L/usr/lib -lz" \
38
		ZLIB_LIBS="-L/usr/lib -lz" \
35
		ac_cv_path_DOLT_BASH="" \
39
		ac_cv_path_DOLT_BASH="" \
36
		PYTHON="${PYTHON_CMD}"
40
		PYTHON="${PYTHON_CMD}"
41
#CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/cairo -I${WRKSRC}/Source/ThirdParty/ANGLE/include/GLSLANG
37
CPPFLAGS+=	-I${LOCALBASE}/include
42
CPPFLAGS+=	-I${LOCALBASE}/include
38
LDFLAGS+=	-L${LOCALBASE}/lib
43
LDFLAGS+=	-L${LOCALBASE}/lib
39
INSTALL_TARGET=	install-strip
44
INSTALL_TARGET=	install-strip
Lines 46-53 Link Here
46
BROWSER_PLUGINS_DIR?=	${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
51
BROWSER_PLUGINS_DIR?=	${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
47
#_BROWSER_PLUGINS_DIR=	${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
52
#_BROWSER_PLUGINS_DIR=	${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
48
53
49
OPTIONS_DEFINE=	WEBGL DEBUG
54
OPTIONS_DEFINE=	WEBGL DEBUG HTML NLS
50
OPTIONS_DEFAULT=WEBGL
55
OPTIONS_DEFAULT=WEBGL
56
HTML_DESC=	Install HTML documentation
51
WEBGL_DESC=	Enable Web GL support
57
WEBGL_DESC=	Enable Web GL support
52
58
53
.include <bsd.port.options.mk>
59
.include <bsd.port.options.mk>
Lines 62-72 Link Here
62
.if ${PORT_OPTIONS:MDEBUG}
68
.if ${PORT_OPTIONS:MDEBUG}
63
CONFIGURE_ARGS+=--enable-debug
69
CONFIGURE_ARGS+=--enable-debug
64
.else
70
.else
71
INSTALL_TARGET=	install-strip
65
CONFIGURE_ARGS+=--disable-debug
72
CONFIGURE_ARGS+=--disable-debug
66
.endif
73
.endif
67
74
68
CCISCLANG!=     ${CC} --version
75
.if ${PORT_OPTIONS:MHTML}
76
PLIST_SUB+=	HTML=""
77
.else
78
PLIST_SUB+=	HTML="@comment "
79
.endif
69
80
81
NLS_USES=	gettext
82
NLS_CONFIGURE_ENABLE=	nls
83
.if ${PORT_OPTIONS:MNLS}
84
PLIST_SUB+=	NLS=""
85
.else
86
PLIST_SUB+=	NLS="@comment "
87
.endif
88
89
CCISCLANG!=	${CC} --version
90
70
.if !empty(CCISCLANG:M*clang*)
91
.if !empty(CCISCLANG:M*clang*)
71
CPPFLAGS+=	-Wno-c++11-extensions
92
CPPFLAGS+=	-Wno-c++11-extensions
72
.endif
93
.endif
(-)www/webkit-gtk3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (webkit-1.8.3.tar.xz) = ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7
1
SHA256 (webkitgtk-2.4.4.tar.xz) = 58cbfc7e352ae1e1f5e383f9f766795794d88483e9a52377a295f56eedf53ab9
2
SIZE (webkit-1.8.3.tar.xz) = 7814028
2
SIZE (webkitgtk-2.4.4.tar.xz) = 9844048
(-)www/webkit-gtk3/files/patch-GNUmakefile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- GNUmakefile.in.orig	2013-10-03 09:22:02.000000000 +0000
1
--- GNUmakefile.in.orig	2014-07-08 17:15:04.000000000 +0600
2
+++ GNUmakefile.in	2013-10-03 09:23:50.000000000 +0000
2
+++ GNUmakefile.in	2014-08-03 21:24:59.000000000 +0600
3
@@ -19060,8 +19060,7 @@
3
@@ -23158,8 +23158,7 @@
4
 	libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
4
 	libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
5
 	$(WINMM_LIBS) \
5
 	$(WINMM_LIBS) \
6
 	-lm \
6
 	-lm \
Lines 9-12 Link Here
9
+	-lpthread
9
+	-lpthread
10
 
10
 
11
 Programs_minidom_LDFLAGS = \
11
 Programs_minidom_LDFLAGS = \
12
 	-no-install \
12
 	-no-install
(-)www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_Atomics.h (-45 lines)
Lines 1-45 Link Here
1
--- Source/JavaScriptCore/wtf/Atomics.h.orig	2013-09-06 13:54:07.000000000 +0200
2
+++ Source/JavaScriptCore/wtf/Atomics.h	2013-09-06 13:55:58.000000000 +0200
3
@@ -65,18 +65,10 @@
4
 
5
 #if OS(WINDOWS)
6
 #include <windows.h>
7
-#elif OS(DARWIN)
8
-#include <libkern/OSAtomic.h>
9
 #elif OS(QNX)
10
 #include <atomic.h>
11
 #elif OS(ANDROID)
12
 #include <sys/atomics.h>
13
-#elif COMPILER(GCC)
14
-#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2))
15
-#include <ext/atomicity.h>
16
-#else
17
-#include <bits/atomicity.h>
18
-#endif
19
 #endif
20
 
21
 namespace WTF {
22
@@ -92,12 +84,6 @@ inline int atomicIncrement(int volatile*
23
 inline int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast<long volatile*>(addend)); }
24
 #endif
25
 
26
-#elif OS(DARWIN)
27
-#define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1
28
-
29
-inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast<int*>(addend)); }
30
-inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast<int*>(addend)); }
31
-
32
 #elif OS(QNX)
33
 #define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1
34
 
35
@@ -113,8 +99,8 @@ inline int atomicDecrement(int volatile*
36
 #elif COMPILER(GCC) && !CPU(SPARC64) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc
37
 #define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1
38
 
39
-inline int atomicIncrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, 1) + 1; }
40
-inline int atomicDecrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, -1) - 1; }
41
+inline int atomicIncrement(int volatile* addend) { return __sync_add_and_fetch(addend, 1); }
42
+inline int atomicDecrement(int volatile* addend) { return __sync_sub_and_fetch(addend, 1); }
43
 
44
 #endif
45
 
(-)www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_DisallowCType.h (-16 lines)
Lines 1-16 Link Here
1
--- Source/JavaScriptCore/wtf/DisallowCType.h.orig	2012-08-20 18:26:04.000000000 +0200
2
+++ Source/JavaScriptCore/wtf/DisallowCType.h	2013-09-11 12:41:07.000000000 +0200
3
@@ -35,6 +35,13 @@
4
 // ASCII-specific functions instead. This header makes sure we get a compile-time
5
 // error if we use one of the <ctype.h> functions by accident.
6
 
7
+// Include inlined functions using <ctype.h> first to avoid compilation errors
8
+#ifdef __cplusplus
9
+#include <cwchar>
10
+#include <cwctype>
11
+#include <string>
12
+#endif
13
+
14
 #include <ctype.h>
15
 
16
 #undef isalnum
(-)www/webkit-gtk3/files/patch-Source_JavaScriptCore_wtf_NumberOfCores.cpp (-12 lines)
Lines 1-12 Link Here
1
--- Source/JavaScriptCore/wtf/NumberOfCores.cpp.orig	2012-05-16 10:42:39.000000000 +0200
2
+++ Source/JavaScriptCore/wtf/NumberOfCores.cpp	2012-05-16 10:43:06.000000000 +0200
3
@@ -27,8 +27,8 @@
4
 #include "NumberOfCores.h"
5
 
6
 #if OS(DARWIN) || OS(OPENBSD) || OS(NETBSD) || OS(FREEBSD)
7
-#include <sys/sysctl.h>
8
 #include <sys/types.h>
9
+#include <sys/sysctl.h>
10
 #elif OS(LINUX) || OS(AIX) || OS(SOLARIS)
11
 #include <unistd.h>
12
 #elif OS(WINDOWS)
(-)www/webkit-gtk3/files/patch-Source_WebCore_css_CSSGrammar.y (-26 lines)
Lines 1-26 Link Here
1
Index: Source/WebCore/css/CSSGrammar.y
2
===================================================================
3
--- Source/WebCore/css/CSSGrammar.y	(revision 124098)
4
+++ Source/WebCore/css/CSSGrammar.y	(revision 124099)
5
@@ -54,11 +54,10 @@
6
 #define YYDEBUG 0
7
8
-// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend on bison 2.x
9
-#define YYPARSE_PARAM parser
10
-#define YYLEX_PARAM parser
11
-
12
 %}
13
14
 %pure_parser
15
+
16
+%parse-param { CSSParser* parser }
17
+%lex-param { CSSParser* parser }
18
19
 %union {
20
@@ -90,5 +89,5 @@
21
 %{
22
23
-static inline int cssyyerror(const char*)
24
+static inline int cssyyerror(void*, const char*)
25
 {
26
     return 1;
(-)www/webkit-gtk3/files/patch-Source_WebCore_css_CSSParser.cpp (-12 lines)
Lines 1-12 Link Here
1
Index: Source/WebCore/css/CSSParser.cpp
2
===================================================================
3
--- Source/WebCore/css/CSSParser.cpp	(revision 124098)
4
+++ Source/WebCore/css/CSSParser.cpp	(revision 124099)
5
@@ -115,5 +115,5 @@
6
 #endif
7
8
-extern int cssyyparse(void* parser);
9
+extern int cssyyparse(WebCore::CSSParser*);
10
11
 using namespace std;
12
(-)www/webkit-gtk3/files/patch-Source_WebCore_editing_Editor.h (-11 lines)
Lines 1-11 Link Here
1
--- ./Source/WebCore/editing/Editor.h.orig	2012-08-04 16:33:45.000000000 +0200
2
+++ ./Source/WebCore/editing/Editor.h	2012-08-04 16:34:06.000000000 +0200
3
@@ -385,7 +385,7 @@
4
     void deviceScaleFactorChanged();
5
 
6
 private:
7
-    virtual void willDetachPage() OVERRIDE;
8
+    virtual void willDetachPage();
9
 
10
     OwnPtr<DeleteButtonController> m_deleteButtonController;
11
     RefPtr<CompositeEditCommand> m_lastEditCommand;
(-)www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Source/WebCore/plugins/PluginDatabase.cpp.orig	2011-01-11 16:24:29.000000000 +0000
2
+++ Source/WebCore/plugins/PluginDatabase.cpp	2011-01-11 16:24:54.000000000 +0000
3
@@ -375,6 +375,7 @@ Vector<String> PluginDatabase::defaultPl
4
     userPluginPath.append(String("/.netscape/plugins"));
5
     paths.append(userPluginPath);
6
 
7
+    paths.append("%%BROWSER_PLUGINS_DIR%%");
8
     paths.append("/usr/lib/browser/plugins");
9
     paths.append("/usr/local/lib/mozilla/plugins");
10
     paths.append("/usr/lib/firefox/plugins");
(-)www/webkit-gtk3/files/patch-Source_WebCore_plugins_gtk_PluginViewGtk.cpp (-18 lines)
Lines 1-18 Link Here
1
--- Source/WebCore/plugins/gtk/PluginViewGtk.cpp.orig	2011-08-29 22:19:17.000000000 +0200
2
+++ Source/WebCore/plugins/gtk/PluginViewGtk.cpp	2011-10-14 13:45:50.000000000 +0200
3
@@ -68,6 +68,7 @@
4
 #endif
5
 #include <gtk/gtk.h>
6
 
7
+#define String XtStringType
8
 #if defined(XP_UNIX)
9
 #include "RefPtrCairo.h"
10
 #include "gtk2xtbin.h"
11
@@ -80,6 +81,7 @@
12
 #include "PluginMessageThrottlerWin.h"
13
 #include <gdk/gdkwin32.h>
14
 #endif
15
+#undef String
16
 
17
 using JSC::ExecState;
18
 using JSC::Interpreter;
(-)www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathGrammer.y (-467 lines)
Lines 1-467 Link Here
1
--- Source/WebCore/xml/XPathGrammar.y.orig	2011-08-06 10:38:59.000000000 +0000
2
+++ Source/WebCore/xml/XPathGrammar.y	2013-02-26 10:32:32.000000000 +0000
3
@@ -36,6 +36,7 @@
4
 #include "XPathParser.h"
5
 #include "XPathPath.h"
6
 #include "XPathPredicate.h"
7
+#include "XPathStep.h"
8
 #include "XPathVariableReference.h"
9
 #include <wtf/FastMalloc.h>
10
 
11
@@ -46,8 +47,6 @@
12
 #define YYLTYPE_IS_TRIVIAL 1
13
 #define YYDEBUG 0
14
 #define YYMAXDEPTH 10000
15
-#define YYPARSE_PARAM parserParameter
16
-#define PARSER static_cast<Parser*>(parserParameter)
17
 
18
 using namespace WebCore;
19
 using namespace XPath;
20
@@ -55,6 +54,7 @@
21
 %}
22
 
23
 %pure_parser
24
+%parse-param { WebCore::XPath::Parser* parser }
25
 
26
 %union
27
 {
28
@@ -73,7 +73,7 @@
29
 %{
30
 
31
 static int xpathyylex(YYSTYPE* yylval) { return Parser::current()->lex(yylval); }
32
-static void xpathyyerror(const char*) { }
33
+static void xpathyyerror(void*, const char*) { }
34
     
35
 %}
36
 
37
@@ -120,7 +120,7 @@
38
 Expr:
39
     OrExpr
40
     {
41
-        PARSER->m_topExpr = $1;
42
+        parser->m_topExpr = $1;
43
     }
44
     ;
45
 
46
@@ -140,7 +140,7 @@
47
     '/'
48
     {
49
         $$ = new LocationPath;
50
-        PARSER->registerParseNode($$);
51
+        parser->registerParseNode($$);
52
     }
53
     |
54
     '/' RelativeLocationPath
55
@@ -152,7 +152,7 @@
56
     {
57
         $$ = $2;
58
         $$->insertFirstStep($1);
59
-        PARSER->unregisterParseNode($1);
60
+        parser->unregisterParseNode($1);
61
     }
62
     ;
63
 
64
@@ -161,22 +161,22 @@
65
     {
66
         $$ = new LocationPath;
67
         $$->appendStep($1);
68
-        PARSER->unregisterParseNode($1);
69
-        PARSER->registerParseNode($$);
70
+        parser->unregisterParseNode($1);
71
+        parser->registerParseNode($$);
72
     }
73
     |
74
     RelativeLocationPath '/' Step
75
     {
76
         $$->appendStep($3);
77
-        PARSER->unregisterParseNode($3);
78
+        parser->unregisterParseNode($3);
79
     }
80
     |
81
     RelativeLocationPath DescendantOrSelf Step
82
     {
83
         $$->appendStep($2);
84
         $$->appendStep($3);
85
-        PARSER->unregisterParseNode($2);
86
-        PARSER->unregisterParseNode($3);
87
+        parser->unregisterParseNode($2);
88
+        parser->unregisterParseNode($3);
89
     }
90
     ;
91
 
92
@@ -185,58 +185,58 @@
93
     {
94
         if ($2) {
95
             $$ = new Step(Step::ChildAxis, *$1, *$2);
96
-            PARSER->deletePredicateVector($2);
97
+            parser->deletePredicateVector($2);
98
         } else
99
             $$ = new Step(Step::ChildAxis, *$1);
100
-        PARSER->deleteNodeTest($1);
101
-        PARSER->registerParseNode($$);
102
+        parser->deleteNodeTest($1);
103
+        parser->registerParseNode($$);
104
     }
105
     |
106
     NAMETEST OptionalPredicateList
107
     {
108
         String localName;
109
         String namespaceURI;
110
-        if (!PARSER->expandQName(*$1, localName, namespaceURI)) {
111
-            PARSER->m_gotNamespaceError = true;
112
+        if (!parser->expandQName(*$1, localName, namespaceURI)) {
113
+            parser->m_gotNamespaceError = true;
114
             YYABORT;
115
         }
116
         
117
         if ($2) {
118
             $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2);
119
-            PARSER->deletePredicateVector($2);
120
+            parser->deletePredicateVector($2);
121
         } else
122
             $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
123
-        PARSER->deleteString($1);
124
-        PARSER->registerParseNode($$);
125
+        parser->deleteString($1);
126
+        parser->registerParseNode($$);
127
     }
128
     |
129
     AxisSpecifier NodeTest OptionalPredicateList
130
     {
131
         if ($3) {
132
             $$ = new Step($1, *$2, *$3);
133
-            PARSER->deletePredicateVector($3);
134
+            parser->deletePredicateVector($3);
135
         } else
136
             $$ = new Step($1, *$2);
137
-        PARSER->deleteNodeTest($2);
138
-        PARSER->registerParseNode($$);
139
+        parser->deleteNodeTest($2);
140
+        parser->registerParseNode($$);
141
     }
142
     |
143
     AxisSpecifier NAMETEST OptionalPredicateList
144
     {
145
         String localName;
146
         String namespaceURI;
147
-        if (!PARSER->expandQName(*$2, localName, namespaceURI)) {
148
-            PARSER->m_gotNamespaceError = true;
149
+        if (!parser->expandQName(*$2, localName, namespaceURI)) {
150
+            parser->m_gotNamespaceError = true;
151
             YYABORT;
152
         }
153
 
154
         if ($3) {
155
             $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$3);
156
-            PARSER->deletePredicateVector($3);
157
+            parser->deletePredicateVector($3);
158
         } else
159
             $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
160
-        PARSER->deleteString($2);
161
-        PARSER->registerParseNode($$);
162
+        parser->deleteString($2);
163
+        parser->registerParseNode($$);
164
     }
165
     |
166
     AbbreviatedStep
167
@@ -261,23 +261,23 @@
168
         else if (*$1 == "comment")
169
             $$ = new Step::NodeTest(Step::NodeTest::CommentNodeTest);
170
 
171
-        PARSER->deleteString($1);
172
-        PARSER->registerNodeTest($$);
173
+        parser->deleteString($1);
174
+        parser->registerNodeTest($$);
175
     }
176
     |
177
     PI '(' ')'
178
     {
179
         $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest);
180
-        PARSER->deleteString($1);        
181
-        PARSER->registerNodeTest($$);
182
+        parser->deleteString($1);        
183
+        parser->registerNodeTest($$);
184
     }
185
     |
186
     PI '(' LITERAL ')'
187
     {
188
         $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest, $3->stripWhiteSpace());
189
-        PARSER->deleteString($1);        
190
-        PARSER->deleteString($3);
191
-        PARSER->registerNodeTest($$);
192
+        parser->deleteString($1);        
193
+        parser->deleteString($3);
194
+        parser->registerNodeTest($$);
195
     }
196
     ;
197
 
198
@@ -295,14 +295,14 @@
199
     {
200
         $$ = new Vector<Predicate*>;
201
         $$->append(new Predicate($1));
202
-        PARSER->unregisterParseNode($1);
203
-        PARSER->registerPredicateVector($$);
204
+        parser->unregisterParseNode($1);
205
+        parser->registerPredicateVector($$);
206
     }
207
     |
208
     PredicateList Predicate
209
     {
210
         $$->append(new Predicate($2));
211
-        PARSER->unregisterParseNode($2);
212
+        parser->unregisterParseNode($2);
213
     }
214
     ;
215
 
216
@@ -317,7 +317,7 @@
217
     SLASHSLASH
218
     {
219
         $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
220
-        PARSER->registerParseNode($$);
221
+        parser->registerParseNode($$);
222
     }
223
     ;
224
 
225
@@ -325,13 +325,13 @@
226
     '.'
227
     {
228
         $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
229
-        PARSER->registerParseNode($$);
230
+        parser->registerParseNode($$);
231
     }
232
     |
233
     DOTDOT
234
     {
235
         $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
236
-        PARSER->registerParseNode($$);
237
+        parser->registerParseNode($$);
238
     }
239
     ;
240
 
241
@@ -339,8 +339,8 @@
242
     VARIABLEREFERENCE
243
     {
244
         $$ = new VariableReference(*$1);
245
-        PARSER->deleteString($1);
246
-        PARSER->registerParseNode($$);
247
+        parser->deleteString($1);
248
+        parser->registerParseNode($$);
249
     }
250
     |
251
     '(' Expr ')'
252
@@ -351,15 +351,15 @@
253
     LITERAL
254
     {
255
         $$ = new StringExpression(*$1);
256
-        PARSER->deleteString($1);
257
-        PARSER->registerParseNode($$);
258
+        parser->deleteString($1);
259
+        parser->registerParseNode($$);
260
     }
261
     |
262
     NUMBER
263
     {
264
         $$ = new Number($1->toDouble());
265
-        PARSER->deleteString($1);
266
-        PARSER->registerParseNode($$);
267
+        parser->deleteString($1);
268
+        parser->registerParseNode($$);
269
     }
270
     |
271
     FunctionCall
272
@@ -371,8 +371,8 @@
273
         $$ = createFunction(*$1);
274
         if (!$$)
275
             YYABORT;
276
-        PARSER->deleteString($1);
277
-        PARSER->registerParseNode($$);
278
+        parser->deleteString($1);
279
+        parser->registerParseNode($$);
280
     }
281
     |
282
     FUNCTIONNAME '(' ArgumentList ')'
283
@@ -380,9 +380,9 @@
284
         $$ = createFunction(*$1, *$3);
285
         if (!$$)
286
             YYABORT;
287
-        PARSER->deleteString($1);
288
-        PARSER->deleteExpressionVector($3);
289
-        PARSER->registerParseNode($$);
290
+        parser->deleteString($1);
291
+        parser->deleteExpressionVector($3);
292
+        parser->registerParseNode($$);
293
     }
294
     ;
295
 
296
@@ -391,14 +391,14 @@
297
     {
298
         $$ = new Vector<Expression*>;
299
         $$->append($1);
300
-        PARSER->unregisterParseNode($1);
301
-        PARSER->registerExpressionVector($$);
302
+        parser->unregisterParseNode($1);
303
+        parser->registerExpressionVector($$);
304
     }
305
     |
306
     ArgumentList ',' Argument
307
     {
308
         $$->append($3);
309
-        PARSER->unregisterParseNode($3);
310
+        parser->unregisterParseNode($3);
311
     }
312
     ;
313
 
314
@@ -414,9 +414,9 @@
315
         $$ = new Union;
316
         $$->addSubExpression($1);
317
         $$->addSubExpression($3);
318
-        PARSER->unregisterParseNode($1);
319
-        PARSER->unregisterParseNode($3);
320
-        PARSER->registerParseNode($$);
321
+        parser->unregisterParseNode($1);
322
+        parser->unregisterParseNode($3);
323
+        parser->registerParseNode($$);
324
     }
325
     ;
326
 
327
@@ -432,9 +432,9 @@
328
     {
329
         $3->setAbsolute(true);
330
         $$ = new Path(static_cast<Filter*>($1), $3);
331
-        PARSER->unregisterParseNode($1);
332
-        PARSER->unregisterParseNode($3);
333
-        PARSER->registerParseNode($$);
334
+        parser->unregisterParseNode($1);
335
+        parser->unregisterParseNode($3);
336
+        parser->registerParseNode($$);
337
     }
338
     |
339
     FilterExpr DescendantOrSelf RelativeLocationPath
340
@@ -442,10 +442,10 @@
341
         $3->insertFirstStep($2);
342
         $3->setAbsolute(true);
343
         $$ = new Path(static_cast<Filter*>($1), $3);
344
-        PARSER->unregisterParseNode($1);
345
-        PARSER->unregisterParseNode($2);
346
-        PARSER->unregisterParseNode($3);
347
-        PARSER->registerParseNode($$);
348
+        parser->unregisterParseNode($1);
349
+        parser->unregisterParseNode($2);
350
+        parser->unregisterParseNode($3);
351
+        parser->registerParseNode($$);
352
     }
353
     ;
354
 
355
@@ -455,9 +455,9 @@
356
     PrimaryExpr PredicateList
357
     {
358
         $$ = new Filter($1, *$2);
359
-        PARSER->unregisterParseNode($1);
360
-        PARSER->deletePredicateVector($2);
361
-        PARSER->registerParseNode($$);
362
+        parser->unregisterParseNode($1);
363
+        parser->deletePredicateVector($2);
364
+        parser->registerParseNode($$);
365
     }
366
     ;
367
 
368
@@ -467,9 +467,9 @@
369
     OrExpr OR AndExpr
370
     {
371
         $$ = new LogicalOp(LogicalOp::OP_Or, $1, $3);
372
-        PARSER->unregisterParseNode($1);
373
-        PARSER->unregisterParseNode($3);
374
-        PARSER->registerParseNode($$);
375
+        parser->unregisterParseNode($1);
376
+        parser->unregisterParseNode($3);
377
+        parser->registerParseNode($$);
378
     }
379
     ;
380
 
381
@@ -479,9 +479,9 @@
382
     AndExpr AND EqualityExpr
383
     {
384
         $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
385
-        PARSER->unregisterParseNode($1);
386
-        PARSER->unregisterParseNode($3);
387
-        PARSER->registerParseNode($$);
388
+        parser->unregisterParseNode($1);
389
+        parser->unregisterParseNode($3);
390
+        parser->registerParseNode($$);
391
     }
392
     ;
393
 
394
@@ -491,9 +491,9 @@
395
     EqualityExpr EQOP RelationalExpr
396
     {
397
         $$ = new EqTestOp($2, $1, $3);
398
-        PARSER->unregisterParseNode($1);
399
-        PARSER->unregisterParseNode($3);
400
-        PARSER->registerParseNode($$);
401
+        parser->unregisterParseNode($1);
402
+        parser->unregisterParseNode($3);
403
+        parser->registerParseNode($$);
404
     }
405
     ;
406
 
407
@@ -503,9 +503,9 @@
408
     RelationalExpr RELOP AdditiveExpr
409
     {
410
         $$ = new EqTestOp($2, $1, $3);
411
-        PARSER->unregisterParseNode($1);
412
-        PARSER->unregisterParseNode($3);
413
-        PARSER->registerParseNode($$);
414
+        parser->unregisterParseNode($1);
415
+        parser->unregisterParseNode($3);
416
+        parser->registerParseNode($$);
417
     }
418
     ;
419
 
420
@@ -515,17 +515,17 @@
421
     AdditiveExpr PLUS MultiplicativeExpr
422
     {
423
         $$ = new NumericOp(NumericOp::OP_Add, $1, $3);
424
-        PARSER->unregisterParseNode($1);
425
-        PARSER->unregisterParseNode($3);
426
-        PARSER->registerParseNode($$);
427
+        parser->unregisterParseNode($1);
428
+        parser->unregisterParseNode($3);
429
+        parser->registerParseNode($$);
430
     }
431
     |
432
     AdditiveExpr MINUS MultiplicativeExpr
433
     {
434
         $$ = new NumericOp(NumericOp::OP_Sub, $1, $3);
435
-        PARSER->unregisterParseNode($1);
436
-        PARSER->unregisterParseNode($3);
437
-        PARSER->registerParseNode($$);
438
+        parser->unregisterParseNode($1);
439
+        parser->unregisterParseNode($3);
440
+        parser->registerParseNode($$);
441
     }
442
     ;
443
 
444
@@ -535,9 +535,9 @@
445
     MultiplicativeExpr MULOP UnaryExpr
446
     {
447
         $$ = new NumericOp($2, $1, $3);
448
-        PARSER->unregisterParseNode($1);
449
-        PARSER->unregisterParseNode($3);
450
-        PARSER->registerParseNode($$);
451
+        parser->unregisterParseNode($1);
452
+        parser->unregisterParseNode($3);
453
+        parser->registerParseNode($$);
454
     }
455
     ;
456
 
457
@@ -548,8 +548,8 @@
458
     {
459
         $$ = new Negative;
460
         $$->addSubExpression($2);
461
-        PARSER->unregisterParseNode($2);
462
-        PARSER->registerParseNode($$);
463
+        parser->unregisterParseNode($2);
464
+        parser->registerParseNode($$);
465
     }
466
     ;
467
 
(-)www/webkit-gtk3/files/patch-Source_WebCore_xml_XPathParser.cpp (-42 lines)
Lines 1-42 Link Here
1
--- Source/WebCore/xml/XPathParser.cpp.orig	2011-08-06 10:38:59.000000000 +0000
2
+++ Source/WebCore/xml/XPathParser.cpp	2013-02-26 10:11:22.000000000 +0000
3
@@ -34,24 +34,21 @@
4
 #include "XPathEvaluator.h"
5
 #include "XPathException.h"
6
 #include "XPathNSResolver.h"
7
+#include "XPathPath.h"
8
 #include "XPathStep.h"
9
 #include <wtf/StdLibExtras.h>
10
 #include <wtf/text/StringHash.h>
11
 
12
-int xpathyyparse(void*);
13
-
14
+using namespace WebCore;
15
 using namespace WTF;
16
 using namespace Unicode;
17
+using namespace XPath;
18
 
19
-namespace WebCore {
20
-namespace XPath {
21
-
22
-class LocationPath;
23
-
24
-#include "XPathGrammar.h"    
25
+extern int xpathyyparse(WebCore::XPath::Parser*);
26
+#include "XPathGrammar.h"
27
 
28
 Parser* Parser::currentParser = 0;
29
-    
30
+
31
 enum XMLCat { NameStart, NameCont, NotPartOfName };
32
 
33
 typedef HashMap<String, Step::Axis> AxisNamesMap;
34
@@ -632,7 +629,5 @@
35
     delete t;
36
 }
37
 
38
-}
39
-}
40
 
41
 #endif // ENABLE(XPATH)
42
(-)www/webkit-gtk3/files/patch-Source_WebKit_gtk_resources_error.html (-17 lines)
Lines 1-17 Link Here
1
--- Source/WebKit/gtk/resources/error.html.orig
2
+++ Source/WebKit/gtk/resources/error.html
3
@@ -21,12 +21,12 @@
4
 }
5
 
6
 #errorTitleText {
7
- font-size: 120%;
8
+ font-size: 120%%;
9
  font-weight: bold;
10
 }
11
 
12
 #errorMessageText {
13
- font-size: 80%;
14
+ font-size: 80%%;
15
 }
16
 
17
 </style>
(-)www/webkit-gtk3/files/patch-Source_WebKit_gtk_webkit_webkitwebview.cpp (-22 lines)
Lines 1-22 Link Here
1
https://bugs.webkit.org/show_bug.cgi?id=50173
2
3
--- Source/WebKit/gtk/webkit/webkitwebview.cpp.orig	2011-06-14 02:10:55.000000000 +0200
4
+++ Source/WebKit/gtk/webkit/webkitwebview.cpp	2011-08-27 10:48:52.000000000 +0200
5
@@ -4939,6 +4939,8 @@
6
 
7
     priv->mainResource = adoptGRef(webResource);
8
     priv->mainResourceIdentifier = identifier;
9
+
10
+    g_object_ref(webView);
11
 }
12
 
13
 void webkit_web_view_add_resource(WebKitWebView* webView, const char* identifier, WebKitWebResource* webResource)
14
@@ -4955,6 +4957,8 @@
15
         priv->mainResource = 0;
16
     } else
17
       g_hash_table_remove(priv->subResources.get(), identifier);
18
+
19
+      g_object_unref(webView);
20
 }
21
 
22
 WebKitWebResource* webkit_web_view_get_resource(WebKitWebView* webView, char* identifier)
(-)www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Tools/DumpRenderTree/gtk/DumpRenderTree.cpp.orig	2012-08-20 18:26:18.000000000 +0200
2
+++ Tools/DumpRenderTree/gtk/DumpRenderTree.cpp	2013-09-11 12:28:29.000000000 +0200
3
@@ -48,6 +48,7 @@
4
 #include "WorkQueueItem.h"
5
 #include <JavaScriptCore/JavaScript.h>
6
 #include <cassert>
7
+#include <clocale>
8
 #include <cstdlib>
9
 #include <cstring>
10
 #include <getopt.h>
(-)www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Tools/DumpRenderTree/gtk/ImageDiff.cpp.orig	2013-09-11 12:29:19.000000000 +0200
2
+++ Tools/DumpRenderTree/gtk/ImageDiff.cpp	2013-09-11 12:29:38.000000000 +0200
3
@@ -30,6 +30,7 @@
4
 #include <algorithm>
5
 #include <cmath>
6
 #include <cstdio>
7
+#include <cstdlib>
8
 #include <cstring>
9
 #include <gdk/gdk.h>
10
 
(-)www/webkit-gtk3/files/patch-cairo (-11 lines)
Lines 1-11 Link Here
1
--- Source/WebCore/platform/graphics/BitmapImage.cpp.orig	2011-01-08 16:50:57.000000000 +0000
2
+++ Source/WebCore/platform/graphics/BitmapImage.cpp	2011-01-11 16:36:22.000000000 +0000
3
@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable()
4
 NativeImagePtr BitmapImage::frameAtIndex(size_t index)
5
 {
6
     if (index >= frameCount())
7
-        return 0;
8
+        return NULL;
9
 
10
     if (index >= m_frames.size() || !m_frames[index].m_frame)
11
         cacheFrame(index);
(-)www/webkit-gtk3/files/patch-configure (-12 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	2012-05-16 12:57:04.000000000 +0200
1
--- configure.orig	2014-07-08 15:44:12.000000000 +0600
2
+++ configure	2012-05-16 14:00:03.000000000 +0200
2
+++ configure	2014-08-03 21:28:54.000000000 +0600
3
@@ -19144,8 +19144,8 @@
3
@@ -17664,8 +17664,8 @@
4
 .SECONDARY: $(gsettings_SCHEMAS)
4
 .SECONDARY: $(gsettings_SCHEMAS)
5
 
5
 
6
 gsettings__base_list = \
6
 gsettings__base_list = \
Lines 11-22 Link Here
11
 
11
 
12
 install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
12
 install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
13
 	@$(NORMAL_INSTALL)
13
 	@$(NORMAL_INSTALL)
14
@@ -20440,7 +20440,7 @@
15
 
16
 done
17
 
18
-    OPENGL_LIBS="-lGL -ldl"
19
+    OPENGL_LIBS="-lGL"
20
 fi
21
 
22
 
(-)www/webkit-gtk3/pkg-message (+2 lines)
Line 0 Link Here
1
WebKit build requires patched gmake -- make sure is is compiled with
2
"WEBKIT_FIX" option!
(-)www/webkit-gtk3/pkg-plist (-672 / +709 lines)
Lines 3-156 Link Here
3
include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h
3
include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h
4
include/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h
4
include/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h
5
include/webkitgtk-3.0/JavaScriptCore/JSStringRef.h
5
include/webkitgtk-3.0/JavaScriptCore/JSStringRef.h
6
include/webkitgtk-3.0/JavaScriptCore/JSStringRefBSTR.h
7
include/webkitgtk-3.0/JavaScriptCore/JSStringRefCF.h
8
include/webkitgtk-3.0/JavaScriptCore/JSValueRef.h
6
include/webkitgtk-3.0/JavaScriptCore/JSValueRef.h
9
include/webkitgtk-3.0/JavaScriptCore/JavaScript.h
7
include/webkitgtk-3.0/JavaScriptCore/JavaScript.h
10
include/webkitgtk-3.0/JavaScriptCore/JavaScriptCore.h
11
include/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h
8
include/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h
12
include/webkitgtk-3.0/webkit/WebKitDOMAttr.h
13
include/webkitgtk-3.0/webkit/WebKitDOMBarInfo.h
14
include/webkitgtk-3.0/webkit/WebKitDOMBlob.h
15
include/webkitgtk-3.0/webkit/WebKitDOMCDATASection.h
16
include/webkitgtk-3.0/webkit/WebKitDOMCSSRule.h
17
include/webkitgtk-3.0/webkit/WebKitDOMCSSRuleList.h
18
include/webkitgtk-3.0/webkit/WebKitDOMCSSStyleDeclaration.h
19
include/webkitgtk-3.0/webkit/WebKitDOMCSSStyleSheet.h
20
include/webkitgtk-3.0/webkit/WebKitDOMCSSValue.h
21
include/webkitgtk-3.0/webkit/WebKitDOMCharacterData.h
22
include/webkitgtk-3.0/webkit/WebKitDOMComment.h
23
include/webkitgtk-3.0/webkit/WebKitDOMConsole.h
24
include/webkitgtk-3.0/webkit/WebKitDOMCustom.h
25
include/webkitgtk-3.0/webkit/WebKitDOMDOMApplicationCache.h
26
include/webkitgtk-3.0/webkit/WebKitDOMDOMImplementation.h
27
include/webkitgtk-3.0/webkit/WebKitDOMDOMMimeType.h
28
include/webkitgtk-3.0/webkit/WebKitDOMDOMMimeTypeArray.h
29
include/webkitgtk-3.0/webkit/WebKitDOMDOMPlugin.h
30
include/webkitgtk-3.0/webkit/WebKitDOMDOMPluginArray.h
31
include/webkitgtk-3.0/webkit/WebKitDOMDOMSelection.h
32
include/webkitgtk-3.0/webkit/WebKitDOMDOMSettableTokenList.h
33
include/webkitgtk-3.0/webkit/WebKitDOMDOMStringList.h
34
include/webkitgtk-3.0/webkit/WebKitDOMDOMStringMap.h
35
include/webkitgtk-3.0/webkit/WebKitDOMDOMTokenList.h
36
include/webkitgtk-3.0/webkit/WebKitDOMDOMWindow.h
37
include/webkitgtk-3.0/webkit/WebKitDOMDatabase.h
38
include/webkitgtk-3.0/webkit/WebKitDOMDocument.h
39
include/webkitgtk-3.0/webkit/WebKitDOMDocumentFragment.h
40
include/webkitgtk-3.0/webkit/WebKitDOMDocumentType.h
41
include/webkitgtk-3.0/webkit/WebKitDOMElement.h
42
include/webkitgtk-3.0/webkit/WebKitDOMEntityReference.h
43
include/webkitgtk-3.0/webkit/WebKitDOMEvent.h
44
include/webkitgtk-3.0/webkit/WebKitDOMEventTarget.h
45
include/webkitgtk-3.0/webkit/WebKitDOMFile.h
46
include/webkitgtk-3.0/webkit/WebKitDOMFileList.h
47
include/webkitgtk-3.0/webkit/WebKitDOMGeolocation.h
48
include/webkitgtk-3.0/webkit/WebKitDOMHTMLAnchorElement.h
49
include/webkitgtk-3.0/webkit/WebKitDOMHTMLAppletElement.h
50
include/webkitgtk-3.0/webkit/WebKitDOMHTMLAreaElement.h
51
include/webkitgtk-3.0/webkit/WebKitDOMHTMLAudioElement.h
52
include/webkitgtk-3.0/webkit/WebKitDOMHTMLBRElement.h
53
include/webkitgtk-3.0/webkit/WebKitDOMHTMLBaseElement.h
54
include/webkitgtk-3.0/webkit/WebKitDOMHTMLBaseFontElement.h
55
include/webkitgtk-3.0/webkit/WebKitDOMHTMLBodyElement.h
56
include/webkitgtk-3.0/webkit/WebKitDOMHTMLButtonElement.h
57
include/webkitgtk-3.0/webkit/WebKitDOMHTMLCanvasElement.h
58
include/webkitgtk-3.0/webkit/WebKitDOMHTMLCollection.h
59
include/webkitgtk-3.0/webkit/WebKitDOMHTMLDListElement.h
60
include/webkitgtk-3.0/webkit/WebKitDOMHTMLDetailsElement.h
61
include/webkitgtk-3.0/webkit/WebKitDOMHTMLDirectoryElement.h
62
include/webkitgtk-3.0/webkit/WebKitDOMHTMLDivElement.h
63
include/webkitgtk-3.0/webkit/WebKitDOMHTMLDocument.h
64
include/webkitgtk-3.0/webkit/WebKitDOMHTMLElement.h
65
include/webkitgtk-3.0/webkit/WebKitDOMHTMLEmbedElement.h
66
include/webkitgtk-3.0/webkit/WebKitDOMHTMLFieldSetElement.h
67
include/webkitgtk-3.0/webkit/WebKitDOMHTMLFontElement.h
68
include/webkitgtk-3.0/webkit/WebKitDOMHTMLFormElement.h
69
include/webkitgtk-3.0/webkit/WebKitDOMHTMLFrameElement.h
70
include/webkitgtk-3.0/webkit/WebKitDOMHTMLFrameSetElement.h
71
include/webkitgtk-3.0/webkit/WebKitDOMHTMLHRElement.h
72
include/webkitgtk-3.0/webkit/WebKitDOMHTMLHeadElement.h
73
include/webkitgtk-3.0/webkit/WebKitDOMHTMLHeadingElement.h
74
include/webkitgtk-3.0/webkit/WebKitDOMHTMLHtmlElement.h
75
include/webkitgtk-3.0/webkit/WebKitDOMHTMLIFrameElement.h
76
include/webkitgtk-3.0/webkit/WebKitDOMHTMLImageElement.h
77
include/webkitgtk-3.0/webkit/WebKitDOMHTMLInputElement.h
78
include/webkitgtk-3.0/webkit/WebKitDOMHTMLKeygenElement.h
79
include/webkitgtk-3.0/webkit/WebKitDOMHTMLLIElement.h
80
include/webkitgtk-3.0/webkit/WebKitDOMHTMLLabelElement.h
81
include/webkitgtk-3.0/webkit/WebKitDOMHTMLLegendElement.h
82
include/webkitgtk-3.0/webkit/WebKitDOMHTMLLinkElement.h
83
include/webkitgtk-3.0/webkit/WebKitDOMHTMLMapElement.h
84
include/webkitgtk-3.0/webkit/WebKitDOMHTMLMarqueeElement.h
85
include/webkitgtk-3.0/webkit/WebKitDOMHTMLMediaElement.h
86
include/webkitgtk-3.0/webkit/WebKitDOMHTMLMenuElement.h
87
include/webkitgtk-3.0/webkit/WebKitDOMHTMLMetaElement.h
88
include/webkitgtk-3.0/webkit/WebKitDOMHTMLModElement.h
89
include/webkitgtk-3.0/webkit/WebKitDOMHTMLOListElement.h
90
include/webkitgtk-3.0/webkit/WebKitDOMHTMLObjectElement.h
91
include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptGroupElement.h
92
include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptionElement.h
93
include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptionsCollection.h
94
include/webkitgtk-3.0/webkit/WebKitDOMHTMLParagraphElement.h
95
include/webkitgtk-3.0/webkit/WebKitDOMHTMLParamElement.h
96
include/webkitgtk-3.0/webkit/WebKitDOMHTMLPreElement.h
97
include/webkitgtk-3.0/webkit/WebKitDOMHTMLQuoteElement.h
98
include/webkitgtk-3.0/webkit/WebKitDOMHTMLScriptElement.h
99
include/webkitgtk-3.0/webkit/WebKitDOMHTMLSelectElement.h
100
include/webkitgtk-3.0/webkit/WebKitDOMHTMLStyleElement.h
101
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableCaptionElement.h
102
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableCellElement.h
103
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableColElement.h
104
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableElement.h
105
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableRowElement.h
106
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableSectionElement.h
107
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTextAreaElement.h
108
include/webkitgtk-3.0/webkit/WebKitDOMHTMLTitleElement.h
109
include/webkitgtk-3.0/webkit/WebKitDOMHTMLUListElement.h
110
include/webkitgtk-3.0/webkit/WebKitDOMHTMLVideoElement.h
111
include/webkitgtk-3.0/webkit/WebKitDOMHistory.h
112
include/webkitgtk-3.0/webkit/WebKitDOMLocation.h
113
include/webkitgtk-3.0/webkit/WebKitDOMMediaError.h
114
include/webkitgtk-3.0/webkit/WebKitDOMMediaList.h
115
include/webkitgtk-3.0/webkit/WebKitDOMMediaQueryList.h
116
include/webkitgtk-3.0/webkit/WebKitDOMMemoryInfo.h
117
include/webkitgtk-3.0/webkit/WebKitDOMMessagePort.h
118
include/webkitgtk-3.0/webkit/WebKitDOMMouseEvent.h
119
include/webkitgtk-3.0/webkit/WebKitDOMNamedNodeMap.h
120
include/webkitgtk-3.0/webkit/WebKitDOMNavigator.h
121
include/webkitgtk-3.0/webkit/WebKitDOMNode.h
122
include/webkitgtk-3.0/webkit/WebKitDOMNodeFilter.h
123
include/webkitgtk-3.0/webkit/WebKitDOMNodeIterator.h
124
include/webkitgtk-3.0/webkit/WebKitDOMNodeList.h
125
include/webkitgtk-3.0/webkit/WebKitDOMObject.h
126
include/webkitgtk-3.0/webkit/WebKitDOMProcessingInstruction.h
127
include/webkitgtk-3.0/webkit/WebKitDOMRange.h
128
include/webkitgtk-3.0/webkit/WebKitDOMScreen.h
129
include/webkitgtk-3.0/webkit/WebKitDOMStorage.h
130
include/webkitgtk-3.0/webkit/WebKitDOMStyleMedia.h
131
include/webkitgtk-3.0/webkit/WebKitDOMStyleSheet.h
132
include/webkitgtk-3.0/webkit/WebKitDOMStyleSheetList.h
133
include/webkitgtk-3.0/webkit/WebKitDOMText.h
134
include/webkitgtk-3.0/webkit/WebKitDOMTimeRanges.h
135
include/webkitgtk-3.0/webkit/WebKitDOMTreeWalker.h
136
include/webkitgtk-3.0/webkit/WebKitDOMUIEvent.h
137
include/webkitgtk-3.0/webkit/WebKitDOMValidityState.h
138
include/webkitgtk-3.0/webkit/WebKitDOMWebKitAnimation.h
139
include/webkitgtk-3.0/webkit/WebKitDOMWebKitAnimationList.h
140
include/webkitgtk-3.0/webkit/WebKitDOMWebKitNamedFlow.h
141
include/webkitgtk-3.0/webkit/WebKitDOMWebKitPoint.h
142
include/webkitgtk-3.0/webkit/WebKitDOMXPathExpression.h
143
include/webkitgtk-3.0/webkit/WebKitDOMXPathNSResolver.h
144
include/webkitgtk-3.0/webkit/WebKitDOMXPathResult.h
145
include/webkitgtk-3.0/webkit/webkit.h
9
include/webkitgtk-3.0/webkit/webkit.h
146
include/webkitgtk-3.0/webkit/webkitapplicationcache.h
10
include/webkitgtk-3.0/webkit/webkitapplicationcache.h
147
include/webkitgtk-3.0/webkit/webkitdefines.h
11
include/webkitgtk-3.0/webkit/webkitdefines.h
148
include/webkitgtk-3.0/webkit/webkitdom.h
12
include/webkitgtk-3.0/webkit/webkitdom.h
149
include/webkitgtk-3.0/webkit/webkitdomdefines.h
150
include/webkitgtk-3.0/webkit/webkitdownload.h
13
include/webkitgtk-3.0/webkit/webkitdownload.h
151
include/webkitgtk-3.0/webkit/webkitenumtypes.h
14
include/webkitgtk-3.0/webkit/webkitenumtypes.h
152
include/webkitgtk-3.0/webkit/webkiterror.h
15
include/webkitgtk-3.0/webkit/webkiterror.h
153
include/webkitgtk-3.0/webkit/webkitfavicondatabase.h
16
include/webkitgtk-3.0/webkit/webkitfavicondatabase.h
17
include/webkitgtk-3.0/webkit/webkitfilechooserrequest.h
154
include/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h
18
include/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h
155
include/webkitgtk-3.0/webkit/webkitglobals.h
19
include/webkitgtk-3.0/webkit/webkitglobals.h
156
include/webkitgtk-3.0/webkit/webkithittestresult.h
20
include/webkitgtk-3.0/webkit/webkithittestresult.h
Lines 176-394 Link Here
176
include/webkitgtk-3.0/webkit/webkitwebsettings.h
40
include/webkitgtk-3.0/webkit/webkitwebsettings.h
177
include/webkitgtk-3.0/webkit/webkitwebview.h
41
include/webkitgtk-3.0/webkit/webkitwebview.h
178
include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h
42
include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h
179
include/webkitgtk-3.0/webkit2/WebKit2/WKAPICast.h
43
include/webkitgtk-3.0/webkit2/WebKitAuthenticationRequest.h
180
include/webkitgtk-3.0/webkit2/WebKit2/WKAPICastGtk.h
181
include/webkitgtk-3.0/webkit2/WebKit2/WKApplicationCacheManager.h
182
include/webkitgtk-3.0/webkit2/WebKit2/WKArray.h
183
include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationChallenge.h
184
include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationDecisionListener.h
185
include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardList.h
186
include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardListItem.h
187
include/webkitgtk-3.0/webkit2/WebKit2/WKBase.h
188
include/webkitgtk-3.0/webkit2/WebKit2/WKBaseGtk.h
189
include/webkitgtk-3.0/webkit2/WebKit2/WKCertificateInfo.h
190
include/webkitgtk-3.0/webkit2/WebKit2/WKConnectionRef.h
191
include/webkitgtk-3.0/webkit2/WebKit2/WKContext.h
192
include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItem.h
193
include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItemTypes.h
194
include/webkitgtk-3.0/webkit2/WebKit2/WKContextPrivate.h
195
include/webkitgtk-3.0/webkit2/WebKit2/WKCookieManager.h
196
include/webkitgtk-3.0/webkit2/WebKit2/WKCredential.h
197
include/webkitgtk-3.0/webkit2/WebKit2/WKCredentialTypes.h
198
include/webkitgtk-3.0/webkit2/WebKit2/WKData.h
199
include/webkitgtk-3.0/webkit2/WebKit2/WKDatabaseManager.h
200
include/webkitgtk-3.0/webkit2/WebKit2/WKDictionary.h
201
include/webkitgtk-3.0/webkit2/WebKit2/WKDownload.h
202
include/webkitgtk-3.0/webkit2/WebKit2/WKError.h
203
include/webkitgtk-3.0/webkit2/WebKit2/WKEvent.h
204
include/webkitgtk-3.0/webkit2/WebKit2/WKFindOptions.h
205
include/webkitgtk-3.0/webkit2/WebKit2/WKFormSubmissionListener.h
206
include/webkitgtk-3.0/webkit2/WebKit2/WKFrame.h
207
include/webkitgtk-3.0/webkit2/WebKit2/WKFramePolicyListener.h
208
include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationManager.h
209
include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPermissionRequest.h
210
include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPosition.h
211
include/webkitgtk-3.0/webkit2/WebKit2/WKGeometry.h
212
include/webkitgtk-3.0/webkit2/WebKit2/WKGrammarDetail.h
213
include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContext.h
214
include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContextGtk.h
215
include/webkitgtk-3.0/webkit2/WebKit2/WKHitTestResult.h
216
include/webkitgtk-3.0/webkit2/WebKit2/WKImage.h
217
include/webkitgtk-3.0/webkit2/WebKit2/WKInspector.h
218
include/webkitgtk-3.0/webkit2/WebKit2/WKKeyValueStorageManager.h
219
include/webkitgtk-3.0/webkit2/WebKit2/WKMediaCacheManager.h
220
include/webkitgtk-3.0/webkit2/WebKit2/WKMutableArray.h
221
include/webkitgtk-3.0/webkit2/WebKit2/WKMutableDictionary.h
222
include/webkitgtk-3.0/webkit2/WebKit2/WKNativeEvent.h
223
include/webkitgtk-3.0/webkit2/WebKit2/WKNavigationData.h
224
include/webkitgtk-3.0/webkit2/WebKit2/WKNotification.h
225
include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationManager.h
226
include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationPermissionRequest.h
227
include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationProvider.h
228
include/webkitgtk-3.0/webkit2/WebKit2/WKNumber.h
229
include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelParameters.h
230
include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelResultListener.h
231
include/webkitgtk-3.0/webkit2/WebKit2/WKPage.h
232
include/webkitgtk-3.0/webkit2/WebKit2/WKPageGroup.h
233
include/webkitgtk-3.0/webkit2/WebKit2/WKPageLoadTypes.h
234
include/webkitgtk-3.0/webkit2/WebKit2/WKPagePrivate.h
235
include/webkitgtk-3.0/webkit2/WebKit2/WKPluginSiteDataManager.h
236
include/webkitgtk-3.0/webkit2/WebKit2/WKPreferences.h
237
include/webkitgtk-3.0/webkit2/WebKit2/WKPreferencesPrivate.h
238
include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpace.h
239
include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpaceTypes.h
240
include/webkitgtk-3.0/webkit2/WebKit2/WKResourceCacheManager.h
241
include/webkitgtk-3.0/webkit2/WebKit2/WKRetainPtr.h
242
include/webkitgtk-3.0/webkit2/WebKit2/WKSecurityOrigin.h
243
include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValue.h
244
include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValuePrivate.h
245
include/webkitgtk-3.0/webkit2/WebKit2/WKSharedAPICast.h
246
include/webkitgtk-3.0/webkit2/WebKit2/WKString.h
247
include/webkitgtk-3.0/webkit2/WebKit2/WKStringPrivate.h
248
include/webkitgtk-3.0/webkit2/WebKit2/WKTextChecker.h
249
include/webkitgtk-3.0/webkit2/WebKit2/WKType.h
250
include/webkitgtk-3.0/webkit2/WebKit2/WKURL.h
251
include/webkitgtk-3.0/webkit2/WebKit2/WKURLRequest.h
252
include/webkitgtk-3.0/webkit2/WebKit2/WKURLResponse.h
253
include/webkitgtk-3.0/webkit2/WebKit2/WKUserContentURLPattern.h
254
include/webkitgtk-3.0/webkit2/WebKit2/WKView.h
255
include/webkitgtk-3.0/webkit2/WebKit2/WebKit2.h
256
include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h
44
include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h
257
include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h
45
include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h
46
include/webkitgtk-3.0/webkit2/WebKitCertificateInfo.h
47
include/webkitgtk-3.0/webkit2/WebKitContextMenu.h
48
include/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h
49
include/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h
50
include/webkitgtk-3.0/webkit2/WebKitCookieManager.h
51
include/webkitgtk-3.0/webkit2/WebKitCredential.h
258
include/webkitgtk-3.0/webkit2/WebKitDefines.h
52
include/webkitgtk-3.0/webkit2/WebKitDefines.h
259
include/webkitgtk-3.0/webkit2/WebKitDownload.h
53
include/webkitgtk-3.0/webkit2/WebKitDownload.h
260
include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h
54
include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h
261
include/webkitgtk-3.0/webkit2/WebKitEnumTypes.h
55
include/webkitgtk-3.0/webkit2/WebKitEnumTypes.h
262
include/webkitgtk-3.0/webkit2/WebKitError.h
56
include/webkitgtk-3.0/webkit2/WebKitError.h
57
include/webkitgtk-3.0/webkit2/WebKitFaviconDatabase.h
58
include/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h
263
include/webkitgtk-3.0/webkit2/WebKitFindController.h
59
include/webkitgtk-3.0/webkit2/WebKitFindController.h
60
include/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h
61
include/webkitgtk-3.0/webkit2/WebKitForwardDeclarations.h
62
include/webkitgtk-3.0/webkit2/WebKitFrame.h
63
include/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h
264
include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h
64
include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h
65
include/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h
66
include/webkitgtk-3.0/webkit2/WebKitMimeInfo.h
265
include/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h
67
include/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h
68
include/webkitgtk-3.0/webkit2/WebKitPermissionRequest.h
69
include/webkitgtk-3.0/webkit2/WebKitPlugin.h
266
include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h
70
include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h
267
include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h
71
include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h
268
include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h
72
include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h
73
include/webkitgtk-3.0/webkit2/WebKitScriptDialog.h
74
include/webkitgtk-3.0/webkit2/WebKitScriptWorld.h
75
include/webkitgtk-3.0/webkit2/WebKitSecurityManager.h
269
include/webkitgtk-3.0/webkit2/WebKitSettings.h
76
include/webkitgtk-3.0/webkit2/WebKitSettings.h
270
include/webkitgtk-3.0/webkit2/WebKitURIRequest.h
77
include/webkitgtk-3.0/webkit2/WebKitURIRequest.h
271
include/webkitgtk-3.0/webkit2/WebKitURIResponse.h
78
include/webkitgtk-3.0/webkit2/WebKitURIResponse.h
79
include/webkitgtk-3.0/webkit2/WebKitURISchemeRequest.h
80
include/webkitgtk-3.0/webkit2/WebKitVersion.h
272
include/webkitgtk-3.0/webkit2/WebKitWebContext.h
81
include/webkitgtk-3.0/webkit2/WebKitWebContext.h
82
include/webkitgtk-3.0/webkit2/WebKitWebExtension.h
83
include/webkitgtk-3.0/webkit2/WebKitWebInspector.h
84
include/webkitgtk-3.0/webkit2/WebKitWebPage.h
85
include/webkitgtk-3.0/webkit2/WebKitWebResource.h
273
include/webkitgtk-3.0/webkit2/WebKitWebView.h
86
include/webkitgtk-3.0/webkit2/WebKitWebView.h
274
include/webkitgtk-3.0/webkit2/WebKitWebViewBase.h
87
include/webkitgtk-3.0/webkit2/WebKitWebViewBase.h
88
include/webkitgtk-3.0/webkit2/WebKitWebViewGroup.h
275
include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h
89
include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h
90
include/webkitgtk-3.0/webkit2/webkit-web-extension.h
276
include/webkitgtk-3.0/webkit2/webkit2.h
91
include/webkitgtk-3.0/webkit2/webkit2.h
277
lib/girepository-1.0/JSCore-3.0.typelib
92
include/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h
93
include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrack.h
94
include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrackList.h
95
include/webkitgtk-3.0/webkitdom/WebKitDOMBarProp.h
96
include/webkitgtk-3.0/webkitdom/WebKitDOMBatteryManager.h
97
include/webkitgtk-3.0/webkitdom/WebKitDOMBlob.h
98
include/webkitgtk-3.0/webkitdom/WebKitDOMCDATASection.h
99
include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRule.h
100
include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRuleList.h
101
include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleDeclaration.h
102
include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleSheet.h
103
include/webkitgtk-3.0/webkitdom/WebKitDOMCSSValue.h
104
include/webkitgtk-3.0/webkitdom/WebKitDOMCharacterData.h
105
include/webkitgtk-3.0/webkitdom/WebKitDOMComment.h
106
include/webkitgtk-3.0/webkitdom/WebKitDOMConsole.h
107
include/webkitgtk-3.0/webkitdom/WebKitDOMCustom.h
108
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMApplicationCache.h
109
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMImplementation.h
110
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeType.h
111
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeTypeArray.h
112
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h
113
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPlugin.h
114
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPluginArray.h
115
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSecurityPolicy.h
116
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSelection.h
117
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSettableTokenList.h
118
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringList.h
119
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringMap.h
120
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMTokenList.h
121
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindow.h
122
include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindowCSS.h
123
include/webkitgtk-3.0/webkitdom/WebKitDOMDatabase.h
124
include/webkitgtk-3.0/webkitdom/WebKitDOMDeprecated.h
125
include/webkitgtk-3.0/webkitdom/WebKitDOMDocument.h
126
include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentFragment.h
127
include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentType.h
128
include/webkitgtk-3.0/webkitdom/WebKitDOMElement.h
129
include/webkitgtk-3.0/webkitdom/WebKitDOMEntityReference.h
130
include/webkitgtk-3.0/webkitdom/WebKitDOMEvent.h
131
include/webkitgtk-3.0/webkitdom/WebKitDOMEventTarget.h
132
include/webkitgtk-3.0/webkitdom/WebKitDOMFile.h
133
include/webkitgtk-3.0/webkitdom/WebKitDOMFileList.h
134
include/webkitgtk-3.0/webkitdom/WebKitDOMGamepad.h
135
include/webkitgtk-3.0/webkitdom/WebKitDOMGamepadList.h
136
include/webkitgtk-3.0/webkitdom/WebKitDOMGeolocation.h
137
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAnchorElement.h
138
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAppletElement.h
139
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAreaElement.h
140
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAudioElement.h
141
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBRElement.h
142
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseElement.h
143
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseFontElement.h
144
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBodyElement.h
145
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLButtonElement.h
146
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCanvasElement.h
147
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCollection.h
148
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDListElement.h
149
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDetailsElement.h
150
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDirectoryElement.h
151
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDivElement.h
152
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDocument.h
153
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLElement.h
154
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLEmbedElement.h
155
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFieldSetElement.h
156
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFontElement.h
157
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFormElement.h
158
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameElement.h
159
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameSetElement.h
160
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHRElement.h
161
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadElement.h
162
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadingElement.h
163
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHtmlElement.h
164
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLIFrameElement.h
165
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLImageElement.h
166
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLInputElement.h
167
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLKeygenElement.h
168
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLIElement.h
169
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLabelElement.h
170
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLegendElement.h
171
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLinkElement.h
172
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMapElement.h
173
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMarqueeElement.h
174
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMediaElement.h
175
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMenuElement.h
176
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMetaElement.h
177
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLModElement.h
178
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOListElement.h
179
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLObjectElement.h
180
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptGroupElement.h
181
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionElement.h
182
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionsCollection.h
183
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParagraphElement.h
184
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParamElement.h
185
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPreElement.h
186
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLQuoteElement.h
187
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLScriptElement.h
188
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLSelectElement.h
189
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLStyleElement.h
190
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h
191
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCellElement.h
192
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableColElement.h
193
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableElement.h
194
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableRowElement.h
195
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableSectionElement.h
196
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTextAreaElement.h
197
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTitleElement.h
198
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLUListElement.h
199
include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLVideoElement.h
200
include/webkitgtk-3.0/webkitdom/WebKitDOMHistory.h
201
include/webkitgtk-3.0/webkitdom/WebKitDOMKeyboardEvent.h
202
include/webkitgtk-3.0/webkitdom/WebKitDOMLocation.h
203
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaController.h
204
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaError.h
205
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaList.h
206
include/webkitgtk-3.0/webkitdom/WebKitDOMMediaQueryList.h
207
include/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h
208
include/webkitgtk-3.0/webkitdom/WebKitDOMMouseEvent.h
209
include/webkitgtk-3.0/webkitdom/WebKitDOMNamedNodeMap.h
210
include/webkitgtk-3.0/webkitdom/WebKitDOMNavigator.h
211
include/webkitgtk-3.0/webkitdom/WebKitDOMNode.h
212
include/webkitgtk-3.0/webkitdom/WebKitDOMNodeFilter.h
213
include/webkitgtk-3.0/webkitdom/WebKitDOMNodeIterator.h
214
include/webkitgtk-3.0/webkitdom/WebKitDOMNodeList.h
215
include/webkitgtk-3.0/webkitdom/WebKitDOMObject.h
216
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformance.h
217
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntry.h
218
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntryList.h
219
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceNavigation.h
220
include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceTiming.h
221
include/webkitgtk-3.0/webkitdom/WebKitDOMProcessingInstruction.h
222
include/webkitgtk-3.0/webkitdom/WebKitDOMRange.h
223
include/webkitgtk-3.0/webkitdom/WebKitDOMScreen.h
224
include/webkitgtk-3.0/webkitdom/WebKitDOMShadowRoot.h
225
include/webkitgtk-3.0/webkitdom/WebKitDOMStorage.h
226
include/webkitgtk-3.0/webkitdom/WebKitDOMStorageInfo.h
227
include/webkitgtk-3.0/webkitdom/WebKitDOMStorageQuota.h
228
include/webkitgtk-3.0/webkitdom/WebKitDOMStyleMedia.h
229
include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheet.h
230
include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheetList.h
231
include/webkitgtk-3.0/webkitdom/WebKitDOMText.h
232
include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrack.h
233
include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCue.h
234
include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCueList.h
235
include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackList.h
236
include/webkitgtk-3.0/webkitdom/WebKitDOMTimeRanges.h
237
include/webkitgtk-3.0/webkitdom/WebKitDOMTouch.h
238
include/webkitgtk-3.0/webkitdom/WebKitDOMTrackEvent.h
239
include/webkitgtk-3.0/webkitdom/WebKitDOMTreeWalker.h
240
include/webkitgtk-3.0/webkitdom/WebKitDOMUIEvent.h
241
include/webkitgtk-3.0/webkitdom/WebKitDOMValidityState.h
242
include/webkitgtk-3.0/webkitdom/WebKitDOMVideoPlaybackQuality.h
243
include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrack.h
244
include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrackList.h
245
include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitNamedFlow.h
246
include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.h
247
include/webkitgtk-3.0/webkitdom/WebKitDOMWheelEvent.h
248
include/webkitgtk-3.0/webkitdom/WebKitDOMXPathExpression.h
249
include/webkitgtk-3.0/webkitdom/WebKitDOMXPathNSResolver.h
250
include/webkitgtk-3.0/webkitdom/WebKitDOMXPathResult.h
251
include/webkitgtk-3.0/webkitdom/webkitdom.h
252
include/webkitgtk-3.0/webkitdom/webkitdomdefines.h
253
lib/girepository-1.0/JavaScriptCore-3.0.typelib
278
lib/girepository-1.0/WebKit-3.0.typelib
254
lib/girepository-1.0/WebKit-3.0.typelib
255
lib/girepository-1.0/WebKit2-3.0.typelib
256
lib/girepository-1.0/WebKit2WebExtension-3.0.typelib
257
lib/libjavascriptcoregtk-3.0.la
279
lib/libjavascriptcoregtk-3.0.so
258
lib/libjavascriptcoregtk-3.0.so
280
lib/libjavascriptcoregtk-3.0.so.0
259
lib/libjavascriptcoregtk-3.0.so.0
281
lib/libjavascriptcoregtk-3.0.so.0.13.4
260
lib/libjavascriptcoregtk-3.0.so.0.16.12
261
lib/libwebkit2gtk-3.0.la
262
lib/libwebkit2gtk-3.0.so
263
lib/libwebkit2gtk-3.0.so.25
264
lib/libwebkit2gtk-3.0.so.25.10.7
265
lib/libwebkitgtk-3.0.la
282
lib/libwebkitgtk-3.0.so
266
lib/libwebkitgtk-3.0.so
283
lib/libwebkitgtk-3.0.so.0
267
lib/libwebkitgtk-3.0.so.0
284
lib/libwebkitgtk-3.0.so.0.13.4
268
lib/libwebkitgtk-3.0.so.0.22.10
285
libdata/pkgconfig/javascriptcoregtk-3.0.pc
269
libdata/pkgconfig/javascriptcoregtk-3.0.pc
270
libdata/pkgconfig/webkit2gtk-3.0.pc
271
libdata/pkgconfig/webkit2gtk-web-extension-3.0.pc
286
libdata/pkgconfig/webkitgtk-3.0.pc
272
libdata/pkgconfig/webkitgtk-3.0.pc
287
share/gir-1.0/JSCore-3.0.gir
273
lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.la
274
lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
275
libexec/WebKitNetworkProcess
276
libexec/WebKitPluginProcess
277
libexec/WebKitWebProcess
278
share/gir-1.0/JavaScriptCore-3.0.gir
288
share/gir-1.0/WebKit-3.0.gir
279
share/gir-1.0/WebKit-3.0.gir
289
share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html
280
share/gir-1.0/WebKit2-3.0.gir
290
share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html
281
share/gir-1.0/WebKit2WebExtension-3.0.gir
291
share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html
282
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html
292
share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html
283
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html
293
share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html
284
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html
294
share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html
285
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html
295
share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html
286
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitContextMenu.html
296
share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html
287
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html
297
share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html
288
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitCookieManager.html
298
share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html
289
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitDownload.html
299
share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html
290
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html
300
share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html
291
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html
301
share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html
292
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFindController.html
302
share/gtk-doc/html/webkitgtk/WebKitWebFrame.html
293
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html
303
share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html
294
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitFrame.html
304
share/gtk-doc/html/webkitgtk/WebKitWebInspector.html
295
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html
305
share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html
296
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html
306
share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html
297
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitNavigationPolicyDecision.html
307
share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html
298
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPermissionRequest.html
308
share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html
299
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPlugin.html
309
share/gtk-doc/html/webkitgtk/WebKitWebResource.html
300
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPolicyDecision.html
310
share/gtk-doc/html/webkitgtk/WebKitWebSettings.html
301
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitPrintOperation.html
311
share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html
302
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html
312
share/gtk-doc/html/webkitgtk/annotation-glossary.html
303
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html
313
share/gtk-doc/html/webkitgtk/ch01.html
304
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html
314
share/gtk-doc/html/webkitgtk/ch02.html
305
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitSettings.html
315
share/gtk-doc/html/webkitgtk/ch03.html
306
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitURIRequest.html
316
share/gtk-doc/html/webkitgtk/home.png
307
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitURIResponse.html
317
share/gtk-doc/html/webkitgtk/index-1.0.1.html
308
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html
318
share/gtk-doc/html/webkitgtk/index-1.0.2.html
309
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebContext.html
319
share/gtk-doc/html/webkitgtk/index-1.0.3.html
310
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebExtension.html
320
share/gtk-doc/html/webkitgtk/index-1.1.1.html
311
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebInspector.html
321
share/gtk-doc/html/webkitgtk/index-1.1.10.html
312
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebPage.html
322
share/gtk-doc/html/webkitgtk/index-1.1.11.html
313
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebResource.html
323
share/gtk-doc/html/webkitgtk/index-1.1.13.html
314
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebView.html
324
share/gtk-doc/html/webkitgtk/index-1.1.14.html
315
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html
325
share/gtk-doc/html/webkitgtk/index-1.1.15.html
316
%%HTML%%share/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html
326
share/gtk-doc/html/webkitgtk/index-1.1.16.html
317
%%HTML%%share/gtk-doc/html/webkit2gtk/annotation-glossary.html
327
share/gtk-doc/html/webkitgtk/index-1.1.17.html
318
%%HTML%%share/gtk-doc/html/webkit2gtk/api-index-2-2.html
328
share/gtk-doc/html/webkitgtk/index-1.1.18.html
319
%%HTML%%share/gtk-doc/html/webkit2gtk/api-index-2-4.html
329
share/gtk-doc/html/webkitgtk/index-1.1.2.html
320
%%HTML%%share/gtk-doc/html/webkit2gtk/ch01.html
330
share/gtk-doc/html/webkitgtk/index-1.1.20.html
321
%%HTML%%share/gtk-doc/html/webkit2gtk/ch02.html
331
share/gtk-doc/html/webkitgtk/index-1.1.23.html
322
%%HTML%%share/gtk-doc/html/webkit2gtk/home.png
332
share/gtk-doc/html/webkitgtk/index-1.1.3.html
323
%%HTML%%share/gtk-doc/html/webkit2gtk/index-all.html
333
share/gtk-doc/html/webkitgtk/index-1.1.4.html
324
%%HTML%%share/gtk-doc/html/webkit2gtk/index.html
334
share/gtk-doc/html/webkitgtk/index-1.1.5.html
325
%%HTML%%share/gtk-doc/html/webkit2gtk/index.sgml
335
share/gtk-doc/html/webkitgtk/index-1.1.6.html
326
%%HTML%%share/gtk-doc/html/webkit2gtk/left-insensitive.png
336
share/gtk-doc/html/webkitgtk/index-1.1.7.html
327
%%HTML%%share/gtk-doc/html/webkit2gtk/left.png
337
share/gtk-doc/html/webkitgtk/index-1.1.8.html
328
%%HTML%%share/gtk-doc/html/webkit2gtk/right-insensitive.png
338
share/gtk-doc/html/webkitgtk/index-1.3.1.html
329
%%HTML%%share/gtk-doc/html/webkit2gtk/right.png
339
share/gtk-doc/html/webkitgtk/index-1.3.2.html
330
%%HTML%%share/gtk-doc/html/webkit2gtk/style.css
340
share/gtk-doc/html/webkitgtk/index-1.3.3.html
331
%%HTML%%share/gtk-doc/html/webkit2gtk/up-insensitive.png
341
share/gtk-doc/html/webkitgtk/index-1.3.4.html
332
%%HTML%%share/gtk-doc/html/webkit2gtk/up.png
342
share/gtk-doc/html/webkitgtk/index-1.3.8.html
333
%%HTML%%share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html
343
share/gtk-doc/html/webkitgtk/index-all.html
334
%%HTML%%share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html
344
share/gtk-doc/html/webkitgtk/index-deprecated.html
335
%%HTML%%share/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2
345
share/gtk-doc/html/webkitgtk/index.html
336
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html
346
share/gtk-doc/html/webkitgtk/index.sgml
337
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html
347
share/gtk-doc/html/webkitgtk/left.png
338
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html
348
share/gtk-doc/html/webkitgtk/right.png
339
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html
349
share/gtk-doc/html/webkitgtk/style.css
340
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html
350
share/gtk-doc/html/webkitgtk/up.png
341
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html
351
share/gtk-doc/html/webkitgtk/webkit-environment.html
342
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html
352
share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html
343
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html
353
share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html
344
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html
354
share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html
345
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html
355
share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2
346
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html
356
share/locale/ar/LC_MESSAGES/webkit-3.0.mo
347
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html
357
share/locale/bg/LC_MESSAGES/webkit-3.0.mo
348
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html
358
share/locale/cs/LC_MESSAGES/webkit-3.0.mo
349
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html
359
share/locale/de/LC_MESSAGES/webkit-3.0.mo
350
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html
360
share/locale/el/LC_MESSAGES/webkit-3.0.mo
351
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html
361
share/locale/en_CA/LC_MESSAGES/webkit-3.0.mo
352
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html
362
share/locale/en_GB/LC_MESSAGES/webkit-3.0.mo
353
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html
363
share/locale/eo/LC_MESSAGES/webkit-3.0.mo
354
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html
364
share/locale/es/LC_MESSAGES/webkit-3.0.mo
355
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html
365
share/locale/et/LC_MESSAGES/webkit-3.0.mo
356
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html
366
share/locale/eu/LC_MESSAGES/webkit-3.0.mo
357
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html
367
share/locale/fr/LC_MESSAGES/webkit-3.0.mo
358
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html
368
share/locale/gl/LC_MESSAGES/webkit-3.0.mo
359
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html
369
share/locale/gu/LC_MESSAGES/webkit-3.0.mo
360
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html
370
share/locale/he/LC_MESSAGES/webkit-3.0.mo
361
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html
371
share/locale/hu/LC_MESSAGES/webkit-3.0.mo
362
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html
372
share/locale/id/LC_MESSAGES/webkit-3.0.mo
363
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html
373
share/locale/it/LC_MESSAGES/webkit-3.0.mo
364
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html
374
share/locale/ko/LC_MESSAGES/webkit-3.0.mo
365
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html
375
share/locale/lt/LC_MESSAGES/webkit-3.0.mo
366
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html
376
share/locale/lv/LC_MESSAGES/webkit-3.0.mo
367
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html
377
share/locale/mr/LC_MESSAGES/webkit-3.0.mo
368
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html
378
share/locale/nb/LC_MESSAGES/webkit-3.0.mo
369
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html
379
share/locale/nl/LC_MESSAGES/webkit-3.0.mo
370
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html
380
share/locale/pa/LC_MESSAGES/webkit-3.0.mo
371
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html
381
share/locale/pl/LC_MESSAGES/webkit-3.0.mo
372
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html
382
share/locale/pt/LC_MESSAGES/webkit-3.0.mo
373
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html
383
share/locale/pt_BR/LC_MESSAGES/webkit-3.0.mo
374
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html
384
share/locale/ru/LC_MESSAGES/webkit-3.0.mo
375
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html
385
share/locale/sl/LC_MESSAGES/webkit-3.0.mo
376
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html
386
share/locale/sr/LC_MESSAGES/webkit-3.0.mo
377
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html
387
share/locale/sr@latin/LC_MESSAGES/webkit-3.0.mo
378
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html
388
share/locale/sv/LC_MESSAGES/webkit-3.0.mo
379
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html
389
share/locale/uk/LC_MESSAGES/webkit-3.0.mo
380
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html
390
share/locale/vi/LC_MESSAGES/webkit-3.0.mo
381
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html
391
share/locale/zh_CN/LC_MESSAGES/webkit-3.0.mo
382
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html
383
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html
384
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html
385
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html
386
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html
387
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html
388
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html
389
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html
390
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html
391
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html
392
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html
393
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html
394
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html
395
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html
396
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html
397
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html
398
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html
399
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html
400
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html
401
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html
402
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html
403
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html
404
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html
405
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html
406
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html
407
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html
408
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html
409
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html
410
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html
411
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html
412
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html
413
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html
414
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html
415
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html
416
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html
417
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html
418
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html
419
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html
420
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html
421
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html
422
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html
423
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html
424
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html
425
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html
426
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html
427
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html
428
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html
429
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html
430
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html
431
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html
432
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html
433
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html
434
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html
435
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html
436
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html
437
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html
438
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html
439
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html
440
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html
441
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html
442
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html
443
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html
444
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html
445
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html
446
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html
447
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html
448
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html
449
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html
450
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html
451
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html
452
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html
453
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html
454
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html
455
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html
456
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html
457
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html
458
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html
459
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html
460
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html
461
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html
462
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html
463
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html
464
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html
465
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html
466
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html
467
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html
468
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html
469
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html
470
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html
471
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html
472
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html
473
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html
474
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html
475
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html
476
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html
477
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html
478
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html
479
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html
480
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html
481
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html
482
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html
483
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html
484
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html
485
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html
486
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html
487
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html
488
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html
489
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html
490
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html
491
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html
492
%%HTML%%share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html
493
%%HTML%%share/gtk-doc/html/webkitdomgtk/annotation-glossary.html
494
%%HTML%%share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html
495
%%HTML%%share/gtk-doc/html/webkitdomgtk/ch01.html
496
%%HTML%%share/gtk-doc/html/webkitdomgtk/home.png
497
%%HTML%%share/gtk-doc/html/webkitdomgtk/index-all.html
498
%%HTML%%share/gtk-doc/html/webkitdomgtk/index.html
499
%%HTML%%share/gtk-doc/html/webkitdomgtk/index.sgml
500
%%HTML%%share/gtk-doc/html/webkitdomgtk/left-insensitive.png
501
%%HTML%%share/gtk-doc/html/webkitdomgtk/left.png
502
%%HTML%%share/gtk-doc/html/webkitdomgtk/right-insensitive.png
503
%%HTML%%share/gtk-doc/html/webkitdomgtk/right.png
504
%%HTML%%share/gtk-doc/html/webkitdomgtk/style.css
505
%%HTML%%share/gtk-doc/html/webkitdomgtk/up-insensitive.png
506
%%HTML%%share/gtk-doc/html/webkitdomgtk/up.png
507
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html
508
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html
509
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html
510
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html
511
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html
512
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html
513
%%HTML%%share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2
514
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html
515
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html
516
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html
517
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html
518
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html
519
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html
520
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html
521
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html
522
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html
523
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html
524
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html
525
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html
526
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html
527
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html
528
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebFrame.html
529
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html
530
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebInspector.html
531
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html
532
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html
533
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html
534
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html
535
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebResource.html
536
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebSettings.html
537
%%HTML%%share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html
538
%%HTML%%share/gtk-doc/html/webkitgtk/annotation-glossary.html
539
%%HTML%%share/gtk-doc/html/webkitgtk/ch01.html
540
%%HTML%%share/gtk-doc/html/webkitgtk/ch02.html
541
%%HTML%%share/gtk-doc/html/webkitgtk/ch03.html
542
%%HTML%%share/gtk-doc/html/webkitgtk/home.png
543
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.0.1.html
544
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.0.2.html
545
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.0.3.html
546
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.1.html
547
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.10.html
548
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.11.html
549
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.13.html
550
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.14.html
551
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.15.html
552
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.16.html
553
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.17.html
554
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.18.html
555
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.2.html
556
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.20.html
557
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.23.html
558
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.3.html
559
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.4.html
560
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.5.html
561
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.6.html
562
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.7.html
563
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.1.8.html
564
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.1.html
565
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.2.html
566
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.3.html
567
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.4.html
568
%%HTML%%share/gtk-doc/html/webkitgtk/index-1.3.8.html
569
%%HTML%%share/gtk-doc/html/webkitgtk/index-all.html
570
%%HTML%%share/gtk-doc/html/webkitgtk/index-deprecated.html
571
%%HTML%%share/gtk-doc/html/webkitgtk/index.html
572
%%HTML%%share/gtk-doc/html/webkitgtk/index.sgml
573
%%HTML%%share/gtk-doc/html/webkitgtk/left-insensitive.png
574
%%HTML%%share/gtk-doc/html/webkitgtk/left.png
575
%%HTML%%share/gtk-doc/html/webkitgtk/right-insensitive.png
576
%%HTML%%share/gtk-doc/html/webkitgtk/right.png
577
%%HTML%%share/gtk-doc/html/webkitgtk/style.css
578
%%HTML%%share/gtk-doc/html/webkitgtk/up-insensitive.png
579
%%HTML%%share/gtk-doc/html/webkitgtk/up.png
580
%%HTML%%share/gtk-doc/html/webkitgtk/webkit-environment.html
581
%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html
582
%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html
583
%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html
584
%%HTML%%share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2
585
%%HTML%%@dir share/gtk-doc/html/webkitgtk
586
%%HTML%%@dir share/gtk-doc/html
587
%%HTML%%@dir share/gtk-doc
588
%%NLS%%share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo
589
%%NLS%%share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo
590
%%NLS%%share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo
591
%%NLS%%share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo
592
%%NLS%%share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo
593
%%NLS%%share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo
594
%%NLS%%share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo
595
%%NLS%%share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo
596
%%NLS%%share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo
597
%%NLS%%share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo
598
%%NLS%%share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo
599
%%NLS%%share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo
600
%%NLS%%share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo
601
%%NLS%%share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo
602
%%NLS%%share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo
603
%%NLS%%share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo
604
%%NLS%%share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo
605
%%NLS%%share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo
606
%%NLS%%share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo
607
%%NLS%%share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo
608
%%NLS%%share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo
609
%%NLS%%share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo
610
%%NLS%%share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo
611
%%NLS%%share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo
612
%%NLS%%share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo
613
%%NLS%%share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo
614
%%NLS%%share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo
615
%%NLS%%share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo
616
%%NLS%%share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo
617
%%NLS%%share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo
618
%%NLS%%share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo
619
%%NLS%%share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo
620
%%NLS%%share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo
621
%%NLS%%share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo
622
%%NLS%%share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo
623
%%NLS%%share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo
624
%%NLS%%share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo
625
%%NLS%%share/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo
626
%%NLS%%share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo
627
%%NLS%%share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo
628
%%NLS%%share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo
629
%%NLS%%share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo
630
%%NLS%%share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo
631
%%NLS%%share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo
632
%%NLS%%share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo
633
%%NLS%%share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo
634
%%NLS%%share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo
635
%%NLS%%share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo
636
%%NLS%%share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo
637
%%NLS%%share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo
638
%%NLS%%share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo
639
%%NLS%%share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo
640
%%NLS%%share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo
641
%%NLS%%share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo
642
%%NLS%%share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo
643
%%NLS%%share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo
644
%%NLS%%share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo
645
%%NLS%%share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo
646
%%NLS%%share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo
647
%%NLS%%share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo
648
%%NLS%%share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo
649
%%NLS%%share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo
650
%%NLS%%share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo
651
%%NLS%%share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo
652
%%NLS%%share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo
653
%%NLS%%share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo
654
%%NLS%%share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo
655
%%NLS%%share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo
656
%%NLS%%share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo
657
%%NLS%%share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo
658
%%NLS%%share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo
659
%%NLS%%share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo
660
%%NLS%%share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo
661
%%NLS%%share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo
662
%%NLS%%share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo
663
%%NLS%%share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo
664
%%NLS%%share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo
665
%%NLS%%share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo
666
%%NLS%%share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo
667
%%NLS%%share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo
668
%%NLS%%share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo
669
%%NLS%%share/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo
670
%%NLS%%share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo
671
%%NLS%%share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo
672
%%NLS%%share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo
673
%%NLS%%share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo
674
%%NLS%%share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo
675
%%NLS%%share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo
676
%%NLS%%@dir share/locale/ar/LC_MESSAGES
677
%%NLS%%@dir share/locale/as/LC_MESSAGES
678
%%NLS%%@dir share/locale/bg/LC_MESSAGES
679
%%NLS%%@dir share/locale/cs/LC_MESSAGES
680
%%NLS%%@dir share/locale/de/LC_MESSAGES
681
%%NLS%%@dir share/locale/el/LC_MESSAGES
682
%%NLS%%@dir share/locale/en_CA/LC_MESSAGES
683
%%NLS%%@dir share/locale/en_GB/LC_MESSAGES
684
%%NLS%%@dir share/locale/eo/LC_MESSAGES
685
%%NLS%%@dir share/locale/es/LC_MESSAGES
686
%%NLS%%@dir share/locale/et/LC_MESSAGES
687
%%NLS%%@dir share/locale/eu/LC_MESSAGES
688
%%NLS%%@dir share/locale/fr/LC_MESSAGES
689
%%NLS%%@dir share/locale/gl/LC_MESSAGES
690
%%NLS%%@dir share/locale/gu/LC_MESSAGES
691
%%NLS%%@dir share/locale/he/LC_MESSAGES
692
%%NLS%%@dir share/locale/hi/LC_MESSAGES
693
%%NLS%%@dir share/locale/hu/LC_MESSAGES
694
%%NLS%%@dir share/locale/id/LC_MESSAGES
695
%%NLS%%@dir share/locale/it/LC_MESSAGES
696
%%NLS%%@dir share/locale/kn/LC_MESSAGES
697
%%NLS%%@dir share/locale/ko/LC_MESSAGES
698
%%NLS%%@dir share/locale/lt/LC_MESSAGES
699
%%NLS%%@dir share/locale/lv/LC_MESSAGES
700
%%NLS%%@dir share/locale/ml/LC_MESSAGES
701
%%NLS%%@dir share/locale/mr/LC_MESSAGES
702
%%NLS%%@dir share/locale/nb/LC_MESSAGES
703
%%NLS%%@dir share/locale/nl/LC_MESSAGES
704
%%NLS%%@dir share/locale/or/LC_MESSAGES
705
%%NLS%%@dir share/locale/pa/LC_MESSAGES
706
%%NLS%%@dir share/locale/pl/LC_MESSAGES
707
%%NLS%%@dir share/locale/pt/LC_MESSAGES
708
%%NLS%%@dir share/locale/pt_BR/LC_MESSAGES
709
%%NLS%%@dir share/locale/ro/LC_MESSAGES
710
%%NLS%%@dir share/locale/ru/LC_MESSAGES
711
%%NLS%%@dir share/locale/sl/LC_MESSAGES
712
%%NLS%%@dir share/locale/sr/LC_MESSAGES
713
%%NLS%%@dir share/locale/sr@latin/LC_MESSAGES
714
%%NLS%%@dir share/locale/sv/LC_MESSAGES
715
%%NLS%%@dir share/locale/ta/LC_MESSAGES
716
%%NLS%%@dir share/locale/te/LC_MESSAGES
717
%%NLS%%@dir share/locale/uk/LC_MESSAGES
718
%%NLS%%@dir share/locale/vi/LC_MESSAGES
719
%%NLS%%@dir share/locale/zh_CN/LC_MESSAGES
720
%%NLS%%@dir share/locale/ar/
721
%%NLS%%@dir share/locale/as/
722
%%NLS%%@dir share/locale/bg/
723
%%NLS%%@dir share/locale/cs/
724
%%NLS%%@dir share/locale/de/
725
%%NLS%%@dir share/locale/el/
726
%%NLS%%@dir share/locale/en_CA/
727
%%NLS%%@dir share/locale/en_GB/
728
%%NLS%%@dir share/locale/eo/
729
%%NLS%%@dir share/locale/es/
730
%%NLS%%@dir share/locale/et/
731
%%NLS%%@dir share/locale/eu/
732
%%NLS%%@dir share/locale/fr/
733
%%NLS%%@dir share/locale/gl/
734
%%NLS%%@dir share/locale/gu/
735
%%NLS%%@dir share/locale/he/
736
%%NLS%%@dir share/locale/hi/
737
%%NLS%%@dir share/locale/hu/
738
%%NLS%%@dir share/locale/id/
739
%%NLS%%@dir share/locale/it/
740
%%NLS%%@dir share/locale/kn/
741
%%NLS%%@dir share/locale/ko/
742
%%NLS%%@dir share/locale/lt/
743
%%NLS%%@dir share/locale/lv/
744
%%NLS%%@dir share/locale/ml/
745
%%NLS%%@dir share/locale/mr/
746
%%NLS%%@dir share/locale/nb/
747
%%NLS%%@dir share/locale/nl/
748
%%NLS%%@dir share/locale/or/
749
%%NLS%%@dir share/locale/pa/
750
%%NLS%%@dir share/locale/pl/
751
%%NLS%%@dir share/locale/pt/
752
%%NLS%%@dir share/locale/pt_BR/
753
%%NLS%%@dir share/locale/ro/
754
%%NLS%%@dir share/locale/ru/
755
%%NLS%%@dir share/locale/sl/
756
%%NLS%%@dir share/locale/sr/
757
%%NLS%%@dir share/locale/sr@latin/
758
%%NLS%%@dir share/locale/sv/
759
%%NLS%%@dir share/locale/ta/
760
%%NLS%%@dir share/locale/te/
761
%%NLS%%@dir share/locale/uk/
762
%%NLS%%@dir share/locale/vi/
763
%%NLS%%@dir share/locale/zh_CN/
392
share/webkitgtk-3.0/images/deleteButton.png
764
share/webkitgtk-3.0/images/deleteButton.png
393
share/webkitgtk-3.0/images/inputSpeech.png
765
share/webkitgtk-3.0/images/inputSpeech.png
394
share/webkitgtk-3.0/images/missingImage.png
766
share/webkitgtk-3.0/images/missingImage.png
Lines 396-750 Link Here
396
share/webkitgtk-3.0/images/panIcon.png
768
share/webkitgtk-3.0/images/panIcon.png
397
share/webkitgtk-3.0/images/textAreaResizeCorner.png
769
share/webkitgtk-3.0/images/textAreaResizeCorner.png
398
share/webkitgtk-3.0/images/urlIcon.png
770
share/webkitgtk-3.0/images/urlIcon.png
771
share/webkitgtk-3.0/resources/audio/Composite.wav
399
share/webkitgtk-3.0/resources/error.html
772
share/webkitgtk-3.0/resources/error.html
400
share/webkitgtk-3.0/webinspector/AdvancedSearchController.js
773
@dir include/webkitgtk-3.0/JavaScriptCore
401
share/webkitgtk-3.0/webinspector/ApplicationCacheItemsView.js
774
@dir include/webkitgtk-3.0/webkit
402
share/webkitgtk-3.0/webinspector/ApplicationCacheModel.js
775
@dir include/webkitgtk-3.0/webkit2
403
share/webkitgtk-3.0/webinspector/AuditCategories.js
776
@dir include/webkitgtk-3.0/webkitdom
404
share/webkitgtk-3.0/webinspector/AuditFormatters.js
777
@dir include/webkitgtk-3.0
405
share/webkitgtk-3.0/webinspector/AuditLauncherView.js
778
@dir libdata/pkgconfig
406
share/webkitgtk-3.0/webinspector/AuditResultView.js
779
@dir lib/webkit2gtk-3.0/injected-bundle
407
share/webkitgtk-3.0/webinspector/AuditRules.js
780
@dir lib/webkit2gtk-3.0
408
share/webkitgtk-3.0/webinspector/AuditsPanel.js
781
@dir share/gtk-doc/html/webkit2gtk
409
share/webkitgtk-3.0/webinspector/BinarySearch.js
782
@dir share/gtk-doc/html/webkitdomgtk
410
share/webkitgtk-3.0/webinspector/BottomUpProfileDataGridTree.js
783
@dir share/gtk-doc/html/webkitgtk
411
share/webkitgtk-3.0/webinspector/BreakpointManager.js
784
@dir share/webkitgtk-3.0/images
412
share/webkitgtk-3.0/webinspector/BreakpointsSidebarPane.js
785
@dir share/webkitgtk-3.0/resources/audio
413
share/webkitgtk-3.0/webinspector/CSSCompletions.js
786
@dir share/webkitgtk-3.0/resources
414
share/webkitgtk-3.0/webinspector/CSSKeywordCompletions.js
787
@dir share/webkitgtk-3.0
415
share/webkitgtk-3.0/webinspector/CSSSelectorProfileView.js
416
share/webkitgtk-3.0/webinspector/CSSStyleModel.js
417
share/webkitgtk-3.0/webinspector/CallStackSidebarPane.js
418
share/webkitgtk-3.0/webinspector/Checkbox.js
419
share/webkitgtk-3.0/webinspector/Color.js
420
share/webkitgtk-3.0/webinspector/CompilerSourceMapping.js
421
share/webkitgtk-3.0/webinspector/ConsoleMessage.js
422
share/webkitgtk-3.0/webinspector/ConsoleModel.js
423
share/webkitgtk-3.0/webinspector/ConsolePanel.js
424
share/webkitgtk-3.0/webinspector/ConsoleView.js
425
share/webkitgtk-3.0/webinspector/ContentProviders.js
426
share/webkitgtk-3.0/webinspector/ContextMenu.js
427
share/webkitgtk-3.0/webinspector/CookieItemsView.js
428
share/webkitgtk-3.0/webinspector/CookieParser.js
429
share/webkitgtk-3.0/webinspector/CookiesTable.js
430
share/webkitgtk-3.0/webinspector/DOMAgent.js
431
share/webkitgtk-3.0/webinspector/DOMBreakpointsSidebarPane.js
432
share/webkitgtk-3.0/webinspector/DOMPresentationUtils.js
433
share/webkitgtk-3.0/webinspector/DOMStorage.js
434
share/webkitgtk-3.0/webinspector/DOMStorageItemsView.js
435
share/webkitgtk-3.0/webinspector/DOMSyntaxHighlighter.js
436
share/webkitgtk-3.0/webinspector/DataGrid.js
437
share/webkitgtk-3.0/webinspector/Database.js
438
share/webkitgtk-3.0/webinspector/DatabaseQueryView.js
439
share/webkitgtk-3.0/webinspector/DatabaseTableView.js
440
share/webkitgtk-3.0/webinspector/DebuggerModel.js
441
share/webkitgtk-3.0/webinspector/DebuggerPresentationModel.js
442
share/webkitgtk-3.0/webinspector/DetailedHeapshotGridNodes.js
443
share/webkitgtk-3.0/webinspector/DetailedHeapshotView.js
444
share/webkitgtk-3.0/webinspector/Dialog.js
445
share/webkitgtk-3.0/webinspector/Drawer.js
446
share/webkitgtk-3.0/webinspector/ElementsPanel.js
447
share/webkitgtk-3.0/webinspector/ElementsTreeOutline.js
448
share/webkitgtk-3.0/webinspector/EmptyView.js
449
share/webkitgtk-3.0/webinspector/EventListenersSidebarPane.js
450
share/webkitgtk-3.0/webinspector/ExtensionAPI.js
451
share/webkitgtk-3.0/webinspector/ExtensionAuditCategory.js
452
share/webkitgtk-3.0/webinspector/ExtensionPanel.js
453
share/webkitgtk-3.0/webinspector/ExtensionRegistryStub.js
454
share/webkitgtk-3.0/webinspector/ExtensionServer.js
455
share/webkitgtk-3.0/webinspector/FilteredItemSelectionDialog.js
456
share/webkitgtk-3.0/webinspector/FontView.js
457
share/webkitgtk-3.0/webinspector/GoToLineDialog.js
458
share/webkitgtk-3.0/webinspector/HAREntry.js
459
share/webkitgtk-3.0/webinspector/HandlerRegistry.js
460
share/webkitgtk-3.0/webinspector/HeapSnapshot.js
461
share/webkitgtk-3.0/webinspector/HeapSnapshotProxy.js
462
share/webkitgtk-3.0/webinspector/HeapSnapshotWorker.js
463
share/webkitgtk-3.0/webinspector/HeapSnapshotWorkerDispatcher.js
464
share/webkitgtk-3.0/webinspector/HelpScreen.js
465
share/webkitgtk-3.0/webinspector/ImageView.js
466
share/webkitgtk-3.0/webinspector/Images/applicationCache.png
467
share/webkitgtk-3.0/webinspector/Images/back.png
468
share/webkitgtk-3.0/webinspector/Images/breakpointBorder.png
469
share/webkitgtk-3.0/webinspector/Images/breakpointConditionalBorder.png
470
share/webkitgtk-3.0/webinspector/Images/breakpointConditionalCounterBorder.png
471
share/webkitgtk-3.0/webinspector/Images/breakpointCounterBorder.png
472
share/webkitgtk-3.0/webinspector/Images/checker.png
473
share/webkitgtk-3.0/webinspector/Images/closeButtons.png
474
share/webkitgtk-3.0/webinspector/Images/cookie.png
475
share/webkitgtk-3.0/webinspector/Images/database.png
476
share/webkitgtk-3.0/webinspector/Images/databaseTable.png
477
share/webkitgtk-3.0/webinspector/Images/debuggerContinue.png
478
share/webkitgtk-3.0/webinspector/Images/debuggerPause.png
479
share/webkitgtk-3.0/webinspector/Images/debuggerStepInto.png
480
share/webkitgtk-3.0/webinspector/Images/debuggerStepOut.png
481
share/webkitgtk-3.0/webinspector/Images/debuggerStepOver.png
482
share/webkitgtk-3.0/webinspector/Images/deleteIcon.png
483
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDown.png
484
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownBlack.png
485
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownWhite.png
486
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRight.png
487
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightBlack.png
488
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDown.png
489
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png
490
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png
491
share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightWhite.png
492
share/webkitgtk-3.0/webinspector/Images/domain.png
493
share/webkitgtk-3.0/webinspector/Images/errorIcon.png
494
share/webkitgtk-3.0/webinspector/Images/errorMediumIcon.png
495
share/webkitgtk-3.0/webinspector/Images/errorRedDot.png
496
share/webkitgtk-3.0/webinspector/Images/forward.png
497
share/webkitgtk-3.0/webinspector/Images/frame.png
498
share/webkitgtk-3.0/webinspector/Images/glossyHeader.png
499
share/webkitgtk-3.0/webinspector/Images/glossyHeaderPressed.png
500
share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelected.png
501
share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelectedPressed.png
502
share/webkitgtk-3.0/webinspector/Images/goArrow.png
503
share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutLeft.png
504
share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutRight.png
505
share/webkitgtk-3.0/webinspector/Images/indexedDB.png
506
share/webkitgtk-3.0/webinspector/Images/indexedDBIndex.png
507
share/webkitgtk-3.0/webinspector/Images/indexedDBObjectStore.png
508
share/webkitgtk-3.0/webinspector/Images/localStorage.png
509
share/webkitgtk-3.0/webinspector/Images/navigatorPinButton.png
510
share/webkitgtk-3.0/webinspector/Images/navigatorShowHideButton.png
511
share/webkitgtk-3.0/webinspector/Images/paneAddButtons.png
512
share/webkitgtk-3.0/webinspector/Images/paneBottomGrow.png
513
share/webkitgtk-3.0/webinspector/Images/paneBottomGrowActive.png
514
share/webkitgtk-3.0/webinspector/Images/paneElementStateButtons.png
515
share/webkitgtk-3.0/webinspector/Images/paneFilterButtons.png
516
share/webkitgtk-3.0/webinspector/Images/paneGrowHandleLine.png
517
share/webkitgtk-3.0/webinspector/Images/paneRefreshButtons.png
518
share/webkitgtk-3.0/webinspector/Images/paneSettingsButtons.png
519
share/webkitgtk-3.0/webinspector/Images/popoverArrows.png
520
share/webkitgtk-3.0/webinspector/Images/popoverBackground.png
521
share/webkitgtk-3.0/webinspector/Images/profileGroupIcon.png
522
share/webkitgtk-3.0/webinspector/Images/profileIcon.png
523
share/webkitgtk-3.0/webinspector/Images/profileSmallIcon.png
524
share/webkitgtk-3.0/webinspector/Images/profilesSilhouette.png
525
share/webkitgtk-3.0/webinspector/Images/programCounterBorder.png
526
share/webkitgtk-3.0/webinspector/Images/radioDot.png
527
share/webkitgtk-3.0/webinspector/Images/resourceCSSIcon.png
528
share/webkitgtk-3.0/webinspector/Images/resourceDocumentIcon.png
529
share/webkitgtk-3.0/webinspector/Images/resourceDocumentIconSmall.png
530
share/webkitgtk-3.0/webinspector/Images/resourceJSIcon.png
531
share/webkitgtk-3.0/webinspector/Images/resourcePlainIcon.png
532
share/webkitgtk-3.0/webinspector/Images/resourcePlainIconSmall.png
533
share/webkitgtk-3.0/webinspector/Images/resourcesSizeGraphIcon.png
534
share/webkitgtk-3.0/webinspector/Images/resourcesTimeGraphIcon.png
535
share/webkitgtk-3.0/webinspector/Images/scriptsSilhouette.png
536
share/webkitgtk-3.0/webinspector/Images/searchSmallBlue.png
537
share/webkitgtk-3.0/webinspector/Images/searchSmallBrightBlue.png
538
share/webkitgtk-3.0/webinspector/Images/searchSmallGray.png
539
share/webkitgtk-3.0/webinspector/Images/searchSmallWhite.png
540
share/webkitgtk-3.0/webinspector/Images/segment.png
541
share/webkitgtk-3.0/webinspector/Images/segmentEnd.png
542
share/webkitgtk-3.0/webinspector/Images/segmentHover.png
543
share/webkitgtk-3.0/webinspector/Images/segmentHoverEnd.png
544
share/webkitgtk-3.0/webinspector/Images/segmentSelected.png
545
share/webkitgtk-3.0/webinspector/Images/segmentSelectedEnd.png
546
share/webkitgtk-3.0/webinspector/Images/sessionStorage.png
547
share/webkitgtk-3.0/webinspector/Images/spinner.gif
548
share/webkitgtk-3.0/webinspector/Images/spinnerActive.gif
549
share/webkitgtk-3.0/webinspector/Images/spinnerActiveSelected.gif
550
share/webkitgtk-3.0/webinspector/Images/spinnerInactive.gif
551
share/webkitgtk-3.0/webinspector/Images/spinnerInactiveSelected.gif
552
share/webkitgtk-3.0/webinspector/Images/splitviewDimple.png
553
share/webkitgtk-3.0/webinspector/Images/splitviewDividerBackground.png
554
share/webkitgtk-3.0/webinspector/Images/statusbarBackground.png
555
share/webkitgtk-3.0/webinspector/Images/statusbarBottomBackground.png
556
share/webkitgtk-3.0/webinspector/Images/statusbarButtonGlyphs.png
557
share/webkitgtk-3.0/webinspector/Images/statusbarButtons.png
558
share/webkitgtk-3.0/webinspector/Images/statusbarMenuButton.png
559
share/webkitgtk-3.0/webinspector/Images/statusbarMenuButtonSelected.png
560
share/webkitgtk-3.0/webinspector/Images/statusbarResizerHorizontal.png
561
share/webkitgtk-3.0/webinspector/Images/statusbarResizerVertical.png
562
share/webkitgtk-3.0/webinspector/Images/successGreenDot.png
563
share/webkitgtk-3.0/webinspector/Images/thumbActiveHoriz.png
564
share/webkitgtk-3.0/webinspector/Images/thumbActiveVert.png
565
share/webkitgtk-3.0/webinspector/Images/thumbHoriz.png
566
share/webkitgtk-3.0/webinspector/Images/thumbHoverHoriz.png
567
share/webkitgtk-3.0/webinspector/Images/thumbHoverVert.png
568
share/webkitgtk-3.0/webinspector/Images/thumbVert.png
569
share/webkitgtk-3.0/webinspector/Images/timelineBarBlue.png
570
share/webkitgtk-3.0/webinspector/Images/timelineBarGray.png
571
share/webkitgtk-3.0/webinspector/Images/timelineBarGreen.png
572
share/webkitgtk-3.0/webinspector/Images/timelineBarOrange.png
573
share/webkitgtk-3.0/webinspector/Images/timelineBarPurple.png
574
share/webkitgtk-3.0/webinspector/Images/timelineBarRed.png
575
share/webkitgtk-3.0/webinspector/Images/timelineBarYellow.png
576
share/webkitgtk-3.0/webinspector/Images/timelineCheckmarks.png
577
share/webkitgtk-3.0/webinspector/Images/timelineDots.png
578
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillBlue.png
579
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGray.png
580
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGreen.png
581
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillOrange.png
582
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillPurple.png
583
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillRed.png
584
share/webkitgtk-3.0/webinspector/Images/timelineHollowPillYellow.png
585
share/webkitgtk-3.0/webinspector/Images/timelinePillBlue.png
586
share/webkitgtk-3.0/webinspector/Images/timelinePillGray.png
587
share/webkitgtk-3.0/webinspector/Images/timelinePillGreen.png
588
share/webkitgtk-3.0/webinspector/Images/timelinePillOrange.png
589
share/webkitgtk-3.0/webinspector/Images/timelinePillPurple.png
590
share/webkitgtk-3.0/webinspector/Images/timelinePillRed.png
591
share/webkitgtk-3.0/webinspector/Images/timelinePillYellow.png
592
share/webkitgtk-3.0/webinspector/Images/toolbarIcons.png
593
share/webkitgtk-3.0/webinspector/Images/toolbarIconsSmall.png
594
share/webkitgtk-3.0/webinspector/Images/toolbarItemSelected.png
595
share/webkitgtk-3.0/webinspector/Images/trackHoriz.png
596
share/webkitgtk-3.0/webinspector/Images/trackVert.png
597
share/webkitgtk-3.0/webinspector/Images/treeDownTriangleBlack.png
598
share/webkitgtk-3.0/webinspector/Images/treeDownTriangleWhite.png
599
share/webkitgtk-3.0/webinspector/Images/treeRightTriangleBlack.png
600
share/webkitgtk-3.0/webinspector/Images/treeRightTriangleWhite.png
601
share/webkitgtk-3.0/webinspector/Images/treeUpTriangleBlack.png
602
share/webkitgtk-3.0/webinspector/Images/treeUpTriangleWhite.png
603
share/webkitgtk-3.0/webinspector/Images/userInputIcon.png
604
share/webkitgtk-3.0/webinspector/Images/userInputPreviousIcon.png
605
share/webkitgtk-3.0/webinspector/Images/userInputResultIcon.png
606
share/webkitgtk-3.0/webinspector/Images/warningIcon.png
607
share/webkitgtk-3.0/webinspector/Images/warningMediumIcon.png
608
share/webkitgtk-3.0/webinspector/Images/warningOrangeDot.png
609
share/webkitgtk-3.0/webinspector/Images/warningsErrors.png
610
share/webkitgtk-3.0/webinspector/IndexedDBModel.js
611
share/webkitgtk-3.0/webinspector/InjectedFakeWorker.js
612
share/webkitgtk-3.0/webinspector/InspectorBackend.js
613
share/webkitgtk-3.0/webinspector/InspectorBackendStub.js
614
share/webkitgtk-3.0/webinspector/InspectorFrontendAPI.js
615
share/webkitgtk-3.0/webinspector/InspectorFrontendHostStub.js
616
share/webkitgtk-3.0/webinspector/InspectorView.js
617
share/webkitgtk-3.0/webinspector/JavaScriptContextManager.js
618
share/webkitgtk-3.0/webinspector/JavaScriptFormatter.js
619
share/webkitgtk-3.0/webinspector/JavaScriptSourceFrame.js
620
share/webkitgtk-3.0/webinspector/KeyboardShortcut.js
621
share/webkitgtk-3.0/webinspector/MemoryStatistics.js
622
share/webkitgtk-3.0/webinspector/MetricsSidebarPane.js
623
share/webkitgtk-3.0/webinspector/NetworkItemView.js
624
share/webkitgtk-3.0/webinspector/NetworkLog.js
625
share/webkitgtk-3.0/webinspector/NetworkManager.js
626
share/webkitgtk-3.0/webinspector/NetworkPanel.js
627
share/webkitgtk-3.0/webinspector/Object.js
628
share/webkitgtk-3.0/webinspector/ObjectPopoverHelper.js
629
share/webkitgtk-3.0/webinspector/ObjectPropertiesSection.js
630
share/webkitgtk-3.0/webinspector/Panel.js
631
share/webkitgtk-3.0/webinspector/PanelEnablerView.js
632
share/webkitgtk-3.0/webinspector/PartialQuickSort.js
633
share/webkitgtk-3.0/webinspector/Placard.js
634
share/webkitgtk-3.0/webinspector/Popover.js
635
share/webkitgtk-3.0/webinspector/ProfileDataGridTree.js
636
share/webkitgtk-3.0/webinspector/ProfileLauncherView.js
637
share/webkitgtk-3.0/webinspector/ProfileView.js
638
share/webkitgtk-3.0/webinspector/ProfilesPanel.js
639
share/webkitgtk-3.0/webinspector/PropertiesSection.js
640
share/webkitgtk-3.0/webinspector/PropertiesSidebarPane.js
641
share/webkitgtk-3.0/webinspector/RawSourceCode.js
642
share/webkitgtk-3.0/webinspector/RemoteObject.js
643
share/webkitgtk-3.0/webinspector/Resource.js
644
share/webkitgtk-3.0/webinspector/ResourceCategory.js
645
share/webkitgtk-3.0/webinspector/ResourceCookiesView.js
646
share/webkitgtk-3.0/webinspector/ResourceHTMLView.js
647
share/webkitgtk-3.0/webinspector/ResourceHeadersView.js
648
share/webkitgtk-3.0/webinspector/ResourceJSONView.js
649
share/webkitgtk-3.0/webinspector/ResourcePreviewView.js
650
share/webkitgtk-3.0/webinspector/ResourceResponseView.js
651
share/webkitgtk-3.0/webinspector/ResourceTimingView.js
652
share/webkitgtk-3.0/webinspector/ResourceTreeModel.js
653
share/webkitgtk-3.0/webinspector/ResourceUtils.js
654
share/webkitgtk-3.0/webinspector/ResourceView.js
655
share/webkitgtk-3.0/webinspector/ResourcesPanel.js
656
share/webkitgtk-3.0/webinspector/ScopeChainSidebarPane.js
657
share/webkitgtk-3.0/webinspector/Script.js
658
share/webkitgtk-3.0/webinspector/ScriptFormatter.js
659
share/webkitgtk-3.0/webinspector/ScriptFormatterWorker.js
660
share/webkitgtk-3.0/webinspector/ScriptsNavigator.js
661
share/webkitgtk-3.0/webinspector/ScriptsPanel.js
662
share/webkitgtk-3.0/webinspector/ScriptsSearchScope.js
663
share/webkitgtk-3.0/webinspector/SearchController.js
664
share/webkitgtk-3.0/webinspector/Section.js
665
share/webkitgtk-3.0/webinspector/Settings.js
666
share/webkitgtk-3.0/webinspector/SettingsScreen.js
667
share/webkitgtk-3.0/webinspector/ShortcutsScreen.js
668
share/webkitgtk-3.0/webinspector/ShowMoreDataGridNode.js
669
share/webkitgtk-3.0/webinspector/SidebarOverlay.js
670
share/webkitgtk-3.0/webinspector/SidebarPane.js
671
share/webkitgtk-3.0/webinspector/SidebarTreeElement.js
672
share/webkitgtk-3.0/webinspector/SoftContextMenu.js
673
share/webkitgtk-3.0/webinspector/SourceCSSTokenizer.js
674
share/webkitgtk-3.0/webinspector/SourceFrame.js
675
share/webkitgtk-3.0/webinspector/SourceHTMLTokenizer.js
676
share/webkitgtk-3.0/webinspector/SourceJavaScriptTokenizer.js
677
share/webkitgtk-3.0/webinspector/SourceTokenizer.js
678
share/webkitgtk-3.0/webinspector/Spectrum.js
679
share/webkitgtk-3.0/webinspector/SplitView.js
680
share/webkitgtk-3.0/webinspector/StatusBarButton.js
681
share/webkitgtk-3.0/webinspector/StylesSidebarPane.js
682
share/webkitgtk-3.0/webinspector/TabbedEditorContainer.js
683
share/webkitgtk-3.0/webinspector/TabbedPane.js
684
share/webkitgtk-3.0/webinspector/TestController.js
685
share/webkitgtk-3.0/webinspector/TextEditorHighlighter.js
686
share/webkitgtk-3.0/webinspector/TextEditorModel.js
687
share/webkitgtk-3.0/webinspector/TextPrompt.js
688
share/webkitgtk-3.0/webinspector/TextViewer.js
689
share/webkitgtk-3.0/webinspector/TimelineAgent.js
690
share/webkitgtk-3.0/webinspector/TimelineGrid.js
691
share/webkitgtk-3.0/webinspector/TimelineManager.js
692
share/webkitgtk-3.0/webinspector/TimelineOverviewPane.js
693
share/webkitgtk-3.0/webinspector/TimelinePanel.js
694
share/webkitgtk-3.0/webinspector/Toolbar.js
695
share/webkitgtk-3.0/webinspector/TopDownProfileDataGridTree.js
696
share/webkitgtk-3.0/webinspector/UISourceCode.js
697
share/webkitgtk-3.0/webinspector/UIUtils.js
698
share/webkitgtk-3.0/webinspector/UglifyJS/parse-js.js
699
share/webkitgtk-3.0/webinspector/UserMetrics.js
700
share/webkitgtk-3.0/webinspector/View.js
701
share/webkitgtk-3.0/webinspector/WatchExpressionsSidebarPane.js
702
share/webkitgtk-3.0/webinspector/WorkerManager.js
703
share/webkitgtk-3.0/webinspector/WorkersSidebarPane.js
704
share/webkitgtk-3.0/webinspector/auditsPanel.css
705
share/webkitgtk-3.0/webinspector/dataGrid.css
706
share/webkitgtk-3.0/webinspector/dialog.css
707
share/webkitgtk-3.0/webinspector/elementsPanel.css
708
share/webkitgtk-3.0/webinspector/externs.js
709
share/webkitgtk-3.0/webinspector/filteredItemSelectionDialog.css
710
share/webkitgtk-3.0/webinspector/heapProfiler.css
711
share/webkitgtk-3.0/webinspector/helpScreen.css
712
share/webkitgtk-3.0/webinspector/inspector.css
713
share/webkitgtk-3.0/webinspector/inspector.html
714
share/webkitgtk-3.0/webinspector/inspector.js
715
share/webkitgtk-3.0/webinspector/inspectorCommon.css
716
share/webkitgtk-3.0/webinspector/inspectorSyntaxHighlight.css
717
share/webkitgtk-3.0/webinspector/localizedStrings.js
718
share/webkitgtk-3.0/webinspector/networkLogView.css
719
share/webkitgtk-3.0/webinspector/networkPanel.css
720
share/webkitgtk-3.0/webinspector/panelEnablerView.css
721
share/webkitgtk-3.0/webinspector/popover.css
722
share/webkitgtk-3.0/webinspector/profilesPanel.css
723
share/webkitgtk-3.0/webinspector/resourceView.css
724
share/webkitgtk-3.0/webinspector/resourcesPanel.css
725
share/webkitgtk-3.0/webinspector/scriptsPanel.css
726
share/webkitgtk-3.0/webinspector/splitView.css
727
share/webkitgtk-3.0/webinspector/tabbedPane.css
728
share/webkitgtk-3.0/webinspector/textPrompt.css
729
share/webkitgtk-3.0/webinspector/textViewer.css
730
share/webkitgtk-3.0/webinspector/timelinePanel.css
731
share/webkitgtk-3.0/webinspector/treeoutline.js
732
share/webkitgtk-3.0/webinspector/utilities.js
733
@dirrmtry share/locale/sr@latin/LC_MESSAGES
734
@dirrmtry share/locale/sr@latin
735
@dirrmtry share/locale/mr/LC_MESSAGES
736
@dirrmtry share/locale/mr
737
@dirrm share/webkitgtk-3.0/webinspector/UglifyJS
738
@dirrm share/webkitgtk-3.0/webinspector/Images
739
@dirrm share/webkitgtk-3.0/webinspector
740
@dirrm share/webkitgtk-3.0/resources
741
@dirrm share/webkitgtk-3.0/images
742
@dirrm share/webkitgtk-3.0
743
@dirrm share/gtk-doc/html/webkitgtk
744
@dirrmtry share/gtk-doc/html
745
@dirrmtry share/gtk-doc
746
@dirrm include/webkitgtk-3.0/webkit2/WebKit2
747
@dirrm include/webkitgtk-3.0/webkit2
748
@dirrm include/webkitgtk-3.0/webkit
749
@dirrm include/webkitgtk-3.0/JavaScriptCore
750
@dirrm include/webkitgtk-3.0

Return to bug 193625