summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r--www/webkit-gtk2/Makefile97
-rw-r--r--www/webkit-gtk2/distinfo2
-rw-r--r--www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h14
-rw-r--r--www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp10
-rw-r--r--www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html17
-rw-r--r--www/webkit-gtk2/files/patch-cairo11
-rw-r--r--www/webkit-gtk2/files/patch-configure31
-rw-r--r--www/webkit-gtk2/pkg-descr5
-rw-r--r--www/webkit-gtk2/pkg-plist524
9 files changed, 0 insertions, 711 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
deleted file mode 100644
index ac1ef16df..000000000
--- a/www/webkit-gtk2/Makefile
+++ /dev/null
@@ -1,97 +0,0 @@
-# New ports collection makefile for: webkit
-# Date created: 2007-10-21
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.79 2011/07/01 11:20:34 kwm Exp $
-#
-
-PORTNAME= webkit
-PORTVERSION= 1.4.2
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://webkitgtk.org/
-PKGNAMESUFFIX= -gtk2
-
-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
-
-USE_GETTEXT= yes
-WANT_GSTREAMER= yes
-MAKE_JOBS_SAFE= yes
-USE_XORG= xt
-USE_BISON= build
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= gtk20 libxslt ltverhack
-USE_PERL5= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- 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
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_VIDEO)
-USE_GSTREAMER+= yes
-CONFIGURE_ARGS+=--enable-video
-.else
-CONFIGURE_ARGS+=--disable-video
-.endif
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.else
-CONFIGURE_ARGS+=--disable-debug
-.endif
-
-.if ${ARCH} == powerpc64
-CFLAGS+= -mminimal-toc
-.endif
-
-.if ${PERL_LEVEL} >= 501400
-BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
- ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
- @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-# disable static library.
- @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \
- ${WRKDIR}/gnome-libtool
- @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \
- ${WRKSRC}/Source/WebCore/dom/make_names.pl \
- ${WRKSRC}/Source/WebCore/css/make-css-file-arrays.pl \
- ${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
deleted file mode 100644
index 2200765d8..000000000
--- a/www/webkit-gtk2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (webkit-1.4.2.tar.gz) = dee6336b5366e952f67a18a66dca2edce95a8e70f591dbc7fc30cf30b5fdb9ba
-SIZE (webkit-1.4.2.tar.gz) = 8504310
diff --git a/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h b/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h
deleted file mode 100644
index ad04935a0..000000000
--- a/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;
-+#if defined(__sparc64)
-+ u.asBits.payload = reinterpret_cast<int64_t>(ptr);
-+#else
- u.asBits.payload = reinterpret_cast<int32_t>(ptr);
-+#endif
- #if ENABLE(JSC_ZOMBIES)
- ASSERT(!isZombie());
- #endif
diff --git a/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp
deleted file mode 100644
index 26508336a..000000000
--- a/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000
-+++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000
-@@ -375,6 +375,7 @@ Vector<String> PluginDatabase::defaultPl
- userPluginPath.append(String("/.netscape/plugins"));
- paths.append(userPluginPath);
-
-+ paths.append("%%BROWSER_PLUGINS_DIR%%");
- paths.append("/usr/lib/browser/plugins");
- paths.append("/usr/local/lib/mozilla/plugins");
- paths.append("/usr/lib/firefox/plugins");
diff --git a/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html
deleted file mode 100644
index 07e04aafb..000000000
--- a/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html
+++ /dev/null
@@ -1,17 +0,0 @@
---- Source/WebKit/gtk/resources/error.html.orig
-+++ Source/WebKit/gtk/resources/error.html
-@@ -21,12 +21,12 @@
- }
-
- #errorTitleText {
-- font-size: 120%;
-+ font-size: 120%%;
- font-weight: bold;
- }
-
- #errorMessageText {
-- font-size: 80%;
-+ font-size: 80%%;
- }
-
- </style>
diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo
deleted file mode 100644
index 2f928af19..000000000
--- a/www/webkit-gtk2/files/patch-cairo
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000
-+++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000
-@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable()
- NativeImagePtr BitmapImage::frameAtIndex(size_t index)
- {
- if (index >= frameCount())
-- return 0;
-+ return NULL;
-
- if (index >= m_frames.size() || !m_frames[index].m_frame)
- cacheFrame(index);
diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure
deleted file mode 100644
index e981f9712..000000000
--- a/www/webkit-gtk2/files/patch-configure
+++ /dev/null
@@ -1,31 +0,0 @@
---- 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)
-
- 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)
-
- $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)
-
- $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1" >>confdefs.h
-
diff --git a/www/webkit-gtk2/pkg-descr b/www/webkit-gtk2/pkg-descr
deleted file mode 100644
index 40ef1e3ef..000000000
--- a/www/webkit-gtk2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-WebKit is an open source web browser engine. It is able to display content
-such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest,
-XSLT, CSS, Javascript/ECMAscript and more.
-
-WWW: http://webkit.org/
diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist
deleted file mode 100644
index cd6822ee8..000000000
--- a/www/webkit-gtk2/pkg-plist
+++ /dev/null
@@ -1,524 +0,0 @@
-bin/jsc-1
-include/webkit-1.0/JavaScriptCore/JSBase.h
-include/webkit-1.0/JavaScriptCore/JSContextRef.h
-include/webkit-1.0/JavaScriptCore/JSObjectRef.h
-include/webkit-1.0/JavaScriptCore/JSStringRef.h
-include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h
-include/webkit-1.0/JavaScriptCore/JSStringRefCF.h
-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
-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
-lib/girepository-1.0/JSCore-1.0.typelib
-lib/girepository-1.0/WebKit-1.0.typelib
-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/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/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
-@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