diff options
author | leot <leot@pkgsrc.org> | 2016-05-30 19:11:31 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-05-30 19:11:31 +0000 |
commit | e83b4d289694e7aed000d4dbee448b6d93c4470a (patch) | |
tree | a30289158c3659773f682dc9ffe6af8cdfbade3c /www | |
parent | ee0ac098e602fc492093773f85283cbe677b36ae (diff) | |
download | pkgsrc-e83b4d289694e7aed000d4dbee448b6d93c4470a.tar.gz |
Update www/webkit-gtk to 2.12.3
Changes:
==================
WebKitGTK+ 2.12.3
==================
What's new in WebKitGTK+ 2.12.3?
- Improved the detection of supported MIME types supported by the media player.
- Fix web process crash when playing adaptive streaming media.
- Change the volume while thumb slider is dragged, not only when released.
- Fix leaked thread in network process.
- Fix several crashes and rendering issues.
- Translation updates: Hungarian.
- Security fixes: CVE-2016-1857, CVE-2016-1856.
==================
WebKitGTK+ 2.12.2
==================
What's new in WebKitGTK+ 2.12.2?
- Fix rendering of scrollbars with GTK themes using stepper buttons.
- Fix compatibility issue with 2.12.1 regarding local storage access from file URLs.
- Make menu list buttons use the text color from the theme.
- Do not show resize grip in non-resizable text fields.
- Fix accessibility events causing Orca to echo key presses instead of speaking the
inserted characters in password fields.
- Fix an off by one error in hyphenation.
- Fix several crashes and rendering issues.
- Fix the build with libjpeg v9.
- Translation updates: Bulgarian, Finnish, Greek, Italian, Turkish.
==================
WebKitGTK+ 2.12.1
==================
What's new in WebKitGTK+ 2.12.1?
- Fix spotify player.
- Improve themed control elements rendering to better match GTK+ widgets.
- Make remote web inspector work again.
- Fix several crashes and rendering issues.
- Fix several memory leaks.
- Fix the build in Linux / PowerPC.
- Fix detection of S390X and PPC64 architectures.
- Fix the build in glibc-based BSD systems
- Translation updates: Brazilian Portuguese.
==================
WebKitGTK+ 2.12.0
==================
What's new in WebKitGTK+ 2.12.0?
- Enable GSS-Negotiate support when available in libsoup.
- Fix overlay scrollbar indicator position.
- Fix smooth scrolling behavior that was not fixed in all cases in 2.11.92.
- Fix the build with newer versions of GCC and clang.
==================
WebKitGTK+ 2.11.92
==================
What's new in WebKitGTK+ 2.11.92?
- Revert the patch to limit the number of tiles according to the visible area introduced in 2.11.90,
because it caused rendering issues in several popular websites.
- Fix scrollbars rendering again with GTK+ >= 3.19.11.
- Fix rendering of slider input elements.
- Fix rendering artifacts when using a web view background color.
- Make webkit_web_context_clear_cache() work again.
- Fix smooth scrolling behavior that was changed by mistake.
- Don't force ENABLE_INTROSPECTION=OFF on Mac.
- Install WebProcess and NetworkProcess on OSX when not building the Mac port.
==================
WebKitGTK+ 2.11.91
==================
What's new in WebKitGTK+ 2.11.91?
- Do not show stale contents after session restore.
- Fix flickering and rendering artifacts when entering accelerated compositing mode
before the web view is realized.
- Fix several rendering issues and crashes.
- Fix build with FTL enabled in FreeBSD.
- Translation updates: Polish.
==================
WebKitGTK+ 2.11.90
==================
What's new in WebKitGTK+ 2.11.90?
- Switch to use overlay scrollbars like all other GTK+ widgets and ensure the behavior
is consistent with GTK+ too.
- Limit the number of tiles according to the visible area. This was causing a huge memory
consumption with some websites.
- Fix toggle buttons rendering with GTK+ 3.19.
- Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled.
- Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError parameters of signals.
- Fix several memory leaks.
=================
WebKitGTK+ 2.11.5
=================
What's new in WebKitGTK+ 2.11.5?
- Switch FTL to use B3 backend instead of LLVM.
- Add support for windowless NPAPI plugins with no UI in non X11 platforms.
- Fix a deadlock in the Web Process when JavaScript garbage collector was running for a web
worker thread that made google maps to hang.
- Fix a Web Process crash when quickly attempting many DnD operations.
- Fix scrollbars rendering with older versions of GTK+.
- Fix a crash when creating a WebKitWebView without providing a WebKitWebContext.
=================
WebKitGTK+ 2.11.4
=================
What's new in WebKitGTK+ 2.11.4?
- Prefer to link to LLVM shared libraries when building with FTL enabled.
- Fix runtime errors when serializing/deserializing session state.
- Fix critical warnings when loading a URL after a session restore.
- Fix the build with GTK+ < 3.14.
- Fix the build with video support disabled.
=================
WebKitGTK+ 2.11.3
=================
What's new in WebKitGTK+ 2.11.3?
- NetworkProcess is now used unconditionally. The shared secondary process model is now
the same as using the multiple process model and setting a process limit of 1.
- Disable DNS prefetch when a proxy is configured.
- Reduce the maximum simultaneous network connections to match other browsers.
- Extend notifications API to notify WebKit when a notification is clicked by the user.
- Add new API to save and restore a WebView session.
- Add Web Extensions API to be notified about console messages.
- Add WebKitURIRequest API to get the HTTP method.
- Add API to handle beforeunload events.
- Make WebKitWebView always propagate motion-notify-event signal.
- Add a way to force accelerating compositing mode at runtime using an environment variable.
- Fix input elements and scrollbars rendering with GTK+ 3.19.
- Fix a crash in the UI process when the WebView is destroyed while the screensaver DBus proxy
is being created.
- Fix a WebProcess crash when loading large contents with custom URI schemes API.
- Fix UI process crashes related to not having a main resource response when the load is committed
for pages restored from the history cache.
- Translation updates: French, German, Turkish
=================
WebKitGTK+ 2.11.2
=================
What's new in WebKitGTK+ 2.11.2?
- Enable FTL by default in JavaScriptCore for x86_64.
- Improved media backend performance by better handling glib main loop sources.
- Fix rendering of lines when using solid colors.
- Fix web process crashes due to BadDrawable X errors in accelerated compositing mode.
- Translation updates: Italian.
=================
WebKitGTK+ 2.11.1
=================
What's new in WebKitGTK+ 2.11.1?
- Improved general performance by better handling glib main loop sources.
- Add autocleanups support to GObjects exposed in public API.
- Fixed dashed and dotted border painting.
- Upload the accelerated canvas as a texture by copying via GPU directly.
- Popup menus no longer use a nested main loop.
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk/Makefile | 5 | ||||
-rw-r--r-- | www/webkit-gtk/PLIST | 18 | ||||
-rw-r--r-- | www/webkit-gtk/distinfo | 13 | ||||
-rw-r--r-- | www/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp | 13 | ||||
-rw-r--r-- | www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake | 22 |
5 files changed, 28 insertions, 43 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 230cd84668a..fbe7b100d32 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.112 2016/05/03 11:40:10 prlw1 Exp $ +# $NetBSD: Makefile,v 1.113 2016/05/30 19:11:31 leot Exp $ -DISTNAME= webkitgtk-2.10.9 +DISTNAME= webkitgtk-2.12.3 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webkitgtk.org/releases/ EXTRACT_SUFX= .tar.xz diff --git a/www/webkit-gtk/PLIST b/www/webkit-gtk/PLIST index 49cf1209d6d..c5e9a65d1de 100644 --- a/www/webkit-gtk/PLIST +++ b/www/webkit-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2016/04/12 07:58:04 leot Exp $ +@comment $NetBSD: PLIST,v 1.34 2016/05/30 19:11:31 leot Exp $ bin/MiniBrowser bin/jsc include/webkitgtk-4.0/JavaScriptCore/JSBase.h @@ -9,9 +9,11 @@ include/webkitgtk-4.0/JavaScriptCore/JSValueRef.h include/webkitgtk-4.0/JavaScriptCore/JavaScript.h include/webkitgtk-4.0/JavaScriptCore/WebKitAvailability.h include/webkitgtk-4.0/webkit2/WebKitAuthenticationRequest.h +include/webkitgtk-4.0/webkit2/WebKitAutocleanups.h include/webkitgtk-4.0/webkit2/WebKitBackForwardList.h include/webkitgtk-4.0/webkit2/WebKitBackForwardListItem.h include/webkitgtk-4.0/webkit2/WebKitColorChooserRequest.h +include/webkitgtk-4.0/webkit2/WebKitConsoleMessage.h include/webkitgtk-4.0/webkit2/WebKitContextMenu.h include/webkitgtk-4.0/webkit2/WebKitContextMenuActions.h include/webkitgtk-4.0/webkit2/WebKitContextMenuItem.h @@ -57,12 +59,14 @@ include/webkitgtk-4.0/webkit2/WebKitVersion.h include/webkitgtk-4.0/webkit2/WebKitWebContext.h include/webkitgtk-4.0/webkit2/WebKitWebEditor.h include/webkitgtk-4.0/webkit2/WebKitWebExtension.h +include/webkitgtk-4.0/webkit2/WebKitWebExtensionAutocleanups.h include/webkitgtk-4.0/webkit2/WebKitWebHitTestResult.h include/webkitgtk-4.0/webkit2/WebKitWebInspector.h include/webkitgtk-4.0/webkit2/WebKitWebPage.h include/webkitgtk-4.0/webkit2/WebKitWebResource.h include/webkitgtk-4.0/webkit2/WebKitWebView.h include/webkitgtk-4.0/webkit2/WebKitWebViewBase.h +include/webkitgtk-4.0/webkit2/WebKitWebViewSessionState.h include/webkitgtk-4.0/webkit2/WebKitWebsiteDataManager.h include/webkitgtk-4.0/webkit2/WebKitWindowProperties.h include/webkitgtk-4.0/webkit2/webkit-web-extension.h @@ -94,9 +98,7 @@ include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeTypeArray.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPlugin.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPluginArray.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSecurityPolicy.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSelection.h -include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSettableTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMTokenList.h @@ -115,7 +117,6 @@ include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentTypeUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMElementUnstable.h -include/webkitgtk-4.0/webkitdom/WebKitDOMEntityReference.h include/webkitgtk-4.0/webkitdom/WebKitDOMEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventTarget.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventUnstable.h @@ -132,7 +133,6 @@ include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAudioElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBRElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseElement.h -include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseFontElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBodyElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElementUnstable.h @@ -215,6 +215,7 @@ include/webkitgtk-4.0/webkitdom/WebKitDOMMediaDevices.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaError.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaQueryList.h +include/webkitgtk-4.0/webkitdom/WebKitDOMMediaTrackSupportedConstraints.h include/webkitgtk-4.0/webkitdom/WebKitDOMMessagePort.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEventUnstable.h @@ -273,6 +274,8 @@ include/webkitgtk-4.0/webkitdom/WebKitDOMXPathExpression.h include/webkitgtk-4.0/webkitdom/WebKitDOMXPathNSResolver.h include/webkitgtk-4.0/webkitdom/WebKitDOMXPathResult.h include/webkitgtk-4.0/webkitdom/webkitdom.h +include/webkitgtk-4.0/webkitdom/webkitdomautocleanups-unstable.h +include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.h include/webkitgtk-4.0/webkitdom/webkitdomdefines-unstable.h include/webkitgtk-4.0/webkitdom/webkitdomdefines.h lib/girepository-1.0/JavaScriptCore-4.0.typelib @@ -280,10 +283,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.2.17 +lib/libjavascriptcoregtk-4.0.so.18.3.11 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.11.12 +lib/libwebkit2gtk-4.0.so.37.13.9 lib/pkgconfig/javascriptcoregtk-4.0.pc lib/pkgconfig/webkit2gtk-4.0.pc lib/pkgconfig/webkit2gtk-web-extension-4.0.pc @@ -308,6 +311,7 @@ share/locale/eo/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/es/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/et/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/eu/LC_MESSAGES/WebKit2GTK-4.0.mo +share/locale/fi/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/fr/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/gl/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/gu/LC_MESSAGES/WebKit2GTK-4.0.mo diff --git a/www/webkit-gtk/distinfo b/www/webkit-gtk/distinfo index f5ed3f7575d..36f5f0ac4ec 100644 --- a/www/webkit-gtk/distinfo +++ b/www/webkit-gtk/distinfo @@ -1,17 +1,16 @@ -$NetBSD: distinfo,v 1.89 2016/04/12 07:58:04 leot Exp $ +$NetBSD: distinfo,v 1.90 2016/05/30 19:11:31 leot Exp $ -SHA1 (webkitgtk-2.10.9.tar.xz) = 98bb63404da498417fbc8abdb9c2cb875332f61c -RMD160 (webkitgtk-2.10.9.tar.xz) = 58067eca9cd2b1b0c2cd6b10d88f2f119fe62a8a -SHA512 (webkitgtk-2.10.9.tar.xz) = a8eda5381f227098e208a81c093f0b83f4996378e8f54ddfbe5c164254d7e1ff4a260c827e2521c748ca02bc5a691e8bbd0f59da0718cfe18812c3b257ec5228 -Size (webkitgtk-2.10.9.tar.xz) = 10992980 bytes +SHA1 (webkitgtk-2.12.3.tar.xz) = d6a0d598c09d2d56ba0862f8d9206e89d75317cb +RMD160 (webkitgtk-2.12.3.tar.xz) = e8313c34f57e2dd933f9197c7dd091167e47cbe1 +SHA512 (webkitgtk-2.12.3.tar.xz) = d1a93c215cd5f2eb4d708b5a3898616d7851c57ccef473864eb5dd556909762a456e180ebe50c793959148490a80b3fe7f21fded7479b406922201ce44acf226 +Size (webkitgtk-2.12.3.tar.xz) = 11706664 bytes SHA1 (patch-CMakeLists.txt) = c48c0e5d33f378b7ecf31fffef609fb2501e5cd3 SHA1 (patch-Source_JavaScriptCore_assembler_ARMAssembler.h) = 99e46f9d9b26a8d9ba6b29c66d7ce5326c4ffeb6 SHA1 (patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp) = f78e6150ed8901b3fe046b2ef182f50f1c7500a4 SHA1 (patch-Source_JavaScriptCore_dfg_DFGNode.h) = 0d82552c6cc1f4885a2bcc539963c966216c977c SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = f1eee7f9d3012edee1915234c837cff820f97092 SHA1 (patch-Source_WTF_wtf_MathExtras.h) = 01195978abe07154fbc28de9efc47b3f3105fd89 -SHA1 (patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp) = 67bac371dff2afd7a1c7fad8763e05b722a11424 SHA1 (patch-Source_cmake_OptionsCommon.cmake) = 09a837ee65cdc79cc22220ce713e346fe8752c50 -SHA1 (patch-Source_cmake_OptionsGTK.cmake) = 3c1c9695b13e3fbb1a8740de79f7eb873af4cdf0 +SHA1 (patch-Source_cmake_OptionsGTK.cmake) = ac5c5b51000684abfe60894dea36cc4a60f4d263 SHA1 (patch-ai) = b8a45f2f5c1aa5aed178527ecd6cbd93baf76f8e SHA1 (patch-aj) = 8247194bd8d62fcc356650c946756898fbe22982 diff --git a/www/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp b/www/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp deleted file mode 100644 index 873781d66fc..00000000000 --- a/www/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp,v 1.5 2016/01/21 13:42:33 leot Exp $ - ---- Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp.orig 2016-01-20 12:13:00.000000000 +0000 -+++ Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp -@@ -59,6 +59,8 @@ JSValue JSInspectorFrontendHost::platfor - DEPRECATED_DEFINE_STATIC_LOCAL(const String, platform, (ASCIILiteral("linux"))); - #elif OS(FREEBSD) - DEPRECATED_DEFINE_STATIC_LOCAL(const String, platform, (ASCIILiteral("freebsd"))); -+#elif OS(NETBSD) -+ DEPRECATED_DEFINE_STATIC_LOCAL(const String, platform, (ASCIILiteral("netbsd"))); - #elif OS(OPENBSD) - DEPRECATED_DEFINE_STATIC_LOCAL(const String, platform, (ASCIILiteral("openbsd"))); - #elif OS(SOLARIS) diff --git a/www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake b/www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake index f7a7443a14a..7622a495074 100644 --- a/www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake +++ b/www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake @@ -1,4 +1,4 @@ -$NetBSD: patch-Source_cmake_OptionsGTK.cmake,v 1.9 2016/04/12 07:58:04 leot Exp $ +$NetBSD: patch-Source_cmake_OptionsGTK.cmake,v 1.10 2016/05/30 19:11:31 leot Exp $ o Do not require GCC 4.9.0 (should be build *without* IndexedDB support) o Do not conflict with CMAKE_MODULE_PATH during the linking phase of @@ -13,9 +13,9 @@ o Do not conflict with CMAKE_MODULE_PATH during the linking phase of o Disable DatabaseProcess and IndexedDB support. ---- Source/cmake/OptionsGTK.cmake.orig 2016-03-17 06:50:57.000000000 +0000 +--- Source/cmake/OptionsGTK.cmake.orig 2016-05-24 08:06:23.000000000 +0000 +++ Source/cmake/OptionsGTK.cmake -@@ -6,13 +6,6 @@ set(PROJECT_VERSION_MICRO 9) +@@ -6,13 +6,6 @@ set(PROJECT_VERSION_MICRO 3) set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO}) set(WEBKITGTK_API_VERSION 4.0) @@ -28,8 +28,8 @@ o Disable DatabaseProcess and IndexedDB support. - # Libtool library version, not to be confused with API version. # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html - CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 12 11) -@@ -106,7 +99,7 @@ else () + CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 9 13) +@@ -117,7 +110,7 @@ else () WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_MINIBROWSER PUBLIC OFF) WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_API_TESTS PRIVATE OFF) if (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin") @@ -38,19 +38,15 @@ o Disable DatabaseProcess and IndexedDB support. endif () endif () -@@ -141,7 +134,7 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ +@@ -152,11 +145,11 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ + WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_IMAGE_SET PRIVATE ON) WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_REGIONS PRIVATE ON) WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_SELECTORS_LEVEL4 PRIVATE ON) - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CUSTOM_SCHEME_HANDLER PRIVATE OFF) -WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DATABASE_PROCESS PRIVATE ON) +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DATABASE_PROCESS PRIVATE OFF) - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DATALIST_ELEMENT PRIVATE OFF) - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DOWNLOAD_ATTRIBUTE PRIVATE OFF) - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA PRIVATE OFF) -@@ -151,7 +144,7 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ + WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTL_JIT PRIVATE ${ENABLE_FTL_DEFAULT}) + WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTPDIR PRIVATE OFF) WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API PRIVATE ON) - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD PRIVATE OFF) - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD_DEPRECATED PRIVATE OFF) -WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INDEXED_DATABASE PRIVATE ON) +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INDEXED_DATABASE PRIVATE OFF) WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INDEXED_DATABASE_IN_WORKERS PRIVATE OFF) |