# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # webkit2-gtk3 # webkit2-gtk3/Makefile # webkit2-gtk3/distinfo # webkit2-gtk3/pkg-descr # webkit2-gtk3/pkg-plist # webkit2-gtk3/files/ # webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h # webkit2-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp # webkit2-gtk3/files/patch-bug136018 # webkit2-gtk3/files/patch-bug136981 # echo c - webkit2-gtk3 mkdir -p webkit2-gtk3 > /dev/null 2>&1 echo x - webkit2-gtk3/Makefile sed 's/^X//' >webkit2-gtk3/Makefile << '3c2d4173d4c203414b2b81772bd388e3' X# Created by: Michael Johnson X# $FreeBSD$ X# $MCom$ X XPORTNAME= webkit XPORTVERSION= 2.6.2 XCATEGORIES= www XMASTER_SITES= http://webkitgtk.org/releases/ XPKGNAMESUFFIX= 2-gtk3 XDISTNAME= ${PORTNAME}gtk-${PORTVERSION} X XMAINTAINER= gnome@FreeBSD.org XCOMMENT= Opensource browser engine using the GTK+ 3 toolkit X XBUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \ X geoclue>=0:${PORTSDIR}/net/geoclue XLIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ X libsecret-1.so:${PORTSDIR}/security/libsecret \ X libicutu.so:${PORTSDIR}/devel/icu \ X libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ X libwebp.so:${PORTSDIR}/graphics/webp \ X libcurl.so:${PORTSDIR}/ftp/curl \ X libsoup-2.4.so:${PORTSDIR}/devel/libsoup XRUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue X XUSE_GSTREAMER1= yes XUSE_XORG= xt xdamage xcomposite XUSES= bison cmake gettext gmake gperf libtool perl5 pkgconfig \ X shebangfix tar:xz XUSE_RUBY= yes XRUBY_NO_RUN_DEPENDS=yes XUSE_GNOME= cairo gtk20 gtk30 introspection:build \ X libxslt:build XUSE_SQLITE= 3 XUSE_PERL5= build XUSE_LDCONFIG= yes X#CPPFLAGS+= -I${LOCALBASE}/include X#LDFLAGS+= -L${LOCALBASE}/lib XINSTALL_TARGET= install-strip X XCMAKE_ENV= XDG_CACHE_HOME=${WRKDIR} X X#CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib XCMAKE_ARGS= -DPORT=GTK X XSHEBANG_FILES= \ X Source/JavaScriptCore/create_hash_table \ X Source/JavaScriptCore/inspector/scripts/xxd.pl \ X Source/WebCore/css/*.pl \ X Source/WebCore/dom/*.pl \ X Source/WebCore/make-hash-tools.pl \ X Source/WebCore/page/make_settings.pl \ X Source/WebKit2/Scripts/generate-forwarding-headers.pl \ X Source/WebCore/bindings/scripts/*.p[lm] \ X Source/JavaScriptCore/create_hash_table X XBROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 X#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", X XOPTIONS_DEFINE= DEBUG FULLDEBUG XDEBUG_DESC= Just enable debug symbols XFULLDEBUG_DESC= Enable asserts and other debug support X XFULLDEBUG_CONFIGURE_ENABLE= debug XDEBUG_CONFIGURE_ON= --enable-debug-symbols=yes XDEBUG_CONFIGURE_OFF= --disable-debug-symbols X X.include X X# gtest to use while libc++ only has X#CPPFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE X# Shutup warning spam X#CXXFLAGS+= -Wno-c++11-extensions -Qunused-arguments X X#CONFIGURE_ARGS+=--enable-webkit2 X# We need clang + libc++ or gcc 4.7+. gcc has libstdc++ conflict between X# gcc port and base. This originates from icu X#CXXFLAGS+= -stdlib=libc++ X#LDFLAGS+= -stdlib=libc++ X#.if ${OSVERSION}<1000019 X#BUILD_DEPENDS+= clang33>=3.3_1:${PORTSDIR}/lang/clang33 \ X# libc++>=0:${PORTSDIR}/devel/libc++ X#RUN_DEPENDS+= libc++>=0:${PORTSDIR}/devel/libc++ X#CC= clang33 X#CXX= clang++33 X#CPP= clang-cpp33 X#CONFIGURE_ENV+= CC=${CC} CXX=${CXX} CPP=${CPP} X#.endif X X.if ${ARCH} == powerpc64 XCFLAGS+= -mminimal-toc X.endif X X.include X X.if ${PERL_LEVEL} >= 501400 X#BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch X.endif X X.if ${OSVERSION} < 1000033 XBUILD_DEPENDS+= flex>=0:${PORTSDIR}/textproc/flex XCONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ X ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp X @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ X 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' X X#post-install: X# ${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \ X# ${STAGEDIR}${PREFIX}/bin/GtkLauncher-4 X# ${INSTALL_PROGRAM} ${WRKSRC}/Programs/MiniBrowser \ X# ${STAGEDIR}${PREFIX}/bin/MiniBrowser-4 X X.include 3c2d4173d4c203414b2b81772bd388e3 echo x - webkit2-gtk3/distinfo sed 's/^X//' >webkit2-gtk3/distinfo << '81bdf4afe8c2d201876c45814fbdc89f' XSHA256 (webkitgtk-2.6.2.tar.xz) = 5172e9b6b65b3de3cc25bffbe109249ac79b9256d57f6a331455ae1a5ea938b9 XSIZE (webkitgtk-2.6.2.tar.xz) = 9992484 81bdf4afe8c2d201876c45814fbdc89f echo x - webkit2-gtk3/pkg-descr sed 's/^X//' >webkit2-gtk3/pkg-descr << '9aebb2df30bbc4c750c88141c29aebf3' XWebKit is an open source web browser engine. It is able to display content Xsuch as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XXSLT, CSS, Javascript/ECMAscript and more. X XWWW: http://webkit.org/ 9aebb2df30bbc4c750c88141c29aebf3 echo x - webkit2-gtk3/pkg-plist sed 's/^X//' >webkit2-gtk3/pkg-plist << 'c79fbf3e56eedfe668942a29b09fe032' Xbin/GtkLauncher-4 Xbin/MiniBrowser-4 Xbin/jsc-4 Xinclude/webkitgtk-3.0/JavaScriptCore/JSBase.h Xinclude/webkitgtk-3.0/JavaScriptCore/JSContextRef.h Xinclude/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h Xinclude/webkitgtk-3.0/JavaScriptCore/JSStringRef.h Xinclude/webkitgtk-3.0/JavaScriptCore/JSValueRef.h Xinclude/webkitgtk-3.0/JavaScriptCore/JavaScript.h Xinclude/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h Xinclude/webkitgtk-3.0/webkit/webkit.h Xinclude/webkitgtk-3.0/webkit/webkitapplicationcache.h Xinclude/webkitgtk-3.0/webkit/webkitdefines.h Xinclude/webkitgtk-3.0/webkit/webkitdom.h Xinclude/webkitgtk-3.0/webkit/webkitdownload.h Xinclude/webkitgtk-3.0/webkit/webkitenumtypes.h Xinclude/webkitgtk-3.0/webkit/webkiterror.h Xinclude/webkitgtk-3.0/webkit/webkitfavicondatabase.h Xinclude/webkitgtk-3.0/webkit/webkitfilechooserrequest.h Xinclude/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h Xinclude/webkitgtk-3.0/webkit/webkitglobals.h Xinclude/webkitgtk-3.0/webkit/webkithittestresult.h Xinclude/webkitgtk-3.0/webkit/webkiticondatabase.h Xinclude/webkitgtk-3.0/webkit/webkitnetworkrequest.h Xinclude/webkitgtk-3.0/webkit/webkitnetworkresponse.h Xinclude/webkitgtk-3.0/webkit/webkitsecurityorigin.h Xinclude/webkitgtk-3.0/webkit/webkitsoupauthdialog.h Xinclude/webkitgtk-3.0/webkit/webkitspellchecker.h Xinclude/webkitgtk-3.0/webkit/webkitversion.h Xinclude/webkitgtk-3.0/webkit/webkitviewportattributes.h Xinclude/webkitgtk-3.0/webkit/webkitwebbackforwardlist.h Xinclude/webkitgtk-3.0/webkit/webkitwebdatabase.h Xinclude/webkitgtk-3.0/webkit/webkitwebdatasource.h Xinclude/webkitgtk-3.0/webkit/webkitwebframe.h Xinclude/webkitgtk-3.0/webkit/webkitwebhistoryitem.h Xinclude/webkitgtk-3.0/webkit/webkitwebinspector.h Xinclude/webkitgtk-3.0/webkit/webkitwebnavigationaction.h Xinclude/webkitgtk-3.0/webkit/webkitwebplugin.h Xinclude/webkitgtk-3.0/webkit/webkitwebplugindatabase.h Xinclude/webkitgtk-3.0/webkit/webkitwebpolicydecision.h Xinclude/webkitgtk-3.0/webkit/webkitwebresource.h Xinclude/webkitgtk-3.0/webkit/webkitwebsettings.h Xinclude/webkitgtk-3.0/webkit/webkitwebview.h Xinclude/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h Xinclude/webkitgtk-3.0/webkit2/WebKitAuthenticationRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitBackForwardList.h Xinclude/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h Xinclude/webkitgtk-3.0/webkit2/WebKitCertificateInfo.h Xinclude/webkitgtk-3.0/webkit2/WebKitContextMenu.h Xinclude/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h Xinclude/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h Xinclude/webkitgtk-3.0/webkit2/WebKitCookieManager.h Xinclude/webkitgtk-3.0/webkit2/WebKitCredential.h Xinclude/webkitgtk-3.0/webkit2/WebKitDefines.h Xinclude/webkitgtk-3.0/webkit2/WebKitDownload.h Xinclude/webkitgtk-3.0/webkit2/WebKitEditingCommands.h Xinclude/webkitgtk-3.0/webkit2/WebKitEnumTypes.h Xinclude/webkitgtk-3.0/webkit2/WebKitError.h Xinclude/webkitgtk-3.0/webkit2/WebKitFaviconDatabase.h Xinclude/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitFindController.h Xinclude/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitForwardDeclarations.h Xinclude/webkitgtk-3.0/webkit2/WebKitFrame.h Xinclude/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitHitTestResult.h Xinclude/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h Xinclude/webkitgtk-3.0/webkit2/WebKitMimeInfo.h Xinclude/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h Xinclude/webkitgtk-3.0/webkit2/WebKitPermissionRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitPlugin.h Xinclude/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h Xinclude/webkitgtk-3.0/webkit2/WebKitPrintOperation.h Xinclude/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h Xinclude/webkitgtk-3.0/webkit2/WebKitScriptDialog.h Xinclude/webkitgtk-3.0/webkit2/WebKitScriptWorld.h Xinclude/webkitgtk-3.0/webkit2/WebKitSecurityManager.h Xinclude/webkitgtk-3.0/webkit2/WebKitSettings.h Xinclude/webkitgtk-3.0/webkit2/WebKitURIRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitURIResponse.h Xinclude/webkitgtk-3.0/webkit2/WebKitURISchemeRequest.h Xinclude/webkitgtk-3.0/webkit2/WebKitVersion.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebContext.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebExtension.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebInspector.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebPage.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebResource.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebView.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebViewBase.h Xinclude/webkitgtk-3.0/webkit2/WebKitWebViewGroup.h Xinclude/webkitgtk-3.0/webkit2/WebKitWindowProperties.h Xinclude/webkitgtk-3.0/webkit2/webkit-web-extension.h Xinclude/webkitgtk-3.0/webkit2/webkit2.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrack.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrackList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMBarProp.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMBatteryManager.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMBlob.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCDATASection.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCSSRule.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCSSRuleList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleDeclaration.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleSheet.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCSSValue.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCharacterData.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMComment.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMConsole.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMCustom.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMApplicationCache.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMImplementation.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeType.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeTypeArray.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMPlugin.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMPluginArray.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMSecurityPolicy.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMSelection.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMSettableTokenList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringMap.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMTokenList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindow.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindowCSS.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDatabase.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDeprecated.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDocument.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDocumentFragment.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMDocumentType.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMEntityReference.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMEvent.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMEventTarget.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMFile.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMFileList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMGamepad.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMGamepadList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMGeolocation.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAnchorElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAppletElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAreaElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAudioElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBRElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseFontElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBodyElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLButtonElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCanvasElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCollection.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDListElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDetailsElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDirectoryElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDivElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDocument.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLEmbedElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFieldSetElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFontElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFormElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameSetElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHRElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadingElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHtmlElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLIFrameElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLImageElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLInputElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLKeygenElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLIElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLabelElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLegendElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLinkElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMapElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMarqueeElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMediaElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMenuElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMetaElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLModElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOListElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLObjectElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptGroupElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionsCollection.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParagraphElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParamElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPreElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLQuoteElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLScriptElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLSelectElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLStyleElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCellElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableColElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableRowElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableSectionElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTextAreaElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTitleElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLUListElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHTMLVideoElement.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMHistory.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMKeyboardEvent.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMLocation.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMMediaController.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMMediaError.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMMediaList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMMediaQueryList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMMouseEvent.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMNamedNodeMap.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMNavigator.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMNode.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMNodeFilter.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMNodeIterator.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMNodeList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMObject.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMPerformance.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntry.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntryList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceNavigation.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceTiming.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMProcessingInstruction.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMRange.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMScreen.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMShadowRoot.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMStorage.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMStorageInfo.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMStorageQuota.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMStyleMedia.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheet.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheetList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMText.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTextTrack.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCue.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCueList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTimeRanges.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTouch.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTrackEvent.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMTreeWalker.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMUIEvent.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMValidityState.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMVideoPlaybackQuality.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrack.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrackList.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMWebKitNamedFlow.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMWheelEvent.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMXPathExpression.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMXPathNSResolver.h Xinclude/webkitgtk-3.0/webkitdom/WebKitDOMXPathResult.h Xinclude/webkitgtk-3.0/webkitdom/webkitdom.h Xinclude/webkitgtk-3.0/webkitdom/webkitdomdefines.h Xlib/girepository-1.0/JavaScriptCore-3.0.typelib Xlib/girepository-1.0/WebKit-3.0.typelib Xlib/girepository-1.0/WebKit2-3.0.typelib Xlib/girepository-1.0/WebKit2WebExtension-3.0.typelib Xlib/libjavascriptcoregtk-3.0.so Xlib/libjavascriptcoregtk-3.0.so.0 Xlib/libjavascriptcoregtk-3.0.so.0.16.13 Xlib/libwebkit2gtk-3.0.so Xlib/libwebkit2gtk-3.0.so.25 Xlib/libwebkit2gtk-3.0.so.25.10.8 Xlib/libwebkitgtk-3.0.so Xlib/libwebkitgtk-3.0.so.0 Xlib/libwebkitgtk-3.0.so.0.22.11 Xlib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so Xlibdata/pkgconfig/javascriptcoregtk-3.0.pc Xlibdata/pkgconfig/webkit2gtk-3.0.pc Xlibdata/pkgconfig/webkit2gtk-web-extension-3.0.pc Xlibdata/pkgconfig/webkitgtk-3.0.pc Xlibexec/WebKitPluginProcess Xlibexec/WebKitNetworkProcess Xlibexec/WebKitWebProcess Xshare/gir-1.0/JavaScriptCore-3.0.gir Xshare/gir-1.0/WebKit-3.0.gir Xshare/gir-1.0/WebKit2WebExtension-3.0.gir Xshare/gir-1.0/WebKit2-3.0.gir Xshare/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html Xshare/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html Xshare/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html Xshare/gtk-doc/html/webkit2gtk/WebKitContextMenu.html Xshare/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html Xshare/gtk-doc/html/webkit2gtk/WebKitCookieManager.html Xshare/gtk-doc/html/webkit2gtk/WebKitDownload.html Xshare/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html Xshare/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitFindController.html Xshare/gtk-doc/html/webkit2gtk/WebKitFrame.html Xshare/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html Xshare/gtk-doc/html/webkit2gtk/WebKitNavigationPolicyDecision.html Xshare/gtk-doc/html/webkit2gtk/WebKitPermissionRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitPlugin.html Xshare/gtk-doc/html/webkit2gtk/WebKitPolicyDecision.html Xshare/gtk-doc/html/webkit2gtk/WebKitPrintOperation.html Xshare/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html Xshare/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html Xshare/gtk-doc/html/webkit2gtk/WebKitSettings.html Xshare/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html Xshare/gtk-doc/html/webkit2gtk/WebKitURIRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitURIResponse.html Xshare/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebContext.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebExtension.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebInspector.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebPage.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebResource.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebView.html Xshare/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html Xshare/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html Xshare/gtk-doc/html/webkit2gtk/annotation-glossary.html Xshare/gtk-doc/html/webkit2gtk/api-index-2-2.html Xshare/gtk-doc/html/webkit2gtk/api-index-2-4.html Xshare/gtk-doc/html/webkit2gtk/ch01.html Xshare/gtk-doc/html/webkit2gtk/ch02.html Xshare/gtk-doc/html/webkit2gtk/home.png Xshare/gtk-doc/html/webkit2gtk/index-all.html Xshare/gtk-doc/html/webkit2gtk/index.html Xshare/gtk-doc/html/webkit2gtk/index.sgml Xshare/gtk-doc/html/webkit2gtk/left-insensitive.png Xshare/gtk-doc/html/webkit2gtk/left.png Xshare/gtk-doc/html/webkit2gtk/right-insensitive.png Xshare/gtk-doc/html/webkit2gtk/right.png Xshare/gtk-doc/html/webkit2gtk/style.css Xshare/gtk-doc/html/webkit2gtk/up-insensitive.png Xshare/gtk-doc/html/webkit2gtk/up.png Xshare/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html Xshare/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html Xshare/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2 Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMText.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html Xshare/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html Xshare/gtk-doc/html/webkitdomgtk/annotation-glossary.html Xshare/gtk-doc/html/webkitdomgtk/api-index-deprecated.html Xshare/gtk-doc/html/webkitdomgtk/ch01.html Xshare/gtk-doc/html/webkitdomgtk/home.png Xshare/gtk-doc/html/webkitdomgtk/index-all.html Xshare/gtk-doc/html/webkitdomgtk/index.html Xshare/gtk-doc/html/webkitdomgtk/index.sgml Xshare/gtk-doc/html/webkitdomgtk/left-insensitive.png Xshare/gtk-doc/html/webkitdomgtk/left.png Xshare/gtk-doc/html/webkitdomgtk/right-insensitive.png Xshare/gtk-doc/html/webkitdomgtk/right.png Xshare/gtk-doc/html/webkitdomgtk/style.css Xshare/gtk-doc/html/webkitdomgtk/up-insensitive.png Xshare/gtk-doc/html/webkitdomgtk/up.png Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html Xshare/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2 Xshare/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html Xshare/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html Xshare/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html Xshare/gtk-doc/html/webkitgtk/WebKitHitTestResult.html Xshare/gtk-doc/html/webkitgtk/WebKitIconDatabase.html Xshare/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html Xshare/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html Xshare/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html Xshare/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html Xshare/gtk-doc/html/webkitgtk/WebKitSpellChecker.html Xshare/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html Xshare/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html Xshare/gtk-doc/html/webkitgtk/WebKitWebDataSource.html Xshare/gtk-doc/html/webkitgtk/WebKitWebDatabase.html Xshare/gtk-doc/html/webkitgtk/WebKitWebFrame.html Xshare/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html Xshare/gtk-doc/html/webkitgtk/WebKitWebInspector.html Xshare/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html Xshare/gtk-doc/html/webkitgtk/WebKitWebPlugin.html Xshare/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html Xshare/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html Xshare/gtk-doc/html/webkitgtk/WebKitWebResource.html Xshare/gtk-doc/html/webkitgtk/WebKitWebSettings.html Xshare/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html Xshare/gtk-doc/html/webkitgtk/annotation-glossary.html Xshare/gtk-doc/html/webkitgtk/ch01.html Xshare/gtk-doc/html/webkitgtk/ch02.html Xshare/gtk-doc/html/webkitgtk/ch03.html Xshare/gtk-doc/html/webkitgtk/home.png Xshare/gtk-doc/html/webkitgtk/index-1.0.1.html Xshare/gtk-doc/html/webkitgtk/index-1.0.2.html Xshare/gtk-doc/html/webkitgtk/index-1.0.3.html Xshare/gtk-doc/html/webkitgtk/index-1.1.1.html Xshare/gtk-doc/html/webkitgtk/index-1.1.10.html Xshare/gtk-doc/html/webkitgtk/index-1.1.11.html Xshare/gtk-doc/html/webkitgtk/index-1.1.13.html Xshare/gtk-doc/html/webkitgtk/index-1.1.14.html Xshare/gtk-doc/html/webkitgtk/index-1.1.15.html Xshare/gtk-doc/html/webkitgtk/index-1.1.16.html Xshare/gtk-doc/html/webkitgtk/index-1.1.17.html Xshare/gtk-doc/html/webkitgtk/index-1.1.18.html Xshare/gtk-doc/html/webkitgtk/index-1.1.2.html Xshare/gtk-doc/html/webkitgtk/index-1.1.20.html Xshare/gtk-doc/html/webkitgtk/index-1.1.23.html Xshare/gtk-doc/html/webkitgtk/index-1.1.3.html Xshare/gtk-doc/html/webkitgtk/index-1.1.4.html Xshare/gtk-doc/html/webkitgtk/index-1.1.5.html Xshare/gtk-doc/html/webkitgtk/index-1.1.6.html Xshare/gtk-doc/html/webkitgtk/index-1.1.7.html Xshare/gtk-doc/html/webkitgtk/index-1.1.8.html Xshare/gtk-doc/html/webkitgtk/index-1.3.1.html Xshare/gtk-doc/html/webkitgtk/index-1.3.2.html Xshare/gtk-doc/html/webkitgtk/index-1.3.3.html Xshare/gtk-doc/html/webkitgtk/index-1.3.4.html Xshare/gtk-doc/html/webkitgtk/index-1.3.8.html Xshare/gtk-doc/html/webkitgtk/index-all.html Xshare/gtk-doc/html/webkitgtk/index-deprecated.html Xshare/gtk-doc/html/webkitgtk/index.html Xshare/gtk-doc/html/webkitgtk/index.sgml Xshare/gtk-doc/html/webkitgtk/left-insensitive.png Xshare/gtk-doc/html/webkitgtk/left.png Xshare/gtk-doc/html/webkitgtk/right-insensitive.png Xshare/gtk-doc/html/webkitgtk/right.png Xshare/gtk-doc/html/webkitgtk/style.css Xshare/gtk-doc/html/webkitgtk/up-insensitive.png Xshare/gtk-doc/html/webkitgtk/up.png Xshare/gtk-doc/html/webkitgtk/webkit-environment.html Xshare/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html Xshare/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html Xshare/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html Xshare/gtk-doc/html/webkitgtk/webkitgtk.devhelp2 Xshare/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo Xshare/webkitgtk-3.0/images/deleteButton.png Xshare/webkitgtk-3.0/images/inputSpeech.png Xshare/webkitgtk-3.0/images/missingImage.png Xshare/webkitgtk-3.0/images/nullPlugin.png Xshare/webkitgtk-3.0/images/panIcon.png Xshare/webkitgtk-3.0/images/textAreaResizeCorner.png Xshare/webkitgtk-3.0/images/urlIcon.png Xshare/webkitgtk-3.0/resources/audio/Composite.wav Xshare/webkitgtk-3.0/resources/error.html X@dirrmtry share/locale/sr@latin/LC_MESSAGES X@dirrmtry share/locale/sr@latin X@dirrmtry share/locale/mr/LC_MESSAGES X@dirrmtry share/locale/mr X@dirrm share/webkitgtk-3.0/resources/audio X@dirrm share/webkitgtk-3.0/resources X@dirrm share/webkitgtk-3.0/images X@dirrm share/webkitgtk-3.0 X@dirrm share/gtk-doc/html/webkitgtk X@dirrm share/gtk-doc/html/webkitdomgtk X@dirrm share/gtk-doc/html/webkit2gtk X@dirrmtry share/gtk-doc/html X@dirrmtry share/gtk-doc X@dirrm lib/webkit2gtk-3.0/injected-bundle X@dirrm lib/webkit2gtk-3.0 X@dirrm include/webkitgtk-3.0/webkitdom X@dirrm include/webkitgtk-3.0/webkit2 X@dirrm include/webkitgtk-3.0/webkit X@dirrm include/webkitgtk-3.0/JavaScriptCore X@dirrm include/webkitgtk-3.0 c79fbf3e56eedfe668942a29b09fe032 echo c - webkit2-gtk3/files/ mkdir -p webkit2-gtk3/files/ > /dev/null 2>&1 echo x - webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h sed 's/^X//' >webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h << '9c884cd095b2981069427b6431bebb2f' X$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 09:11:02 landry Exp $ X Xhttps://bugs.webkit.org/show_bug.cgi?id=61137 X X--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2013-06-11 09:39:47.000000000 +0200 X+++ Source/JavaScriptCore/jit/ExecutableAllocator.h 2013-08-07 09:25:56.000000000 +0200 X@@ -105,7 +105,8 @@ X #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) X #if CPU(ARM) X static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024; X-#elif CPU(X86_64) X+// We don't want an initial allocation of 1GB, it's above the default ulimit X+#elif CPU(X86_64) && !defined(__OpenBSD__) && !defined(__FreeBSD__) X static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024; X #else X static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; 9c884cd095b2981069427b6431bebb2f echo x - webkit2-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp sed 's/^X//' >webkit2-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp << 'dd2cfeb94829b908f4c186fcc7504bb3' X--- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000 X+++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000 X@@ -375,6 +375,7 @@ Vector PluginDatabase::defaultPl X userPluginPath.append(String("/.netscape/plugins")); X paths.append(userPluginPath); X X+ paths.append("%%BROWSER_PLUGINS_DIR%%"); X paths.append("/usr/lib/browser/plugins"); X paths.append("/usr/local/lib/mozilla/plugins"); X paths.append("/usr/lib/firefox/plugins"); dd2cfeb94829b908f4c186fcc7504bb3 echo x - webkit2-gtk3/files/patch-bug136018 sed 's/^X//' >webkit2-gtk3/files/patch-bug136018 << 'd7dca33db78d4ea8c545230b99ff5c9f' X 2014-10-15 Ting-Wei Lan X X+ [GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built X+ version of libraries when running the temporary executable X+ https://bugs.webkit.org/show_bug.cgi?id=136018 X+ X+ Reviewed by NOBODY (OOPS!). X+ X+ This patch modifies LD_LIBRARY_PATH to make sure the dynamic linker X+ find the correct version of libraries when running the temporary X+ executable to generate the .gir file. X+ X+ * PlatformGTK.cmake: X+ X+2014-10-15 Ting-Wei Lan X+ X [GTK] LDFLAGS is ignored when running g-ir-scanner X https://bugs.webkit.org/show_bug.cgi?id=136018 X X--- Source/WebKit2/PlatformGTK.cmake X+++ Source/WebKit2/PlatformGTK.cmake X@@ -731,11 +731,24 @@ foreach (linker_flag ${INTROSPECTION_ADDITIONAL_LINKER_FLAGS}) X endif () X endforeach (linker_flag) X X+# Add ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} to LD_LIBRARY_PATH X+string(COMPARE EQUAL "$ENV{LD_LIBRARY_PATH}" "" ld_library_path_not_exist) X+if (ld_library_path_does_not_exist) X+ set(INTROSPECTION_ADDITIONAL_LIBRARY_PATH X+ "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}" X+ ) X+else () X+ set(INTROSPECTION_ADDITIONAL_LIBRARY_PATH X+ "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}:$ENV{LD_LIBRARY_PATH}" X+ ) X+endif () X+ X add_custom_command( X OUTPUT ${CMAKE_BINARY_DIR}/WebKit2-${WEBKITGTK_API_VERSION}.gir X DEPENDS WebKit2 X DEPENDS ${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.gir X COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations LDFLAGS= X+ LD_LIBRARY_PATH="${INTROSPECTION_ADDITIONAL_LIBRARY_PATH}" X ${INTROSPECTION_SCANNER} X --quiet X --warn-all X@@ -775,6 +788,7 @@ add_custom_command( X DEPENDS ${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.gir X DEPENDS ${CMAKE_BINARY_DIR}/WebKit2-${WEBKITGTK_API_VERSION}.gir X COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations LDFLAGS= X+ LD_LIBRARY_PATH="${INTROSPECTION_ADDITIONAL_LIBRARY_PATH}" X ${INTROSPECTION_SCANNER} X --quiet X --warn-all d7dca33db78d4ea8c545230b99ff5c9f echo x - webkit2-gtk3/files/patch-bug136981 sed 's/^X//' >webkit2-gtk3/files/patch-bug136981 << 'a618d48f46f9517d45f72ef2d388facd' X+2014-10-21 Ting-Wei Lan X+ X+ Cast std::chrono::duration.count() to int64_t in ArgumentCoder X+ https://bugs.webkit.org/show_bug.cgi?id=136981 X+ X+ Reviewed by NOBODY (OOPS!). X+ X+ Explicitly cast the return value of std::chrono::duration.count() to X+ a fixed-size interger type, which prevents compilation error when X+ the return value type matches neither int32_t nor int64_t. X+ X+ * Platform/IPC/ArgumentCoders.h: X+ X 2014-10-20 Michael Catanzaro X X Change the default TLS errors policy to WEBKIT_TLS_ERRORS_POLICY_FAIL X--- Source/WebKit2/Platform/IPC/ArgumentCoders.h X+++ Source/WebKit2/Platform/IPC/ArgumentCoders.h X@@ -107,15 +107,16 @@ template struct ArgumentCoder> { X template struct ArgumentCoder> { X static void encode(ArgumentEncoder& encoder, const std::chrono::duration& duration) X { X- encoder << duration.count(); X+ static_assert(std::is_integral::value && std::is_signed::value && sizeof(Rep) <= sizeof(int64_t), "Rep should be an integer which can be fit in an int64_t."); X+ encoder << static_cast(duration.count()); X } X X static bool decode(ArgumentDecoder& decoder, std::chrono::duration& result) X { X- Rep count; X+ int64_t count; X if (!decoder.decode(count)) X return false; X- result = std::chrono::duration(count); X+ result = std::chrono::duration(static_cast(count)); X return true; X } X }; a618d48f46f9517d45f72ef2d388facd exit