diff options
author | kamil <kamil@pkgsrc.org> | 2016-06-11 20:14:35 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-06-11 20:14:35 +0000 |
commit | fe9e88dcc22151cc6f90820689c267045b5caf0b (patch) | |
tree | 78cd870e6797ad38fdd4eab7572776b6f085a194 | |
parent | 8b02b3828635f7185d1fa4e8831abb40a592cfdb (diff) | |
download | pkgsrc-fe9e88dcc22151cc6f90820689c267045b5caf0b.tar.gz |
Deduplicate www/webkits -- remove the oldest unneeded version webkit1-gtk*
For future consumers: webkit24 should be compatible with webkit1.
41 files changed, 0 insertions, 2362 deletions
diff --git a/www/webkit1-gtk/DESCR b/www/webkit1-gtk/DESCR deleted file mode 100644 index 444d24be828..00000000000 --- a/www/webkit1-gtk/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -WebKit is an open source web browser engine. WebKit is also the name of -the Mac OS X system framework version of the engine that's used by -Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML -and JavaScript code began as a branch of the KHTML and KJS libraries -from KDE. - -This is the GTK2+ port of major version 1 of the engine. diff --git a/www/webkit1-gtk/Makefile b/www/webkit1-gtk/Makefile deleted file mode 100644 index dbf7213aaaf..00000000000 --- a/www/webkit1-gtk/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2016/05/03 11:40:10 prlw1 Exp $ - -.include "Makefile.common" - -PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} -PKGREVISION= 24 - -COMMENT= GTK2 port of the WebKit browser engine (v1) - -CONFIGURE_ARGS+= --with-gtk=2.0 -CONFIGURE_ARGS+= --disable-webkit2 - -#introspection support -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.24.17nb3 -.include "../../x11/gtk2/buildlink3.mk" -.include "../../graphics/cairo-gobject/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/webkit1-gtk/Makefile.common b/www/webkit1-gtk/Makefile.common deleted file mode 100644 index 0f29d9b3e76..00000000000 --- a/www/webkit1-gtk/Makefile.common +++ /dev/null @@ -1,88 +0,0 @@ -# $NetBSD: Makefile.common,v 1.3 2015/12/05 21:26:07 adam Exp $ -# used by www/webkit1-gtk/Makefile -# used by www/webkit1-gtk3/Makefile - -DISTNAME= webkitgtk-1.10.2 -CATEGORIES= www -MASTER_SITES= http://www.webkitgtk.org/releases/ -EXTRACT_SUFX= .tar.xz - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.webkitgtk.org/ - -DISTINFO_FILE= ${.CURDIR}/../../www/webkit1-gtk/distinfo -PATCHDIR= ${.CURDIR}/../../www/webkit1-gtk/patches - -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= bison gmake perl:build pkg-config msgfmt - -PKGCONFIG_OVERRIDE= Source/WebKit/gtk/webkit.pc.in - -MAKE_FILE= GNUmakefile -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-target=x11 \ - --with-font-backend=freetype -CONFIGURE_ARGS+= --disable-geolocation - -.include "options.mk" - -REPLACE_PERL+= Source/JavaScriptCore/create_hash_table \ - Source/WebCore/bindings/scripts/generate-bindings.pl \ - Source/WebCore/bindings/scripts/InFilesParser.pm \ - Source/WebCore/platform/text/mac/make-charset-table.pl \ - Source/WebCore/css/*.pl \ - Source/WebCore/dom/*.pl \ - Source/WebCore/inspector/xxd.pl \ - Source/WebCore/make-hash-tools.pl \ - Source/WebCore/platform/text/mac/*.pl - -.include "../../lang/ruby/rubyversion.mk" -BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} -CONFIGURE_ENV+= RUBY=${RUBY} - -PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.2 -.include "../../lang/python/application.mk" -CONFIGURE_ENV+= PYTHON=${PYTHONBIN} - -CXXFLAGS.SunOS+= -fpermissive - -.include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mclang) -CXXFLAGS+= -std=c++11 -Wno-c++11-narrowing -.endif - -.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) -CONFIGURE_ARGS+= --disable-fast-malloc -.endif - -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 -.include "../../devel/glib2/buildlink3.mk" -BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5 -BUILDLINK_DEPMETHOD.gobject-introspection+= build -.include "../../devel/gobject-introspection/buildlink3.mk" -CONFIGURE_ARGS+= --enable-introspection -.include "../../devel/zlib/buildlink3.mk" -.include "../../databases/sqlite3/buildlink3.mk" -.include "../../devel/flex/buildlink3.mk" -.include "../../devel/gperf/buildlink3.mk" -# This is optional, but needs testing. -#.include "../../devel/pango/buildlink3.mk" -# A correct Webkit build requires flex 2.5.33 -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../mk/jpeg.buildlink3.mk" -BUILDLINK_API_DEPENDS.png+= png>=1.5.1beta08 -.include "../../graphics/png/buildlink3.mk" -.include "../../multimedia/gstreamer0.10/buildlink3.mk" -BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.30 -.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" -BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.42.2nb3 -.include "../../net/libsoup/buildlink3.mk" -.include "../../textproc/enchant/buildlink3.mk" -.include "../../textproc/icu/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../x11/libXdamage/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" diff --git a/www/webkit1-gtk/PLIST b/www/webkit1-gtk/PLIST deleted file mode 100644 index 35d74781903..00000000000 --- a/www/webkit1-gtk/PLIST +++ /dev/null @@ -1,729 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/03 22:07:39 wiz Exp $ -bin/jsc-1 -include/webkitgtk-1.0/JavaScriptCore/JSBase.h -include/webkitgtk-1.0/JavaScriptCore/JSContextRef.h -include/webkitgtk-1.0/JavaScriptCore/JSObjectRef.h -include/webkitgtk-1.0/JavaScriptCore/JSStringRef.h -include/webkitgtk-1.0/JavaScriptCore/JSValueRef.h -include/webkitgtk-1.0/JavaScriptCore/JavaScript.h -include/webkitgtk-1.0/JavaScriptCore/WebKitAvailability.h -include/webkitgtk-1.0/webkit/WebKitDOMAttr.h -include/webkitgtk-1.0/webkit/WebKitDOMBarInfo.h -include/webkitgtk-1.0/webkit/WebKitDOMBlob.h -include/webkitgtk-1.0/webkit/WebKitDOMCDATASection.h -include/webkitgtk-1.0/webkit/WebKitDOMCSSRule.h -include/webkitgtk-1.0/webkit/WebKitDOMCSSRuleList.h -include/webkitgtk-1.0/webkit/WebKitDOMCSSStyleDeclaration.h -include/webkitgtk-1.0/webkit/WebKitDOMCSSStyleSheet.h -include/webkitgtk-1.0/webkit/WebKitDOMCSSValue.h -include/webkitgtk-1.0/webkit/WebKitDOMCharacterData.h -include/webkitgtk-1.0/webkit/WebKitDOMComment.h -include/webkitgtk-1.0/webkit/WebKitDOMConsole.h -include/webkitgtk-1.0/webkit/WebKitDOMCustom.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMApplicationCache.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMImplementation.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMMimeType.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMMimeTypeArray.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMPlugin.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMPluginArray.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMSecurityPolicy.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMSelection.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMSettableTokenList.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMStringList.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMStringMap.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMTokenList.h -include/webkitgtk-1.0/webkit/WebKitDOMDOMWindow.h -include/webkitgtk-1.0/webkit/WebKitDOMDatabase.h -include/webkitgtk-1.0/webkit/WebKitDOMDocument.h -include/webkitgtk-1.0/webkit/WebKitDOMDocumentFragment.h -include/webkitgtk-1.0/webkit/WebKitDOMDocumentType.h -include/webkitgtk-1.0/webkit/WebKitDOMElement.h -include/webkitgtk-1.0/webkit/WebKitDOMEntityReference.h -include/webkitgtk-1.0/webkit/WebKitDOMEvent.h -include/webkitgtk-1.0/webkit/WebKitDOMEventTarget.h -include/webkitgtk-1.0/webkit/WebKitDOMFile.h -include/webkitgtk-1.0/webkit/WebKitDOMFileList.h -include/webkitgtk-1.0/webkit/WebKitDOMGamepad.h -include/webkitgtk-1.0/webkit/WebKitDOMGamepadList.h -include/webkitgtk-1.0/webkit/WebKitDOMGeolocation.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLAnchorElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLAppletElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLAreaElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLAudioElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLBRElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLBaseElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLBaseFontElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLBodyElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLButtonElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLCanvasElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLCollection.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLDListElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLDetailsElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLDirectoryElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLDivElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLDocument.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLEmbedElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLFieldSetElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLFontElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLFormElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLFrameElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLFrameSetElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLHRElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLHeadElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLHeadingElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLHtmlElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLIFrameElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLImageElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLInputElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLKeygenElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLLIElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLLabelElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLLegendElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLLinkElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLMapElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLMarqueeElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLMediaElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLMenuElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLMetaElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLModElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLOListElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLObjectElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLOptGroupElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLOptionElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLOptionsCollection.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLParagraphElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLParamElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLPreElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLQuoteElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLScriptElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLSelectElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLStyleElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableCaptionElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableCellElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableColElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableRowElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTableSectionElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTextAreaElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLTitleElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLUListElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHTMLVideoElement.h -include/webkitgtk-1.0/webkit/WebKitDOMHistory.h -include/webkitgtk-1.0/webkit/WebKitDOMLocation.h -include/webkitgtk-1.0/webkit/WebKitDOMMediaError.h -include/webkitgtk-1.0/webkit/WebKitDOMMediaList.h -include/webkitgtk-1.0/webkit/WebKitDOMMediaQueryList.h -include/webkitgtk-1.0/webkit/WebKitDOMMemoryInfo.h -include/webkitgtk-1.0/webkit/WebKitDOMMessagePort.h -include/webkitgtk-1.0/webkit/WebKitDOMMouseEvent.h -include/webkitgtk-1.0/webkit/WebKitDOMNamedNodeMap.h -include/webkitgtk-1.0/webkit/WebKitDOMNavigator.h -include/webkitgtk-1.0/webkit/WebKitDOMNode.h -include/webkitgtk-1.0/webkit/WebKitDOMNodeFilter.h -include/webkitgtk-1.0/webkit/WebKitDOMNodeIterator.h -include/webkitgtk-1.0/webkit/WebKitDOMNodeList.h -include/webkitgtk-1.0/webkit/WebKitDOMObject.h -include/webkitgtk-1.0/webkit/WebKitDOMProcessingInstruction.h -include/webkitgtk-1.0/webkit/WebKitDOMRange.h -include/webkitgtk-1.0/webkit/WebKitDOMScreen.h -include/webkitgtk-1.0/webkit/WebKitDOMStorage.h -include/webkitgtk-1.0/webkit/WebKitDOMStorageInfo.h -include/webkitgtk-1.0/webkit/WebKitDOMStyleMedia.h -include/webkitgtk-1.0/webkit/WebKitDOMStyleSheet.h -include/webkitgtk-1.0/webkit/WebKitDOMStyleSheetList.h -include/webkitgtk-1.0/webkit/WebKitDOMText.h -include/webkitgtk-1.0/webkit/WebKitDOMTimeRanges.h -include/webkitgtk-1.0/webkit/WebKitDOMTreeWalker.h -include/webkitgtk-1.0/webkit/WebKitDOMUIEvent.h -include/webkitgtk-1.0/webkit/WebKitDOMValidityState.h -include/webkitgtk-1.0/webkit/WebKitDOMWebKitAnimation.h -include/webkitgtk-1.0/webkit/WebKitDOMWebKitAnimationList.h -include/webkitgtk-1.0/webkit/WebKitDOMWebKitNamedFlow.h -include/webkitgtk-1.0/webkit/WebKitDOMWebKitPoint.h -include/webkitgtk-1.0/webkit/WebKitDOMXPathExpression.h -include/webkitgtk-1.0/webkit/WebKitDOMXPathNSResolver.h -include/webkitgtk-1.0/webkit/WebKitDOMXPathResult.h -include/webkitgtk-1.0/webkit/webkit.h -include/webkitgtk-1.0/webkit/webkitapplicationcache.h -include/webkitgtk-1.0/webkit/webkitdefines.h -include/webkitgtk-1.0/webkit/webkitdom.h -include/webkitgtk-1.0/webkit/webkitdomdefines.h -include/webkitgtk-1.0/webkit/webkitdownload.h -include/webkitgtk-1.0/webkit/webkitenumtypes.h -include/webkitgtk-1.0/webkit/webkiterror.h -include/webkitgtk-1.0/webkit/webkitfavicondatabase.h -include/webkitgtk-1.0/webkit/webkitfilechooserrequest.h -include/webkitgtk-1.0/webkit/webkitgeolocationpolicydecision.h -include/webkitgtk-1.0/webkit/webkitglobals.h -include/webkitgtk-1.0/webkit/webkithittestresult.h -include/webkitgtk-1.0/webkit/webkiticondatabase.h -include/webkitgtk-1.0/webkit/webkitnetworkrequest.h -include/webkitgtk-1.0/webkit/webkitnetworkresponse.h -include/webkitgtk-1.0/webkit/webkitsecurityorigin.h -include/webkitgtk-1.0/webkit/webkitsoupauthdialog.h -include/webkitgtk-1.0/webkit/webkitspellchecker.h -include/webkitgtk-1.0/webkit/webkitversion.h -include/webkitgtk-1.0/webkit/webkitviewportattributes.h -include/webkitgtk-1.0/webkit/webkitwebbackforwardlist.h -include/webkitgtk-1.0/webkit/webkitwebdatabase.h -include/webkitgtk-1.0/webkit/webkitwebdatasource.h -include/webkitgtk-1.0/webkit/webkitwebframe.h -include/webkitgtk-1.0/webkit/webkitwebhistoryitem.h -include/webkitgtk-1.0/webkit/webkitwebinspector.h -include/webkitgtk-1.0/webkit/webkitwebnavigationaction.h -include/webkitgtk-1.0/webkit/webkitwebplugin.h -include/webkitgtk-1.0/webkit/webkitwebplugindatabase.h -include/webkitgtk-1.0/webkit/webkitwebpolicydecision.h -include/webkitgtk-1.0/webkit/webkitwebresource.h -include/webkitgtk-1.0/webkit/webkitwebsettings.h -include/webkitgtk-1.0/webkit/webkitwebview.h -include/webkitgtk-1.0/webkit/webkitwebwindowfeatures.h -include/webkitgtk-1.0/webkit2/WebKit2/WKAPICast.h -include/webkitgtk-1.0/webkit2/WebKit2/WKAPICastGtk.h -include/webkitgtk-1.0/webkit2/WebKit2/WKAPICastSoup.h -include/webkitgtk-1.0/webkit2/WebKit2/WKApplicationCacheManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKArray.h -include/webkitgtk-1.0/webkit2/WebKit2/WKAuthenticationChallenge.h -include/webkitgtk-1.0/webkit2/WebKit2/WKAuthenticationDecisionListener.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBackForwardList.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBackForwardListItem.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBase.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBaseGtk.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBaseSoup.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBatteryManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKBatteryStatus.h -include/webkitgtk-1.0/webkit2/WebKit2/WKCertificateInfo.h -include/webkitgtk-1.0/webkit2/WebKit2/WKConnectionRef.h -include/webkitgtk-1.0/webkit2/WebKit2/WKContext.h -include/webkitgtk-1.0/webkit2/WebKit2/WKContextMenuItem.h -include/webkitgtk-1.0/webkit2/WebKit2/WKContextMenuItemTypes.h -include/webkitgtk-1.0/webkit2/WebKit2/WKContextPrivate.h -include/webkitgtk-1.0/webkit2/WebKit2/WKContextSoup.h -include/webkitgtk-1.0/webkit2/WebKit2/WKCookieManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKCredential.h -include/webkitgtk-1.0/webkit2/WebKit2/WKCredentialTypes.h -include/webkitgtk-1.0/webkit2/WebKit2/WKData.h -include/webkitgtk-1.0/webkit2/WebKit2/WKDatabaseManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKDictionary.h -include/webkitgtk-1.0/webkit2/WebKit2/WKDownload.h -include/webkitgtk-1.0/webkit2/WebKit2/WKError.h -include/webkitgtk-1.0/webkit2/WebKit2/WKEvent.h -include/webkitgtk-1.0/webkit2/WebKit2/WKFindOptions.h -include/webkitgtk-1.0/webkit2/WebKit2/WKFormSubmissionListener.h -include/webkitgtk-1.0/webkit2/WebKit2/WKFrame.h -include/webkitgtk-1.0/webkit2/WebKit2/WKFramePolicyListener.h -include/webkitgtk-1.0/webkit2/WebKit2/WKFullScreenClientGtk.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGeolocationManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGeolocationPermissionRequest.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGeolocationPosition.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGeometry.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGrammarDetail.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGraphicsContext.h -include/webkitgtk-1.0/webkit2/WebKit2/WKGraphicsContextGtk.h -include/webkitgtk-1.0/webkit2/WebKit2/WKHitTestResult.h -include/webkitgtk-1.0/webkit2/WebKit2/WKImage.h -include/webkitgtk-1.0/webkit2/WebKit2/WKInspector.h -include/webkitgtk-1.0/webkit2/WebKit2/WKInspectorClientGtk.h -include/webkitgtk-1.0/webkit2/WebKit2/WKIntentData.h -include/webkitgtk-1.0/webkit2/WebKit2/WKIntentServiceInfo.h -include/webkitgtk-1.0/webkit2/WebKit2/WKKeyValueStorageManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKMediaCacheManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKMutableArray.h -include/webkitgtk-1.0/webkit2/WebKit2/WKMutableDictionary.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNativeEvent.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNavigationData.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNetworkInfo.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNetworkInfoManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNotification.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNotificationManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNotificationPermissionRequest.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNotificationProvider.h -include/webkitgtk-1.0/webkit2/WebKit2/WKNumber.h -include/webkitgtk-1.0/webkit2/WebKit2/WKOpenPanelParameters.h -include/webkitgtk-1.0/webkit2/WebKit2/WKOpenPanelResultListener.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPage.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPageGroup.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPageLoadTypes.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPagePrivate.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPluginSiteDataManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPreferences.h -include/webkitgtk-1.0/webkit2/WebKit2/WKPreferencesPrivate.h -include/webkitgtk-1.0/webkit2/WebKit2/WKProtectionSpace.h -include/webkitgtk-1.0/webkit2/WebKit2/WKProtectionSpaceTypes.h -include/webkitgtk-1.0/webkit2/WebKit2/WKRenderLayer.h -include/webkitgtk-1.0/webkit2/WebKit2/WKRenderObject.h -include/webkitgtk-1.0/webkit2/WebKit2/WKResourceCacheManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKRetainPtr.h -include/webkitgtk-1.0/webkit2/WebKit2/WKSecurityOrigin.h -include/webkitgtk-1.0/webkit2/WebKit2/WKSerializedScriptValue.h -include/webkitgtk-1.0/webkit2/WebKit2/WKSerializedScriptValuePrivate.h -include/webkitgtk-1.0/webkit2/WebKit2/WKSharedAPICast.h -include/webkitgtk-1.0/webkit2/WebKit2/WKSoupRequestManager.h -include/webkitgtk-1.0/webkit2/WebKit2/WKString.h -include/webkitgtk-1.0/webkit2/WebKit2/WKStringPrivate.h -include/webkitgtk-1.0/webkit2/WebKit2/WKTextChecker.h -include/webkitgtk-1.0/webkit2/WebKit2/WKType.h -include/webkitgtk-1.0/webkit2/WebKit2/WKURL.h -include/webkitgtk-1.0/webkit2/WebKit2/WKURLRequest.h -include/webkitgtk-1.0/webkit2/WebKit2/WKURLResponse.h -include/webkitgtk-1.0/webkit2/WebKit2/WKUserContentURLPattern.h -include/webkitgtk-1.0/webkit2/WebKit2/WKVibration.cpp -include/webkitgtk-1.0/webkit2/WebKit2/WKView.h -include/webkitgtk-1.0/webkit2/WebKit2/WebKit2_C.h -include/webkitgtk-1.0/webkit2/WebKitBackForwardList.h -include/webkitgtk-1.0/webkit2/WebKitBackForwardListItem.h -include/webkitgtk-1.0/webkit2/WebKitContextMenu.h -include/webkitgtk-1.0/webkit2/WebKitContextMenuActions.h -include/webkitgtk-1.0/webkit2/WebKitContextMenuItem.h -include/webkitgtk-1.0/webkit2/WebKitCookieManager.h -include/webkitgtk-1.0/webkit2/WebKitDefines.h -include/webkitgtk-1.0/webkit2/WebKitDownload.h -include/webkitgtk-1.0/webkit2/WebKitEditingCommands.h -include/webkitgtk-1.0/webkit2/WebKitEnumTypes.h -include/webkitgtk-1.0/webkit2/WebKitError.h -include/webkitgtk-1.0/webkit2/WebKitFileChooserRequest.h -include/webkitgtk-1.0/webkit2/WebKitFindController.h -include/webkitgtk-1.0/webkit2/WebKitFormSubmissionRequest.h -include/webkitgtk-1.0/webkit2/WebKitGeolocationPermissionRequest.h -include/webkitgtk-1.0/webkit2/WebKitHitTestResult.h -include/webkitgtk-1.0/webkit2/WebKitJavascriptResult.h -include/webkitgtk-1.0/webkit2/WebKitMimeInfo.h -include/webkitgtk-1.0/webkit2/WebKitNavigationPolicyDecision.h -include/webkitgtk-1.0/webkit2/WebKitPermissionRequest.h -include/webkitgtk-1.0/webkit2/WebKitPlugin.h -include/webkitgtk-1.0/webkit2/WebKitPolicyDecision.h -include/webkitgtk-1.0/webkit2/WebKitPrintOperation.h -include/webkitgtk-1.0/webkit2/WebKitResponsePolicyDecision.h -include/webkitgtk-1.0/webkit2/WebKitScriptDialog.h -include/webkitgtk-1.0/webkit2/WebKitSettings.h -include/webkitgtk-1.0/webkit2/WebKitURIRequest.h -include/webkitgtk-1.0/webkit2/WebKitURIResponse.h -include/webkitgtk-1.0/webkit2/WebKitURISchemeRequest.h -include/webkitgtk-1.0/webkit2/WebKitVersion.h -include/webkitgtk-1.0/webkit2/WebKitWebContext.h -include/webkitgtk-1.0/webkit2/WebKitWebInspector.h -include/webkitgtk-1.0/webkit2/WebKitWebResource.h -include/webkitgtk-1.0/webkit2/WebKitWebView.h -include/webkitgtk-1.0/webkit2/WebKitWebViewBase.h -include/webkitgtk-1.0/webkit2/WebKitWindowProperties.h -include/webkitgtk-1.0/webkit2/webkit2.h -lib/girepository-1.0/JSCore-1.0.typelib -lib/girepository-1.0/WebKit-1.0.typelib -lib/libjavascriptcoregtk-1.0.la -lib/libwebkitgtk-1.0.la -lib/pkgconfig/javascriptcoregtk-1.0.pc -lib/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/webkitgtk-2.0.mo -share/locale/bg/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/cs/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/de/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/el/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/en_CA/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/en_GB/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/eo/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/es/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/et/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/eu/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/fr/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/gl/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/gu/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/he/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/hu/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/id/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/it/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/ko/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/lt/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/lv/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/mr/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/nb/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/nl/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/pa/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/pl/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/pt/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/pt_BR/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/ru/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/sl/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/sr/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/sr@latin/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/sv/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/uk/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/vi/LC_MESSAGES/webkitgtk-2.0.mo -share/locale/zh_CN/LC_MESSAGES/webkitgtk-2.0.mo -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/resources/error.html -share/webkitgtk-1.0/webinspector/AdvancedSearchController.js -share/webkitgtk-1.0/webinspector/ApplicationCacheItemsView.js -share/webkitgtk-1.0/webinspector/ApplicationCacheModel.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/BreakpointManager.js -share/webkitgtk-1.0/webinspector/BreakpointsSidebarPane.js -share/webkitgtk-1.0/webinspector/CPUProfileView.js -share/webkitgtk-1.0/webinspector/CSSCompletions.js -share/webkitgtk-1.0/webinspector/CSSKeywordCompletions.js -share/webkitgtk-1.0/webinspector/CSSSelectorProfileView.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/CodeMirrorTextEditor.js -share/webkitgtk-1.0/webinspector/Color.js -share/webkitgtk-1.0/webinspector/CompilerScriptMapping.js -share/webkitgtk-1.0/webinspector/ConsoleMessage.js -share/webkitgtk-1.0/webinspector/ConsoleModel.js -share/webkitgtk-1.0/webinspector/ConsolePanel.js -share/webkitgtk-1.0/webinspector/ConsoleView.js -share/webkitgtk-1.0/webinspector/ContentProvider.js -share/webkitgtk-1.0/webinspector/ContentProviders.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/DOMAgent.js -share/webkitgtk-1.0/webinspector/DOMBreakpointsSidebarPane.js -share/webkitgtk-1.0/webinspector/DOMExtension.js -share/webkitgtk-1.0/webinspector/DOMPresentationUtils.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/DebuggerScriptMapping.js -share/webkitgtk-1.0/webinspector/DefaultTextEditor.js -share/webkitgtk-1.0/webinspector/Dialog.js -share/webkitgtk-1.0/webinspector/DirectoryContentView.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/EmptyView.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/ExtensionPanel.js -share/webkitgtk-1.0/webinspector/ExtensionRegistryStub.js -share/webkitgtk-1.0/webinspector/ExtensionServer.js -share/webkitgtk-1.0/webinspector/ExtensionView.js -share/webkitgtk-1.0/webinspector/FileContentView.js -share/webkitgtk-1.0/webinspector/FileManager.js -share/webkitgtk-1.0/webinspector/FileSystemModel.js -share/webkitgtk-1.0/webinspector/FileSystemView.js -share/webkitgtk-1.0/webinspector/FileUtils.js -share/webkitgtk-1.0/webinspector/FilteredItemSelectionDialog.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/HandlerRegistry.js -share/webkitgtk-1.0/webinspector/HeapSnapshot.js -share/webkitgtk-1.0/webinspector/HeapSnapshotDataGrids.js -share/webkitgtk-1.0/webinspector/HeapSnapshotGridNodes.js -share/webkitgtk-1.0/webinspector/HeapSnapshotLoader.js -share/webkitgtk-1.0/webinspector/HeapSnapshotProxy.js -share/webkitgtk-1.0/webinspector/HeapSnapshotView.js -share/webkitgtk-1.0/webinspector/HeapSnapshotWorker.js -share/webkitgtk-1.0/webinspector/HeapSnapshotWorkerDispatcher.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/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/checker.png -share/webkitgtk-1.0/webinspector/Images/closeButtons.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/deleteIcon.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/domain.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/fileSystem.png -share/webkitgtk-1.0/webinspector/Images/forward.png -share/webkitgtk-1.0/webinspector/Images/frame.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/indexedDB.png -share/webkitgtk-1.0/webinspector/Images/indexedDBIndex.png -share/webkitgtk-1.0/webinspector/Images/indexedDBObjectStore.png -share/webkitgtk-1.0/webinspector/Images/localStorage.png -share/webkitgtk-1.0/webinspector/Images/navigatorShowHideButton.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/paneElementStateButtons.png -share/webkitgtk-1.0/webinspector/Images/paneFilterButtons.png -share/webkitgtk-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkitgtk-1.0/webinspector/Images/paneRefreshButtons.png -share/webkitgtk-1.0/webinspector/Images/paneSettingsButtons.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/profilesSilhouette.png -share/webkitgtk-1.0/webinspector/Images/programCounterBorder.png -share/webkitgtk-1.0/webinspector/Images/radioDot.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/resourcesSizeGraphIcon.png -share/webkitgtk-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkitgtk-1.0/webinspector/Images/scriptsSilhouette.png -share/webkitgtk-1.0/webinspector/Images/searchNext.png -share/webkitgtk-1.0/webinspector/Images/searchPrev.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/spinnerActive.gif -share/webkitgtk-1.0/webinspector/Images/spinnerActiveSelected.gif -share/webkitgtk-1.0/webinspector/Images/spinnerInactive.gif -share/webkitgtk-1.0/webinspector/Images/spinnerInactiveSelected.gif -share/webkitgtk-1.0/webinspector/Images/splitviewDimple.png -share/webkitgtk-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkitgtk-1.0/webinspector/Images/statusbarButtonGlyphs.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/tickMark.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/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/toolbarIcons.png -share/webkitgtk-1.0/webinspector/Images/toolbarIconsSmall.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/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/IndexedDBModel.js -share/webkitgtk-1.0/webinspector/IndexedDBViews.js -share/webkitgtk-1.0/webinspector/InspectorBackend.js -share/webkitgtk-1.0/webinspector/InspectorBackendCommands.js -share/webkitgtk-1.0/webinspector/InspectorFrontendAPI.js -share/webkitgtk-1.0/webinspector/InspectorFrontendHostStub.js -share/webkitgtk-1.0/webinspector/InspectorView.js -share/webkitgtk-1.0/webinspector/JavaScriptContextManager.js -share/webkitgtk-1.0/webinspector/JavaScriptFormatter.js -share/webkitgtk-1.0/webinspector/JavaScriptSource.js -share/webkitgtk-1.0/webinspector/JavaScriptSourceFrame.js -share/webkitgtk-1.0/webinspector/KeyboardShortcut.js -share/webkitgtk-1.0/webinspector/Linkifier.js -share/webkitgtk-1.0/webinspector/MemoryStatistics.js -share/webkitgtk-1.0/webinspector/MetricsSidebarPane.js -share/webkitgtk-1.0/webinspector/NativeBreakpointsSidebarPane.js -share/webkitgtk-1.0/webinspector/NativeMemorySnapshotView.js -share/webkitgtk-1.0/webinspector/NavigatorOverlayController.js -share/webkitgtk-1.0/webinspector/NavigatorView.js -share/webkitgtk-1.0/webinspector/NetworkItemView.js -share/webkitgtk-1.0/webinspector/NetworkLog.js -share/webkitgtk-1.0/webinspector/NetworkManager.js -share/webkitgtk-1.0/webinspector/NetworkPanel.js -share/webkitgtk-1.0/webinspector/NetworkRequest.js -share/webkitgtk-1.0/webinspector/Object.js -share/webkitgtk-1.0/webinspector/ObjectPopoverHelper.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/Popover.js -share/webkitgtk-1.0/webinspector/PresentationConsoleMessageHelper.js -share/webkitgtk-1.0/webinspector/ProfileDataGridTree.js -share/webkitgtk-1.0/webinspector/ProfileLauncherView.js -share/webkitgtk-1.0/webinspector/ProfilesPanel.js -share/webkitgtk-1.0/webinspector/ProgressBar.js -share/webkitgtk-1.0/webinspector/PropertiesSection.js -share/webkitgtk-1.0/webinspector/PropertiesSidebarPane.js -share/webkitgtk-1.0/webinspector/RawSourceCode.js -share/webkitgtk-1.0/webinspector/RemoteObject.js -share/webkitgtk-1.0/webinspector/RequestCookiesView.js -share/webkitgtk-1.0/webinspector/RequestHTMLView.js -share/webkitgtk-1.0/webinspector/RequestHeadersView.js -share/webkitgtk-1.0/webinspector/RequestJSONView.js -share/webkitgtk-1.0/webinspector/RequestPreviewView.js -share/webkitgtk-1.0/webinspector/RequestResponseView.js -share/webkitgtk-1.0/webinspector/RequestTimingView.js -share/webkitgtk-1.0/webinspector/RequestView.js -share/webkitgtk-1.0/webinspector/Resource.js -share/webkitgtk-1.0/webinspector/ResourceScriptMapping.js -share/webkitgtk-1.0/webinspector/ResourceTreeModel.js -share/webkitgtk-1.0/webinspector/ResourceType.js -share/webkitgtk-1.0/webinspector/ResourceUtils.js -share/webkitgtk-1.0/webinspector/ResourceView.js -share/webkitgtk-1.0/webinspector/ResourceWebSocketFrameView.js -share/webkitgtk-1.0/webinspector/ResourcesPanel.js -share/webkitgtk-1.0/webinspector/RevisionHistoryView.js -share/webkitgtk-1.0/webinspector/SASSSourceMapping.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/ScriptSnippetModel.js -share/webkitgtk-1.0/webinspector/ScriptsNavigator.js -share/webkitgtk-1.0/webinspector/ScriptsPanel.js -share/webkitgtk-1.0/webinspector/ScriptsSearchScope.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/SettingsScreen.js -share/webkitgtk-1.0/webinspector/ShortcutsScreen.js -share/webkitgtk-1.0/webinspector/ShowMoreDataGridNode.js -share/webkitgtk-1.0/webinspector/SidebarOverlay.js -share/webkitgtk-1.0/webinspector/SidebarPane.js -share/webkitgtk-1.0/webinspector/SidebarTreeElement.js -share/webkitgtk-1.0/webinspector/SnippetJavaScriptSourceFrame.js -share/webkitgtk-1.0/webinspector/SnippetStorage.js -share/webkitgtk-1.0/webinspector/SoftContextMenu.js -share/webkitgtk-1.0/webinspector/SourceCSSTokenizer.js -share/webkitgtk-1.0/webinspector/SourceFrame.js -share/webkitgtk-1.0/webinspector/SourceHTMLTokenizer.js -share/webkitgtk-1.0/webinspector/SourceJavaScriptTokenizer.js -share/webkitgtk-1.0/webinspector/SourceMapping.js -share/webkitgtk-1.0/webinspector/SourceTokenizer.js -share/webkitgtk-1.0/webinspector/Spectrum.js -share/webkitgtk-1.0/webinspector/SplitView.js -share/webkitgtk-1.0/webinspector/StatusBarButton.js -share/webkitgtk-1.0/webinspector/StyleSheetOutlineDialog.js -share/webkitgtk-1.0/webinspector/StyleSource.js -share/webkitgtk-1.0/webinspector/StylesSidebarPane.js -share/webkitgtk-1.0/webinspector/TabbedEditorContainer.js -share/webkitgtk-1.0/webinspector/TabbedPane.js -share/webkitgtk-1.0/webinspector/TestController.js -share/webkitgtk-1.0/webinspector/TextEditor.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/TimelineFrameController.js -share/webkitgtk-1.0/webinspector/TimelineGrid.js -share/webkitgtk-1.0/webinspector/TimelineManager.js -share/webkitgtk-1.0/webinspector/TimelineModel.js -share/webkitgtk-1.0/webinspector/TimelineOverviewPane.js -share/webkitgtk-1.0/webinspector/TimelinePanel.js -share/webkitgtk-1.0/webinspector/TimelinePresentationModel.js -share/webkitgtk-1.0/webinspector/Toolbar.js -share/webkitgtk-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkitgtk-1.0/webinspector/UISourceCode.js -share/webkitgtk-1.0/webinspector/UISourceCodeFrame.js -share/webkitgtk-1.0/webinspector/UIString.js -share/webkitgtk-1.0/webinspector/UIUtils.js -share/webkitgtk-1.0/webinspector/UglifyJS/parse-js.js -share/webkitgtk-1.0/webinspector/UserAgentSupport.js -share/webkitgtk-1.0/webinspector/UserMetrics.js -share/webkitgtk-1.0/webinspector/View.js -share/webkitgtk-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkitgtk-1.0/webinspector/WorkerManager.js -share/webkitgtk-1.0/webinspector/WorkersSidebarPane.js -share/webkitgtk-1.0/webinspector/Workspace.js -share/webkitgtk-1.0/webinspector/auditsPanel.css -share/webkitgtk-1.0/webinspector/breadcrumbList.css -share/webkitgtk-1.0/webinspector/cmdevtools.css -share/webkitgtk-1.0/webinspector/dataGrid.css -share/webkitgtk-1.0/webinspector/dialog.css -share/webkitgtk-1.0/webinspector/elementsPanel.css -share/webkitgtk-1.0/webinspector/externs.js -share/webkitgtk-1.0/webinspector/filteredItemSelectionDialog.css -share/webkitgtk-1.0/webinspector/heapProfiler.css -share/webkitgtk-1.0/webinspector/helpScreen.css -share/webkitgtk-1.0/webinspector/indexedDBViews.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/inspectorCommon.css -share/webkitgtk-1.0/webinspector/inspectorSyntaxHighlight.css -share/webkitgtk-1.0/webinspector/jsdifflib.js -share/webkitgtk-1.0/webinspector/localizedStrings.js -share/webkitgtk-1.0/webinspector/nativeMemoryProfiler.css -share/webkitgtk-1.0/webinspector/navigatorView.css -share/webkitgtk-1.0/webinspector/networkLogView.css -share/webkitgtk-1.0/webinspector/networkPanel.css -share/webkitgtk-1.0/webinspector/panelEnablerView.css -share/webkitgtk-1.0/webinspector/popover.css -share/webkitgtk-1.0/webinspector/profilesPanel.css -share/webkitgtk-1.0/webinspector/resourceView.css -share/webkitgtk-1.0/webinspector/resourcesPanel.css -share/webkitgtk-1.0/webinspector/revisionHistory.css -share/webkitgtk-1.0/webinspector/scriptsPanel.css -share/webkitgtk-1.0/webinspector/splitView.css -share/webkitgtk-1.0/webinspector/tabbedPane.css -share/webkitgtk-1.0/webinspector/test-runner.html -share/webkitgtk-1.0/webinspector/textEditor.css -share/webkitgtk-1.0/webinspector/textPrompt.css -share/webkitgtk-1.0/webinspector/timelinePanel.css -share/webkitgtk-1.0/webinspector/treeoutline.js -share/webkitgtk-1.0/webinspector/utilities.js diff --git a/www/webkit1-gtk/buildlink3.mk b/www/webkit1-gtk/buildlink3.mk deleted file mode 100644 index f67ca35ebeb..00000000000 --- a/www/webkit1-gtk/buildlink3.mk +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.8 2016/05/03 11:40:10 prlw1 Exp $ - -BUILDLINK_TREE+= webkit-gtk - -.if !defined(WEBKIT_GTK_BUILDLINK3_MK) -WEBKIT_GTK_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.webkit-gtk+= webkit-gtk>=1.1.3<2 -BUILDLINK_ABI_DEPENDS.webkit-gtk+= webkit-gtk>=1.10.2nb24 -BUILDLINK_PKGSRCDIR.webkit-gtk?= ../../www/webkit1-gtk - -.include "../../databases/sqlite3/buildlink3.mk" -.include "../../devel/gperf/buildlink3.mk" -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../mk/jpeg.buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../multimedia/gstreamer0.10/buildlink3.mk" -.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" -.include "../../net/libsoup/buildlink3.mk" -.include "../../textproc/enchant/buildlink3.mk" -.include "../../textproc/icu/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/libXdamage/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" -.endif # WEBKIT_GTK_BUILDLINK3_MK - -BUILDLINK_TREE+= -webkit-gtk diff --git a/www/webkit1-gtk/distinfo b/www/webkit1-gtk/distinfo deleted file mode 100644 index 592bbe3acf6..00000000000 --- a/www/webkit1-gtk/distinfo +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 02:47:41 agc Exp $ - -SHA1 (webkitgtk-1.10.2.tar.xz) = 733ca23157eb8dd072d57becf325799c00bde630 -RMD160 (webkitgtk-1.10.2.tar.xz) = 91e6b8bcd4bb8234271dd6c6ebdba63dd1c0840e -SHA512 (webkitgtk-1.10.2.tar.xz) = 0c2909eabdc9532619d6486cd42f18a4eb4868c02be3f1c62a6d11d2cb23b4d5a84dd9b60fc353a25134c4ecd8f7cc9f75690bfc17a0360fd4a4c1f4f07aac8f -Size (webkitgtk-1.10.2.tar.xz) = 8633640 bytes -SHA1 (patch-Source_JavaScriptCore_assembler_ARMAssembler.h) = 448d9a096d87c3ecd22899ab66f45587cf8d1a65 -SHA1 (patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp) = c48648f62466f47dbb37d20bee01c1d0caa54b00 -SHA1 (patch-Source_JavaScriptCore_dfg_DFGNode.h) = 08f9ca5a4adbecf7f1aea9fcbc0de17ddc125259 -SHA1 (patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp) = c5e1efdac5f6e2a4c035b6a3ce808d0e7a076703 -SHA1 (patch-Source_JavaScriptCore_wtf_Threading.h) = f166335d829aba9051c1aaf1b950ec655deef372 -SHA1 (patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y) = 7b96aea5a81016b8a63c7f44839704261b39cd0d -SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = ce9766427bebd4aac0b8c7fc2c12cc0ed75150d5 -SHA1 (patch-Source_WTF_wtf_Atomics.h) = 3cc890798e7e956b75c2a181eca4a4d05cb545fc -SHA1 (patch-Source_WTF_wtf_Compiler.h) = 9e80acdbb57be1844103fe647a017ad7e46cc513 -SHA1 (patch-Source_WTF_wtf_MathExtras.h) = f922736410d49e7d7d1a459bffd3dffd0364e85a -SHA1 (patch-Source_WTF_wtf_Platform.h) = 9e8f4b17619da4aa89e672c9d62a567f2f98b4bd -SHA1 (patch-Source_WTF_wtf_RefCountedLeakCounter.h) = 3cdf53f9735675bff83b48a81db59c3512f306e3 -SHA1 (patch-Source_WTF_wtf_ThreadSafeRefCounted.h) = c068f8b248b8864eeaa582fa096eca279f06890e -SHA1 (patch-Source_WebCore_Modules_webaudio_AudioContext.h) = 121b67efd25af6982f02a19d0b9e1e26be89e782 -SHA1 (patch-Source_WebCore_Modules_webaudio_AudioNode.h) = 1d22889087504d8fd42f38f72bde777850a4e767 -SHA1 (patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp) = b331ad70a9c6a133c854b65452bad4ae3558e2e6 -SHA1 (patch-Source_WebCore_editing_Editor.h) = 43562577dd6432a86fd8ee0a1e7bb0db31f07d2d -SHA1 (patch-Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp) = 3bad001958c4af5447f95f15c75e4121c6d690e3 -SHA1 (patch-Source_WebCore_platform_gtk_FileSystemGtk.cpp) = 76e6e3e662edcfb7e327f2e475709a105d146e50 -SHA1 (patch-Source_WebCore_platform_network_DNSResolveQueue.h) = ba2960eeda95189a85744112b2533e66599eb4b7 -SHA1 (patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp) = 0f33b188b242166584d5725060c5c430a819be61 -SHA1 (patch-Source_WebKit2_WebProcess_WebCoreSupport_WebPlatformStrategies.cpp) = 92f4016fe65fc6162b7f6dfcdc4c6ea2f5204b02 -SHA1 (patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp) = 816cecbcb8ddf4af65265f5e76745b93f1055904 -SHA1 (patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp) = 36013247ccbc2df274762acb49304511c06cb0f7 -SHA1 (patch-ai) = 8df303ffde5c4398e56601c524e9ab4aff52096c -SHA1 (patch-aj) = 930d1b5d73028b2f2e5abb33c15f72befadc64ce -SHA1 (patch-ak) = 64ad843164f1c12968e933080e0966a9019abfdf -SHA1 (patch-al) = e2041fda38ad0a4d8d5e4c31f184a812f5332b6b -SHA1 (patch-am) = 9516994b630b43c7c234f61debf8d762cf7aee97 -SHA1 (patch-configure) = 448caea068344fe987e566f73b3f567dad7b93ed diff --git a/www/webkit1-gtk/options.mk b/www/webkit1-gtk/options.mk deleted file mode 100644 index 422ec8a5b4e..00000000000 --- a/www/webkit1-gtk/options.mk +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2014/08/03 22:07:39 wiz Exp $ -# - -PKG_OPTIONS_VAR= PKG_OPTIONS.webkit-gtk -PKG_SUPPORTED_OPTIONS= webkit-jit debug -PKG_SUGGESTED_OPTIONS= - -.include "../../mk/bsd.prefs.mk" - -# XXX JIT produces invalid code on NetBSD/i386 -.if empty(MACHINE_PLATFORM:MNetBSD-*-i386) && empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) -PKG_SUGGESTED_OPTIONS+= webkit-jit -.endif - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mwebkit-jit) -CONFIGURE_ARGS+= --enable-jit -.else -CONFIGURE_ARGS+= --disable-jit -.endif - -.if !empty(PKG_OPTIONS:Mdebug) -CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --disable-debug -.endif diff --git a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h b/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h deleted file mode 100644 index 29aea5bc24b..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-Source_JavaScriptCore_assembler_ARMAssembler.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- ./Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2012-11-23 20:12:15.000000000 +0000 -+++ ./Source/JavaScriptCore/assembler/ARMAssembler.h -@@ -27,6 +27,10 @@ - #ifndef ARMAssembler_h - #define ARMAssembler_h - -+#if OS(NETBSD) -+#include <machine/sysarch.h> -+#endif -+ - #if ENABLE(ASSEMBLER) && CPU(ARM_TRADITIONAL) - - #include "AssemblerBufferWithConstantPool.h" -@@ -1041,6 +1045,11 @@ namespace JSC { - UNUSED_PARAM(size); - #elif OS(QNX) - msync(code, size, MS_INVALIDATE_ICACHE); -+#elif OS(NETBSD) -+ struct arm_sync_icache_args args; -+ args.addr = reinterpret_cast<uintptr_t>(code); -+ args.len = size; -+ sysarch(ARM_SYNC_ICACHE, &args); - #else - #error "The cacheFlush support is missing on this platform." - #endif diff --git a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp b/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp deleted file mode 100644 index 7fa16d1eda1..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp.orig 2012-11-23 20:12:15.000000000 +0000 -+++ Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp -@@ -37,6 +37,8 @@ - #include <unistd.h> - #include <elf.h> - #include <asm/hwcap.h> -+#elif OS(NETBSD) -+#include <sys/sysctl.h> - #endif - - namespace JSC { -@@ -57,6 +59,16 @@ static bool isVFPPresent() - } - #endif - -+#if OS(NETBSD) -+ size_t len; -+ int flag; -+ -+ len = sizeof(flag); -+ if (sysctlbyname("machdep.fpu_present", &flag, &len, NULL, 0) == 0) { -+ return flag == 1; -+ } -+#endif -+ - #if (COMPILER(RVCT) && defined(__TARGET_FPU_VFP)) || (COMPILER(GCC) && defined(__VFP_FP__)) - return true; - #else diff --git a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h b/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h deleted file mode 100644 index 4b89ef778b7..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_JavaScriptCore_dfg_DFGNode.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/JavaScriptCore/dfg/DFGNode.h.orig 2012-11-23 20:12:15.000000000 +0000 -+++ Source/JavaScriptCore/dfg/DFGNode.h -@@ -65,7 +65,7 @@ struct StructureTransitionData { - struct OpInfo { - explicit OpInfo(int32_t value) : m_value(static_cast<uintptr_t>(value)) { } - explicit OpInfo(uint32_t value) : m_value(static_cast<uintptr_t>(value)) { } --#if OS(DARWIN) || USE(JSVALUE64) -+#if OS(DARWIN) || (CPU(ARM) && OS(NETBSD)) || USE(JSVALUE64) - explicit OpInfo(size_t value) : m_value(static_cast<uintptr_t>(value)) { } - #endif - explicit OpInfo(void* value) : m_value(reinterpret_cast<uintptr_t>(value)) { } diff --git a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp b/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp deleted file mode 100644 index fbcb8dd115f..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp +++ /dev/null @@ -1,88 +0,0 @@ -$NetBSD: patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig 2012-10-16 15:22:38.000000000 +0000 -+++ Source/JavaScriptCore/heap/MachineStackMarker.cpp -@@ -20,6 +20,9 @@ - */ - - #include "config.h" -+#if OS(SOLARIS) -+#undef _FILE_OFFSET_BITS -+#endif - #include "MachineStackMarker.h" - - #include "ConservativeRoots.h" -@@ -49,6 +52,10 @@ - #include <unistd.h> - - #if OS(SOLARIS) -+#include <sys/types.h> -+#include <sys/stat.h> -+#include <fcntl.h> -+#include <procfs.h> - #include <thread.h> - #else - #include <pthread.h> -@@ -313,6 +320,7 @@ typedef pthread_attr_t PlatformThreadReg - #error Need a thread register struct for this platform - #endif - -+#if !OS(SOLARIS) - static size_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegisters& regs) - { - #if OS(DARWIN) -@@ -379,6 +387,7 @@ static size_t getPlatformThreadRegisters - #error Need a way to get thread registers on this platform - #endif - } -+#endif - - static inline void* otherThreadStackPointer(const PlatformThreadRegisters& regs) - { -@@ -442,6 +451,7 @@ static inline void* otherThreadStackPoin - #endif - } - -+#if !OS(SOLARIS) - static void freePlatformThreadRegisters(PlatformThreadRegisters& regs) - { - #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN) && !OS(QNX) -@@ -450,20 +460,36 @@ static void freePlatformThreadRegisters( - UNUSED_PARAM(regs); - #endif - } -+#endif - - void MachineThreads::gatherFromOtherThread(ConservativeRoots& conservativeRoots, Thread* thread) - { -+#if OS(SOLARIS) -+ struct lwpstatus lwp; -+ char procfile[64]; -+ int fd; -+ snprintf(procfile, 64, "/proc/self/lwp/%u/lwpstatus", thread->platformThread); -+ fd = open(procfile, O_RDONLY, 0); -+ if (fd == -1) { -+ fprintf(stderr, "%s: %s\n", procfile, strerror(errno)); -+ abort(); -+ } -+ pread(fd, &lwp, sizeof(lwp), 0); -+ close(fd); -+ void* stackPointer = (void*)lwp.pr_reg[REG_SP]; -+#else - PlatformThreadRegisters regs; - size_t regSize = getPlatformThreadRegisters(thread->platformThread, regs); - - conservativeRoots.add(static_cast<void*>(®s), static_cast<void*>(reinterpret_cast<char*>(®s) + regSize)); - - void* stackPointer = otherThreadStackPointer(regs); -+ -+ freePlatformThreadRegisters(regs); -+#endif - void* stackBase = thread->stackBase; - swapIfBackwards(stackPointer, stackBase); - conservativeRoots.add(stackPointer, stackBase); -- -- freePlatformThreadRegisters(regs); - } - - void MachineThreads::gatherConservativeRoots(ConservativeRoots& conservativeRoots, void* stackCurrent) diff --git a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_wtf_Threading.h b/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_wtf_Threading.h deleted file mode 100644 index 39bb5eba066..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_JavaScriptCore_wtf_Threading.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_JavaScriptCore_wtf_Threading.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/Threading.h.orig 2012-08-27 19:05:10.000000000 +0000 -+++ Source/WTF/wtf/Threading.h -@@ -112,6 +112,8 @@ using WTF::createThread; - using WTF::currentThread; - using WTF::detachThread; - using WTF::waitForThreadCompletion; -+#if !OS(SOLARIS) - using WTF::yield; -+#endif - - #endif // Threading_h diff --git a/www/webkit1-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y b/www/webkit1-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y deleted file mode 100644 index a18155525f6..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/ThirdParty/ANGLE/src/compiler/glslang.y.orig 2012-11-23 20:12:16.000000000 +0000 -+++ Source/ThirdParty/ANGLE/src/compiler/glslang.y -@@ -47,6 +47,7 @@ WHICH GENERATES THE GLSL ES PARSER (glsl - %expect 1 /* One shift reduce conflict because of if | else */ - %pure-parser - %parse-param {TParseContext* context} -+%lex-param {TParseContext* context} - - %union { - struct { diff --git a/www/webkit1-gtk/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h b/www/webkit1-gtk/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h deleted file mode 100644 index 4cf61f50e85..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig 2012-05-12 19:43:43.000000000 +0000 -+++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h -@@ -35,6 +35,7 @@ - - #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ - #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ -+#include <ciso646> - - // The user can define the following macros in the build script to - // control Google Test's behavior. If the user doesn't define a macro -@@ -173,6 +174,7 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> -+#include <unistd.h> - #ifndef _WIN32_WCE - #include <sys/stat.h> - #endif // !_WIN32_WCE -@@ -443,7 +445,14 @@ - // GCC 4.0+ implements tr1/tuple in the <tr1/tuple> header. This does - // not conform to the TR1 spec, which requires the header to be <tuple>. - --#if !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 -+#if defined(_LIBCPP_VERSION) -+#include <tuple> -+namespace std { -+ namespace tr1 { -+ using ::std::tuple; -+ } -+} -+#elif !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 - // Until version 4.3.2, gcc has a bug that causes <tr1/functional>, - // which is #included by <tr1/tuple>, to not compile when RTTI is - // disabled. _TR1_FUNCTIONAL is the header guard for diff --git a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Atomics.h b/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Atomics.h deleted file mode 100644 index dd1216504d6..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Atomics.h +++ /dev/null @@ -1,45 +0,0 @@ -$NetBSD: patch-Source_WTF_wtf_Atomics.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/Atomics.h.orig 2012-11-23 20:12:16.000000000 +0000 -+++ Source/WTF/wtf/Atomics.h -@@ -72,7 +72,10 @@ - #elif OS(ANDROID) - #include <sys/atomics.h> - #elif COMPILER(GCC) --#if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2))) && !defined(__LSB_VERSION__) -+#include <ciso646> -+#if defined(_LIBCPP_VERSION) || __cplusplus >= 201103L -+#include <atomic> -+#elif ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2))) && !defined(__LSB_VERSION__) - #include <ext/atomicity.h> - #else - #include <bits/atomicity.h> -@@ -112,6 +115,11 @@ inline int atomicDecrement(int volatile* - inline int atomicIncrement(int volatile* addend) { return __atomic_inc(addend) + 1; } - inline int atomicDecrement(int volatile* addend) { return __atomic_dec(addend) - 1; } - -+#elif defined(_LIBCPP_VERSION) || __cplusplus >= 201103L -+#define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1 -+inline int atomicIncrement(std::atomic<int> * addend) { return *addend++; } -+inline int atomicDecrement(std::atomic<int> * addend) { return *addend--; } -+ - #elif COMPILER(GCC) && !CPU(SPARC64) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc - #define WTF_USE_LOCKFREE_THREADSAFEREFCOUNTED 1 - -@@ -227,9 +235,16 @@ inline void memoryBarrierBeforeUnlock() - - #endif - -+#if defined(_LIBCPP_VERSION) || __cplusplus >= 201103L -+typedef std::atomic<int> atomic_int; -+#else -+typedef int volatile atomic_int; -+#endif -+ - } // namespace WTF - - #if USE(LOCKFREE_THREADSAFEREFCOUNTED) -+using WTF::atomic_int; - using WTF::atomicDecrement; - using WTF::atomicIncrement; - #endif diff --git a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Compiler.h b/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Compiler.h deleted file mode 100644 index 5ee5d66a27a..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Compiler.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WTF_wtf_Compiler.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/Compiler.h.orig 2012-11-23 20:12:16.000000000 +0000 -+++ Source/WTF/wtf/Compiler.h -@@ -122,7 +122,7 @@ - - /* Specific compiler features */ - #if COMPILER(GCC) && !COMPILER(CLANG) --#if GCC_VERSION_AT_LEAST(4, 7, 0) && __cplusplus >= 201103L -+#if GCC_VERSION_AT_LEAST(4, 7, 0) && defined(__cplusplus) && __cplusplus >= 201103L - #define WTF_COMPILER_SUPPORTS_CXX_RVALUE_REFERENCES 1 - #define WTF_COMPILER_SUPPORTS_CXX_DELETED_FUNCTIONS 1 - #define WTF_COMPILER_SUPPORTS_CXX_NULLPTR 1 diff --git a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_MathExtras.h b/www/webkit1-gtk/patches/patch-Source_WTF_wtf_MathExtras.h deleted file mode 100644 index 70d7d28c414..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_MathExtras.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Source_WTF_wtf_MathExtras.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - -Remove bogus Solaris check. - ---- Source/WTF/wtf/MathExtras.h.orig 2012-10-16 15:22:38.000000000 +0000 -+++ Source/WTF/wtf/MathExtras.h -@@ -288,7 +288,7 @@ inline bool isWithinIntRange(float x) - return x > static_cast<float>(std::numeric_limits<int>::min()) && x < static_cast<float>(std::numeric_limits<int>::max()); - } - --#if !COMPILER(MSVC) && !COMPILER(RVCT) && !OS(SOLARIS) -+#if !COMPILER(MSVC) && !COMPILER(RVCT) - using std::isfinite; - #if !COMPILER_QUIRK(GCC11_GLOBAL_ISINF_ISNAN) - using std::isinf; diff --git a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Platform.h b/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Platform.h deleted file mode 100644 index 9ad3138b730..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_Platform.h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-Source_WTF_wtf_Platform.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/Platform.h.orig 2012-11-23 20:12:16.000000000 +0000 -+++ Source/WTF/wtf/Platform.h -@@ -484,6 +484,11 @@ - #define USE_SYSTEM_MALLOC 1 - #endif - -+/* Workaround an alignment issue with fastMalloc on NetBSD/arm */ -+#if OS(NETBSD) && CPU(ARM) -+#define USE_SYSTEM_MALLOC 1 -+#endif -+ - #if PLATFORM(BLACKBERRY) - #define WTF_USE_MERSENNE_TWISTER_19937 1 - #define WTF_USE_SKIA 1 diff --git a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_RefCountedLeakCounter.h b/www/webkit1-gtk/patches/patch-Source_WTF_wtf_RefCountedLeakCounter.h deleted file mode 100644 index f0d26473cd7..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_RefCountedLeakCounter.h +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-Source_WTF_wtf_RefCountedLeakCounter.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/RefCountedLeakCounter.h.orig 2013-05-08 07:48:32.000000000 +0000 -+++ Source/WTF/wtf/RefCountedLeakCounter.h -@@ -38,11 +38,7 @@ namespace WTF { - - #ifndef NDEBUG - private: --#if COMPILER(MINGW) || COMPILER(MSVC7_OR_LOWER) || OS(WINCE) -- int m_count; --#else -- volatile int m_count; --#endif -+ atomic_int m_count; - const char* m_description; - #endif - }; diff --git a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_ThreadSafeRefCounted.h b/www/webkit1-gtk/patches/patch-Source_WTF_wtf_ThreadSafeRefCounted.h deleted file mode 100644 index 1cc2284c0ed..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WTF_wtf_ThreadSafeRefCounted.h +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-Source_WTF_wtf_ThreadSafeRefCounted.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/ThreadSafeRefCounted.h.orig 2013-05-08 07:46:55.000000000 +0000 -+++ Source/WTF/wtf/ThreadSafeRefCounted.h -@@ -96,7 +96,7 @@ public: - #if !USE(LOCKFREE_THREADSAFEREFCOUNTED) - MutexLocker locker(m_mutex); - #endif -- return static_cast<int const volatile &>(m_refCount); -+ return m_refCount; - } - - protected: -@@ -123,7 +123,7 @@ protected: - } - - private: -- int m_refCount; -+ atomic_int m_refCount; - #if !USE(LOCKFREE_THREADSAFEREFCOUNTED) - mutable Mutex m_mutex; - #endif diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_Modules_webaudio_AudioContext.h b/www/webkit1-gtk/patches/patch-Source_WebCore_Modules_webaudio_AudioContext.h deleted file mode 100644 index 13a5cdf9e0d..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_Modules_webaudio_AudioContext.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_Modules_webaudio_AudioContext.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebCore/Modules/webaudio/AudioContext.h.orig 2013-05-08 08:53:03.000000000 +0000 -+++ Source/WebCore/Modules/webaudio/AudioContext.h -@@ -333,7 +333,7 @@ private: - enum { MaxNumberOfChannels = 32 }; - - // Number of AudioBufferSourceNodes that are active (playing). -- int m_activeSourceCount; -+ atomic_int m_activeSourceCount; - }; - - } // WebCore diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_Modules_webaudio_AudioNode.h b/www/webkit1-gtk/patches/patch-Source_WebCore_Modules_webaudio_AudioNode.h deleted file mode 100644 index 4fad1f2c99f..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_Modules_webaudio_AudioNode.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Source_WebCore_Modules_webaudio_AudioNode.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebCore/Modules/webaudio/AudioNode.h.orig 2013-05-08 08:53:26.000000000 +0000 -+++ Source/WebCore/Modules/webaudio/AudioNode.h -@@ -178,8 +178,8 @@ private: - double m_lastNonSilentTime; - - // Ref-counting -- volatile int m_normalRefCount; -- volatile int m_connectionRefCount; -+ atomic_int m_normalRefCount; -+ atomic_int m_connectionRefCount; - - bool m_isMarkedForDeletion; - bool m_isDisabled; diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp b/www/webkit1-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp deleted file mode 100644 index ab19e1b24b2..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp.orig 2012-10-16 15:22:38.000000000 +0000 -+++ Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp -@@ -61,6 +61,8 @@ JSValue JSInspectorFrontendHost::platfor - DEFINE_STATIC_LOCAL(const String, platform, ("linux")); - #elif OS(FREEBSD) - DEFINE_STATIC_LOCAL(const String, platform, ("freebsd")); -+#elif OS(NETBSD) -+ DEFINE_STATIC_LOCAL(const String, platform, ("netbsd")); - #elif OS(OPENBSD) - DEFINE_STATIC_LOCAL(const String, platform, ("openbsd")); - #elif OS(SOLARIS) diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_editing_Editor.h b/www/webkit1-gtk/patches/patch-Source_WebCore_editing_Editor.h deleted file mode 100644 index b6299413528..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_editing_Editor.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_editing_Editor.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebCore/editing/Editor.h.orig 2012-10-16 15:22:38.000000000 +0000 -+++ Source/WebCore/editing/Editor.h -@@ -398,7 +398,7 @@ public: - Vector<String> dictationAlternativesForMarker(const DocumentMarker*); - void applyDictationAlternativelternative(const String& alternativeString); - private: -- virtual void willDetachPage() OVERRIDE; -+ virtual void willDetachPage(); - - OwnPtr<DeleteButtonController> m_deleteButtonController; - RefPtr<CompositeEditCommand> m_lastEditCommand; diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp b/www/webkit1-gtk/patches/patch-Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp deleted file mode 100644 index e38967f8a77..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp,v 1.1 2015/03/24 14:30:29 joerg Exp $ - ---- Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp.orig 2012-11-23 20:12:17.000000000 +0000 -+++ Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp -@@ -404,7 +404,7 @@ TOSTRING(neonDrawLighting) ":" NL - "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL - "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL - "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL -- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL -+ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL - // The color values are stored in-place. - "strb r2, [" PIXELS_R ", #-11]" NL - "strb r3, [" PIXELS_R ", #-10]" NL diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_gtk_FileSystemGtk.cpp b/www/webkit1-gtk/patches/patch-Source_WebCore_platform_gtk_FileSystemGtk.cpp deleted file mode 100644 index 88ea8325465..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_gtk_FileSystemGtk.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_platform_gtk_FileSystemGtk.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebCore/platform/gtk/FileSystemGtk.cpp.orig 2012-11-23 20:12:17.000000000 +0000 -+++ Source/WebCore/platform/gtk/FileSystemGtk.cpp -@@ -222,7 +222,7 @@ CString sharedResourcesPath() - GOwnPtr<gchar> runtimeDir(g_win32_get_package_installation_directory_of_module(hmodule)); - GOwnPtr<gchar> dataPath(g_build_filename(runtimeDir.get(), "share", "webkitgtk-"WEBKITGTK_API_VERSION_STRING, NULL)); - #else -- GOwnPtr<gchar> dataPath(g_build_filename(DATA_DIR, "webkitgtk-"WEBKITGTK_API_VERSION_STRING, NULL)); -+ GOwnPtr<gchar> dataPath(g_build_filename(DATA_DIR, "webkitgtk-" WEBKITGTK_API_VERSION_STRING, NULL)); - #endif - - cachedPath = dataPath.get(); diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_network_DNSResolveQueue.h b/www/webkit1-gtk/patches/patch-Source_WebCore_platform_network_DNSResolveQueue.h deleted file mode 100644 index f89fe35cca8..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_network_DNSResolveQueue.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_platform_network_DNSResolveQueue.h,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebCore/platform/network/DNSResolveQueue.h.orig 2013-05-08 08:52:14.000000000 +0000 -+++ Source/WebCore/platform/network/DNSResolveQueue.h -@@ -56,7 +56,7 @@ private: - void fired(); - - HashSet<String> m_names; -- int m_requestsInFlight; -+ atomic_int m_requestsInFlight; - }; - - } diff --git a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp b/www/webkit1-gtk/patches/patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp deleted file mode 100644 index d67bf1fc8d7..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Source_WebCore_platform_sql_SQLiteDatabase.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - -Fix "error: 'yield' was not declared in this scope" - ---- Source/WebCore/platform/sql/SQLiteDatabase.cpp.orig Wed Nov 7 07:59:38 2012 -+++ Source/WebCore/platform/sql/SQLiteDatabase.cpp Wed Nov 7 07:59:58 2012 -@@ -125,7 +125,7 @@ - if (!m_db) - return; - sqlite3_interrupt(m_db); -- yield(); -+ WTF::yield(); - } - - m_lockingMutex.unlock(); diff --git a/www/webkit1-gtk/patches/patch-Source_WebKit2_WebProcess_WebCoreSupport_WebPlatformStrategies.cpp b/www/webkit1-gtk/patches/patch-Source_WebKit2_WebProcess_WebCoreSupport_WebPlatformStrategies.cpp deleted file mode 100644 index e35162e95a8..00000000000 --- a/www/webkit1-gtk/patches/patch-Source_WebKit2_WebProcess_WebCoreSupport_WebPlatformStrategies.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebKit2_WebProcess_WebCoreSupport_WebPlatformStrategies.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp.orig 2013-05-08 08:54:13.000000000 +0000 -+++ Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp -@@ -118,7 +118,7 @@ void handleDidGetPlugins(uint64_t reques - - static uint64_t generateRequestID() - { -- static int uniqueID; -+ static atomic_int uniqueID; - return atomicIncrement(&uniqueID); - } - diff --git a/www/webkit1-gtk/patches/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp b/www/webkit1-gtk/patches/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp deleted file mode 100644 index 9dfcb52dc9c..00000000000 --- a/www/webkit1-gtk/patches/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Tools/DumpRenderTree/gtk/DumpRenderTree.cpp.orig 2012-11-23 20:12:19.000000000 +0000 -+++ Tools/DumpRenderTree/gtk/DumpRenderTree.cpp -@@ -46,6 +46,7 @@ - #include "WorkQueueItem.h" - #include <JavaScriptCore/JavaScript.h> - #include <cassert> -+#include <clocale> - #include <cstdlib> - #include <cstring> - #include <getopt.h> diff --git a/www/webkit1-gtk/patches/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp b/www/webkit1-gtk/patches/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp deleted file mode 100644 index 0d2533aef1b..00000000000 --- a/www/webkit1-gtk/patches/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Tools/DumpRenderTree/gtk/ImageDiff.cpp.orig 2013-05-02 21:03:34.000000000 +0000 -+++ Tools/DumpRenderTree/gtk/ImageDiff.cpp -@@ -30,6 +30,7 @@ - #include <algorithm> - #include <cmath> - #include <cstdio> -+#include <cstdlib> - #include <cstring> - #include <gdk/gdk.h> - -@@ -157,7 +158,7 @@ void printImage(GdkPixbuf* image) - return; // Don't bail out, as we can still use the percentage output. - } - -- printf("Content-Length: %"G_GSIZE_FORMAT"\n", bufferSize); -+ printf("Content-Length: %" G_GSIZE_FORMAT "\n", bufferSize); - fwrite(buffer, 1, bufferSize, stdout); - } - diff --git a/www/webkit1-gtk/patches/patch-ai b/www/webkit1-gtk/patches/patch-ai deleted file mode 100644 index 11efc620d3b..00000000000 --- a/www/webkit1-gtk/patches/patch-ai +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp.orig 2012-04-24 01:38:21.000000000 +0000 -+++ Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp -@@ -39,6 +39,12 @@ - #if OS(ANDROID) || OS(HURD) - // PTHREAD_KEYS_MAX is not defined in bionic nor in Hurd, so explicitly define it here. - #define PTHREAD_KEYS_MAX 1024 -+#elif OS(NETBSD) -+#include <limits.h> -+// PTHREAD_KEYS_MAX is not defined in 5.x -+#ifndef PTHREAD_KEYS_MAX -+#define PTHREAD_KEYS_MAX 256 -+#endif - #else - #include <limits.h> - #endif diff --git a/www/webkit1-gtk/patches/patch-aj b/www/webkit1-gtk/patches/patch-aj deleted file mode 100644 index bc74aac482f..00000000000 --- a/www/webkit1-gtk/patches/patch-aj +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/InlineASM.h.orig 2012-10-16 15:22:38.000000000 +0000 -+++ Source/WTF/wtf/InlineASM.h -@@ -42,7 +42,7 @@ - #define THUMB_FUNC_PARAM(name) - #endif - --#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64) -+#if (OS(LINUX) || OS(FREEBSD) || OS(NETBSD) || OS(SOLARIS)) && CPU(X86_64) || (OS(SOLARIS) && CPU(X86)) - #define GLOBAL_REFERENCE(name) #name "@plt" - #elif CPU(X86) && COMPILER(MINGW) - #define GLOBAL_REFERENCE(name) "@" #name "@4" diff --git a/www/webkit1-gtk/patches/patch-ak b/www/webkit1-gtk/patches/patch-ak deleted file mode 100644 index 54918b790e4..00000000000 --- a/www/webkit1-gtk/patches/patch-ak +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ak,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/ThirdParty/ANGLE/src/compiler/osinclude.h.orig 2012-09-01 14:54:54.000000000 +0000 -+++ Source/ThirdParty/ANGLE/src/compiler/osinclude.h -@@ -16,6 +16,7 @@ - #define ANGLE_OS_WIN - #elif defined(__APPLE__) || defined(__linux__) || \ - defined(__FreeBSD__) || defined(__OpenBSD__) || \ -+ defined(__NetBSD__) || defined(__DragonFly__) || \ - defined(__sun) || defined(ANDROID) || \ - defined(__GLIBC__) || defined(__GNU__) || \ - defined(__QNX__) diff --git a/www/webkit1-gtk/patches/patch-al b/www/webkit1-gtk/patches/patch-al deleted file mode 100644 index 334e03a45d5..00000000000 --- a/www/webkit1-gtk/patches/patch-al +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-al,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- GNUmakefile.in.orig 2012-12-09 18:20:20.000000000 +0000 -+++ GNUmakefile.in -@@ -21156,7 +21156,6 @@ Programs_minidom_CPPFLAGS = \ - $(javascriptcore_cppflags) - - Programs_minidom_CFLAGS = \ -- -ansi \ - -fno-strict-aliasing \ - $(global_cflags) \ - $(GLOBALDEPS_CFLAGS) -@@ -79732,6 +79731,8 @@ doc-maintainer-clean-local: clean - -@rmdir Documentation - - install-data-local: -+ -+xinstall-data-local: - @installfiles=`echo ./Documentation/webkitgtk/html/*`; \ - if test "$$installfiles" = './Documentation/webkitgtk/html/*'; \ - then echo 1>&2 'No documentation to install' ; \ -@@ -79772,7 +79773,7 @@ install-data-local: - @ENABLE_WEBKIT2_TRUE@ $${installdir}/webkit2gtk-$(DOC_MODULE_VERSION).devhelp2; \ - @ENABLE_WEBKIT2_TRUE@ fi; \ - @ENABLE_WEBKIT2_TRUE@ fi -- @$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR} -+# @$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR} - - uninstall-local: - @DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \ diff --git a/www/webkit1-gtk/patches/patch-am b/www/webkit1-gtk/patches/patch-am deleted file mode 100644 index 5b987ec2e6e..00000000000 --- a/www/webkit1-gtk/patches/patch-am +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-am,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- Source/WTF/wtf/RAMSize.cpp.orig 2012-10-19 13:44:57.000000000 +0000 -+++ Source/WTF/wtf/RAMSize.cpp -@@ -27,7 +27,7 @@ - #include "RAMSize.h" - - #include "StdLibExtras.h" --#if OS(DARWIN) -+#if OS(DARWIN) || OS(NETBSD) - #include <sys/param.h> - #include <sys/types.h> - #include <sys/sysctl.h> -@@ -45,13 +45,17 @@ static const size_t ramSizeGuess = 128 * - - static size_t computeRAMSize() - { --#if OS(DARWIN) -+#if OS(DARWIN) || OS(NETBSD) - int mib[2]; - uint64_t ramSize; - size_t length; - - mib[0] = CTL_HW; -+#if OS(DARWIN) - mib[1] = HW_MEMSIZE; -+#else -+ mib[1] = HW_PHYSMEM64; -+#endif - length = sizeof(int64_t); - int sysctlResult = sysctl(mib, 2, &ramSize, &length, 0, 0); - if (sysctlResult == -1) diff --git a/www/webkit1-gtk/patches/patch-configure b/www/webkit1-gtk/patches/patch-configure deleted file mode 100644 index 127f5b1d5e5..00000000000 --- a/www/webkit1-gtk/patches/patch-configure +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2014/08/03 22:07:39 wiz Exp $ - ---- configure.orig 2012-10-16 22:11:45.000000000 +0000 -+++ configure -@@ -18587,10 +18587,6 @@ install-data-am: install-gsettings-schem - - .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" -- - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - @$(NORMAL_INSTALL) - test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)" -@@ -18598,7 +18594,7 @@ install-gsettings-schemas: $(gsettings_S - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ -- done | $(gsettings__base_list) | \ -+ done | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \ -@@ -22297,7 +22293,7 @@ fi - fi - - if test "$with_acceleration_backend" = "opengl"; then -- OPENGL_LIBS="-lGL -ldl" -+ OPENGL_LIBS="-lGL" - fi - - diff --git a/www/webkit1-gtk3/DESCR b/www/webkit1-gtk3/DESCR deleted file mode 100644 index 46ac15b21d2..00000000000 --- a/www/webkit1-gtk3/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -WebKit is an open source web browser engine. WebKit is also the name of -the Mac OS X system framework version of the engine that's used by -Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML -and JavaScript code began as a branch of the KHTML and KJS libraries -from KDE. - -This is the GTK3+ port of major version 1 of the engine. diff --git a/www/webkit1-gtk3/Makefile b/www/webkit1-gtk3/Makefile deleted file mode 100644 index 5ff05f283c9..00000000000 --- a/www/webkit1-gtk3/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2016/05/03 11:40:10 prlw1 Exp $ - -.include "../../www/webkit1-gtk/Makefile.common" - -PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk3/} -PKGREVISION= 18 - -COMMENT= GTK3 port of the WebKit browser engine (v1) - -CONFIGURE_ARGS+= --with-gtk=3.0 -CONFIGURE_ARGS+= --disable-webkit2 - -# gen PLIST from webkit-gtk/PLIST -print-PLIST-from-gtk: - ${RUN}${SED} \ - -e 's/jsc-1/jsc-3/' \ - -e 's/javascriptcoregtk-1.0/javascriptcoregtk-3.0/' \ - -e 's/webkit-1.0.pc/webkitgtk-3.0.pc/' \ - -e 's/webkit-1.0/webkit-3.0/' \ - -e 's/webkit-2.0/webkit-3.0/' \ - -e 's/webkitgtk-2.0.mo/webkitgtk-3.0.mo/' \ - -e 's/webkitgtk-1.0/webkitgtk-3.0/' \ - -e 's/JSCore-1.0/JSCore-3.0/' \ - -e 's/WebKit-1.0/WebKit-3.0/' \ - ../../www/webkit-gtk/PLIST - -.include "../../x11/gtk3/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/webkit1-gtk3/PLIST b/www/webkit1-gtk3/PLIST deleted file mode 100644 index 31f4f44a3ea..00000000000 --- a/www/webkit1-gtk3/PLIST +++ /dev/null @@ -1,729 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/03 22:08:42 wiz Exp $ -bin/jsc-3 -include/webkitgtk-3.0/JavaScriptCore/JSBase.h -include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h -include/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h -include/webkitgtk-3.0/JavaScriptCore/JSStringRef.h -include/webkitgtk-3.0/JavaScriptCore/JSValueRef.h -include/webkitgtk-3.0/JavaScriptCore/JavaScript.h -include/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h -include/webkitgtk-3.0/webkit/WebKitDOMAttr.h -include/webkitgtk-3.0/webkit/WebKitDOMBarInfo.h -include/webkitgtk-3.0/webkit/WebKitDOMBlob.h -include/webkitgtk-3.0/webkit/WebKitDOMCDATASection.h -include/webkitgtk-3.0/webkit/WebKitDOMCSSRule.h -include/webkitgtk-3.0/webkit/WebKitDOMCSSRuleList.h -include/webkitgtk-3.0/webkit/WebKitDOMCSSStyleDeclaration.h -include/webkitgtk-3.0/webkit/WebKitDOMCSSStyleSheet.h -include/webkitgtk-3.0/webkit/WebKitDOMCSSValue.h -include/webkitgtk-3.0/webkit/WebKitDOMCharacterData.h -include/webkitgtk-3.0/webkit/WebKitDOMComment.h -include/webkitgtk-3.0/webkit/WebKitDOMConsole.h -include/webkitgtk-3.0/webkit/WebKitDOMCustom.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMApplicationCache.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMImplementation.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMMimeType.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMMimeTypeArray.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMPlugin.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMPluginArray.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMSecurityPolicy.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMSelection.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMSettableTokenList.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMStringList.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMStringMap.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMTokenList.h -include/webkitgtk-3.0/webkit/WebKitDOMDOMWindow.h -include/webkitgtk-3.0/webkit/WebKitDOMDatabase.h -include/webkitgtk-3.0/webkit/WebKitDOMDocument.h -include/webkitgtk-3.0/webkit/WebKitDOMDocumentFragment.h -include/webkitgtk-3.0/webkit/WebKitDOMDocumentType.h -include/webkitgtk-3.0/webkit/WebKitDOMElement.h -include/webkitgtk-3.0/webkit/WebKitDOMEntityReference.h -include/webkitgtk-3.0/webkit/WebKitDOMEvent.h -include/webkitgtk-3.0/webkit/WebKitDOMEventTarget.h -include/webkitgtk-3.0/webkit/WebKitDOMFile.h -include/webkitgtk-3.0/webkit/WebKitDOMFileList.h -include/webkitgtk-3.0/webkit/WebKitDOMGamepad.h -include/webkitgtk-3.0/webkit/WebKitDOMGamepadList.h -include/webkitgtk-3.0/webkit/WebKitDOMGeolocation.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLAnchorElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLAppletElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLAreaElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLAudioElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLBRElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLBaseElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLBaseFontElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLBodyElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLButtonElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLCanvasElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLCollection.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLDListElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLDetailsElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLDirectoryElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLDivElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLDocument.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLEmbedElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLFieldSetElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLFontElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLFormElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLFrameElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLFrameSetElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLHRElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLHeadElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLHeadingElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLHtmlElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLIFrameElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLImageElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLInputElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLKeygenElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLLIElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLLabelElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLLegendElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLLinkElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLMapElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLMarqueeElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLMediaElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLMenuElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLMetaElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLModElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLOListElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLObjectElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptGroupElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptionElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLOptionsCollection.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLParagraphElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLParamElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLPreElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLQuoteElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLScriptElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLSelectElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLStyleElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableCaptionElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableCellElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableColElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableRowElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTableSectionElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTextAreaElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLTitleElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLUListElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHTMLVideoElement.h -include/webkitgtk-3.0/webkit/WebKitDOMHistory.h -include/webkitgtk-3.0/webkit/WebKitDOMLocation.h -include/webkitgtk-3.0/webkit/WebKitDOMMediaError.h -include/webkitgtk-3.0/webkit/WebKitDOMMediaList.h -include/webkitgtk-3.0/webkit/WebKitDOMMediaQueryList.h -include/webkitgtk-3.0/webkit/WebKitDOMMemoryInfo.h -include/webkitgtk-3.0/webkit/WebKitDOMMessagePort.h -include/webkitgtk-3.0/webkit/WebKitDOMMouseEvent.h -include/webkitgtk-3.0/webkit/WebKitDOMNamedNodeMap.h -include/webkitgtk-3.0/webkit/WebKitDOMNavigator.h -include/webkitgtk-3.0/webkit/WebKitDOMNode.h -include/webkitgtk-3.0/webkit/WebKitDOMNodeFilter.h -include/webkitgtk-3.0/webkit/WebKitDOMNodeIterator.h -include/webkitgtk-3.0/webkit/WebKitDOMNodeList.h -include/webkitgtk-3.0/webkit/WebKitDOMObject.h -include/webkitgtk-3.0/webkit/WebKitDOMProcessingInstruction.h -include/webkitgtk-3.0/webkit/WebKitDOMRange.h -include/webkitgtk-3.0/webkit/WebKitDOMScreen.h -include/webkitgtk-3.0/webkit/WebKitDOMStorage.h -include/webkitgtk-3.0/webkit/WebKitDOMStorageInfo.h -include/webkitgtk-3.0/webkit/WebKitDOMStyleMedia.h -include/webkitgtk-3.0/webkit/WebKitDOMStyleSheet.h -include/webkitgtk-3.0/webkit/WebKitDOMStyleSheetList.h -include/webkitgtk-3.0/webkit/WebKitDOMText.h -include/webkitgtk-3.0/webkit/WebKitDOMTimeRanges.h -include/webkitgtk-3.0/webkit/WebKitDOMTreeWalker.h -include/webkitgtk-3.0/webkit/WebKitDOMUIEvent.h -include/webkitgtk-3.0/webkit/WebKitDOMValidityState.h -include/webkitgtk-3.0/webkit/WebKitDOMWebKitAnimation.h -include/webkitgtk-3.0/webkit/WebKitDOMWebKitAnimationList.h -include/webkitgtk-3.0/webkit/WebKitDOMWebKitNamedFlow.h -include/webkitgtk-3.0/webkit/WebKitDOMWebKitPoint.h -include/webkitgtk-3.0/webkit/WebKitDOMXPathExpression.h -include/webkitgtk-3.0/webkit/WebKitDOMXPathNSResolver.h -include/webkitgtk-3.0/webkit/WebKitDOMXPathResult.h -include/webkitgtk-3.0/webkit/webkit.h -include/webkitgtk-3.0/webkit/webkitapplicationcache.h -include/webkitgtk-3.0/webkit/webkitdefines.h -include/webkitgtk-3.0/webkit/webkitdom.h -include/webkitgtk-3.0/webkit/webkitdomdefines.h -include/webkitgtk-3.0/webkit/webkitdownload.h -include/webkitgtk-3.0/webkit/webkitenumtypes.h -include/webkitgtk-3.0/webkit/webkiterror.h -include/webkitgtk-3.0/webkit/webkitfavicondatabase.h -include/webkitgtk-3.0/webkit/webkitfilechooserrequest.h -include/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h -include/webkitgtk-3.0/webkit/webkitglobals.h -include/webkitgtk-3.0/webkit/webkithittestresult.h -include/webkitgtk-3.0/webkit/webkiticondatabase.h -include/webkitgtk-3.0/webkit/webkitnetworkrequest.h -include/webkitgtk-3.0/webkit/webkitnetworkresponse.h -include/webkitgtk-3.0/webkit/webkitsecurityorigin.h -include/webkitgtk-3.0/webkit/webkitsoupauthdialog.h -include/webkitgtk-3.0/webkit/webkitspellchecker.h -include/webkitgtk-3.0/webkit/webkitversion.h -include/webkitgtk-3.0/webkit/webkitviewportattributes.h -include/webkitgtk-3.0/webkit/webkitwebbackforwardlist.h -include/webkitgtk-3.0/webkit/webkitwebdatabase.h -include/webkitgtk-3.0/webkit/webkitwebdatasource.h -include/webkitgtk-3.0/webkit/webkitwebframe.h -include/webkitgtk-3.0/webkit/webkitwebhistoryitem.h -include/webkitgtk-3.0/webkit/webkitwebinspector.h -include/webkitgtk-3.0/webkit/webkitwebnavigationaction.h -include/webkitgtk-3.0/webkit/webkitwebplugin.h -include/webkitgtk-3.0/webkit/webkitwebplugindatabase.h -include/webkitgtk-3.0/webkit/webkitwebpolicydecision.h -include/webkitgtk-3.0/webkit/webkitwebresource.h -include/webkitgtk-3.0/webkit/webkitwebsettings.h -include/webkitgtk-3.0/webkit/webkitwebview.h -include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h -include/webkitgtk-3.0/webkit2/WebKit2/WKAPICast.h -include/webkitgtk-3.0/webkit2/WebKit2/WKAPICastGtk.h -include/webkitgtk-3.0/webkit2/WebKit2/WKAPICastSoup.h -include/webkitgtk-3.0/webkit2/WebKit2/WKApplicationCacheManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKArray.h -include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationChallenge.h -include/webkitgtk-3.0/webkit2/WebKit2/WKAuthenticationDecisionListener.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardList.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBackForwardListItem.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBase.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBaseGtk.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBaseSoup.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBatteryManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKBatteryStatus.h -include/webkitgtk-3.0/webkit2/WebKit2/WKCertificateInfo.h -include/webkitgtk-3.0/webkit2/WebKit2/WKConnectionRef.h -include/webkitgtk-3.0/webkit2/WebKit2/WKContext.h -include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItem.h -include/webkitgtk-3.0/webkit2/WebKit2/WKContextMenuItemTypes.h -include/webkitgtk-3.0/webkit2/WebKit2/WKContextPrivate.h -include/webkitgtk-3.0/webkit2/WebKit2/WKContextSoup.h -include/webkitgtk-3.0/webkit2/WebKit2/WKCookieManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKCredential.h -include/webkitgtk-3.0/webkit2/WebKit2/WKCredentialTypes.h -include/webkitgtk-3.0/webkit2/WebKit2/WKData.h -include/webkitgtk-3.0/webkit2/WebKit2/WKDatabaseManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKDictionary.h -include/webkitgtk-3.0/webkit2/WebKit2/WKDownload.h -include/webkitgtk-3.0/webkit2/WebKit2/WKError.h -include/webkitgtk-3.0/webkit2/WebKit2/WKEvent.h -include/webkitgtk-3.0/webkit2/WebKit2/WKFindOptions.h -include/webkitgtk-3.0/webkit2/WebKit2/WKFormSubmissionListener.h -include/webkitgtk-3.0/webkit2/WebKit2/WKFrame.h -include/webkitgtk-3.0/webkit2/WebKit2/WKFramePolicyListener.h -include/webkitgtk-3.0/webkit2/WebKit2/WKFullScreenClientGtk.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPermissionRequest.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGeolocationPosition.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGeometry.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGrammarDetail.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContext.h -include/webkitgtk-3.0/webkit2/WebKit2/WKGraphicsContextGtk.h -include/webkitgtk-3.0/webkit2/WebKit2/WKHitTestResult.h -include/webkitgtk-3.0/webkit2/WebKit2/WKImage.h -include/webkitgtk-3.0/webkit2/WebKit2/WKInspector.h -include/webkitgtk-3.0/webkit2/WebKit2/WKInspectorClientGtk.h -include/webkitgtk-3.0/webkit2/WebKit2/WKIntentData.h -include/webkitgtk-3.0/webkit2/WebKit2/WKIntentServiceInfo.h -include/webkitgtk-3.0/webkit2/WebKit2/WKKeyValueStorageManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKMediaCacheManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKMutableArray.h -include/webkitgtk-3.0/webkit2/WebKit2/WKMutableDictionary.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNativeEvent.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNavigationData.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNetworkInfo.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNetworkInfoManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNotification.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationPermissionRequest.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNotificationProvider.h -include/webkitgtk-3.0/webkit2/WebKit2/WKNumber.h -include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelParameters.h -include/webkitgtk-3.0/webkit2/WebKit2/WKOpenPanelResultListener.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPage.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPageGroup.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPageLoadTypes.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPagePrivate.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPluginSiteDataManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPreferences.h -include/webkitgtk-3.0/webkit2/WebKit2/WKPreferencesPrivate.h -include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpace.h -include/webkitgtk-3.0/webkit2/WebKit2/WKProtectionSpaceTypes.h -include/webkitgtk-3.0/webkit2/WebKit2/WKRenderLayer.h -include/webkitgtk-3.0/webkit2/WebKit2/WKRenderObject.h -include/webkitgtk-3.0/webkit2/WebKit2/WKResourceCacheManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKRetainPtr.h -include/webkitgtk-3.0/webkit2/WebKit2/WKSecurityOrigin.h -include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValue.h -include/webkitgtk-3.0/webkit2/WebKit2/WKSerializedScriptValuePrivate.h -include/webkitgtk-3.0/webkit2/WebKit2/WKSharedAPICast.h -include/webkitgtk-3.0/webkit2/WebKit2/WKSoupRequestManager.h -include/webkitgtk-3.0/webkit2/WebKit2/WKString.h -include/webkitgtk-3.0/webkit2/WebKit2/WKStringPrivate.h -include/webkitgtk-3.0/webkit2/WebKit2/WKTextChecker.h -include/webkitgtk-3.0/webkit2/WebKit2/WKType.h -include/webkitgtk-3.0/webkit2/WebKit2/WKURL.h -include/webkitgtk-3.0/webkit2/WebKit2/WKURLRequest.h -include/webkitgtk-3.0/webkit2/WebKit2/WKURLResponse.h -include/webkitgtk-3.0/webkit2/WebKit2/WKUserContentURLPattern.h -include/webkitgtk-3.0/webkit2/WebKit2/WKVibration.cpp -include/webkitgtk-3.0/webkit2/WebKit2/WKView.h -include/webkitgtk-3.0/webkit2/WebKit2/WebKit2_C.h -include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h -include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h -include/webkitgtk-3.0/webkit2/WebKitContextMenu.h -include/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h -include/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h -include/webkitgtk-3.0/webkit2/WebKitCookieManager.h -include/webkitgtk-3.0/webkit2/WebKitDefines.h -include/webkitgtk-3.0/webkit2/WebKitDownload.h -include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h -include/webkitgtk-3.0/webkit2/WebKitEnumTypes.h -include/webkitgtk-3.0/webkit2/WebKitError.h -include/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h -include/webkitgtk-3.0/webkit2/WebKitFindController.h -include/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h -include/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h -include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h -include/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h -include/webkitgtk-3.0/webkit2/WebKitMimeInfo.h -include/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h -include/webkitgtk-3.0/webkit2/WebKitPermissionRequest.h -include/webkitgtk-3.0/webkit2/WebKitPlugin.h -include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h -include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h -include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h -include/webkitgtk-3.0/webkit2/WebKitScriptDialog.h -include/webkitgtk-3.0/webkit2/WebKitSettings.h -include/webkitgtk-3.0/webkit2/WebKitURIRequest.h -include/webkitgtk-3.0/webkit2/WebKitURIResponse.h -include/webkitgtk-3.0/webkit2/WebKitURISchemeRequest.h -include/webkitgtk-3.0/webkit2/WebKitVersion.h -include/webkitgtk-3.0/webkit2/WebKitWebContext.h -include/webkitgtk-3.0/webkit2/WebKitWebInspector.h -include/webkitgtk-3.0/webkit2/WebKitWebResource.h -include/webkitgtk-3.0/webkit2/WebKitWebView.h -include/webkitgtk-3.0/webkit2/WebKitWebViewBase.h -include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h -include/webkitgtk-3.0/webkit2/webkit2.h -lib/girepository-1.0/JSCore-3.0.typelib -lib/girepository-1.0/WebKit-3.0.typelib -lib/libjavascriptcoregtk-3.0.la -lib/libwebkitgtk-3.0.la -lib/pkgconfig/javascriptcoregtk-3.0.pc -lib/pkgconfig/webkitgtk-3.0.pc -share/gir-1.0/JSCore-3.0.gir -share/gir-1.0/WebKit-3.0.gir -share/locale/ar/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/bg/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/cs/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/de/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/el/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/en_CA/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/en_GB/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/eo/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/es/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/et/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/eu/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/fr/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/gl/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/gu/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/he/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/hu/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/id/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/it/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/ko/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/lt/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/lv/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/mr/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/nb/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/nl/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/pa/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/pl/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/pt/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/pt_BR/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/ru/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/sl/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/sr/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/sr@latin/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/sv/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/uk/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/vi/LC_MESSAGES/webkitgtk-3.0.mo -share/locale/zh_CN/LC_MESSAGES/webkitgtk-3.0.mo -share/webkitgtk-3.0/images/deleteButton.png -share/webkitgtk-3.0/images/inputSpeech.png -share/webkitgtk-3.0/images/missingImage.png -share/webkitgtk-3.0/images/nullPlugin.png -share/webkitgtk-3.0/images/panIcon.png -share/webkitgtk-3.0/images/textAreaResizeCorner.png -share/webkitgtk-3.0/images/urlIcon.png -share/webkitgtk-3.0/resources/error.html -share/webkitgtk-3.0/webinspector/AdvancedSearchController.js -share/webkitgtk-3.0/webinspector/ApplicationCacheItemsView.js -share/webkitgtk-3.0/webinspector/ApplicationCacheModel.js -share/webkitgtk-3.0/webinspector/AuditCategories.js -share/webkitgtk-3.0/webinspector/AuditFormatters.js -share/webkitgtk-3.0/webinspector/AuditLauncherView.js -share/webkitgtk-3.0/webinspector/AuditResultView.js -share/webkitgtk-3.0/webinspector/AuditRules.js -share/webkitgtk-3.0/webinspector/AuditsPanel.js -share/webkitgtk-3.0/webinspector/BottomUpProfileDataGridTree.js -share/webkitgtk-3.0/webinspector/BreakpointManager.js -share/webkitgtk-3.0/webinspector/BreakpointsSidebarPane.js -share/webkitgtk-3.0/webinspector/CPUProfileView.js -share/webkitgtk-3.0/webinspector/CSSCompletions.js -share/webkitgtk-3.0/webinspector/CSSKeywordCompletions.js -share/webkitgtk-3.0/webinspector/CSSSelectorProfileView.js -share/webkitgtk-3.0/webinspector/CSSStyleModel.js -share/webkitgtk-3.0/webinspector/CallStackSidebarPane.js -share/webkitgtk-3.0/webinspector/Checkbox.js -share/webkitgtk-3.0/webinspector/CodeMirrorTextEditor.js -share/webkitgtk-3.0/webinspector/Color.js -share/webkitgtk-3.0/webinspector/CompilerScriptMapping.js -share/webkitgtk-3.0/webinspector/ConsoleMessage.js -share/webkitgtk-3.0/webinspector/ConsoleModel.js -share/webkitgtk-3.0/webinspector/ConsolePanel.js -share/webkitgtk-3.0/webinspector/ConsoleView.js -share/webkitgtk-3.0/webinspector/ContentProvider.js -share/webkitgtk-3.0/webinspector/ContentProviders.js -share/webkitgtk-3.0/webinspector/ContextMenu.js -share/webkitgtk-3.0/webinspector/CookieItemsView.js -share/webkitgtk-3.0/webinspector/CookieParser.js -share/webkitgtk-3.0/webinspector/CookiesTable.js -share/webkitgtk-3.0/webinspector/DOMAgent.js -share/webkitgtk-3.0/webinspector/DOMBreakpointsSidebarPane.js -share/webkitgtk-3.0/webinspector/DOMExtension.js -share/webkitgtk-3.0/webinspector/DOMPresentationUtils.js -share/webkitgtk-3.0/webinspector/DOMStorage.js -share/webkitgtk-3.0/webinspector/DOMStorageItemsView.js -share/webkitgtk-3.0/webinspector/DOMSyntaxHighlighter.js -share/webkitgtk-3.0/webinspector/DataGrid.js -share/webkitgtk-3.0/webinspector/Database.js -share/webkitgtk-3.0/webinspector/DatabaseQueryView.js -share/webkitgtk-3.0/webinspector/DatabaseTableView.js -share/webkitgtk-3.0/webinspector/DebuggerModel.js -share/webkitgtk-3.0/webinspector/DebuggerScriptMapping.js -share/webkitgtk-3.0/webinspector/DefaultTextEditor.js -share/webkitgtk-3.0/webinspector/Dialog.js -share/webkitgtk-3.0/webinspector/DirectoryContentView.js -share/webkitgtk-3.0/webinspector/Drawer.js -share/webkitgtk-3.0/webinspector/ElementsPanel.js -share/webkitgtk-3.0/webinspector/ElementsTreeOutline.js -share/webkitgtk-3.0/webinspector/EmptyView.js -share/webkitgtk-3.0/webinspector/EventListenersSidebarPane.js -share/webkitgtk-3.0/webinspector/ExtensionAPI.js -share/webkitgtk-3.0/webinspector/ExtensionAuditCategory.js -share/webkitgtk-3.0/webinspector/ExtensionPanel.js -share/webkitgtk-3.0/webinspector/ExtensionRegistryStub.js -share/webkitgtk-3.0/webinspector/ExtensionServer.js -share/webkitgtk-3.0/webinspector/ExtensionView.js -share/webkitgtk-3.0/webinspector/FileContentView.js -share/webkitgtk-3.0/webinspector/FileManager.js -share/webkitgtk-3.0/webinspector/FileSystemModel.js -share/webkitgtk-3.0/webinspector/FileSystemView.js -share/webkitgtk-3.0/webinspector/FileUtils.js -share/webkitgtk-3.0/webinspector/FilteredItemSelectionDialog.js -share/webkitgtk-3.0/webinspector/FontView.js -share/webkitgtk-3.0/webinspector/GoToLineDialog.js -share/webkitgtk-3.0/webinspector/HAREntry.js -share/webkitgtk-3.0/webinspector/HandlerRegistry.js -share/webkitgtk-3.0/webinspector/HeapSnapshot.js -share/webkitgtk-3.0/webinspector/HeapSnapshotDataGrids.js -share/webkitgtk-3.0/webinspector/HeapSnapshotGridNodes.js -share/webkitgtk-3.0/webinspector/HeapSnapshotLoader.js -share/webkitgtk-3.0/webinspector/HeapSnapshotProxy.js -share/webkitgtk-3.0/webinspector/HeapSnapshotView.js -share/webkitgtk-3.0/webinspector/HeapSnapshotWorker.js -share/webkitgtk-3.0/webinspector/HeapSnapshotWorkerDispatcher.js -share/webkitgtk-3.0/webinspector/HelpScreen.js -share/webkitgtk-3.0/webinspector/ImageView.js -share/webkitgtk-3.0/webinspector/Images/applicationCache.png -share/webkitgtk-3.0/webinspector/Images/back.png -share/webkitgtk-3.0/webinspector/Images/breakpointBorder.png -share/webkitgtk-3.0/webinspector/Images/breakpointConditionalBorder.png -share/webkitgtk-3.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkitgtk-3.0/webinspector/Images/breakpointCounterBorder.png -share/webkitgtk-3.0/webinspector/Images/checker.png -share/webkitgtk-3.0/webinspector/Images/closeButtons.png -share/webkitgtk-3.0/webinspector/Images/cookie.png -share/webkitgtk-3.0/webinspector/Images/database.png -share/webkitgtk-3.0/webinspector/Images/databaseTable.png -share/webkitgtk-3.0/webinspector/Images/debuggerContinue.png -share/webkitgtk-3.0/webinspector/Images/debuggerPause.png -share/webkitgtk-3.0/webinspector/Images/debuggerStepInto.png -share/webkitgtk-3.0/webinspector/Images/debuggerStepOut.png -share/webkitgtk-3.0/webinspector/Images/debuggerStepOver.png -share/webkitgtk-3.0/webinspector/Images/deleteIcon.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkitgtk-3.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkitgtk-3.0/webinspector/Images/domain.png -share/webkitgtk-3.0/webinspector/Images/errorIcon.png -share/webkitgtk-3.0/webinspector/Images/errorMediumIcon.png -share/webkitgtk-3.0/webinspector/Images/errorRedDot.png -share/webkitgtk-3.0/webinspector/Images/fileSystem.png -share/webkitgtk-3.0/webinspector/Images/forward.png -share/webkitgtk-3.0/webinspector/Images/frame.png -share/webkitgtk-3.0/webinspector/Images/glossyHeader.png -share/webkitgtk-3.0/webinspector/Images/glossyHeaderPressed.png -share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelected.png -share/webkitgtk-3.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkitgtk-3.0/webinspector/Images/goArrow.png -share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkitgtk-3.0/webinspector/Images/graphLabelCalloutRight.png -share/webkitgtk-3.0/webinspector/Images/indexedDB.png -share/webkitgtk-3.0/webinspector/Images/indexedDBIndex.png -share/webkitgtk-3.0/webinspector/Images/indexedDBObjectStore.png -share/webkitgtk-3.0/webinspector/Images/localStorage.png -share/webkitgtk-3.0/webinspector/Images/navigatorShowHideButton.png -share/webkitgtk-3.0/webinspector/Images/paneAddButtons.png -share/webkitgtk-3.0/webinspector/Images/paneBottomGrow.png -share/webkitgtk-3.0/webinspector/Images/paneBottomGrowActive.png -share/webkitgtk-3.0/webinspector/Images/paneElementStateButtons.png -share/webkitgtk-3.0/webinspector/Images/paneFilterButtons.png -share/webkitgtk-3.0/webinspector/Images/paneGrowHandleLine.png -share/webkitgtk-3.0/webinspector/Images/paneRefreshButtons.png -share/webkitgtk-3.0/webinspector/Images/paneSettingsButtons.png -share/webkitgtk-3.0/webinspector/Images/popoverArrows.png -share/webkitgtk-3.0/webinspector/Images/popoverBackground.png -share/webkitgtk-3.0/webinspector/Images/profileGroupIcon.png -share/webkitgtk-3.0/webinspector/Images/profileIcon.png -share/webkitgtk-3.0/webinspector/Images/profileSmallIcon.png -share/webkitgtk-3.0/webinspector/Images/profilesSilhouette.png -share/webkitgtk-3.0/webinspector/Images/programCounterBorder.png -share/webkitgtk-3.0/webinspector/Images/radioDot.png -share/webkitgtk-3.0/webinspector/Images/resourceCSSIcon.png -share/webkitgtk-3.0/webinspector/Images/resourceDocumentIcon.png -share/webkitgtk-3.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkitgtk-3.0/webinspector/Images/resourceJSIcon.png -share/webkitgtk-3.0/webinspector/Images/resourcePlainIcon.png -share/webkitgtk-3.0/webinspector/Images/resourcePlainIconSmall.png -share/webkitgtk-3.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkitgtk-3.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkitgtk-3.0/webinspector/Images/scriptsSilhouette.png -share/webkitgtk-3.0/webinspector/Images/searchNext.png -share/webkitgtk-3.0/webinspector/Images/searchPrev.png -share/webkitgtk-3.0/webinspector/Images/searchSmallBlue.png -share/webkitgtk-3.0/webinspector/Images/searchSmallBrightBlue.png -share/webkitgtk-3.0/webinspector/Images/searchSmallGray.png -share/webkitgtk-3.0/webinspector/Images/searchSmallWhite.png -share/webkitgtk-3.0/webinspector/Images/segment.png -share/webkitgtk-3.0/webinspector/Images/segmentEnd.png -share/webkitgtk-3.0/webinspector/Images/segmentHover.png -share/webkitgtk-3.0/webinspector/Images/segmentHoverEnd.png -share/webkitgtk-3.0/webinspector/Images/segmentSelected.png -share/webkitgtk-3.0/webinspector/Images/segmentSelectedEnd.png -share/webkitgtk-3.0/webinspector/Images/sessionStorage.png -share/webkitgtk-3.0/webinspector/Images/spinner.gif -share/webkitgtk-3.0/webinspector/Images/spinnerActive.gif -share/webkitgtk-3.0/webinspector/Images/spinnerActiveSelected.gif -share/webkitgtk-3.0/webinspector/Images/spinnerInactive.gif -share/webkitgtk-3.0/webinspector/Images/spinnerInactiveSelected.gif -share/webkitgtk-3.0/webinspector/Images/splitviewDimple.png -share/webkitgtk-3.0/webinspector/Images/splitviewDividerBackground.png -share/webkitgtk-3.0/webinspector/Images/statusbarButtonGlyphs.png -share/webkitgtk-3.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkitgtk-3.0/webinspector/Images/statusbarResizerVertical.png -share/webkitgtk-3.0/webinspector/Images/successGreenDot.png -share/webkitgtk-3.0/webinspector/Images/thumbActiveHoriz.png -share/webkitgtk-3.0/webinspector/Images/thumbActiveVert.png -share/webkitgtk-3.0/webinspector/Images/thumbHoriz.png -share/webkitgtk-3.0/webinspector/Images/thumbHoverHoriz.png -share/webkitgtk-3.0/webinspector/Images/thumbHoverVert.png -share/webkitgtk-3.0/webinspector/Images/thumbVert.png -share/webkitgtk-3.0/webinspector/Images/tickMark.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillBlue.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGray.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillGreen.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillOrange.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillPurple.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillRed.png -share/webkitgtk-3.0/webinspector/Images/timelineHollowPillYellow.png -share/webkitgtk-3.0/webinspector/Images/timelinePillBlue.png -share/webkitgtk-3.0/webinspector/Images/timelinePillGray.png -share/webkitgtk-3.0/webinspector/Images/timelinePillGreen.png -share/webkitgtk-3.0/webinspector/Images/timelinePillOrange.png -share/webkitgtk-3.0/webinspector/Images/timelinePillPurple.png -share/webkitgtk-3.0/webinspector/Images/timelinePillRed.png -share/webkitgtk-3.0/webinspector/Images/timelinePillYellow.png -share/webkitgtk-3.0/webinspector/Images/toolbarIcons.png -share/webkitgtk-3.0/webinspector/Images/toolbarIconsSmall.png -share/webkitgtk-3.0/webinspector/Images/toolbarItemSelected.png -share/webkitgtk-3.0/webinspector/Images/trackHoriz.png -share/webkitgtk-3.0/webinspector/Images/trackVert.png -share/webkitgtk-3.0/webinspector/Images/treeDownTriangleBlack.png -share/webkitgtk-3.0/webinspector/Images/treeDownTriangleWhite.png -share/webkitgtk-3.0/webinspector/Images/treeRightTriangleBlack.png -share/webkitgtk-3.0/webinspector/Images/treeRightTriangleWhite.png -share/webkitgtk-3.0/webinspector/Images/treeUpTriangleBlack.png -share/webkitgtk-3.0/webinspector/Images/treeUpTriangleWhite.png -share/webkitgtk-3.0/webinspector/Images/userInputIcon.png -share/webkitgtk-3.0/webinspector/Images/userInputPreviousIcon.png -share/webkitgtk-3.0/webinspector/Images/userInputResultIcon.png -share/webkitgtk-3.0/webinspector/Images/warningIcon.png -share/webkitgtk-3.0/webinspector/Images/warningMediumIcon.png -share/webkitgtk-3.0/webinspector/Images/warningOrangeDot.png -share/webkitgtk-3.0/webinspector/Images/warningsErrors.png -share/webkitgtk-3.0/webinspector/IndexedDBModel.js -share/webkitgtk-3.0/webinspector/IndexedDBViews.js -share/webkitgtk-3.0/webinspector/InspectorBackend.js -share/webkitgtk-3.0/webinspector/InspectorBackendCommands.js -share/webkitgtk-3.0/webinspector/InspectorFrontendAPI.js -share/webkitgtk-3.0/webinspector/InspectorFrontendHostStub.js -share/webkitgtk-3.0/webinspector/InspectorView.js -share/webkitgtk-3.0/webinspector/JavaScriptContextManager.js -share/webkitgtk-3.0/webinspector/JavaScriptFormatter.js -share/webkitgtk-3.0/webinspector/JavaScriptSource.js -share/webkitgtk-3.0/webinspector/JavaScriptSourceFrame.js -share/webkitgtk-3.0/webinspector/KeyboardShortcut.js -share/webkitgtk-3.0/webinspector/Linkifier.js -share/webkitgtk-3.0/webinspector/MemoryStatistics.js -share/webkitgtk-3.0/webinspector/MetricsSidebarPane.js -share/webkitgtk-3.0/webinspector/NativeBreakpointsSidebarPane.js -share/webkitgtk-3.0/webinspector/NativeMemorySnapshotView.js -share/webkitgtk-3.0/webinspector/NavigatorOverlayController.js -share/webkitgtk-3.0/webinspector/NavigatorView.js -share/webkitgtk-3.0/webinspector/NetworkItemView.js -share/webkitgtk-3.0/webinspector/NetworkLog.js -share/webkitgtk-3.0/webinspector/NetworkManager.js -share/webkitgtk-3.0/webinspector/NetworkPanel.js -share/webkitgtk-3.0/webinspector/NetworkRequest.js -share/webkitgtk-3.0/webinspector/Object.js -share/webkitgtk-3.0/webinspector/ObjectPopoverHelper.js -share/webkitgtk-3.0/webinspector/ObjectPropertiesSection.js -share/webkitgtk-3.0/webinspector/Panel.js -share/webkitgtk-3.0/webinspector/PanelEnablerView.js -share/webkitgtk-3.0/webinspector/Placard.js -share/webkitgtk-3.0/webinspector/Popover.js -share/webkitgtk-3.0/webinspector/PresentationConsoleMessageHelper.js -share/webkitgtk-3.0/webinspector/ProfileDataGridTree.js -share/webkitgtk-3.0/webinspector/ProfileLauncherView.js -share/webkitgtk-3.0/webinspector/ProfilesPanel.js -share/webkitgtk-3.0/webinspector/ProgressBar.js -share/webkitgtk-3.0/webinspector/PropertiesSection.js -share/webkitgtk-3.0/webinspector/PropertiesSidebarPane.js -share/webkitgtk-3.0/webinspector/RawSourceCode.js -share/webkitgtk-3.0/webinspector/RemoteObject.js -share/webkitgtk-3.0/webinspector/RequestCookiesView.js -share/webkitgtk-3.0/webinspector/RequestHTMLView.js -share/webkitgtk-3.0/webinspector/RequestHeadersView.js -share/webkitgtk-3.0/webinspector/RequestJSONView.js -share/webkitgtk-3.0/webinspector/RequestPreviewView.js -share/webkitgtk-3.0/webinspector/RequestResponseView.js -share/webkitgtk-3.0/webinspector/RequestTimingView.js -share/webkitgtk-3.0/webinspector/RequestView.js -share/webkitgtk-3.0/webinspector/Resource.js -share/webkitgtk-3.0/webinspector/ResourceScriptMapping.js -share/webkitgtk-3.0/webinspector/ResourceTreeModel.js -share/webkitgtk-3.0/webinspector/ResourceType.js -share/webkitgtk-3.0/webinspector/ResourceUtils.js -share/webkitgtk-3.0/webinspector/ResourceView.js -share/webkitgtk-3.0/webinspector/ResourceWebSocketFrameView.js -share/webkitgtk-3.0/webinspector/ResourcesPanel.js -share/webkitgtk-3.0/webinspector/RevisionHistoryView.js -share/webkitgtk-3.0/webinspector/SASSSourceMapping.js -share/webkitgtk-3.0/webinspector/ScopeChainSidebarPane.js -share/webkitgtk-3.0/webinspector/Script.js -share/webkitgtk-3.0/webinspector/ScriptFormatter.js -share/webkitgtk-3.0/webinspector/ScriptFormatterWorker.js -share/webkitgtk-3.0/webinspector/ScriptSnippetModel.js -share/webkitgtk-3.0/webinspector/ScriptsNavigator.js -share/webkitgtk-3.0/webinspector/ScriptsPanel.js -share/webkitgtk-3.0/webinspector/ScriptsSearchScope.js -share/webkitgtk-3.0/webinspector/SearchController.js -share/webkitgtk-3.0/webinspector/Section.js -share/webkitgtk-3.0/webinspector/Settings.js -share/webkitgtk-3.0/webinspector/SettingsScreen.js -share/webkitgtk-3.0/webinspector/ShortcutsScreen.js -share/webkitgtk-3.0/webinspector/ShowMoreDataGridNode.js -share/webkitgtk-3.0/webinspector/SidebarOverlay.js -share/webkitgtk-3.0/webinspector/SidebarPane.js -share/webkitgtk-3.0/webinspector/SidebarTreeElement.js -share/webkitgtk-3.0/webinspector/SnippetJavaScriptSourceFrame.js -share/webkitgtk-3.0/webinspector/SnippetStorage.js -share/webkitgtk-3.0/webinspector/SoftContextMenu.js -share/webkitgtk-3.0/webinspector/SourceCSSTokenizer.js -share/webkitgtk-3.0/webinspector/SourceFrame.js -share/webkitgtk-3.0/webinspector/SourceHTMLTokenizer.js -share/webkitgtk-3.0/webinspector/SourceJavaScriptTokenizer.js -share/webkitgtk-3.0/webinspector/SourceMapping.js -share/webkitgtk-3.0/webinspector/SourceTokenizer.js -share/webkitgtk-3.0/webinspector/Spectrum.js -share/webkitgtk-3.0/webinspector/SplitView.js -share/webkitgtk-3.0/webinspector/StatusBarButton.js -share/webkitgtk-3.0/webinspector/StyleSheetOutlineDialog.js -share/webkitgtk-3.0/webinspector/StyleSource.js -share/webkitgtk-3.0/webinspector/StylesSidebarPane.js -share/webkitgtk-3.0/webinspector/TabbedEditorContainer.js -share/webkitgtk-3.0/webinspector/TabbedPane.js -share/webkitgtk-3.0/webinspector/TestController.js -share/webkitgtk-3.0/webinspector/TextEditor.js -share/webkitgtk-3.0/webinspector/TextEditorHighlighter.js -share/webkitgtk-3.0/webinspector/TextEditorModel.js -share/webkitgtk-3.0/webinspector/TextPrompt.js -share/webkitgtk-3.0/webinspector/TimelineFrameController.js -share/webkitgtk-3.0/webinspector/TimelineGrid.js -share/webkitgtk-3.0/webinspector/TimelineManager.js -share/webkitgtk-3.0/webinspector/TimelineModel.js -share/webkitgtk-3.0/webinspector/TimelineOverviewPane.js -share/webkitgtk-3.0/webinspector/TimelinePanel.js -share/webkitgtk-3.0/webinspector/TimelinePresentationModel.js -share/webkitgtk-3.0/webinspector/Toolbar.js -share/webkitgtk-3.0/webinspector/TopDownProfileDataGridTree.js -share/webkitgtk-3.0/webinspector/UISourceCode.js -share/webkitgtk-3.0/webinspector/UISourceCodeFrame.js -share/webkitgtk-3.0/webinspector/UIString.js -share/webkitgtk-3.0/webinspector/UIUtils.js -share/webkitgtk-3.0/webinspector/UglifyJS/parse-js.js -share/webkitgtk-3.0/webinspector/UserAgentSupport.js -share/webkitgtk-3.0/webinspector/UserMetrics.js -share/webkitgtk-3.0/webinspector/View.js -share/webkitgtk-3.0/webinspector/WatchExpressionsSidebarPane.js -share/webkitgtk-3.0/webinspector/WorkerManager.js -share/webkitgtk-3.0/webinspector/WorkersSidebarPane.js -share/webkitgtk-3.0/webinspector/Workspace.js -share/webkitgtk-3.0/webinspector/auditsPanel.css -share/webkitgtk-3.0/webinspector/breadcrumbList.css -share/webkitgtk-3.0/webinspector/cmdevtools.css -share/webkitgtk-3.0/webinspector/dataGrid.css -share/webkitgtk-3.0/webinspector/dialog.css -share/webkitgtk-3.0/webinspector/elementsPanel.css -share/webkitgtk-3.0/webinspector/externs.js -share/webkitgtk-3.0/webinspector/filteredItemSelectionDialog.css -share/webkitgtk-3.0/webinspector/heapProfiler.css -share/webkitgtk-3.0/webinspector/helpScreen.css -share/webkitgtk-3.0/webinspector/indexedDBViews.css -share/webkitgtk-3.0/webinspector/inspector.css -share/webkitgtk-3.0/webinspector/inspector.html -share/webkitgtk-3.0/webinspector/inspector.js -share/webkitgtk-3.0/webinspector/inspectorCommon.css -share/webkitgtk-3.0/webinspector/inspectorSyntaxHighlight.css -share/webkitgtk-3.0/webinspector/jsdifflib.js -share/webkitgtk-3.0/webinspector/localizedStrings.js -share/webkitgtk-3.0/webinspector/nativeMemoryProfiler.css -share/webkitgtk-3.0/webinspector/navigatorView.css -share/webkitgtk-3.0/webinspector/networkLogView.css -share/webkitgtk-3.0/webinspector/networkPanel.css -share/webkitgtk-3.0/webinspector/panelEnablerView.css -share/webkitgtk-3.0/webinspector/popover.css -share/webkitgtk-3.0/webinspector/profilesPanel.css -share/webkitgtk-3.0/webinspector/resourceView.css -share/webkitgtk-3.0/webinspector/resourcesPanel.css -share/webkitgtk-3.0/webinspector/revisionHistory.css -share/webkitgtk-3.0/webinspector/scriptsPanel.css -share/webkitgtk-3.0/webinspector/splitView.css -share/webkitgtk-3.0/webinspector/tabbedPane.css -share/webkitgtk-3.0/webinspector/test-runner.html -share/webkitgtk-3.0/webinspector/textEditor.css -share/webkitgtk-3.0/webinspector/textPrompt.css -share/webkitgtk-3.0/webinspector/timelinePanel.css -share/webkitgtk-3.0/webinspector/treeoutline.js -share/webkitgtk-3.0/webinspector/utilities.js diff --git a/www/webkit1-gtk3/buildlink3.mk b/www/webkit1-gtk3/buildlink3.mk deleted file mode 100644 index b859f8ec1cf..00000000000 --- a/www/webkit1-gtk3/buildlink3.mk +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.7 2016/05/03 11:40:10 prlw1 Exp $ - -BUILDLINK_TREE+= webkit-gtk3 - -.if !defined(WEBKIT_GTK3_BUILDLINK3_MK) -WEBKIT_GTK3_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.webkit-gtk3+= webkit-gtk3>=1.4.2 -BUILDLINK_ABI_DEPENDS.webkit-gtk3+= webkit-gtk3>=1.10.2nb18 -BUILDLINK_PKGSRCDIR.webkit-gtk3?= ../../www/webkit1-gtk3 - -.include "../../databases/sqlite3/buildlink3.mk" -.include "../../devel/gperf/buildlink3.mk" -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../mk/jpeg.buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../multimedia/gstreamer0.10/buildlink3.mk" -.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" -.include "../../net/libsoup/buildlink3.mk" -.include "../../textproc/enchant/buildlink3.mk" -.include "../../textproc/icu/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../x11/gtk3/buildlink3.mk" -.include "../../x11/libXdamage/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" -.endif # WEBKIT_GTK3_BUILDLINK3_MK - -BUILDLINK_TREE+= -webkit-gtk3 |