diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:32:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:32:20 +0000 |
commit | 4e12ea415cca7bbccd25c8f386b35a66c43fe58e (patch) | |
tree | b919f6b4f64747701bde9868c7a0a5247bf39eb8 /www/webkit-gtk2 | |
parent | c9250fda95a098d4568901133d142bf10bd43d73 (diff) | |
download | ports-4e12ea415cca7bbccd25c8f386b35a66c43fe58e.tar.gz ports-4e12ea415cca7bbccd25c8f386b35a66c43fe58e.zip |
Notes
Diffstat (limited to 'www/webkit-gtk2')
13 files changed, 534 insertions, 428 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index c3f219adf72d..2a6de9ac0673 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.70 2010/10/20 12:46:17 kwm Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.80 2011/07/11 10:14:46 kwm Exp $ # PORTNAME= webkit -PORTVERSION= 1.2.7 -PORTREVISION= 2 +PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/ PKGNAMESUFFIX= -gtk2 @@ -17,21 +17,22 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An opensource browser engine BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ + ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ + icutu.48:${PORTSDIR}/devel/icu \ curl.6:${PORTSDIR}/ftp/curl \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - icutu.48:${PORTSDIR}/devel/icu + soup-2.4.1:${PORTSDIR}/devel/libsoup USE_GETTEXT= yes WANT_GSTREAMER= yes -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes USE_XORG= xt USE_BISON= build USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gtk20 libxslt ltverhack:13 +USE_GNOME= gtk20 libxslt ltverhack USE_PERL5= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -40,17 +41,18 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ ac_cv_path_DOLT_BASH="" CONFIGURE_ARGS= --enable-icon-database \ + --with-gtk=2.0 \ --enable-svg \ --enable-svg-fonts \ --enable-introspection MAKEFILE= GNUmakefile +GLIB_SCHEMAS= org.webkitgtk-1.0.gschema.xml BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", OPTIONS= VIDEO "Enable video support" on \ - DEBUG "Build with debug support" off \ - STATIC "Enable building static library" off + DEBUG "Build with debug support" off .include <bsd.port.pre.mk> @@ -67,39 +69,29 @@ CONFIGURE_ARGS+=--enable-debug CONFIGURE_ARGS+=--disable-debug .endif -.if defined(WITH_STATIC) -CONFIGURE_ARGS+=--enable-static -PLIST_SUB+= STATIC="" -.else -PLIST_SUB+= STATIC="@comment " -.endif - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h -BROKEN= does not compile on 6.X -.endif - .if ${ARCH} == powerpc64 -CFLAGS+= -mminimal-toc +CFLAGS+= -mminimal-toc .endif .if ${PERL_LEVEL} >= 501400 -BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch +BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch .endif post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp + ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -.if !defined(WITH_STATIC) +# disable static library. @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ ${WRKDIR}/gnome-libtool -.endif @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/WebCore/dom/make_names.pl \ - ${WRKSRC}/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/WebCore/bindings/scripts/IDLParser.pm + ${WRKSRC}/Source/WebCore/dom/make_names.pl \ + ${WRKSRC}/Source/WebCore/css/make-css-file-arrays.pl \ + ${WRKSRC}/Source/WebCore/bindings/scripts/IDLParser.pm + @${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \ + ${WRKSRC}/Source/WebCore/css/makevalues.pl \ + ${WRKSRC}/Source/WebCore/css/makeprop.pl \ + ${WRKSRC}/Source/WebCore/make-hash-tools.pl .include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo index 1492d3c4f828..2200765d8a82 100644 --- a/www/webkit-gtk2/distinfo +++ b/www/webkit-gtk2/distinfo @@ -1,2 +1,2 @@ -SHA256 (webkit-1.2.7.tar.gz) = 228a80b3f0132db1342708e8ef7738996f05e30393e0187acf4cab987283718b -SIZE (webkit-1.2.7.tar.gz) = 6615990 +SHA256 (webkit-1.4.2.tar.gz) = dee6336b5366e952f67a18a66dca2edce95a8e70f591dbc7fc30cf30b5fdb9ba +SIZE (webkit-1.4.2.tar.gz) = 8504310 diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h deleted file mode 100644 index 8bb6f17ce64b..000000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/assembler/MacroAssemblerCodeRef.h.orig 2010-01-14 15:19:17.000000000 +0000 -+++ JavaScriptCore/assembler/MacroAssemblerCodeRef.h 2010-01-14 15:21:00.000000000 +0000 -@@ -74,7 +74,7 @@ public: - // Error: #694: reinterpret_cast cannot cast away const or other type qualifiers - : m_value((void*)(value)) - #else -- : m_value(reinterpret_cast<void*>(value)) -+ : m_value((void*)(value)) - #endif - { - ASSERT_VALID_CODE_POINTER(m_value); diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h deleted file mode 100644 index c46912d7aee8..000000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/yarr/RegexJIT.h.orig 2009-10-09 23:47:41.000000000 -0400 -+++ JavaScriptCore/yarr/RegexJIT.h 2009-10-09 23:48:19.000000000 -0400 -@@ -73,7 +73,7 @@ public: - - int execute(const UChar* input, unsigned start, unsigned length, int* output) - { -- return reinterpret_cast<RegexJITCode>(m_ref.m_code.executableAddress())(input, start, length, output); -+ return ((RegexJITCode)m_ref.m_code.executableAddress())(input, start, length, output); - } - - private: diff --git a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h b/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h index 9c32953b9c91..ad04935a0a78 100644 --- a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h +++ b/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h @@ -1,6 +1,6 @@ ---- JavaScriptCore/runtime/JSValue.h.orig 2010-02-05 17:26:52.000000000 +0100 -+++ JavaScriptCore/runtime/JSValue.h 2010-03-25 21:43:11.000000000 +0100 -@@ -491,7 +491,11 @@ namespace JSC { +--- Source/JavaScriptCore/runtime/JSValue.h.orig 2011-01-03 22:55:02.000000000 +0000 ++++ Source/JavaScriptCore/runtime/JSValue.h 2011-01-11 16:34:27.000000000 +0000 +@@ -434,7 +434,11 @@ namespace JSC { u.asBits.tag = CellTag; else u.asBits.tag = EmptyValueTag; diff --git a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp index 2670c229d1b1..26508336a4fe 100644 --- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp +++ b/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp @@ -1,6 +1,6 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800 -+++ WebCore/plugins/PluginDatabase.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl +--- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000 ++++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000 +@@ -375,6 +375,7 @@ Vector<String> PluginDatabase::defaultPl userPluginPath.append(String("/.netscape/plugins")); paths.append(userPluginPath); diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html index 292fc47b6276..07e04aafbe81 100644 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html +++ b/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html @@ -1,5 +1,5 @@ ---- WebKit/gtk/resources/error.html.orig -+++ WebKit/gtk/resources/error.html +--- Source/WebKit/gtk/resources/error.html.orig ++++ Source/WebKit/gtk/resources/error.html @@ -21,12 +21,12 @@ } diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_JSCore-1.0.gir b/www/webkit-gtk2/files/patch-WebKit_gtk_JSCore-1.0.gir deleted file mode 100644 index 8a13bac74d97..000000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_JSCore-1.0.gir +++ /dev/null @@ -1,22 +0,0 @@ ---- WebKit/gtk/JSCore-1.0.gir.orig 2010-09-19 16:07:49.000000000 +0000 -+++ WebKit/gtk/JSCore-1.0.gir 2010-09-19 16:08:26.000000000 +0000 -@@ -1,12 +1,14 @@ - <?xml version="1.0"?> --<repository version="1.0" -+<repository version="1.2" - xmlns="http://www.gtk.org/introspection/core/1.0" - xmlns:c="http://www.gtk.org/introspection/c/1.0"> - <namespace name="JSCore" version="1.0" shared-library="webkit-1.0"> -- <alias name="GlobalContextRef" -- target="none" -- c:type="JSGlobalContextRef"/> -- <alias name="ObjectRef" target="none" c:type="JSObjectRef"/> -+ <alias name="GlobalContextRef" target="none"> -+ <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/> -+ </alias> -+ <alias name="ObjectRef" target="none"> -+ <type name="JSObjectRef" c:type="JSObjectRef"/> -+ </alias> - <function name="EvaluateScript" c:identifier="JSEvaluateScript"> - <return-value transfer-ownership="none"> - <type name="none" c:type="void"/> diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in deleted file mode 100644 index 1d41c7c8db1c..000000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 -+++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 -@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ - Version: @VERSION@ - Requires: glib-2.0 gtk+-2.0 libsoup-2.4 - Libs: -L${libdir} -lwebkit-1.0 --Cflags: -I${includedir}/webkit-1.0 -+Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo index 2c4293af518e..2f928af196aa 100644 --- a/www/webkit-gtk2/files/patch-cairo +++ b/www/webkit-gtk2/files/patch-cairo @@ -1,6 +1,6 @@ ---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 -+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() +--- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000 ++++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000 +@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable() NativeImagePtr BitmapImage::frameAtIndex(size_t index) { if (index >= frameCount()) diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure index 08c05beeab7c..e981f9712fac 100644 --- a/www/webkit-gtk2/files/patch-configure +++ b/www/webkit-gtk2/files/patch-configure @@ -1,20 +1,31 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi +--- configure.orig 2011-03-22 15:43:40.000000000 +0100 ++++ configure 2011-03-22 15:44:04.000000000 +0100 +@@ -18331,8 +18331,8 @@ + .SECONDARY: $(gsettings_SCHEMAS) - if test "$enable_jit" = "yes"; then - case "$host_cpu" in + gsettings__base_list = \ +- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ +- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" ++ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ ++ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' + + install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + @$(NORMAL_INSTALL) +@@ -20131,7 +20131,7 @@ + $as_echo "#define ENABLE_YARR_JIT 1" >>confdefs.h + + ;; - i*86|x86_64) + i*86|x86_64|amd64) - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF + $as_echo "#define ENABLE_JIT 1" >>confdefs.h + +@@ -20156,7 +20156,7 @@ + $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1" >>confdefs.h ;; - x86_64) + x86_64|amd64) - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 + $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1" >>confdefs.h + diff --git a/www/webkit-gtk2/files/patch-gif b/www/webkit-gtk2/files/patch-gif deleted file mode 100644 index 64dce7c117fb..000000000000 --- a/www/webkit-gtk2/files/patch-gif +++ /dev/null @@ -1,36 +0,0 @@ -From bd6bf8e203cabe7073d4880c64a1ab86ebc1264b Mon Sep 17 00:00:00 2001 -From: Gustavo Noronha Silva <gns@gnome.org> -Date: Tue, 8 Mar 2011 09:42:13 -0300 -Subject: [PATCH] Fix bad merge that left trailing semicolons on a couple if statements - -This was causing gifs to blink instead of animating. For more details -look here: https://bugs.webkit.org/show_bug.cgi?id=55830 ---- - .../image-decoders/gif/GIFImageDecoder.cpp | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp b/WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp -index dc288fd..3bb2340 100644 ---- WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp -+++ WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp -@@ -343,7 +343,7 @@ bool GIFImageDecoder::initFrameBuffer(unsigned frameIndex) - - if ((prevMethod == RGBA32Buffer::DisposeNotSpecified) || (prevMethod == RGBA32Buffer::DisposeKeep)) { - // Preserve the last frame as the starting state for this frame. -- if (!buffer->copyBitmapData(*prevBuffer)); -+ if (!buffer->copyBitmapData(*prevBuffer)) - return setFailed(); - } else { - // We want to clear the previous frame to transparent, without -@@ -357,7 +357,7 @@ bool GIFImageDecoder::initFrameBuffer(unsigned frameIndex) - return setFailed(); - } else { - // Copy the whole previous buffer, then clear just its frame. -- if (!buffer->copyBitmapData(*prevBuffer)); -+ if (!buffer->copyBitmapData(*prevBuffer)) - return setFailed(); - for (int y = prevRect.y(); y < prevRect.bottom(); ++y) { - for (int x = prevRect.x(); x < prevRect.right(); ++x) --- -1.6.1 - diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist index 7a56fc23b207..cd6822ee8201 100644 --- a/www/webkit-gtk2/pkg-plist +++ b/www/webkit-gtk2/pkg-plist @@ -1,4 +1,4 @@ -bin/jsc +bin/jsc-1 include/webkit-1.0/JavaScriptCore/JSBase.h include/webkit-1.0/JavaScriptCore/JSContextRef.h include/webkit-1.0/JavaScriptCore/JSObjectRef.h @@ -9,18 +9,156 @@ include/webkit-1.0/JavaScriptCore/JSValueRef.h include/webkit-1.0/JavaScriptCore/JavaScript.h include/webkit-1.0/JavaScriptCore/JavaScriptCore.h include/webkit-1.0/JavaScriptCore/WebKitAvailability.h +include/webkit-1.0/webkit/WebKitDOMAttr.h +include/webkit-1.0/webkit/WebKitDOMBarInfo.h +include/webkit-1.0/webkit/WebKitDOMBlob.h +include/webkit-1.0/webkit/WebKitDOMCDATASection.h +include/webkit-1.0/webkit/WebKitDOMCSSRule.h +include/webkit-1.0/webkit/WebKitDOMCSSRuleList.h +include/webkit-1.0/webkit/WebKitDOMCSSStyleDeclaration.h +include/webkit-1.0/webkit/WebKitDOMCSSStyleSheet.h +include/webkit-1.0/webkit/WebKitDOMCSSValue.h +include/webkit-1.0/webkit/WebKitDOMCharacterData.h +include/webkit-1.0/webkit/WebKitDOMComment.h +include/webkit-1.0/webkit/WebKitDOMConsole.h +include/webkit-1.0/webkit/WebKitDOMDOMApplicationCache.h +include/webkit-1.0/webkit/WebKitDOMDOMImplementation.h +include/webkit-1.0/webkit/WebKitDOMDOMMimeType.h +include/webkit-1.0/webkit/WebKitDOMDOMMimeTypeArray.h +include/webkit-1.0/webkit/WebKitDOMDOMPlugin.h +include/webkit-1.0/webkit/WebKitDOMDOMPluginArray.h +include/webkit-1.0/webkit/WebKitDOMDOMSelection.h +include/webkit-1.0/webkit/WebKitDOMDOMSettableTokenList.h +include/webkit-1.0/webkit/WebKitDOMDOMStringList.h +include/webkit-1.0/webkit/WebKitDOMDOMStringMap.h +include/webkit-1.0/webkit/WebKitDOMDOMTokenList.h +include/webkit-1.0/webkit/WebKitDOMDOMWindow.h +include/webkit-1.0/webkit/WebKitDOMDatabase.h +include/webkit-1.0/webkit/WebKitDOMDocument.h +include/webkit-1.0/webkit/WebKitDOMDocumentFragment.h +include/webkit-1.0/webkit/WebKitDOMDocumentType.h +include/webkit-1.0/webkit/WebKitDOMElement.h +include/webkit-1.0/webkit/WebKitDOMEntityReference.h +include/webkit-1.0/webkit/WebKitDOMEvent.h +include/webkit-1.0/webkit/WebKitDOMEventTarget.h +include/webkit-1.0/webkit/WebKitDOMFile.h +include/webkit-1.0/webkit/WebKitDOMFileList.h +include/webkit-1.0/webkit/WebKitDOMHTMLAnchorElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLAppletElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLAreaElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLAudioElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLBRElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLBaseElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLBaseFontElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLBlockquoteElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLBodyElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLButtonElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLCanvasElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLCollection.h +include/webkit-1.0/webkit/WebKitDOMHTMLDetailsElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLDListElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLDirectoryElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLDivElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLDocument.h +include/webkit-1.0/webkit/WebKitDOMHTMLElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLEmbedElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLFieldSetElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLFontElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLFormElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLFrameElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLFrameSetElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLHRElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLHeadElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLHeadingElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLHtmlElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLIFrameElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLImageElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLInputElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLIsIndexElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLKeygenElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLLIElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLLabelElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLLegendElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLLinkElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLMapElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLMarqueeElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLMediaElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLMenuElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLMetaElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLModElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLOListElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLObjectElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLOptGroupElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLOptionElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLOptionsCollection.h +include/webkit-1.0/webkit/WebKitDOMHTMLParagraphElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLParamElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLPreElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLQuoteElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLScriptElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLSelectElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLStyleElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTableCaptionElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTableCellElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTableColElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTableElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTableRowElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTableSectionElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTextAreaElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLTitleElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLUListElement.h +include/webkit-1.0/webkit/WebKitDOMHTMLVideoElement.h +include/webkit-1.0/webkit/WebKitDOMHistory.h +include/webkit-1.0/webkit/WebKitDOMLocation.h +include/webkit-1.0/webkit/WebKitDOMMediaError.h +include/webkit-1.0/webkit/WebKitDOMMediaList.h +include/webkit-1.0/webkit/WebKitDOMMediaQueryList.h +include/webkit-1.0/webkit/WebKitDOMMemoryInfo.h +include/webkit-1.0/webkit/WebKitDOMMessagePort.h +include/webkit-1.0/webkit/WebKitDOMMouseEvent.h +include/webkit-1.0/webkit/WebKitDOMNamedNodeMap.h +include/webkit-1.0/webkit/WebKitDOMNavigator.h +include/webkit-1.0/webkit/WebKitDOMNode.h +include/webkit-1.0/webkit/WebKitDOMNodeFilter.h +include/webkit-1.0/webkit/WebKitDOMNodeIterator.h +include/webkit-1.0/webkit/WebKitDOMNodeList.h +include/webkit-1.0/webkit/WebKitDOMObject.h +include/webkit-1.0/webkit/WebKitDOMProcessingInstruction.h +include/webkit-1.0/webkit/WebKitDOMRange.h +include/webkit-1.0/webkit/WebKitDOMScreen.h +include/webkit-1.0/webkit/WebKitDOMStorage.h +include/webkit-1.0/webkit/WebKitDOMStyleMedia.h +include/webkit-1.0/webkit/WebKitDOMStyleSheet.h +include/webkit-1.0/webkit/WebKitDOMStyleSheetList.h +include/webkit-1.0/webkit/WebKitDOMText.h +include/webkit-1.0/webkit/WebKitDOMTimeRanges.h +include/webkit-1.0/webkit/WebKitDOMTreeWalker.h +include/webkit-1.0/webkit/WebKitDOMUIEvent.h +include/webkit-1.0/webkit/WebKitDOMValidityState.h +include/webkit-1.0/webkit/WebKitDOMWebKitPoint.h +include/webkit-1.0/webkit/WebKitDOMWebKitAnimation.h +include/webkit-1.0/webkit/WebKitDOMWebKitAnimationList.h +include/webkit-1.0/webkit/WebKitDOMXPathExpression.h +include/webkit-1.0/webkit/WebKitDOMXPathNSResolver.h +include/webkit-1.0/webkit/WebKitDOMXPathResult.h include/webkit-1.0/webkit/webkit.h +include/webkit-1.0/webkit/webkitapplicationcache.h +include/webkit-1.0/webkit/webkiticondatabase.h include/webkit-1.0/webkit/webkitdefines.h +include/webkit-1.0/webkit/webkitdom.h +include/webkit-1.0/webkit/webkitdomdefines.h include/webkit-1.0/webkit/webkitdownload.h include/webkit-1.0/webkit/webkitenumtypes.h include/webkit-1.0/webkit/webkiterror.h include/webkit-1.0/webkit/webkitgeolocationpolicydecision.h +include/webkit-1.0/webkit/webkitglobals.h include/webkit-1.0/webkit/webkithittestresult.h include/webkit-1.0/webkit/webkitnetworkrequest.h include/webkit-1.0/webkit/webkitnetworkresponse.h include/webkit-1.0/webkit/webkitsecurityorigin.h include/webkit-1.0/webkit/webkitsoupauthdialog.h include/webkit-1.0/webkit/webkitversion.h +include/webkit-1.0/webkit/webkitviewportattributes.h include/webkit-1.0/webkit/webkitwebbackforwardlist.h include/webkit-1.0/webkit/webkitwebdatabase.h include/webkit-1.0/webkit/webkitwebdatasource.h @@ -28,306 +166,359 @@ include/webkit-1.0/webkit/webkitwebframe.h include/webkit-1.0/webkit/webkitwebhistoryitem.h include/webkit-1.0/webkit/webkitwebinspector.h include/webkit-1.0/webkit/webkitwebnavigationaction.h +include/webkit-1.0/webkit/webkitwebplugin.h +include/webkit-1.0/webkit/webkitwebplugindatabase.h include/webkit-1.0/webkit/webkitwebpolicydecision.h include/webkit-1.0/webkit/webkitwebresource.h include/webkit-1.0/webkit/webkitwebsettings.h include/webkit-1.0/webkit/webkitwebview.h include/webkit-1.0/webkit/webkitwebwindowfeatures.h -%%STATIC%%lib/libwebkit-1.0.a lib/girepository-1.0/JSCore-1.0.typelib lib/girepository-1.0/WebKit-1.0.typelib -lib/libwebkit-1.0.la -lib/libwebkit-1.0.so -lib/libwebkit-1.0.so.13 +lib/libwebkitgtk-1.0.la +lib/libwebkitgtk-1.0.so +lib/libwebkitgtk-1.0.so.0 libdata/pkgconfig/webkit-1.0.pc share/gir-1.0/JSCore-1.0.gir share/gir-1.0/WebKit-1.0.gir -share/locale/cs/LC_MESSAGES/webkit.mo -share/locale/de/LC_MESSAGES/webkit.mo -share/locale/en_GB/LC_MESSAGES/webkit.mo -share/locale/es/LC_MESSAGES/webkit.mo -share/locale/et/LC_MESSAGES/webkit.mo -share/locale/gu/LC_MESSAGES/webkit.mo -share/locale/he/LC_MESSAGES/webkit.mo -share/locale/it/LC_MESSAGES/webkit.mo -share/locale/lt/LC_MESSAGES/webkit.mo -share/locale/lv/LC_MESSAGES/webkit.mo -share/locale/nl/LC_MESSAGES/webkit.mo -share/locale/pa/LC_MESSAGES/webkit.mo -share/locale/pt/LC_MESSAGES/webkit.mo -share/locale/pt_BR/LC_MESSAGES/webkit.mo -share/locale/ru/LC_MESSAGES/webkit.mo -share/locale/sl/LC_MESSAGES/webkit.mo -share/locale/sr/LC_MESSAGES/webkit.mo -share/locale/sr@latin/LC_MESSAGES/webkit.mo -share/locale/sv/LC_MESSAGES/webkit.mo -share/locale/uk/LC_MESSAGES/webkit.mo -share/locale/vi/LC_MESSAGES/webkit.mo -share/locale/zh_CN/LC_MESSAGES/webkit.mo -share/webkit-1.0/images/deleteButton.png -share/webkit-1.0/images/missingImage.png -share/webkit-1.0/images/nullPlugin.png -share/webkit-1.0/images/panIcon.png -share/webkit-1.0/images/textAreaResizeCorner.png -share/webkit-1.0/images/urlIcon.png +share/locale/ar/LC_MESSAGES/webkit-2.0.mo +share/locale/bg/LC_MESSAGES/webkit-2.0.mo +share/locale/cs/LC_MESSAGES/webkit-2.0.mo +share/locale/de/LC_MESSAGES/webkit-2.0.mo +share/locale/en_GB/LC_MESSAGES/webkit-2.0.mo +share/locale/es/LC_MESSAGES/webkit-2.0.mo +share/locale/et/LC_MESSAGES/webkit-2.0.mo +share/locale/eu/LC_MESSAGES/webkit-2.0.mo +share/locale/fr/LC_MESSAGES/webkit-2.0.mo +share/locale/gl/LC_MESSAGES/webkit-2.0.mo +share/locale/gr/LC_MESSAGES/webkit-2.0.mo +share/locale/gu/LC_MESSAGES/webkit-2.0.mo +share/locale/he/LC_MESSAGES/webkit-2.0.mo +share/locale/hu/LC_MESSAGES/webkit-2.0.mo +share/locale/id/LC_MESSAGES/webkit-2.0.mo +share/locale/it/LC_MESSAGES/webkit-2.0.mo +share/locale/ko/LC_MESSAGES/webkit-2.0.mo +share/locale/lt/LC_MESSAGES/webkit-2.0.mo +share/locale/lv/LC_MESSAGES/webkit-2.0.mo +share/locale/nb/LC_MESSAGES/webkit-2.0.mo +share/locale/nl/LC_MESSAGES/webkit-2.0.mo +share/locale/pa/LC_MESSAGES/webkit-2.0.mo +share/locale/pl/LC_MESSAGES/webkit-2.0.mo +share/locale/pt/LC_MESSAGES/webkit-2.0.mo +share/locale/pt_BR/LC_MESSAGES/webkit-2.0.mo +share/locale/ru/LC_MESSAGES/webkit-2.0.mo +share/locale/sl/LC_MESSAGES/webkit-2.0.mo +share/locale/sr/LC_MESSAGES/webkit-2.0.mo +share/locale/sr@latin/LC_MESSAGES/webkit-2.0.mo +share/locale/sv/LC_MESSAGES/webkit-2.0.mo +share/locale/uk/LC_MESSAGES/webkit-2.0.mo +share/locale/vi/LC_MESSAGES/webkit-2.0.mo +share/locale/zh_CN/LC_MESSAGES/webkit-2.0.mo share/webkit-1.0/resources/error.html -share/webkit-1.0/webinspector/AbstractTimelinePanel.js -share/webkit-1.0/webinspector/AuditCategories.js -share/webkit-1.0/webinspector/AuditLauncherView.js -share/webkit-1.0/webinspector/AuditResultView.js -share/webkit-1.0/webinspector/AuditRules.js -share/webkit-1.0/webinspector/AuditsPanel.js -share/webkit-1.0/webinspector/BottomUpProfileDataGridTree.js -share/webkit-1.0/webinspector/Breakpoint.js -share/webkit-1.0/webinspector/BreakpointsSidebarPane.js -share/webkit-1.0/webinspector/CallStackSidebarPane.js -share/webkit-1.0/webinspector/Callback.js -share/webkit-1.0/webinspector/ChangesView.js -share/webkit-1.0/webinspector/Checkbox.js -share/webkit-1.0/webinspector/Color.js -share/webkit-1.0/webinspector/ConsolePanel.js -share/webkit-1.0/webinspector/ConsoleView.js -share/webkit-1.0/webinspector/ContextMenu.js -share/webkit-1.0/webinspector/CookieItemsView.js -share/webkit-1.0/webinspector/DOMAgent.js -share/webkit-1.0/webinspector/DOMStorage.js -share/webkit-1.0/webinspector/DOMStorageItemsView.js -share/webkit-1.0/webinspector/DOMSyntaxHighlighter.js -share/webkit-1.0/webinspector/DataGrid.js -share/webkit-1.0/webinspector/Database.js -share/webkit-1.0/webinspector/DatabaseQueryView.js -share/webkit-1.0/webinspector/DatabaseTableView.js -share/webkit-1.0/webinspector/Drawer.js -share/webkit-1.0/webinspector/ElementsPanel.js -share/webkit-1.0/webinspector/ElementsTreeOutline.js -share/webkit-1.0/webinspector/EventListenersSidebarPane.js -share/webkit-1.0/webinspector/FontView.js -share/webkit-1.0/webinspector/ImageView.js -share/webkit-1.0/webinspector/Images/auditsIcon.png -share/webkit-1.0/webinspector/Images/back.png -share/webkit-1.0/webinspector/Images/breakpointBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointsActivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/checker.png -share/webkit-1.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/closeButtons.png -share/webkit-1.0/webinspector/Images/consoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/consoleIcon.png -share/webkit-1.0/webinspector/Images/cookie.png -share/webkit-1.0/webinspector/Images/database.png -share/webkit-1.0/webinspector/Images/databaseTable.png -share/webkit-1.0/webinspector/Images/debuggerContinue.png -share/webkit-1.0/webinspector/Images/debuggerPause.png -share/webkit-1.0/webinspector/Images/debuggerStepInto.png -share/webkit-1.0/webinspector/Images/debuggerStepOut.png -share/webkit-1.0/webinspector/Images/debuggerStepOver.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkit-1.0/webinspector/Images/dockButtonGlyph.png -share/webkit-1.0/webinspector/Images/elementsIcon.png -share/webkit-1.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkit-1.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkit-1.0/webinspector/Images/errorIcon.png -share/webkit-1.0/webinspector/Images/errorMediumIcon.png -share/webkit-1.0/webinspector/Images/errorRedDot.png -share/webkit-1.0/webinspector/Images/excludeButtonGlyph.png -share/webkit-1.0/webinspector/Images/focusButtonGlyph.png -share/webkit-1.0/webinspector/Images/forward.png -share/webkit-1.0/webinspector/Images/gearButtonGlyph.png -share/webkit-1.0/webinspector/Images/glossyHeader.png -share/webkit-1.0/webinspector/Images/glossyHeaderPressed.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelected.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkit-1.0/webinspector/Images/goArrow.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutRight.png -share/webkit-1.0/webinspector/Images/grayConnectorPoint.png -share/webkit-1.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkit-1.0/webinspector/Images/localStorage.png -share/webkit-1.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkit-1.0/webinspector/Images/paneBottomGrow.png -share/webkit-1.0/webinspector/Images/paneBottomGrowActive.png -share/webkit-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkit-1.0/webinspector/Images/paneSettingsButtons.png -share/webkit-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkit-1.0/webinspector/Images/percentButtonGlyph.png -share/webkit-1.0/webinspector/Images/popoverArrows.png -share/webkit-1.0/webinspector/Images/popoverBackground.png -share/webkit-1.0/webinspector/Images/profileGroupIcon.png -share/webkit-1.0/webinspector/Images/profileIcon.png -share/webkit-1.0/webinspector/Images/profileSmallIcon.png -share/webkit-1.0/webinspector/Images/profilesIcon.png -share/webkit-1.0/webinspector/Images/profilesSilhouette.png -share/webkit-1.0/webinspector/Images/programCounterBorder.png -share/webkit-1.0/webinspector/Images/radioDot.png -share/webkit-1.0/webinspector/Images/recordButtonGlyph.png -share/webkit-1.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkit-1.0/webinspector/Images/reloadButtonGlyph.png -share/webkit-1.0/webinspector/Images/resourceCSSIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkit-1.0/webinspector/Images/resourceJSIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIconSmall.png -share/webkit-1.0/webinspector/Images/resourcesIcon.png -share/webkit-1.0/webinspector/Images/resourcesSilhouette.png -share/webkit-1.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkit-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkit-1.0/webinspector/Images/scriptsIcon.png -share/webkit-1.0/webinspector/Images/scriptsSilhouette.png -share/webkit-1.0/webinspector/Images/searchSmallBlue.png -share/webkit-1.0/webinspector/Images/searchSmallBrightBlue.png -share/webkit-1.0/webinspector/Images/searchSmallGray.png -share/webkit-1.0/webinspector/Images/searchSmallWhite.png -share/webkit-1.0/webinspector/Images/segment.png -share/webkit-1.0/webinspector/Images/segmentEnd.png -share/webkit-1.0/webinspector/Images/segmentHover.png -share/webkit-1.0/webinspector/Images/segmentHoverEnd.png -share/webkit-1.0/webinspector/Images/segmentSelected.png -share/webkit-1.0/webinspector/Images/segmentSelectedEnd.png -share/webkit-1.0/webinspector/Images/sessionStorage.png -share/webkit-1.0/webinspector/Images/spinner.gif -share/webkit-1.0/webinspector/Images/splitviewDimple.png -share/webkit-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkit-1.0/webinspector/Images/statusbarBackground.png -share/webkit-1.0/webinspector/Images/statusbarBottomBackground.png -share/webkit-1.0/webinspector/Images/statusbarButtons.png -share/webkit-1.0/webinspector/Images/statusbarMenuButton.png -share/webkit-1.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkit-1.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkit-1.0/webinspector/Images/statusbarResizerVertical.png -share/webkit-1.0/webinspector/Images/storageIcon.png -share/webkit-1.0/webinspector/Images/successGreenDot.png -share/webkit-1.0/webinspector/Images/thumbActiveHoriz.png -share/webkit-1.0/webinspector/Images/thumbActiveVert.png -share/webkit-1.0/webinspector/Images/thumbHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverVert.png -share/webkit-1.0/webinspector/Images/thumbVert.png -share/webkit-1.0/webinspector/Images/timelineBarBlue.png -share/webkit-1.0/webinspector/Images/timelineBarGray.png -share/webkit-1.0/webinspector/Images/timelineBarGreen.png -share/webkit-1.0/webinspector/Images/timelineBarOrange.png -share/webkit-1.0/webinspector/Images/timelineBarPurple.png -share/webkit-1.0/webinspector/Images/timelineBarRed.png -share/webkit-1.0/webinspector/Images/timelineBarYellow.png -share/webkit-1.0/webinspector/Images/timelineCheckmarks.png -share/webkit-1.0/webinspector/Images/timelineDots.png -share/webkit-1.0/webinspector/Images/timelineHollowPillBlue.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGray.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGreen.png -share/webkit-1.0/webinspector/Images/timelineHollowPillOrange.png -share/webkit-1.0/webinspector/Images/timelineHollowPillPurple.png -share/webkit-1.0/webinspector/Images/timelineHollowPillRed.png -share/webkit-1.0/webinspector/Images/timelineHollowPillYellow.png -share/webkit-1.0/webinspector/Images/timelineIcon.png -share/webkit-1.0/webinspector/Images/timelinePillBlue.png -share/webkit-1.0/webinspector/Images/timelinePillGray.png -share/webkit-1.0/webinspector/Images/timelinePillGreen.png -share/webkit-1.0/webinspector/Images/timelinePillOrange.png -share/webkit-1.0/webinspector/Images/timelinePillPurple.png -share/webkit-1.0/webinspector/Images/timelinePillRed.png -share/webkit-1.0/webinspector/Images/timelinePillYellow.png -share/webkit-1.0/webinspector/Images/toolbarItemSelected.png -share/webkit-1.0/webinspector/Images/trackHoriz.png -share/webkit-1.0/webinspector/Images/trackVert.png -share/webkit-1.0/webinspector/Images/treeDownTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeDownTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeRightTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeRightTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeUpTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeUpTriangleWhite.png -share/webkit-1.0/webinspector/Images/undockButtonGlyph.png -share/webkit-1.0/webinspector/Images/userInputIcon.png -share/webkit-1.0/webinspector/Images/userInputPreviousIcon.png -share/webkit-1.0/webinspector/Images/userInputResultIcon.png -share/webkit-1.0/webinspector/Images/warningIcon.png -share/webkit-1.0/webinspector/Images/warningMediumIcon.png -share/webkit-1.0/webinspector/Images/warningOrangeDot.png -share/webkit-1.0/webinspector/Images/warningsErrors.png -share/webkit-1.0/webinspector/Images/whiteConnectorPoint.png -share/webkit-1.0/webinspector/InjectedFakeWorker.js -share/webkit-1.0/webinspector/InjectedScript.js -share/webkit-1.0/webinspector/InjectedScriptAccess.js -share/webkit-1.0/webinspector/InspectorBackendStub.js -share/webkit-1.0/webinspector/InspectorFrontendHostStub.js -share/webkit-1.0/webinspector/KeyboardShortcut.js -share/webkit-1.0/webinspector/MetricsSidebarPane.js -share/webkit-1.0/webinspector/Object.js -share/webkit-1.0/webinspector/ObjectPropertiesSection.js -share/webkit-1.0/webinspector/ObjectProxy.js -share/webkit-1.0/webinspector/Panel.js -share/webkit-1.0/webinspector/PanelEnablerView.js -share/webkit-1.0/webinspector/Placard.js -share/webkit-1.0/webinspector/Popover.js -share/webkit-1.0/webinspector/ProfileDataGridTree.js -share/webkit-1.0/webinspector/ProfileView.js -share/webkit-1.0/webinspector/ProfilesPanel.js -share/webkit-1.0/webinspector/PropertiesSection.js -share/webkit-1.0/webinspector/PropertiesSidebarPane.js -share/webkit-1.0/webinspector/Resource.js -share/webkit-1.0/webinspector/ResourceCategory.js -share/webkit-1.0/webinspector/ResourceView.js -share/webkit-1.0/webinspector/ResourcesPanel.js -share/webkit-1.0/webinspector/ScopeChainSidebarPane.js -share/webkit-1.0/webinspector/Script.js -share/webkit-1.0/webinspector/ScriptView.js -share/webkit-1.0/webinspector/ScriptsPanel.js -share/webkit-1.0/webinspector/Section.js -share/webkit-1.0/webinspector/Settings.js -share/webkit-1.0/webinspector/SidebarPane.js -share/webkit-1.0/webinspector/SidebarTreeElement.js -share/webkit-1.0/webinspector/SourceCSSTokenizer.js -share/webkit-1.0/webinspector/SourceFrame.js -share/webkit-1.0/webinspector/SourceHTMLTokenizer.js -share/webkit-1.0/webinspector/SourceJavaScriptTokenizer.js -share/webkit-1.0/webinspector/SourceTokenizer.js -share/webkit-1.0/webinspector/SourceView.js -share/webkit-1.0/webinspector/StatusBarButton.js -share/webkit-1.0/webinspector/StoragePanel.js -share/webkit-1.0/webinspector/StylesSidebarPane.js -share/webkit-1.0/webinspector/SummaryBar.js -share/webkit-1.0/webinspector/TestController.js -share/webkit-1.0/webinspector/TextEditorHighlighter.js -share/webkit-1.0/webinspector/TextEditorModel.js -share/webkit-1.0/webinspector/TextPrompt.js -share/webkit-1.0/webinspector/TextViewer.js -share/webkit-1.0/webinspector/TimelineAgent.js -share/webkit-1.0/webinspector/TimelineGrid.js -share/webkit-1.0/webinspector/TimelineOverviewPane.js -share/webkit-1.0/webinspector/TimelinePanel.js -share/webkit-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkit-1.0/webinspector/View.js -share/webkit-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkit-1.0/webinspector/WelcomeView.js -share/webkit-1.0/webinspector/WorkersSidebarPane.js -share/webkit-1.0/webinspector/audits.css -share/webkit-1.0/webinspector/inspector.css -share/webkit-1.0/webinspector/inspector.html -share/webkit-1.0/webinspector/inspector.js -share/webkit-1.0/webinspector/inspectorSyntaxHighlight.css -share/webkit-1.0/webinspector/localizedStrings.js -share/webkit-1.0/webinspector/popover.css -share/webkit-1.0/webinspector/textViewer.css -share/webkit-1.0/webinspector/treeoutline.js -share/webkit-1.0/webinspector/utilities.js -@dirrm share/webkit-1.0/webinspector/Images -@dirrm share/webkit-1.0/webinspector +share/webkitgtk-1.0/images/deleteButton.png +share/webkitgtk-1.0/images/inputSpeech.png +share/webkitgtk-1.0/images/missingImage.png +share/webkitgtk-1.0/images/nullPlugin.png +share/webkitgtk-1.0/images/panIcon.png +share/webkitgtk-1.0/images/textAreaResizeCorner.png +share/webkitgtk-1.0/images/urlIcon.png +share/webkitgtk-1.0/webinspector/ApplicationCacheItemsView.js +share/webkitgtk-1.0/webinspector/AuditCategories.js +share/webkitgtk-1.0/webinspector/AuditFormatters.js +share/webkitgtk-1.0/webinspector/AuditLauncherView.js +share/webkitgtk-1.0/webinspector/AuditResultView.js +share/webkitgtk-1.0/webinspector/AuditRules.js +share/webkitgtk-1.0/webinspector/AuditsPanel.js +share/webkitgtk-1.0/webinspector/BottomUpProfileDataGridTree.js +share/webkitgtk-1.0/webinspector/Breakpoint.js +share/webkitgtk-1.0/webinspector/BreakpointManager.js +share/webkitgtk-1.0/webinspector/BreakpointsSidebarPane.js +share/webkitgtk-1.0/webinspector/CSSCompletions.js +share/webkitgtk-1.0/webinspector/CSSKeywordCompletions.js +share/webkitgtk-1.0/webinspector/CSSStyleModel.js +share/webkitgtk-1.0/webinspector/CallStackSidebarPane.js +share/webkitgtk-1.0/webinspector/Checkbox.js +share/webkitgtk-1.0/webinspector/Color.js +share/webkitgtk-1.0/webinspector/ConsolePanel.js +share/webkitgtk-1.0/webinspector/ConsoleView.js +share/webkitgtk-1.0/webinspector/ContextMenu.js +share/webkitgtk-1.0/webinspector/CookieItemsView.js +share/webkitgtk-1.0/webinspector/CookieParser.js +share/webkitgtk-1.0/webinspector/CookiesTable.js +share/webkitgtk-1.0/webinspector/DebuggerPresentationModel.js +share/webkitgtk-1.0/webinspector/DetailedHeapshotGridNodes.js +share/webkitgtk-1.0/webinspector/DetailedHeapshotView.js +share/webkitgtk-1.0/webinspector/DOMAgent.js +share/webkitgtk-1.0/webinspector/DOMStorage.js +share/webkitgtk-1.0/webinspector/DOMStorageItemsView.js +share/webkitgtk-1.0/webinspector/DOMSyntaxHighlighter.js +share/webkitgtk-1.0/webinspector/DataGrid.js +share/webkitgtk-1.0/webinspector/Database.js +share/webkitgtk-1.0/webinspector/DatabaseQueryView.js +share/webkitgtk-1.0/webinspector/DatabaseTableView.js +share/webkitgtk-1.0/webinspector/DebuggerModel.js +share/webkitgtk-1.0/webinspector/Drawer.js +share/webkitgtk-1.0/webinspector/ElementsPanel.js +share/webkitgtk-1.0/webinspector/ElementsTreeOutline.js +share/webkitgtk-1.0/webinspector/EventListenersSidebarPane.js +share/webkitgtk-1.0/webinspector/ExtensionAPI.js +share/webkitgtk-1.0/webinspector/ExtensionAuditCategory.js +share/webkitgtk-1.0/webinspector/ExtensionCommon.js +share/webkitgtk-1.0/webinspector/ExtensionPanel.js +share/webkitgtk-1.0/webinspector/ExtensionRegistryStub.js +share/webkitgtk-1.0/webinspector/ExtensionServer.js +share/webkitgtk-1.0/webinspector/FontView.js +share/webkitgtk-1.0/webinspector/GoToLineDialog.js +share/webkitgtk-1.0/webinspector/HAREntry.js +share/webkitgtk-1.0/webinspector/HeapSnapshot.js +share/webkitgtk-1.0/webinspector/HeapSnapshotView.js +share/webkitgtk-1.0/webinspector/HelpScreen.js +share/webkitgtk-1.0/webinspector/ImageView.js +share/webkitgtk-1.0/webinspector/Images/applicationCache.png +share/webkitgtk-1.0/webinspector/Images/auditsIcon.png +share/webkitgtk-1.0/webinspector/Images/back.png +share/webkitgtk-1.0/webinspector/Images/breakpointBorder.png +share/webkitgtk-1.0/webinspector/Images/breakpointConditionalBorder.png +share/webkitgtk-1.0/webinspector/Images/breakpointConditionalCounterBorder.png +share/webkitgtk-1.0/webinspector/Images/breakpointCounterBorder.png +share/webkitgtk-1.0/webinspector/Images/breakpointsActivateButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/checker.png +share/webkitgtk-1.0/webinspector/Images/clearConsoleButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/closeButtons.png +share/webkitgtk-1.0/webinspector/Images/consoleButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/consoleIcon.png +share/webkitgtk-1.0/webinspector/Images/cookie.png +share/webkitgtk-1.0/webinspector/Images/database.png +share/webkitgtk-1.0/webinspector/Images/databaseTable.png +share/webkitgtk-1.0/webinspector/Images/debuggerContinue.png +share/webkitgtk-1.0/webinspector/Images/debuggerPause.png +share/webkitgtk-1.0/webinspector/Images/debuggerStepInto.png +share/webkitgtk-1.0/webinspector/Images/debuggerStepOut.png +share/webkitgtk-1.0/webinspector/Images/debuggerStepOver.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallDown.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRight.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png +share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png +share/webkitgtk-1.0/webinspector/Images/dockButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/elementsIcon.png +share/webkitgtk-1.0/webinspector/Images/enableOutlineButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/enableSolidButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/errorIcon.png +share/webkitgtk-1.0/webinspector/Images/errorMediumIcon.png +share/webkitgtk-1.0/webinspector/Images/errorRedDot.png +share/webkitgtk-1.0/webinspector/Images/excludeButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/focusButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/forward.png +share/webkitgtk-1.0/webinspector/Images/frame.png +share/webkitgtk-1.0/webinspector/Images/garbageCollectButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/gearButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/glossyHeader.png +share/webkitgtk-1.0/webinspector/Images/glossyHeaderPressed.png +share/webkitgtk-1.0/webinspector/Images/glossyHeaderSelected.png +share/webkitgtk-1.0/webinspector/Images/glossyHeaderSelectedPressed.png +share/webkitgtk-1.0/webinspector/Images/goArrow.png +share/webkitgtk-1.0/webinspector/Images/graphLabelCalloutLeft.png +share/webkitgtk-1.0/webinspector/Images/graphLabelCalloutRight.png +share/webkitgtk-1.0/webinspector/Images/helpButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/largerResourcesButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/localStorage.png +share/webkitgtk-1.0/webinspector/Images/networkIcon.png +share/webkitgtk-1.0/webinspector/Images/nodeSearchButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/paneAddButtons.png +share/webkitgtk-1.0/webinspector/Images/paneBottomGrow.png +share/webkitgtk-1.0/webinspector/Images/paneBottomGrowActive.png +share/webkitgtk-1.0/webinspector/Images/paneGrowHandleLine.png +share/webkitgtk-1.0/webinspector/Images/paneSettingsButtons.png +share/webkitgtk-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/percentButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/popoverArrows.png +share/webkitgtk-1.0/webinspector/Images/popoverBackground.png +share/webkitgtk-1.0/webinspector/Images/profileGroupIcon.png +share/webkitgtk-1.0/webinspector/Images/profileIcon.png +share/webkitgtk-1.0/webinspector/Images/profileSmallIcon.png +share/webkitgtk-1.0/webinspector/Images/profilesIcon.png +share/webkitgtk-1.0/webinspector/Images/profilesSilhouette.png +share/webkitgtk-1.0/webinspector/Images/programCounterBorder.png +share/webkitgtk-1.0/webinspector/Images/radioDot.png +share/webkitgtk-1.0/webinspector/Images/recordButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/recordToggledButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/reloadButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/resourceCSSIcon.png +share/webkitgtk-1.0/webinspector/Images/resourceDocumentIcon.png +share/webkitgtk-1.0/webinspector/Images/resourceDocumentIconSmall.png +share/webkitgtk-1.0/webinspector/Images/resourceJSIcon.png +share/webkitgtk-1.0/webinspector/Images/resourcePlainIcon.png +share/webkitgtk-1.0/webinspector/Images/resourcePlainIconSmall.png +share/webkitgtk-1.0/webinspector/Images/resourcesIcon.png +share/webkitgtk-1.0/webinspector/Images/resourcesSizeGraphIcon.png +share/webkitgtk-1.0/webinspector/Images/resourcesTimeGraphIcon.png +share/webkitgtk-1.0/webinspector/Images/scriptsIcon.png +share/webkitgtk-1.0/webinspector/Images/scriptsSilhouette.png +share/webkitgtk-1.0/webinspector/Images/searchSmallBlue.png +share/webkitgtk-1.0/webinspector/Images/searchSmallBrightBlue.png +share/webkitgtk-1.0/webinspector/Images/searchSmallGray.png +share/webkitgtk-1.0/webinspector/Images/searchSmallWhite.png +share/webkitgtk-1.0/webinspector/Images/segment.png +share/webkitgtk-1.0/webinspector/Images/segmentEnd.png +share/webkitgtk-1.0/webinspector/Images/segmentHover.png +share/webkitgtk-1.0/webinspector/Images/segmentHoverEnd.png +share/webkitgtk-1.0/webinspector/Images/segmentSelected.png +share/webkitgtk-1.0/webinspector/Images/segmentSelectedEnd.png +share/webkitgtk-1.0/webinspector/Images/sessionStorage.png +share/webkitgtk-1.0/webinspector/Images/spinner.gif +share/webkitgtk-1.0/webinspector/Images/splitviewDimple.png +share/webkitgtk-1.0/webinspector/Images/splitviewDividerBackground.png +share/webkitgtk-1.0/webinspector/Images/statusbarBackground.png +share/webkitgtk-1.0/webinspector/Images/statusbarBottomBackground.png +share/webkitgtk-1.0/webinspector/Images/statusbarButtons.png +share/webkitgtk-1.0/webinspector/Images/statusbarMenuButton.png +share/webkitgtk-1.0/webinspector/Images/statusbarMenuButtonSelected.png +share/webkitgtk-1.0/webinspector/Images/statusbarResizerHorizontal.png +share/webkitgtk-1.0/webinspector/Images/statusbarResizerVertical.png +share/webkitgtk-1.0/webinspector/Images/successGreenDot.png +share/webkitgtk-1.0/webinspector/Images/thumbActiveHoriz.png +share/webkitgtk-1.0/webinspector/Images/thumbActiveVert.png +share/webkitgtk-1.0/webinspector/Images/thumbHoriz.png +share/webkitgtk-1.0/webinspector/Images/thumbHoverHoriz.png +share/webkitgtk-1.0/webinspector/Images/thumbHoverVert.png +share/webkitgtk-1.0/webinspector/Images/thumbVert.png +share/webkitgtk-1.0/webinspector/Images/timelineBarBlue.png +share/webkitgtk-1.0/webinspector/Images/timelineBarGray.png +share/webkitgtk-1.0/webinspector/Images/timelineBarGreen.png +share/webkitgtk-1.0/webinspector/Images/timelineBarOrange.png +share/webkitgtk-1.0/webinspector/Images/timelineBarPurple.png +share/webkitgtk-1.0/webinspector/Images/timelineBarRed.png +share/webkitgtk-1.0/webinspector/Images/timelineBarYellow.png +share/webkitgtk-1.0/webinspector/Images/timelineCheckmarks.png +share/webkitgtk-1.0/webinspector/Images/timelineDots.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillBlue.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillGray.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillGreen.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillOrange.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillPurple.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillRed.png +share/webkitgtk-1.0/webinspector/Images/timelineHollowPillYellow.png +share/webkitgtk-1.0/webinspector/Images/timelineIcon.png +share/webkitgtk-1.0/webinspector/Images/timelinePillBlue.png +share/webkitgtk-1.0/webinspector/Images/timelinePillGray.png +share/webkitgtk-1.0/webinspector/Images/timelinePillGreen.png +share/webkitgtk-1.0/webinspector/Images/timelinePillOrange.png +share/webkitgtk-1.0/webinspector/Images/timelinePillPurple.png +share/webkitgtk-1.0/webinspector/Images/timelinePillRed.png +share/webkitgtk-1.0/webinspector/Images/timelinePillYellow.png +share/webkitgtk-1.0/webinspector/Images/toolbarItemSelected.png +share/webkitgtk-1.0/webinspector/Images/trackHoriz.png +share/webkitgtk-1.0/webinspector/Images/trackVert.png +share/webkitgtk-1.0/webinspector/Images/treeDownTriangleBlack.png +share/webkitgtk-1.0/webinspector/Images/treeDownTriangleWhite.png +share/webkitgtk-1.0/webinspector/Images/treeRightTriangleBlack.png +share/webkitgtk-1.0/webinspector/Images/treeRightTriangleWhite.png +share/webkitgtk-1.0/webinspector/Images/treeUpTriangleBlack.png +share/webkitgtk-1.0/webinspector/Images/treeUpTriangleWhite.png +share/webkitgtk-1.0/webinspector/Images/undockButtonGlyph.png +share/webkitgtk-1.0/webinspector/Images/userInputIcon.png +share/webkitgtk-1.0/webinspector/Images/userInputPreviousIcon.png +share/webkitgtk-1.0/webinspector/Images/userInputResultIcon.png +share/webkitgtk-1.0/webinspector/Images/warningIcon.png +share/webkitgtk-1.0/webinspector/Images/warningMediumIcon.png +share/webkitgtk-1.0/webinspector/Images/warningOrangeDot.png +share/webkitgtk-1.0/webinspector/Images/warningsErrors.png +share/webkitgtk-1.0/webinspector/InjectedFakeWorker.js +share/webkitgtk-1.0/webinspector/InspectorBackendStub.js +share/webkitgtk-1.0/webinspector/InspectorFrontendHostStub.js +share/webkitgtk-1.0/webinspector/KeyboardShortcut.js +share/webkitgtk-1.0/webinspector/MetricsSidebarPane.js +share/webkitgtk-1.0/webinspector/NetworkItemView.js +share/webkitgtk-1.0/webinspector/NetworkPanel.js +share/webkitgtk-1.0/webinspector/NetworkManager.js +share/webkitgtk-1.0/webinspector/Object.js +share/webkitgtk-1.0/webinspector/ObjectPropertiesSection.js +share/webkitgtk-1.0/webinspector/Panel.js +share/webkitgtk-1.0/webinspector/PanelEnablerView.js +share/webkitgtk-1.0/webinspector/Placard.js +share/webkitgtk-1.0/webinspector/PleaseWaitMessage.js +share/webkitgtk-1.0/webinspector/Popover.js +share/webkitgtk-1.0/webinspector/ProfileDataGridTree.js +share/webkitgtk-1.0/webinspector/ProfileView.js +share/webkitgtk-1.0/webinspector/ProfilesPanel.js +share/webkitgtk-1.0/webinspector/PropertiesSection.js +share/webkitgtk-1.0/webinspector/PropertiesSidebarPane.js +share/webkitgtk-1.0/webinspector/RemoteObject.js +share/webkitgtk-1.0/webinspector/Resource.js +share/webkitgtk-1.0/webinspector/ResourceCategory.js +share/webkitgtk-1.0/webinspector/ResourceCookiesView.js +share/webkitgtk-1.0/webinspector/ResourceHeadersView.js +share/webkitgtk-1.0/webinspector/ResourceTimingView.js +share/webkitgtk-1.0/webinspector/ResourceTreeModel.js +share/webkitgtk-1.0/webinspector/ResourceView.js +share/webkitgtk-1.0/webinspector/ResourcesPanel.js +share/webkitgtk-1.0/webinspector/ScopeChainSidebarPane.js +share/webkitgtk-1.0/webinspector/Script.js +share/webkitgtk-1.0/webinspector/ScriptFormatter.js +share/webkitgtk-1.0/webinspector/ScriptFormatterWorker.js +share/webkitgtk-1.0/webinspector/ScriptsPanel.js +share/webkitgtk-1.0/webinspector/SearchController.js +share/webkitgtk-1.0/webinspector/Section.js +share/webkitgtk-1.0/webinspector/Settings.js +share/webkitgtk-1.0/webinspector/ShortcutsHelp.js +share/webkitgtk-1.0/webinspector/ShowMoreDataGridNode.js +share/webkitgtk-1.0/webinspector/SidebarPane.js +share/webkitgtk-1.0/webinspector/SidebarTreeElement.js +share/webkitgtk-1.0/webinspector/SourceCSSTokenizer.js +share/webkitgtk-1.0/webinspector/SourceFrame.js +share/webkitgtk-1.0/webinspector/SourceFrameContent.js +share/webkitgtk-1.0/webinspector/SourceHTMLTokenizer.js +share/webkitgtk-1.0/webinspector/SourceJavaScriptTokenizer.js +share/webkitgtk-1.0/webinspector/SourceTokenizer.js +share/webkitgtk-1.0/webinspector/StatusBarButton.js +share/webkitgtk-1.0/webinspector/StylesSidebarPane.js +share/webkitgtk-1.0/webinspector/SummaryBar.js +share/webkitgtk-1.0/webinspector/TabbedPane.js +share/webkitgtk-1.0/webinspector/TestController.js +share/webkitgtk-1.0/webinspector/TextEditorHighlighter.js +share/webkitgtk-1.0/webinspector/TextEditorModel.js +share/webkitgtk-1.0/webinspector/TextPrompt.js +share/webkitgtk-1.0/webinspector/TextViewer.js +share/webkitgtk-1.0/webinspector/TimelineAgent.js +share/webkitgtk-1.0/webinspector/TimelineGrid.js +share/webkitgtk-1.0/webinspector/TimelineOverviewPane.js +share/webkitgtk-1.0/webinspector/TimelinePanel.js +share/webkitgtk-1.0/webinspector/Toolbar.js +share/webkitgtk-1.0/webinspector/TopDownProfileDataGridTree.js +share/webkitgtk-1.0/webinspector/View.js +share/webkitgtk-1.0/webinspector/WatchExpressionsSidebarPane.js +share/webkitgtk-1.0/webinspector/WelcomeView.js +share/webkitgtk-1.0/webinspector/WorkersSidebarPane.js +share/webkitgtk-1.0/webinspector/audits.css +share/webkitgtk-1.0/webinspector/goToLineDialog.css +share/webkitgtk-1.0/webinspector/heapProfiler.css +share/webkitgtk-1.0/webinspector/helpScreen.css +share/webkitgtk-1.0/webinspector/inspector.css +share/webkitgtk-1.0/webinspector/inspector.html +share/webkitgtk-1.0/webinspector/inspector.js +share/webkitgtk-1.0/webinspector/inspectorSyntaxHighlight.css +share/webkitgtk-1.0/webinspector/localizedStrings.js +share/webkitgtk-1.0/webinspector/networkPanel.css +share/webkitgtk-1.0/webinspector/popover.css +share/webkitgtk-1.0/webinspector/textViewer.css +share/webkitgtk-1.0/webinspector/treeoutline.js +share/webkitgtk-1.0/webinspector/utilities.js +@dirrm share/webkitgtk-1.0/webinspector/Images +@dirrm share/webkitgtk-1.0/webinspector +@dirrm share/webkitgtk-1.0/images +@dirrm share/webkitgtk-1.0 @dirrm share/webkit-1.0/resources -@dirrm share/webkit-1.0/images @dirrm share/webkit-1.0 @dirrm include/webkit-1.0/webkit @dirrm include/webkit-1.0/JavaScriptCore @dirrm include/webkit-1.0 @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin +@dirrmtry share/locale/gr/LC_MESSAGES +@dirrmtry share/locale/gr |