summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /www/webkit-gtk2
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r--www/webkit-gtk2/Makefile100
-rw-r--r--www/webkit-gtk2/distinfo3
-rw-r--r--www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h11
-rw-r--r--www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h11
-rw-r--r--www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h15
-rw-r--r--www/webkit-gtk2/files/patch-GNUmakefile.in13
-rw-r--r--www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h14
-rw-r--r--www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in8
-rw-r--r--www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp10
-rw-r--r--www/webkit-gtk2/files/patch-cairo11
-rw-r--r--www/webkit-gtk2/files/patch-configure20
-rw-r--r--www/webkit-gtk2/pkg-descr5
-rw-r--r--www/webkit-gtk2/pkg-plist333
13 files changed, 0 insertions, 554 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
deleted file mode 100644
index 14f555c85..000000000
--- a/www/webkit-gtk2/Makefile
+++ /dev/null
@@ -1,100 +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.59 2010/04/05 14:37:07 marcus Exp $
-#
-
-PORTNAME= webkit
-PORTVERSION= 1.2.0
-CATEGORIES= www
-MASTER_SITES= http://webkitgtk.org/
-PKGNAMESUFFIX= -gtk2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An opensource browser engine
-
-BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex \
- g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup
-LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \
- curl.6:${PORTSDIR}/ftp/curl \
- sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- soup-2.4.1:${PORTSDIR}/devel/libsoup
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup
-
-WANT_GSTREAMER= yes
-MAKE_JOBS_SAFE= yes
-USE_XORG= xt
-USE_BISON= build
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
-USE_GNOME= gtk20 libxslt ltverhack:13
-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 \
- --enable-svg \
- --enable-svg-fonts \
- --enable-introspection
-MAKEFILE= GNUmakefile
-
-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
-
-.include <bsd.port.pre.mk>
-
-.if exists (${LOCALBASE}/lib/libicutu.so.43)
-LIB_DEPENDS+= icutu.43:${PORTSDIR}/devel/icu4
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h
-.else
-LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu
-.endif
-
-.if defined(WITH_VIDEO)
-USE_GSTREAMER+= yes
-CONFIGURE_ARGS+=--enable-video
-.endif
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.else
-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
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
- ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp
- @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-.if !defined(WITH_STATIC)
- @${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
-
-.include <bsd.port.post.mk>
diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo
deleted file mode 100644
index 0b82171d1..000000000
--- a/www/webkit-gtk2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (webkit-1.2.0.tar.gz) = b2bfcbc4bbf1d0a51f848cb54c21ee66
-SHA256 (webkit-1.2.0.tar.gz) = 0ce49278970857db374d31fd1831bf42ffb1dca4797ef39911a96d01d8c5e1f7
-SIZE (webkit-1.2.0.tar.gz) = 7554632
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 8bb6f17ce..000000000
--- 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 c46912d7a..000000000
--- 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/extra-patch-WebCore_platform_text_TextBreakIterator.h b/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h
deleted file mode 100644
index a86503535..000000000
--- a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h
+++ /dev/null
@@ -1,15 +0,0 @@
-Pr 143718, fix build with icu 4.3
-
---- WebCore/platform/text/TextBreakIterator.h.orig 2009-09-22 18:29:21.000000000 +0300
-+++ WebCore/platform/text/TextBreakIterator.h 2010-02-10 08:49:59.000000000 +0200
-@@ -26,7 +26,7 @@
-
- namespace WebCore {
-
-- class TextBreakIterator;
-+ typedef struct UBreakIterator TextBreakIterator;
-
- // Note: The returned iterator is good only until you get another iterator.
-
-
-
diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in
deleted file mode 100644
index 53333a520..000000000
--- a/www/webkit-gtk2/files/patch-GNUmakefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- GNUmakefile.in.orig 2009-07-28 12:36:13.000000000 +0200
-+++ GNUmakefile.in 2009-07-28 12:39:13.000000000 +0200
-@@ -8154,7 +8154,9 @@ libWebCoreJS_depfiles := $(patsubst \
- webinspectordir = ${datadir}/webkit-1.0/webinspector
- dist_webinspector_DATA = \
- $(WebCore)/English.lproj/localizedStrings.js \
-- $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css})
-+ $(shell ls $(WebCore)/inspector/front-end/*.js) \
-+ $(shell ls $(WebCore)/inspector/front-end/*.html) \
-+ $(shell ls $(WebCore)/inspector/front-end/*.css)
-
- webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images
- dist_webinspectorimages_DATA = \
diff --git a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h b/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h
deleted file mode 100644
index 9c32953b9..000000000
--- a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 {
- 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-WebKit_gtk_webkit.pc.in b/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in
deleted file mode 100644
index 1d41c7c8d..000000000
--- 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-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp
deleted file mode 100644
index 2670c229d..000000000
--- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
- 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-cairo b/www/webkit-gtk2/files/patch-cairo
deleted file mode 100644
index 2c4293af5..000000000
--- a/www/webkit-gtk2/files/patch-cairo
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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()
- 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 08c05beea..000000000
--- a/www/webkit-gtk2/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2009-06-15 17:23:17.000000000 +0200
-+++ configure 2009-06-15 20:19:44.000000000 +0200
-@@ -21204,7 +21204,7 @@ fi
-
- if test "$enable_jit" = "yes"; then
- case "$host_cpu" in
-- 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
-
- ;;
-- x86_64)
-+ x86_64|amd64)
-
- cat >>confdefs.h <<\_ACEOF
- #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1
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 7a56fc23b..000000000
--- a/www/webkit-gtk2/pkg-plist
+++ /dev/null
@@ -1,333 +0,0 @@
-bin/jsc
-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/webkit.h
-include/webkit-1.0/webkit/webkitdefines.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/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/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/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
-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/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
-@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