Remove the old, unmaintained and insecure webkit.
ok sthen@ tb@ kn@
This commit is contained in:
parent
6201caa26d
commit
ff3dd8f13c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.871 2018/06/23 21:48:36 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.872 2018/07/25 09:06:19 ajacoutot Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ajaxterm
|
||||
@ -578,7 +578,6 @@
|
||||
SUBDIR += wApua
|
||||
SUBDIR += wbox
|
||||
SUBDIR += webalizer
|
||||
SUBDIR += webkit
|
||||
SUBDIR += webkitgtk4
|
||||
SUBDIR += weboob
|
||||
SUBDIR += weboob,python3
|
||||
|
@ -1,101 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.159 2018/06/08 23:39:50 ajacoutot Exp $
|
||||
|
||||
USE_WXNEEDED = Yes
|
||||
|
||||
PORTROACH = limit:^2\.4
|
||||
|
||||
COMMENT = open source web browser engine for Gtk+
|
||||
BROKEN-alpha = error: Compiler GCC >= 4.7 or Clang >= 3.3 is required for C compilation
|
||||
BROKEN-hppa = error: Compiler GCC >= 4.7 or Clang >= 3.3 is required for C compilation
|
||||
|
||||
V = 2.4.11
|
||||
DISTNAME = webkitgtk-${V}
|
||||
PKGNAME = webkit-${V}
|
||||
EPOCH = 1
|
||||
CATEGORIES = www
|
||||
DPB_PROPERTIES = parallel
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
REVISION = 6
|
||||
|
||||
HOMEPAGE = http://webkitgtk.org/
|
||||
MASTER_SITES = http://webkitgtk.org/releases/
|
||||
|
||||
SHARED_LIBS += javascriptcoregtk-1.0 5.0 # 16.19
|
||||
SHARED_LIBS += webkitgtk-1.0 7.0 # 22.17
|
||||
|
||||
# LGPLv2 and BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} EGL GL ICE SM X11 X11-xcb Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender
|
||||
WANTLIB += Xt Xxf86vm atk-1.0 c cairo drm enchant expat ffi fontconfig
|
||||
WANTLIB += freetype gbm gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
||||
WANTLIB += glapi glib-2.0 gmodule-2.0 gobject-2.0 gpg-error graphite2
|
||||
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
|
||||
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += harfbuzz harfbuzz-icu iconv icudata icui18n icuuc intl
|
||||
WANTLIB += jpeg lzma m orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png secret-1 soup-2.4 sqlite3 webp xcb
|
||||
WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2
|
||||
WANTLIB += xslt z
|
||||
|
||||
MODULES = lang/python \
|
||||
lang/ruby \
|
||||
x11/gnome
|
||||
|
||||
# cant use clang = needs <chrono> header in StdLib ?
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MAKE_FILE = GNUmakefile
|
||||
PORTHOME = ${WRKDIST}
|
||||
|
||||
USE_GMAKE = Yes
|
||||
LIBTOOL_FLAGS = --tag=disable-static
|
||||
|
||||
MODPY_RUNDEP = No
|
||||
MODRUBY_RUNDEP = No
|
||||
MODPY_ADJ_FILES = Tools/gtk/generate-feature-defines-files \
|
||||
Tools/gtk/generate-inspector-gresource-manifest.py
|
||||
|
||||
MODGNOME_CPPFLAGS = -I${X11BASE}/include -DLOG_DISABLED=0
|
||||
MODGNOME_LDFLAGS = -L${X11BASE}/lib -lX11
|
||||
MODGNOME_TOOLS= gobject-introspection
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
# AR_FLAGS: cf http://trac.webkit.org/changeset/163954
|
||||
CONFIGURE_ENV = AR_FLAGS="cru" \
|
||||
ac_cv_path_RUBY=${RUBY}
|
||||
|
||||
CONFIGURE_ARGS = --disable-static \
|
||||
--disable-webkit2 \
|
||||
--enable-spellcheck \
|
||||
--with-gtk=2.0
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
# Turns on -O0 globally, makes jsc work ?
|
||||
CONFIGURE_ARGS += --enable-optimizations=no
|
||||
# XXX huge hack LDFLAGS is already added a bit before
|
||||
CONFIGURE_ENV += COVERAGE_LDFLAGS="-Wl,--relax"
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS = multimedia/gstreamer1/plugins-base \
|
||||
devel/harfbuzz,-icu \
|
||||
textproc/libxslt \
|
||||
textproc/enchant \
|
||||
graphics/libwebp \
|
||||
devel/glib2 \
|
||||
devel/libsoup \
|
||||
x11/gnome/libsecret \
|
||||
x11/gtk+2
|
||||
|
||||
BUILD_DEPENDS = devel/bison \
|
||||
devel/gettext-tools \
|
||||
devel/gperf \
|
||||
geo/geoclue2
|
||||
|
||||
RUN_DEPENDS = geo/geoclue2
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (webkitgtk-2.4.11.tar.xz) = WIrqBRv7rM7Sf9/gM1qVfcqDnr42qlSN85x7uv22W/c=
|
||||
SIZE (webkitgtk-2.4.11.tar.xz) = 9869100
|
@ -1,113 +0,0 @@
|
||||
$OpenBSD: patch-GNUmakefile_in,v 1.40 2016/03/16 07:10:57 ajacoutot Exp $
|
||||
|
||||
- chunk 1->4 : remove silent build lines
|
||||
- chunk 5 : append extra -O0 cflags for sparc64 which otherwise result in overoptimization
|
||||
by emitting a fdtox %r8, %r7 call, whose second operand isn't even and thus invalid.
|
||||
(on Source/JavaScriptCore/runtime/NumberPrototype.cpp)
|
||||
- chunk 6->9 : fix variable quoting to properly install doc in a versionned dir
|
||||
|
||||
--- GNUmakefile.in.orig Mon Mar 14 08:37:14 2016
|
||||
+++ GNUmakefile.in Tue Mar 15 08:11:20 2016
|
||||
@@ -12541,11 +12541,11 @@ am__v_P_0 = false
|
||||
am__v_P_1 = :
|
||||
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
||||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
||||
-am__v_GEN_0 = @echo " GEN " $@;
|
||||
+am__v_GEN_0 =
|
||||
am__v_GEN_1 =
|
||||
AM_V_at = $(am__v_at_@AM_V@)
|
||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
||||
-am__v_at_0 = @
|
||||
+am__v_at_0 =
|
||||
am__v_at_1 =
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@
|
||||
depcomp = $(SHELL) $(top_srcdir)/Source/autotools/depcomp
|
||||
@@ -12555,7 +12555,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
AM_V_CC = $(am__v_CC_@AM_V@)
|
||||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
||||
-am__v_CC_0 = @echo " CC " $@;
|
||||
+am__v_CC_0 =
|
||||
am__v_CC_1 =
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
@@ -12563,13 +12563,13 @@ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
||||
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
||||
-am__v_CCLD_0 = @echo " CCLD " $@;
|
||||
+am__v_CCLD_0 =
|
||||
am__v_CCLD_1 =
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
AM_V_CXX = $(am__v_CXX_@AM_V@)
|
||||
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
|
||||
-am__v_CXX_0 = @echo " CXX " $@;
|
||||
+am__v_CXX_0 =
|
||||
am__v_CXX_1 =
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
@@ -12577,7 +12577,7 @@ CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOL
|
||||
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
|
||||
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
|
||||
-am__v_CXXLD_0 = @echo " CXXLD " $@;
|
||||
+am__v_CXXLD_0 =
|
||||
am__v_CXXLD_1 =
|
||||
SOURCES = $(Libraries_WebExtensions_libWebExtensionTest_la_SOURCES) \
|
||||
$(Libraries_WebExtensions_libWebProcessTest_la_SOURCES) \
|
||||
@@ -72944,7 +72944,7 @@ Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WE
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS) $(CPPFLAGS) $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS) $(CXXFLAGS) -c -o Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberObject.lo `test -f 'Source/JavaScriptCore/runtime/NumberObject.cpp' || echo '$(srcdir)/'`Source/JavaScriptCore/runtime/NumberObject.cpp
|
||||
|
||||
Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.lo: Source/JavaScriptCore/runtime/NumberPrototype.cpp
|
||||
-@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS) $(CPPFLAGS) $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS) $(CXXFLAGS) -MT Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.lo -MD -MP -MF Source/JavaScriptCore/runtime/$(DEPDIR)/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.Tpo -c -o Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.lo `test -f 'Source/JavaScriptCore/runtime/NumberPrototype.cpp' || echo '$(srcdir)/'`Source/JavaScriptCore/runtime/NumberPrototype.cpp
|
||||
+@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS) $(CPPFLAGS) $(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS) $(CXXFLAGS) -O0 -MT Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.lo -MD -MP -MF Source/JavaScriptCore/runtime/$(DEPDIR)/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.Tpo -c -o Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.lo `test -f 'Source/JavaScriptCore/runtime/NumberPrototype.cpp' || echo '$(srcdir)/'`Source/JavaScriptCore/runtime/NumberPrototype.cpp
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) Source/JavaScriptCore/runtime/$(DEPDIR)/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.Tpo Source/JavaScriptCore/runtime/$(DEPDIR)/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='Source/JavaScriptCore/runtime/NumberPrototype.cpp' object='Source/JavaScriptCore/runtime/libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-NumberPrototype.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@@ -82517,8 +82517,8 @@ install-data-local:
|
||||
@ENABLE_WEBKIT1_TRUE@ then echo 1>&2 'No documentation to install' ; \
|
||||
@ENABLE_WEBKIT1_TRUE@ else \
|
||||
@ENABLE_WEBKIT1_TRUE@ DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \
|
||||
-@ENABLE_WEBKIT1_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \
|
||||
-@ENABLE_WEBKIT1_TRUE@ installdir="$(DESTDIR)$(HTML_DIR)/webkitgtk-$(DOC_MODULE_VERSION)"; \
|
||||
+@ENABLE_WEBKIT1_TRUE@ if test -n "$${DOC_MODULE_VERSION}"; then \
|
||||
+@ENABLE_WEBKIT1_TRUE@ installdir="$(DESTDIR)$(HTML_DIR)/webkitgtk-$${DOC_MODULE_VERSION}"; \
|
||||
@ENABLE_WEBKIT1_TRUE@ else \
|
||||
@ENABLE_WEBKIT1_TRUE@ installdir="$(DESTDIR)$(HTML_DIR)/webkitgtk"; \
|
||||
@ENABLE_WEBKIT1_TRUE@ fi; \
|
||||
@@ -82527,9 +82527,9 @@ install-data-local:
|
||||
@ENABLE_WEBKIT1_TRUE@ echo ' $(INSTALL_DATA) '$$i ; \
|
||||
@ENABLE_WEBKIT1_TRUE@ $(INSTALL_DATA) $$i $${installdir}; \
|
||||
@ENABLE_WEBKIT1_TRUE@ done; \
|
||||
-@ENABLE_WEBKIT1_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \
|
||||
+@ENABLE_WEBKIT1_TRUE@ if test -n "$${DOC_MODULE_VERSION}"; then \
|
||||
@ENABLE_WEBKIT1_TRUE@ mv -f $${installdir}/webkitgtk.devhelp2 \
|
||||
-@ENABLE_WEBKIT1_TRUE@ $${installdir}/webkitgtk-$(DOC_MODULE_VERSION).devhelp2; \
|
||||
+@ENABLE_WEBKIT1_TRUE@ $${installdir}/webkitgtk-$${DOC_MODULE_VERSION}.devhelp2; \
|
||||
@ENABLE_WEBKIT1_TRUE@ fi; \
|
||||
@ENABLE_WEBKIT1_TRUE@ fi
|
||||
@ENABLE_WEBKIT2_TRUE@ @installfiles=`echo ./Documentation/webkit2gtk/html/*`; \
|
||||
@@ -82557,8 +82557,8 @@ install-data-local:
|
||||
then echo 1>&2 'No documentation to install' ; \
|
||||
else \
|
||||
DOC_MODULE_VERSION=`cat ./Documentation/webkitdomgtk/version.xml`; \
|
||||
- if test -n "$(DOC_MODULE_VERSION)"; then \
|
||||
- installdir="$(DESTDIR)$(HTML_DIR)/webkitdomgtk-$(DOC_MODULE_VERSION)"; \
|
||||
+ if test -n "$${DOC_MODULE_VERSION}"; then \
|
||||
+ installdir="$(DESTDIR)$(HTML_DIR)/webkitdomgtk-$${DOC_MODULE_VERSION}"; \
|
||||
else \
|
||||
installdir="$(DESTDIR)$(HTML_DIR)/webkitdomgtk"; \
|
||||
fi; \
|
||||
@@ -82567,9 +82567,9 @@ install-data-local:
|
||||
echo ' $(INSTALL_DATA) '$$i ; \
|
||||
$(INSTALL_DATA) $$i $${installdir}; \
|
||||
done; \
|
||||
- if test -n "$(DOC_MODULE_VERSION)"; then \
|
||||
+ if test -n "$${DOC_MODULE_VERSION}"; then \
|
||||
mv -f $${installdir}/webkitdomgtk.devhelp2 \
|
||||
- $${installdir}/webkitdomgtk-$(DOC_MODULE_VERSION).devhelp2; \
|
||||
+ $${installdir}/webkitdomgtk-$${DOC_MODULE_VERSION}.devhelp2; \
|
||||
fi; \
|
||||
fi
|
||||
@ENABLE_GTK_DOC_TRUE@ @$(AM_V_GEN) PKG_CONFIG=$(PKG_CONFIG) $(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_assembler_ARM64Assembler_h,v 1.1 2018/05/26 09:54:19 phessler Exp $
|
||||
|
||||
Index: Source/JavaScriptCore/assembler/ARM64Assembler.h
|
||||
--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig
|
||||
+++ Source/JavaScriptCore/assembler/ARM64Assembler.h
|
||||
@@ -2756,6 +2756,8 @@ class ARM64Assembler { (public)
|
||||
{
|
||||
#if OS(IOS)
|
||||
sys_cache_control(kCacheFunctionPrepareForExecution, code, size);
|
||||
+#elif OS(FREEBSD) || OS(NETBSD) || OS(OPENBSD)
|
||||
+ __clear_cache(code, reinterpret_cast<char*>(code) + size);
|
||||
#else
|
||||
#error "The cacheFlush support is missing on this platform."
|
||||
#endif
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_dfg_DFGNode_h,v 1.1 2014/04/03 15:19:20 sthen Exp $
|
||||
--- Source/JavaScriptCore/dfg/DFGNode.h.orig Thu Apr 3 07:33:56 2014
|
||||
+++ Source/JavaScriptCore/dfg/DFGNode.h Thu Apr 3 07:34:31 2014
|
||||
@@ -146,7 +146,7 @@ struct SwitchData {
|
||||
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) || USE(JSVALUE64) || OS(OPENBSD)
|
||||
explicit OpInfo(size_t value) : m_value(static_cast<uintptr_t>(value)) { }
|
||||
#endif
|
||||
explicit OpInfo(void* value) : m_value(reinterpret_cast<uintptr_t>(value)) { }
|
@ -1,32 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp,v 1.5 2014/09/28 06:52:14 ajacoutot Exp $
|
||||
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129965
|
||||
|
||||
--- Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig Tue Feb 4 17:38:03 2014
|
||||
+++ Source/JavaScriptCore/heap/MachineStackMarker.cpp Fri Feb 14 20:41:39 2014
|
||||
@@ -352,8 +352,10 @@ static size_t getPlatformThreadRegisters(const Platfor
|
||||
#elif USE(PTHREADS)
|
||||
pthread_attr_init(®s);
|
||||
#if HAVE(PTHREAD_NP_H) || OS(NETBSD)
|
||||
+# ifndef __OpenBSD__
|
||||
// e.g. on FreeBSD 5.4, neundorf@kde.org
|
||||
pthread_attr_get_np(platformThread, ®s);
|
||||
+# endif
|
||||
#else
|
||||
// FIXME: this function is non-portable; other POSIX systems may have different np alternatives
|
||||
pthread_getattr_np(platformThread, ®s);
|
||||
@@ -416,7 +418,14 @@ static inline void* otherThreadStackPointer(const Plat
|
||||
#elif USE(PTHREADS)
|
||||
void* stackBase = 0;
|
||||
size_t stackSize = 0;
|
||||
+# if defined(__OpenBSD__)
|
||||
+ stack_t ss;
|
||||
+ int rc = pthread_stackseg_np(pthread_self(), &ss);
|
||||
+ stackBase = (void*)((size_t) ss.ss_sp - ss.ss_size);
|
||||
+ stackSize = ss.ss_size;
|
||||
+#else
|
||||
int rc = pthread_attr_getstack(®s, &stackBase, &stackSize);
|
||||
+#endif
|
||||
(void)rc; // FIXME: Deal with error code somehow? Seems fatal.
|
||||
ASSERT(stackBase);
|
||||
return static_cast<char*>(stackBase) + stackSize;
|
@ -1,10 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_javascriptcoregtk_pc_in,v 1.1 2016/09/01 15:50:30 ajacoutot Exp $
|
||||
--- Source/JavaScriptCore/javascriptcoregtk.pc.in.orig Thu Sep 1 17:47:13 2016
|
||||
+++ Source/JavaScriptCore/javascriptcoregtk.pc.in Thu Sep 1 17:48:19 2016
|
||||
@@ -7,5 +7,5 @@ Name: JavaScriptCoreGTK+
|
||||
Description: GTK+ version of the JavaScriptCore engine
|
||||
Version: @VERSION@
|
||||
Requires: glib-2.0
|
||||
-Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@
|
||||
+Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded
|
||||
Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.3 2014/03/25 06:25:45 landry Exp $
|
||||
|
||||
https://bugs.webkit.org/show_bug.cgi?id=61137
|
||||
|
||||
--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig Tue Feb 4 17:38:03 2014
|
||||
+++ Source/JavaScriptCore/jit/ExecutableAllocator.h Fri Feb 14 20:41:39 2014
|
||||
@@ -104,7 +104,8 @@ class DemandExecutableAllocator;
|
||||
#if ENABLE(EXECUTABLE_ALLOCATOR_FIXED)
|
||||
#if CPU(ARM) || CPU(ARM64)
|
||||
static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024;
|
||||
-#elif CPU(X86_64)
|
||||
+// We don't want an initial allocation of 1GB, it's above the default ulimit
|
||||
+#elif CPU(X86_64) && !defined(__OpenBSD__)
|
||||
static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024;
|
||||
#else
|
||||
static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024;
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h,v 1.3 2014/09/28 06:52:14 ajacoutot Exp $
|
||||
|
||||
https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651
|
||||
|
||||
--- Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h.orig Tue Jan 21 15:06:51 2014
|
||||
+++ Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h Fri Feb 14 20:41:39 2014
|
||||
@@ -154,4 +154,10 @@
|
||||
#define OFFLINE_ASM_GGC 0
|
||||
#endif
|
||||
|
||||
+#if CPU(PPC)
|
||||
+#define OFFLINE_ASM_FOUR_BYTE_BOOL 1
|
||||
+#else
|
||||
+#define OFFLINE_ASM_FOUR_BYTE_BOOL 0
|
||||
+#endif
|
||||
+
|
||||
#endif // LLIntOfflineAsmConfig_h
|
@ -1,19 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm,v 1.5 2016/03/16 07:10:57 ajacoutot Exp $
|
||||
|
||||
https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651
|
||||
|
||||
--- Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm.orig Tue Feb 4 17:38:03 2014
|
||||
+++ Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm Fri Feb 14 20:41:39 2014
|
||||
@@ -2067,7 +2067,11 @@ macro getDeBruijnScope(deBruijinIndexOperand, scopeChe
|
||||
|
||||
loadp CodeBlock[cfr], t1
|
||||
bineq CodeBlock::m_codeType[t1], FunctionCode, .loop
|
||||
- btbz CodeBlock::m_needsActivation[t1], .loop
|
||||
+ if FOUR_BYTE_BOOL
|
||||
+ btiz CodeBlock::m_needsActivation[t1], .loop
|
||||
+ else
|
||||
+ btbz CodeBlock::m_needsActivation[t1], .loop
|
||||
+ end
|
||||
|
||||
loadi CodeBlock::m_activationRegister[t1], t1
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-Source_JavaScriptCore_llint_LowLevelInterpreter_asm,v 1.5 2016/03/16 07:10:57 ajacoutot Exp $
|
||||
|
||||
https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651
|
||||
|
||||
--- Source/JavaScriptCore/llint/LowLevelInterpreter.asm.orig Mon Mar 14 08:09:01 2016
|
||||
+++ Source/JavaScriptCore/llint/LowLevelInterpreter.asm Tue Mar 15 08:11:20 2016
|
||||
@@ -704,6 +704,11 @@ _llint_op_loop_hint:
|
||||
loadp CodeBlock[cfr], t1
|
||||
loadp CodeBlock::m_vm[t1], t1
|
||||
loadb VM::watchdog+Watchdog::m_timerDidFire[t1], t0
|
||||
+ if FOUR_BYTE_BOOL
|
||||
+ loadi VM::watchdog+Watchdog::m_timerDidFire[t1], t0
|
||||
+ else
|
||||
+ loadb VM::watchdog+Watchdog::m_timerDidFire[t1], t0
|
||||
+ end
|
||||
btbnz t0, .handleWatchdogTimer
|
||||
.afterWatchdogTimerCheck:
|
||||
checkSwitchToJITForLoop()
|
@ -1,24 +0,0 @@
|
||||
$OpenBSD: patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port_h,v 1.3 2014/09/28 06:52:14 ajacoutot Exp $
|
||||
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129972
|
||||
|
||||
--- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig Mon Sep 9 11:20:59 2013
|
||||
+++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h Mon Sep 23 22:46:15 2013
|
||||
@@ -225,6 +225,8 @@
|
||||
#define GTEST_OS_HURD 1
|
||||
#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__)
|
||||
#define GTEST_OS_FREEBSD 1
|
||||
+#elif defined __OpenBSD__
|
||||
+#define GTEST_OS_OPENBSD 1
|
||||
#elif defined __MVS__
|
||||
#define GTEST_OS_ZOS 1
|
||||
#elif defined(__sun) && defined(__SVR4)
|
||||
@@ -234,7 +236,7 @@
|
||||
#endif // __CYGWIN__
|
||||
|
||||
#if GTEST_OS_CYGWIN || GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_SYMBIAN || \
|
||||
- GTEST_OS_SOLARIS || GTEST_OS_AIX || GTEST_OS_FREEBSD || GTEST_OS_HURD
|
||||
+ GTEST_OS_SOLARIS || GTEST_OS_AIX || GTEST_OS_FREEBSD || GTEST_OS_OPENBSD || GTEST_OS_HURD
|
||||
|
||||
// On some platforms, <regex.h> needs someone to define size_t, and
|
||||
// won't compile otherwise. We can #include it here as we already
|
@ -1,38 +0,0 @@
|
||||
$OpenBSD: patch-Source_ThirdParty_leveldb_port_port_posix_h,v 1.3 2014/09/28 06:52:14 ajacoutot Exp $
|
||||
|
||||
http://code.google.com/p/leveldb/issues/detail?id=98
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129966
|
||||
|
||||
--- Source/ThirdParty/leveldb/port/port_posix.h.orig Fri Mar 8 23:47:55 2013
|
||||
+++ Source/ThirdParty/leveldb/port/port_posix.h Sat Mar 9 00:19:53 2013
|
||||
@@ -25,10 +25,11 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/endian.h>
|
||||
#define PLATFORM_IS_LITTLE_ENDIAN (_BYTE_ORDER == _LITTLE_ENDIAN)
|
||||
-#elif defined(OS_OPENBSD) || defined(OS_NETBSD) ||\
|
||||
+#elif defined(__OpenBSD__) || defined(OS_NETBSD) ||\
|
||||
defined(OS_DRAGONFLYBSD)
|
||||
#include <sys/types.h>
|
||||
#include <sys/endian.h>
|
||||
+ #define PLATFORM_IS_LITTLE_ENDIAN (BYTE_ORDER == LITTLE_ENDIAN)
|
||||
#elif defined(OS_HPUX)
|
||||
#define PLATFORM_IS_LITTLE_ENDIAN false
|
||||
#elif defined(OS_ANDROID)
|
||||
@@ -54,7 +55,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(OS_MACOSX) || defined(OS_SOLARIS) || defined(OS_FREEBSD) ||\
|
||||
- defined(OS_NETBSD) || defined(OS_OPENBSD) || defined(OS_DRAGONFLYBSD) ||\
|
||||
+ defined(OS_NETBSD) || defined(__OpenBSD__) || defined(OS_DRAGONFLYBSD) ||\
|
||||
defined(OS_ANDROID) || defined(OS_HPUX)
|
||||
// Use fread/fwrite/fflush on platforms without _unlocked variants
|
||||
#define fread_unlocked fread
|
||||
@@ -63,7 +64,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(OS_MACOSX) || defined(OS_FREEBSD) ||\
|
||||
- defined(OS_OPENBSD) || defined(OS_DRAGONFLYBSD)
|
||||
+ defined(__OpenBSD__) || defined(OS_DRAGONFLYBSD)
|
||||
// Use fsync() on platforms without fdatasync()
|
||||
#define fdatasync fsync
|
||||
#endif
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-Source_WTF_wtf_DisallowCType_h,v 1.3 2014/09/28 06:52:14 ajacoutot Exp $
|
||||
|
||||
just, wtf.
|
||||
error:
|
||||
'isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
|
||||
was not declared in this scope
|
||||
|
||||
--- Source/WTF/wtf/DisallowCType.h.orig Thu Jan 23 17:49:58 2014
|
||||
+++ Source/WTF/wtf/DisallowCType.h Fri Feb 14 22:53:44 2014
|
||||
@@ -41,7 +41,7 @@
|
||||
// or <glib/gi18n-lib.h>, which in turn include <xlocale/_ctype.h> which uses
|
||||
// isacii().
|
||||
#include <wtf/Platform.h>
|
||||
-#if !(OS(DARWIN) && PLATFORM(GTK)) && !PLATFORM(EFL) && !defined(_LIBCPP_VERSION)
|
||||
+#if !((OS(OPENBSD) || OS(DARWIN)) && PLATFORM(GTK)) && !PLATFORM(EFL) && !defined(_LIBCPP_VERSION)
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Source_WTF_wtf_InlineASM_h,v 1.1 2013/04/13 09:11:02 landry Exp $
|
||||
--- Source/WTF/wtf/InlineASM.h.orig Sat Mar 9 21:30:13 2013
|
||||
+++ Source/WTF/wtf/InlineASM.h Sat Mar 9 21:30:27 2013
|
||||
@@ -42,7 +42,7 @@
|
||||
#define THUMB_FUNC_PARAM(name)
|
||||
#endif
|
||||
|
||||
-#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64)
|
||||
+#if (OS(LINUX) || OS(FREEBSD) || OS(OPENBSD)) && CPU(X86_64)
|
||||
#define GLOBAL_REFERENCE(name) #name "@plt"
|
||||
#elif CPU(X86) && COMPILER(MINGW)
|
||||
#define GLOBAL_REFERENCE(name) "@" #name "@4"
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-Source_WTF_wtf_MathExtras_h,v 1.4 2015/05/20 15:32:54 ajacoutot Exp $
|
||||
|
||||
signbit & isfinite are defined in gcc's cmath for 4.6 & 4.8..
|
||||
so partly revert https://bugs.webkit.org/show_bug.cgi?id=19975, make it conditional to older gcc
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129927
|
||||
|
||||
--- Source/WTF/wtf/MathExtras.h.orig Wed May 20 11:03:24 2015
|
||||
+++ Source/WTF/wtf/MathExtras.h Wed May 20 15:16:37 2015
|
||||
@@ -100,7 +100,8 @@ inline bool isinf(double x) { return !finite(x) && !is
|
||||
|
||||
#endif
|
||||
|
||||
-#if OS(OPENBSD)
|
||||
+/* isfinite and signbit exist in gcc 4.6 or 4.8, not in 4.2 */
|
||||
+#if OS(OPENBSD) && (defined(__GNUC__) && __GNUC__ >= 4 && __GNUC_MINOR__ <= 2)
|
||||
|
||||
namespace std {
|
||||
|
@ -1,79 +0,0 @@
|
||||
$OpenBSD: patch-Source_WTF_wtf_Platform_h,v 1.7 2015/05/20 15:32:54 ajacoutot Exp $
|
||||
|
||||
https://bugs.webkit.org/show_bug.cgi?id=113638
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129839
|
||||
https://bugs.webkit.org/show_bug.cgi?id=126502
|
||||
https://bugs.webkit.org/show_bug.cgi?id=128898
|
||||
https://bugs.webkit.org/show_bug.cgi?id=128549
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129963
|
||||
|
||||
http://trac.webkit.org/changeset/164220
|
||||
|
||||
sparc defines/code was removed upstream in:
|
||||
http://trac.webkit.org/changeset/159817
|
||||
|
||||
last chunk needed to build on ppc/sparc64, otherwise yarr jit and
|
||||
assembler is enabled (because of llint cloop) but there's no asm
|
||||
for those
|
||||
|
||||
--- Source/WTF/wtf/Platform.h.orig Wed May 20 11:03:24 2015
|
||||
+++ Source/WTF/wtf/Platform.h Wed May 20 15:23:50 2015
|
||||
@@ -71,6 +71,12 @@
|
||||
#define WTF_CPU_BIG_ENDIAN 1
|
||||
#endif
|
||||
|
||||
+/* CPU(SPARC64) - Sun Sparc64 */
|
||||
+#if defined(__sparc64__)
|
||||
+#define WTF_CPU_SPARC64 1
|
||||
+#define WTF_CPU_BIG_ENDIAN 1
|
||||
+#endif
|
||||
+
|
||||
/* CPU(IA64) - Itanium / IA-64 */
|
||||
#if defined(__ia64__)
|
||||
#define WTF_CPU_IA64 1
|
||||
@@ -330,7 +336,7 @@
|
||||
|
||||
#endif /* ARM */
|
||||
|
||||
-#if CPU(ARM) || CPU(MIPS) || CPU(SH4)
|
||||
+#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC64)
|
||||
#define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
|
||||
#endif
|
||||
|
||||
@@ -658,7 +664,8 @@
|
||||
|| CPU(S390X) \
|
||||
|| CPU(MIPS64) \
|
||||
|| CPU(PPC64) \
|
||||
- || CPU(PPC64LE)
|
||||
+ || CPU(PPC64LE) \
|
||||
+ || CPU(SPARC64)
|
||||
#define WTF_USE_JSVALUE64 1
|
||||
#else
|
||||
#define WTF_USE_JSVALUE32_64 1
|
||||
@@ -725,7 +732,7 @@
|
||||
low-level interpreter. */
|
||||
#if !defined(ENABLE_LLINT) \
|
||||
&& ENABLE(JIT) \
|
||||
- && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(HURD)) \
|
||||
+ && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(OPENBSD) || OS(HURD)) \
|
||||
&& (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK)) \
|
||||
&& (CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM_TRADITIONAL) || CPU(ARM64) || CPU(MIPS) || CPU(SH4))
|
||||
#define ENABLE_LLINT 1
|
||||
@@ -733,7 +740,7 @@
|
||||
|
||||
#if !defined(ENABLE_DFG_JIT) && ENABLE(JIT) && !COMPILER(MSVC)
|
||||
/* Enable the DFG JIT on X86 and X86_64. */
|
||||
-#if (CPU(X86) || CPU(X86_64)) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(HURD))
|
||||
+#if (CPU(X86) || CPU(X86_64)) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(OPENBSD) || OS(HURD))
|
||||
#define ENABLE_DFG_JIT 1
|
||||
#endif
|
||||
/* Enable the DFG JIT on ARMv7. Only tested on iOS and Qt/GTK+ Linux. */
|
||||
@@ -824,7 +831,7 @@
|
||||
#define ENABLE_REGEXP_TRACING 0
|
||||
|
||||
/* Yet Another Regex Runtime - turned on by default for JIT enabled ports. */
|
||||
-#if !defined(ENABLE_YARR_JIT) && (ENABLE(JIT) || ENABLE(LLINT_C_LOOP))
|
||||
+#if !defined(ENABLE_YARR_JIT) && ENABLE(JIT)
|
||||
#define ENABLE_YARR_JIT 1
|
||||
|
||||
/* Setting this flag compares JIT results with interpreter results. */
|
@ -1,31 +0,0 @@
|
||||
$OpenBSD: patch-Source_WTF_wtf_RAMSize_cpp,v 1.2 2014/03/25 06:25:45 landry Exp $
|
||||
--- Source/WTF/wtf/RAMSize.cpp.orig Tue Jan 21 15:06:51 2014
|
||||
+++ Source/WTF/wtf/RAMSize.cpp Fri Feb 14 20:41:39 2014
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "RAMSize.h"
|
||||
|
||||
#include "StdLibExtras.h"
|
||||
-#if OS(DARWIN)
|
||||
+#if OS(DARWIN) || OS(OPENBSD)
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
@@ -43,13 +43,17 @@ static const size_t ramSizeGuess = 128 * MB;
|
||||
|
||||
static size_t computeRAMSize()
|
||||
{
|
||||
-#if OS(DARWIN)
|
||||
+#if OS(DARWIN) || OS(OPENBSD)
|
||||
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)
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-Source_WTF_wtf_dtoa_utils_h,v 1.6 2015/11/09 09:29:05 landry Exp $
|
||||
|
||||
Fix build on sparc64
|
||||
|
||||
--- Source/WTF/wtf/dtoa/utils.h.orig Wed May 20 03:03:24 2015
|
||||
+++ Source/WTF/wtf/dtoa/utils.h Sun Nov 1 00:44:32 2015
|
||||
@@ -49,7 +49,7 @@
|
||||
defined(__ARMEL__) || \
|
||||
defined(_MIPS_ARCH_MIPS32R2)
|
||||
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
|
||||
-#elif CPU(MIPS) || CPU(MIPS64) || CPU(PPC) || CPU(PPC64) || CPU(PPC64LE) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA)
|
||||
+#elif CPU(MIPS) || CPU(MIPS64) || CPU(PPC) || CPU(PPC64) || CPU(PPC64LE) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA) || CPU(SPARC64)
|
||||
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
|
||||
#elif defined(_M_IX86) || defined(__i386__)
|
||||
#if defined(_WIN32)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Source_WebCore_plugins_PluginDatabase_cpp,v 1.3 2014/03/25 06:25:45 landry Exp $
|
||||
--- Source/WebCore/plugins/PluginDatabase.cpp.orig Tue Jan 21 15:06:51 2014
|
||||
+++ Source/WebCore/plugins/PluginDatabase.cpp Fri Feb 14 20:41:39 2014
|
||||
@@ -395,7 +395,7 @@ Vector<String> PluginDatabase::defaultPluginDirectorie
|
||||
paths.append(userPluginPath);
|
||||
|
||||
paths.append("/usr/lib/browser/plugins");
|
||||
- paths.append("/usr/local/lib/mozilla/plugins");
|
||||
+ paths.append("${LOCALBASE}/lib/mozilla/plugins");
|
||||
paths.append("/usr/lib/firefox/plugins");
|
||||
paths.append("/usr/lib64/browser-plugins");
|
||||
paths.append("/usr/lib/browser-plugins");
|
@ -1,10 +0,0 @@
|
||||
$OpenBSD: patch-Source_WebKit2_webkit2gtk-web-extension_pc_in,v 1.1 2016/09/01 15:50:30 ajacoutot Exp $
|
||||
--- Source/WebKit2/webkit2gtk-web-extension.pc.in.orig Thu Sep 1 17:47:04 2016
|
||||
+++ Source/WebKit2/webkit2gtk-web-extension.pc.in Thu Sep 1 17:48:10 2016
|
||||
@@ -7,5 +7,5 @@ Name: WebKit2WebExtension
|
||||
Description: WebKit web process extensions
|
||||
Version: @VERSION@
|
||||
Requires: glib-2.0 gtk+-@GTK_API_VERSION@ libsoup-2.4 javascriptcoregtk-@WEBKITGTK_API_VERSION@
|
||||
-Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@
|
||||
+Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded
|
||||
Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@
|
@ -1,10 +0,0 @@
|
||||
$OpenBSD: patch-Source_WebKit2_webkit2gtk_pc_in,v 1.1 2016/09/01 15:50:30 ajacoutot Exp $
|
||||
--- Source/WebKit2/webkit2gtk.pc.in.orig Thu Sep 1 17:47:07 2016
|
||||
+++ Source/WebKit2/webkit2gtk.pc.in Thu Sep 1 17:48:13 2016
|
||||
@@ -7,5 +7,5 @@ Name: WebKit2
|
||||
Description: Web content engine for GTK+
|
||||
Version: @VERSION@
|
||||
Requires: glib-2.0 gtk+-@GTK_API_VERSION@ libsoup-2.4 javascriptcoregtk-@WEBKITGTK_API_VERSION@
|
||||
-Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@
|
||||
+Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded
|
||||
Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-Tools_MiniBrowser_gtk_main_c,v 1.3 2014/09/28 06:52:14 ajacoutot Exp $
|
||||
|
||||
Dont assume we're running from the src/objdir
|
||||
|
||||
--- Tools/MiniBrowser/gtk/main.c.orig Mon Mar 17 09:08:24 2014
|
||||
+++ Tools/MiniBrowser/gtk/main.c Tue Mar 18 07:58:48 2014
|
||||
@@ -265,8 +265,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
g_option_context_free (context);
|
||||
|
||||
- g_setenv("WEBKIT_INJECTED_BUNDLE_PATH", WEBKIT_INJECTED_BUNDLE_PATH, FALSE);
|
||||
-
|
||||
// Enable the favicon database, by specifying the default directory.
|
||||
webkit_web_context_set_favicon_database_directory(webkit_web_context_get_default(), NULL);
|
||||
|
@ -1,72 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.25 2016/03/16 07:10:57 ajacoutot Exp $
|
||||
|
||||
- Chunk 1: GNOME Bug 627126 - gsettings schema files don't get installed on FreeBSD
|
||||
glib commit 136e705e8383ff8848e425ac01278102d7badc52
|
||||
|
||||
- Chunk 2 : no librt on OpenBSD
|
||||
https://bugs.webkit.org/show_bug.cgi?id=129973
|
||||
|
||||
- Chunk 3 : Don't force the use of -O2, the ports infrastructure
|
||||
takes care of that
|
||||
|
||||
--- configure.orig Mon Mar 14 08:37:02 2016
|
||||
+++ configure Tue Mar 15 08:11:20 2016
|
||||
@@ -18338,26 +18338,14 @@ gsettings__enum_file = $(addsuffix .enums.xml,$(gsetti
|
||||
|
||||
all-am: $(gsettings_SCHEMAS:.xml=.valid)
|
||||
uninstall-am: uninstall-gsettings-schemas
|
||||
-install-data-am: install-gsettings-schemas
|
||||
+install-data-am:
|
||||
|
||||
.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)
|
||||
+install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"
|
||||
- @list='\''$(gsettings__enum_file) $(gsettings_SCHEMAS)'\''; test -n "$(gsettingsschemadir)" || list=; \
|
||||
- for p in $$list; do \
|
||||
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
- echo "$$d$$p"; \
|
||||
- done | $(gsettings__base_list) | \
|
||||
- while read files; do \
|
||||
- echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \
|
||||
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \
|
||||
- done
|
||||
+ $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"
|
||||
test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
|
||||
|
||||
uninstall-gsettings-schemas:
|
||||
@@ -21366,7 +21354,7 @@ if test "$found_opengl" = "yes"; then
|
||||
fi
|
||||
if test "$enable_egl" = "yes"; then
|
||||
acceleration_description="$acceleration_description, egl"
|
||||
- OPENGL_LIBS="$OPENGL_LIBS -lEGL"
|
||||
+ OPENGL_LIBS="$OPENGL_LIBS -lEGL -lgbm"
|
||||
fi
|
||||
if test "$enable_glx" = "yes"; then
|
||||
acceleration_description="$acceleration_description, glx"
|
||||
@@ -21944,7 +21932,7 @@ $as_echo "$ac_cv_search_shm_open" >&6; }
|
||||
ac_res=$ac_cv_search_shm_open
|
||||
if test "$ac_res" != no; then :
|
||||
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
|
||||
- SHM_LIBS="-lrt"
|
||||
+ SHM_LIBS=""
|
||||
fi
|
||||
|
||||
|
||||
@@ -22640,8 +22628,8 @@ fi
|
||||
|
||||
# Add the appropriate 'O' level for optimized builds.
|
||||
if test "$enable_optimizations" = "yes"; then
|
||||
- CXXFLAGS="$CXXFLAGS -O2"
|
||||
- CFLAGS="$CFLAGS -O2"
|
||||
+ CXXFLAGS="$CXXFLAGS"
|
||||
+ CFLAGS="$CFLAGS"
|
||||
|
||||
if test "$c_compiler" = "gcc"; then
|
||||
CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2"
|
@ -1,3 +0,0 @@
|
||||
WebKitGtk+ is an open source web browser rendering engine for Gtk+.
|
||||
WebKit's HTML and JavaScript code began as a branch of the KHTML and
|
||||
KJS libraries from KDE.
|
@ -1,2 +0,0 @@
|
||||
!!! WARNING: WebKitGTK+ 2.4 is known to have many security vulnerabilities that
|
||||
!!! will NOT be fixed. Avoid browsing with it.
|
@ -1,578 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.25 2017/11/19 13:23:18 ajacoutot Exp $
|
||||
@pkgpath www/webkit,gtk3
|
||||
@conflict webkit-gtk3-*
|
||||
@bin bin/jsc-1
|
||||
include/webkitgtk-1.0/
|
||||
include/webkitgtk-1.0/JavaScriptCore/
|
||||
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/
|
||||
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/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/
|
||||
include/webkitgtk-1.0/webkit2/WebKitAuthenticationRequest.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitBackForwardList.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitBackForwardListItem.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitCertificateInfo.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/WebKitCredential.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/WebKitFaviconDatabase.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/WebKitForwardDeclarations.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitFrame.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/WebKitScriptWorld.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitSecurityManager.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/WebKitWebExtension.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitWebInspector.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitWebPage.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/WebKitWebViewGroup.h
|
||||
include/webkitgtk-1.0/webkit2/WebKitWindowProperties.h
|
||||
include/webkitgtk-1.0/webkit2/webkit-web-extension.h
|
||||
include/webkitgtk-1.0/webkit2/webkit2.h
|
||||
include/webkitgtk-1.0/webkitdom/
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMAttr.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMAudioTrack.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMAudioTrackList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMBarProp.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMBatteryManager.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMBlob.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCDATASection.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCSSRule.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCSSRuleList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCSSStyleDeclaration.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCSSStyleSheet.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCSSValue.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCharacterData.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMComment.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMConsole.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMCustom.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMApplicationCache.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMImplementation.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMMimeType.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMMimeTypeArray.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMPlugin.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMPluginArray.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSecurityPolicy.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSelection.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSettableTokenList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMStringList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMStringMap.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMTokenList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMWindow.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDOMWindowCSS.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDatabase.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDeprecated.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDocument.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDocumentFragment.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMDocumentType.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMEntityReference.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMEvent.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMEventTarget.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMFile.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMFileList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMGamepad.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMGamepadList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMGeolocation.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAnchorElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAppletElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAreaElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAudioElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBRElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBaseElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBaseFontElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBodyElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLButtonElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLCanvasElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLCollection.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDListElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDetailsElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDirectoryElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDivElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDocument.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLEmbedElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFieldSetElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFontElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFormElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFrameElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFrameSetElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHRElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHeadElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHeadingElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHtmlElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLIFrameElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLImageElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLInputElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLKeygenElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLIElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLabelElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLegendElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLinkElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMapElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMarqueeElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMediaElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMenuElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMetaElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLModElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOListElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLObjectElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOptGroupElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOptionElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOptionsCollection.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLParagraphElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLParamElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLPreElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLQuoteElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLScriptElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLSelectElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLStyleElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableCellElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableColElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableRowElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableSectionElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTextAreaElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTitleElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLUListElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLVideoElement.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMHistory.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMKeyboardEvent.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMLocation.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMMediaController.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMMediaError.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMMediaList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMMediaQueryList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMMessagePort.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMMouseEvent.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMNamedNodeMap.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMNavigator.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMNode.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMNodeFilter.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMNodeIterator.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMNodeList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMObject.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMPerformance.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceEntry.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceEntryList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceNavigation.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceTiming.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMProcessingInstruction.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMRange.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMScreen.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMShadowRoot.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMStorage.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMStorageInfo.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMStorageQuota.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMStyleMedia.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMStyleSheet.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMStyleSheetList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMText.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrack.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrackCue.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrackCueList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrackList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTimeRanges.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTouch.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTrackEvent.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMTreeWalker.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMUIEvent.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMValidityState.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMVideoPlaybackQuality.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMVideoTrack.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMVideoTrackList.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMWebKitNamedFlow.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMWebKitPoint.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMWheelEvent.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMXPathExpression.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMXPathNSResolver.h
|
||||
include/webkitgtk-1.0/webkitdom/WebKitDOMXPathResult.h
|
||||
include/webkitgtk-1.0/webkitdom/webkitdom.h
|
||||
include/webkitgtk-1.0/webkitdom/webkitdomdefines.h
|
||||
lib/girepository-1.0/JavaScriptCore-1.0.typelib
|
||||
lib/girepository-1.0/WebKit-1.0.typelib
|
||||
lib/libjavascriptcoregtk-1.0.la
|
||||
@lib lib/libjavascriptcoregtk-1.0.so.${LIBjavascriptcoregtk-1.0_VERSION}
|
||||
lib/libwebkitgtk-1.0.la
|
||||
@lib lib/libwebkitgtk-1.0.so.${LIBwebkitgtk-1.0_VERSION}
|
||||
lib/pkgconfig/javascriptcoregtk-1.0.pc
|
||||
lib/pkgconfig/webkit-1.0.pc
|
||||
share/gir-1.0/JavaScriptCore-1.0.gir
|
||||
share/gir-1.0/WebKit-1.0.gir
|
||||
share/gtk-doc/html/webkitdomgtk/
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html
|
||||
share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html
|
||||
share/gtk-doc/html/webkitdomgtk/annotation-glossary.html
|
||||
share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html
|
||||
share/gtk-doc/html/webkitdomgtk/ch01.html
|
||||
share/gtk-doc/html/webkitdomgtk/home.png
|
||||
share/gtk-doc/html/webkitdomgtk/index-all.html
|
||||
share/gtk-doc/html/webkitdomgtk/index.html
|
||||
share/gtk-doc/html/webkitdomgtk/left-insensitive.png
|
||||
share/gtk-doc/html/webkitdomgtk/left.png
|
||||
share/gtk-doc/html/webkitdomgtk/right-insensitive.png
|
||||
share/gtk-doc/html/webkitdomgtk/right.png
|
||||
share/gtk-doc/html/webkitdomgtk/style.css
|
||||
share/gtk-doc/html/webkitdomgtk/up-insensitive.png
|
||||
share/gtk-doc/html/webkitdomgtk/up.png
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html
|
||||
share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2
|
||||
share/gtk-doc/html/webkitgtk/
|
||||
share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebFrame.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebInspector.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebResource.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebSettings.html
|
||||
share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html
|
||||
share/gtk-doc/html/webkitgtk/annotation-glossary.html
|
||||
share/gtk-doc/html/webkitgtk/ch01.html
|
||||
share/gtk-doc/html/webkitgtk/ch02.html
|
||||
share/gtk-doc/html/webkitgtk/ch03.html
|
||||
share/gtk-doc/html/webkitgtk/home.png
|
||||
share/gtk-doc/html/webkitgtk/index-1.0.1.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.0.2.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.0.3.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.1.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.10.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.11.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.13.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.14.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.15.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.16.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.17.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.18.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.2.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.20.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.23.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.3.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.4.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.5.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.6.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.7.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.1.8.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.3.1.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.3.2.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.3.3.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.3.4.html
|
||||
share/gtk-doc/html/webkitgtk/index-1.3.8.html
|
||||
share/gtk-doc/html/webkitgtk/index-all.html
|
||||
share/gtk-doc/html/webkitgtk/index-deprecated.html
|
||||
share/gtk-doc/html/webkitgtk/index.html
|
||||
share/gtk-doc/html/webkitgtk/left-insensitive.png
|
||||
share/gtk-doc/html/webkitgtk/left.png
|
||||
share/gtk-doc/html/webkitgtk/right-insensitive.png
|
||||
share/gtk-doc/html/webkitgtk/right.png
|
||||
share/gtk-doc/html/webkitgtk/style.css
|
||||
share/gtk-doc/html/webkitgtk/up-insensitive.png
|
||||
share/gtk-doc/html/webkitgtk/up.png
|
||||
share/gtk-doc/html/webkitgtk/webkit-environment.html
|
||||
share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html
|
||||
share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html
|
||||
share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html
|
||||
share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2
|
||||
share/locale/ar/LC_MESSAGES/WebKitGTK-2.0.mo
|
||||
share/locale/as/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/hi/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/ja/LC_MESSAGES/WebKitGTK-2.0.mo
|
||||
share/locale/kn/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/ml/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/or/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/ro/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/ta/LC_MESSAGES/WebKitGTK-2.0.mo
|
||||
share/locale/te/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/locale/zh_TW/LC_MESSAGES/WebKitGTK-2.0.mo
|
||||
share/webkitgtk-1.0/
|
||||
share/webkitgtk-1.0/images/
|
||||
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/
|
||||
share/webkitgtk-1.0/resources/audio/
|
||||
share/webkitgtk-1.0/resources/audio/Composite.wav
|
||||
share/webkitgtk-1.0/resources/error.html
|
Loading…
x
Reference in New Issue
Block a user