diff --git a/www/webkit/Makefile b/www/webkit/Makefile index d23ee71a876..2f55415b9da 100644 --- a/www/webkit/Makefile +++ b/www/webkit/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2009/08/31 19:00:01 kili Exp $ +# $OpenBSD: Makefile,v 1.17 2009/10/11 18:31:12 landry Exp $ COMMENT = open source web browser engine -V = 1.1.10 +V = 1.1.15.2 DISTNAME = webkit-${V} # XXX do not remove v0 -PKGNAME = webkit-${V}p0v0 +PKGNAME = webkit-${V}v0 CATEGORIES = www HOMEPAGE = http://webkitgtk.org/ @@ -13,7 +13,7 @@ MASTER_SITES = ${HOMEPAGE} MAINTAINER = Landry Breuil -SHARED_LIBS = webkit-1.0 0.3 +SHARED_LIBS = webkit-1.0 1.0 # LGPLv2 / BSD PERMIT_PACKAGE_CDROM = Yes @@ -38,6 +38,13 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --disable-video +#LIB_DEPENDS+= gstreamer-0.10,gstbase-0.10::multimedia/gstreamer-0.10/core \ +# gstvideo-0.10::multimedia/gstreamer-0.10/plugins-base \ +#RUN_DEPENDS = ::multimedia/gstreamer-0.10/plugins-base,-ogg \ +# ::multimedia/gstreamer-0.10/plugins-base,-vorbis \ +# ::multimedia/gstreamer-0.10/plugins-base,-theora + + CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lX11" @@ -55,8 +62,7 @@ LIB_DEPENDS = gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0,gailutil::x11/gtk+2,-main \ sqlite3::databases/sqlite3 \ xslt::textproc/libxslt \ enchant::textproc/enchant \ - soup-2.4:libsoup->=2.26:devel/libsoup - + soup-2.4:libsoup->=2.28:devel/libsoup BUILD_DEPENDS = ::devel/bison \ ::devel/gperf diff --git a/www/webkit/distinfo b/www/webkit/distinfo index 1950813813e..f83f3bf8934 100644 --- a/www/webkit/distinfo +++ b/www/webkit/distinfo @@ -1,5 +1,5 @@ -MD5 (webkit-1.1.10.tar.gz) = uFJ1Oz4h8BD1ZTEhMviDEQ== -RMD160 (webkit-1.1.10.tar.gz) = w9WnuXkzGND8n00XC3rqx6bzBzU= -SHA1 (webkit-1.1.10.tar.gz) = jwY3yTa09i+yHI0MNSmOXAMX/Qo= -SHA256 (webkit-1.1.10.tar.gz) = TrT8Sj9H7bwYydwJ1U/SGJlU66oOUhsKuX4hCH2MmFU= -SIZE (webkit-1.1.10.tar.gz) = 6343872 +MD5 (webkit-1.1.15.2.tar.gz) = XghnlrEBbXyfXG0v5q2B8g== +RMD160 (webkit-1.1.15.2.tar.gz) = ISmNMSIUrQZVcDVxKG6B1VMJj7s= +SHA1 (webkit-1.1.15.2.tar.gz) = 6/D9gF3YOXrhFwE0GAbNeAArqhg= +SHA256 (webkit-1.1.15.2.tar.gz) = rna/Ur17V/1LTuWJT3LQ/batVQBR77ZCT2pEZnlnmKw= +SIZE (webkit-1.1.15.2.tar.gz) = 6081293 diff --git a/www/webkit/patches/patch-GNUmakefile_in b/www/webkit/patches/patch-GNUmakefile_in index 5a64a229aad..0bb10b51482 100644 --- a/www/webkit/patches/patch-GNUmakefile_in +++ b/www/webkit/patches/patch-GNUmakefile_in @@ -1,7 +1,43 @@ -$OpenBSD: patch-GNUmakefile_in,v 1.2 2009/06/01 05:51:31 landry Exp $ ---- GNUmakefile.in.orig Thu May 28 20:36:42 2009 -+++ GNUmakefile.in Sun May 31 01:38:02 2009 -@@ -7655,9 +7655,10 @@ libJavaScriptCore_la_SOURCES = \ +$OpenBSD: patch-GNUmakefile_in,v 1.3 2009/10/11 18:31:12 landry Exp $ +--- GNUmakefile.in.orig Tue Oct 6 15:18:56 2009 ++++ GNUmakefile.in Sat Oct 10 10:31:55 2009 +@@ -5622,7 +5622,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + AM_V_CC = $(am__v_CC_$(V)) + am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +-am__v_CC_0 = @echo " CC " $@; ++am__v_CC_0 = $@; + AM_V_at = $(am__v_at_$(V)) + am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) + am__v_at_0 = @ +@@ -5632,22 +5632,22 @@ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG + $(AM_LDFLAGS) $(LDFLAGS) -o $@ + AM_V_CCLD = $(am__v_CCLD_$(V)) + am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +-am__v_CCLD_0 = @echo " CCLD " $@; ++am__v_CCLD_0 = $@; + CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) + AM_V_CXX = $(am__v_CXX_$(V)) + am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) +-am__v_CXX_0 = @echo " CXX " $@; ++am__v_CXX_0 = $@; + CXXLD = $(CXX) + CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + AM_V_CXXLD = $(am__v_CXXLD_$(V)) + am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) +-am__v_CXXLD_0 = @echo " CXXLD " $@; ++am__v_CXXLD_0 = $@; + AM_V_GEN = $(am__v_GEN_$(V)) + am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +-am__v_GEN_0 = @echo " GEN " $@; ++am__v_GEN_0 = $@; + SOURCES = $(TestNetscapePlugin_libtestnetscapeplugin_la_SOURCES) \ + $(libJavaScriptCore_la_SOURCES) \ + $(nodist_libJavaScriptCore_la_SOURCES) \ +@@ -8308,9 +8308,10 @@ libJavaScriptCore_la_SOURCES = \ libJavaScriptCore_la_LIBADD = \ $(UNICODE_LIBS) \ @@ -14,7 +50,7 @@ $OpenBSD: patch-GNUmakefile_in,v 1.2 2009/06/01 05:51:31 landry Exp $ libJavaScriptCore_la_CXXFLAGS = \ $(global_cxxflags) \ $(libJavaScriptCore_la_CFLAGS) -@@ -7723,12 +7724,12 @@ libwebkit_1_0_la_CPPFLAGS = \ +@@ -8376,12 +8377,12 @@ libwebkit_1_0_la_CPPFLAGS = \ $(HILDON_CPPFLAGS) libwebkit_1_0_la_LDFLAGS = \ @@ -28,7 +64,7 @@ $OpenBSD: patch-GNUmakefile_in,v 1.2 2009/06/01 05:51:31 landry Exp $ libJavaScriptCore.la \ libWebCore.la \ libWebCoreJS.la \ -@@ -7847,7 +7848,7 @@ Programs_minidom_CFLAGS = \ +@@ -8498,7 +8499,7 @@ Programs_minidom_CFLAGS = \ Programs_minidom_LDADD = \ libJavaScriptCore.la \ -lm \ diff --git a/www/webkit/patches/patch-JavaScriptCore_jit_JITStubs_cpp b/www/webkit/patches/patch-JavaScriptCore_jit_JITStubs_cpp deleted file mode 100644 index a38a06770d4..00000000000 --- a/www/webkit/patches/patch-JavaScriptCore_jit_JITStubs_cpp +++ /dev/null @@ -1,29 +0,0 @@ -$OpenBSD: patch-JavaScriptCore_jit_JITStubs_cpp,v 1.1 2009/06/01 05:51:31 landry Exp $ ---- JavaScriptCore/jit/JITStubs.cpp.orig Sun May 31 01:57:11 2009 -+++ JavaScriptCore/jit/JITStubs.cpp Sun May 31 01:58:02 2009 -@@ -67,9 +67,9 @@ namespace JSC { - - // These ASSERTs remind you that, if you change the layout of JITStackFrame, you - // need to change the assembly trampolines below to match. --COMPILE_ASSERT(offsetof(struct JITStackFrame, callFrame) == 0x38, JITStackFrame_callFrame_offset_matches_ctiTrampoline); --COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x30, JITStackFrame_code_offset_matches_ctiTrampoline); --COMPILE_ASSERT(offsetof(struct JITStackFrame, savedEBX) == 0x1c, JITStackFrame_stub_argument_space_matches_ctiTrampoline); -+//COMPILE_ASSERT(offsetof(struct JITStackFrame, callFrame) == 0x38, JITStackFrame_callFrame_offset_matches_ctiTrampoline); -+//COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x30, JITStackFrame_code_offset_matches_ctiTrampoline); -+//COMPILE_ASSERT(offsetof(struct JITStackFrame, savedEBX) == 0x1c, JITStackFrame_stub_argument_space_matches_ctiTrampoline); - - #if PLATFORM(DARWIN) || PLATFORM(WIN_OS) - #define SYMBOL_STRING(name) "_" #name -@@ -122,9 +122,9 @@ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n" - - // These ASSERTs remind you that, if you change the layout of JITStackFrame, you - // need to change the assembly trampolines below to match. --COMPILE_ASSERT(offsetof(struct JITStackFrame, callFrame) == 0x90, JITStackFrame_callFrame_offset_matches_ctiTrampoline); --COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x80, JITStackFrame_code_offset_matches_ctiTrampoline); --COMPILE_ASSERT(offsetof(struct JITStackFrame, savedRBX) == 0x48, JITStackFrame_stub_argument_space_matches_ctiTrampoline); -+//COMPILE_ASSERT(offsetof(struct JITStackFrame, callFrame) == 0x90, JITStackFrame_callFrame_offset_matches_ctiTrampoline); -+//COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x80, JITStackFrame_code_offset_matches_ctiTrampoline); -+//COMPILE_ASSERT(offsetof(struct JITStackFrame, savedRBX) == 0x48, JITStackFrame_stub_argument_space_matches_ctiTrampoline); - - #if PLATFORM(DARWIN) || PLATFORM(WIN_OS) - #define SYMBOL_STRING(name) "_" #name diff --git a/www/webkit/patches/patch-JavaScriptCore_wtf_Threading_h b/www/webkit/patches/patch-JavaScriptCore_wtf_Threading_h deleted file mode 100644 index f68705b9bb6..00000000000 --- a/www/webkit/patches/patch-JavaScriptCore_wtf_Threading_h +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD: patch-JavaScriptCore_wtf_Threading_h,v 1.3 2009/04/04 10:35:26 landry Exp $ - -Sparc64 definitely doesn't like __gnu_cxx::__atomic_add. ---- JavaScriptCore/wtf/Threading.h.orig Sat Mar 14 11:04:35 2009 -+++ JavaScriptCore/wtf/Threading.h Mon Mar 23 23:08:39 2009 -@@ -204,7 +204,7 @@ inline int atomicDecrement(int volatile* addend) { ret - inline void atomicIncrement(int volatile* addend) { OSAtomicIncrement32Barrier(const_cast(addend)); } - inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast(addend)); } - --#elif COMPILER(GCC) -+#elif COMPILER(GCC) && !PLATFORM(SPARC64) - #define WTF_USE_LOCKFREE_THREADSAFESHARED 1 - - inline void atomicIncrement(int volatile* addend) { __gnu_cxx::__atomic_add(addend, 1); } diff --git a/www/webkit/pkg/PLIST b/www/webkit/pkg/PLIST index c7f527c2c16..01dbbda895d 100644 --- a/www/webkit/pkg/PLIST +++ b/www/webkit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2009/06/18 20:09:20 landry Exp $ +@comment $OpenBSD: PLIST,v 1.9 2009/10/11 18:31:12 landry Exp $ %%SHARED%% @bin bin/jsc include/webkit-1.0/ @@ -19,15 +19,21 @@ 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/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 @@ -39,18 +45,39 @@ share/locale/ share/locale/de/ share/locale/de/LC_MESSAGES/ share/locale/de/LC_MESSAGES/webkit.mo +share/locale/en_GB/ +share/locale/en_GB/LC_MESSAGES/ +share/locale/en_GB/LC_MESSAGES/webkit.mo +share/locale/es/ +share/locale/es/LC_MESSAGES/ +share/locale/es/LC_MESSAGES/webkit.mo share/locale/it/ share/locale/it/LC_MESSAGES/ share/locale/it/LC_MESSAGES/webkit.mo +share/locale/nl/ +share/locale/nl/LC_MESSAGES/ +share/locale/nl/LC_MESSAGES/webkit.mo share/locale/pt_BR/ share/locale/pt_BR/LC_MESSAGES/ share/locale/pt_BR/LC_MESSAGES/webkit.mo share/locale/ru/ share/locale/ru/LC_MESSAGES/ share/locale/ru/LC_MESSAGES/webkit.mo +share/locale/sr/ +share/locale/sr/LC_MESSAGES/ +share/locale/sr/LC_MESSAGES/webkit.mo +share/locale/sr@latin/ +share/locale/sr@latin/LC_MESSAGES/ +share/locale/sr@latin/LC_MESSAGES/webkit.mo share/locale/sv/ share/locale/sv/LC_MESSAGES/ share/locale/sv/LC_MESSAGES/webkit.mo +share/locale/vi/ +share/locale/vi/LC_MESSAGES/ +share/locale/vi/LC_MESSAGES/webkit.mo +share/locale/zh_CN/ +share/locale/zh_CN/LC_MESSAGES/ +share/locale/zh_CN/LC_MESSAGES/webkit.mo share/webkit-1.0/ share/webkit-1.0/images/ share/webkit-1.0/images/deleteButton.png @@ -66,7 +93,12 @@ 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/Console.js +share/webkit-1.0/webinspector/Callback.js +share/webkit-1.0/webinspector/ChangesView.js +share/webkit-1.0/webinspector/Color.js +share/webkit-1.0/webinspector/ConsoleView.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/DOMStorageDataGrid.js share/webkit-1.0/webinspector/DOMStorageItemsView.js @@ -74,7 +106,7 @@ 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/DatabasesPanel.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/FontView.js @@ -82,12 +114,12 @@ share/webkit-1.0/webinspector/ImageView.js share/webkit-1.0/webinspector/Images/ share/webkit-1.0/webinspector/Images/back.png share/webkit-1.0/webinspector/Images/checker.png -share/webkit-1.0/webinspector/Images/clearConsoleButtons.png +share/webkit-1.0/webinspector/Images/clearConsoleButtonGlyph.png share/webkit-1.0/webinspector/Images/closeButtons.png -share/webkit-1.0/webinspector/Images/consoleButtons.png +share/webkit-1.0/webinspector/Images/consoleButtonGlyph.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/databasesIcon.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 @@ -102,14 +134,14 @@ 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/dockButtons.png -share/webkit-1.0/webinspector/Images/domStorage.png +share/webkit-1.0/webinspector/Images/dockButtonGlyph.png share/webkit-1.0/webinspector/Images/elementsIcon.png -share/webkit-1.0/webinspector/Images/enableButtons.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/excludeButtons.png -share/webkit-1.0/webinspector/Images/focusButtons.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/glossyHeader.png share/webkit-1.0/webinspector/Images/glossyHeaderPressed.png @@ -118,21 +150,24 @@ 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/largerResourcesButtons.png -share/webkit-1.0/webinspector/Images/nodeSearchButtons.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/pauseOnExceptionButtons.png -share/webkit-1.0/webinspector/Images/percentButtons.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/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/radioDot.png -share/webkit-1.0/webinspector/Images/recordButtons.png -share/webkit-1.0/webinspector/Images/reloadButtons.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 @@ -140,6 +175,7 @@ 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 @@ -154,6 +190,7 @@ 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/splitviewDimple.png share/webkit-1.0/webinspector/Images/splitviewDividerBackground.png share/webkit-1.0/webinspector/Images/statusbarBackground.png @@ -163,6 +200,7 @@ 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/timelineHollowPillBlue.png share/webkit-1.0/webinspector/Images/timelineHollowPillGray.png share/webkit-1.0/webinspector/Images/timelineHollowPillGreen.png @@ -188,18 +226,24 @@ 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/warningsErrors.png +share/webkit-1.0/webinspector/InjectedScript.js +share/webkit-1.0/webinspector/InjectedScriptAccess.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/Popup.js share/webkit-1.0/webinspector/ProfileDataGridTree.js share/webkit-1.0/webinspector/ProfileView.js share/webkit-1.0/webinspector/ProfilesPanel.js @@ -217,10 +261,15 @@ share/webkit-1.0/webinspector/SidebarPane.js share/webkit-1.0/webinspector/SidebarTreeElement.js share/webkit-1.0/webinspector/SourceFrame.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/TextPrompt.js +share/webkit-1.0/webinspector/TimelineAgent.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/inspector.css share/webkit-1.0/webinspector/inspector.html share/webkit-1.0/webinspector/inspector.js