FreeBSD Bugzilla – Attachment 182417 Details for
Bug 219152
[CHANGE-REQUEST] www/webkit2-gtk3: update to 2.16.2.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/webkit2-gtk3
webkit2-gtk3.svndif (text/plain), 37.56 KB, created by
Anonymized Account
on 2017-05-08 18:27:32 UTC
(
hide
)
Description:
www/webkit2-gtk3
Filename:
MIME Type:
Creator:
Anonymized Account
Created:
2017-05-08 18:27:32 UTC
Size:
37.56 KB
patch
obsolete
>Index: www/webkit2-gtk3/Makefile >=================================================================== >--- www/webkit2-gtk3/Makefile (revision 438512) >+++ www/webkit2-gtk3/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= webkit >-PORTVERSION= 2.8.5 >-PORTREVISION= 8 >+PORTVERSION= 2.17.1 > CATEGORIES= www > MASTER_SITES= http://webkitgtk.org/releases/ > PKGNAMESUFFIX= 2-gtk3 >@@ -12,9 +11,9 @@ > MAINTAINER= gnome@FreeBSD.org > COMMENT= Opensource browser engine using the GTK+ 3 toolkit > >-BUILD_DEPENDS= geoclue>=0:net/geoclue \ >- python:lang/python >+BUILD_DEPENDS= python:lang/python > LIB_DEPENDS= libenchant.so:textproc/enchant \ >+ libhyphen.so:textproc/hyphen \ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 \ > libwebp.so:graphics/webp \ >@@ -22,8 +21,8 @@ > libsecret-1.so:security/libsecret \ > libicutu.so:devel/icu \ > libharfbuzz.so:print/harfbuzz \ >- libsoup-2.4.so:devel/libsoup >-RUN_DEPENDS= geoclue>=0:net/geoclue >+ libsoup-2.4.so:devel/libsoup \ >+ libnotify.so:devel/libnotify > > PORTSCOUT= limitw:1,even > >@@ -37,6 +36,7 @@ > USE_GL= gl egl > USE_PERL5= build > USE_LDCONFIG= yes >+CFLAGS+= -I${LOCALBASE}/include > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >@@ -47,12 +47,21 @@ > BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 > #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", > >-OPTIONS_DEFINE= DEBUG FULLDEBUG >+OPTIONS_DEFINE= DEBUG FULLDEBUG GEOLOCATION >+OPTIONS_DEFAULT= GEOLOCATION > DEBUG_DESC= Just enable debug symbols > FULLDEBUG_DESC= Enable asserts and other debug support >+GEOLOCATION_DESC= Enable geolocation support with geoclue > >+GEOLOCATION_BUILD_DEPENDS= geoclue>=0:net/geoclue >+GEOLOCATION_RUN_DEPENDS= geoclue>=0:net/geoclue >+GEOLOCATION_CMAKE_ON= -DENABLE_GEOLOCATION=ON >+GEOLOCATION_CMAKE_OFF= -DENABLE_GEOLOCATION=OFF >+ > FULLDEBUG_CONFIGURE_ENABLE= debug > DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release >+DEBUG_CFLAGS_OFF= -DNDEBUG >+DEBUG_CPPFLAGS_OFF= -DNDEBUG > > .include <bsd.port.options.mk> > >@@ -76,11 +85,8 @@ > fi > > post-install: >- ${MV} ${STAGEDIR}${PREFIX}/bin/jsc \ >- ${STAGEDIR}/${PREFIX}/bin/jsc-4 > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-4.0/injected-bundle/*.so >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jsc-4 >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/WebKit* >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/* > > .include <bsd.port.mk> >Index: www/webkit2-gtk3/distinfo >=================================================================== >--- www/webkit2-gtk3/distinfo (revision 438512) >+++ www/webkit2-gtk3/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (webkitgtk-2.8.5.tar.xz) = 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20 >-SIZE (webkitgtk-2.8.5.tar.xz) = 10455256 >+TIMESTAMP = 1493831045 >+SHA256 (webkitgtk-2.17.1.tar.xz) = 11df5bbbd23b299e4136969b2869e01404e19def96b9d14f6caa3c7684948167 >+SIZE (webkitgtk-2.17.1.tar.xz) = 14800496 >Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_PlatformGTK.cmake (working copy) >@@ -1,6 +1,6 @@ >---- Source/JavaScriptCore/PlatformGTK.cmake.orig 2014-12-25 20:19:12.049673483 +0100 >-+++ Source/JavaScriptCore/PlatformGTK.cmake 2014-12-25 20:20:42.328667491 +0100 >-@@ -10,7 +10,7 @@ >+--- Source/JavaScriptCore/PlatformGTK.cmake.orig 2017-04-27 12:28:35 UTC >++++ Source/JavaScriptCore/PlatformGTK.cmake >+@@ -30,7 +30,7 @@ add_custom_command( > ADD_TYPELIB(${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.typelib) > > install(FILES "${CMAKE_BINARY_DIR}/Source/JavaScriptCore/javascriptcoregtk-${WEBKITGTK_API_VERSION}.pc" >Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h (working copy) >@@ -1,6 +1,6 @@ >---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2015-08-06 08:21:27 UTC >+--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2017-03-11 10:25:48 UTC > +++ Source/JavaScriptCore/assembler/ARM64Assembler.h >-@@ -2862,6 +2862,8 @@ public: >+@@ -2830,6 +2830,8 @@ public: > { > #if OS(IOS) > sys_cache_control(kCacheFunctionPrepareForExecution, code, size); >Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_bytecode_BytecodeLivenessAnalysis.cpp >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_bytecode_BytecodeLivenessAnalysis.cpp (nonexistent) >+++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_bytecode_BytecodeLivenessAnalysis.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysis.cpp.orig 2017-03-01 16:55:09 UTC >++++ Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysis.cpp >+@@ -34,6 +34,7 @@ >+ #include "HeapInlines.h" >+ #include "InterpreterInlines.h" >+ #include "PreciseJumpTargets.h" >++#include "HeapInlines.h" >+ >+ namespace JSC { >+ > >Property changes on: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_bytecode_BytecodeLivenessAnalysis.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.h (working copy) >@@ -1,13 +1,9 @@ >-$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 09:11:02 landry Exp $ >- >-https://bugs.webkit.org/show_bug.cgi?id=61137 >- >---- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2013-06-11 09:39:47.000000000 +0200 >-+++ Source/JavaScriptCore/jit/ExecutableAllocator.h 2013-08-07 09:25:56.000000000 +0200 >-@@ -105,7 +105,8 @@ >- #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) >- #if CPU(ARM) >+--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2017-04-22 06:33:42 UTC >++++ Source/JavaScriptCore/jit/ExecutableAllocator.h >+@@ -67,7 +67,8 @@ static const size_t fixedExecutableMemor > static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024; >+ #elif CPU(ARM64) >+ static const size_t fixedExecutableMemoryPoolSize = 32 * 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__) && !defined(__FreeBSD__) >Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (nonexistent) >@@ -1,16 +0,0 @@ >-$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 09:11:02 landry Exp $ >- >-https://bugs.webkit.org/show_bug.cgi?id=61137 >- >---- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2013-06-11 09:39:47.000000000 +0200 >-+++ Source/JavaScriptCore/jit/ExecutableAllocator.h 2013-08-07 09:25:56.000000000 +0200 >-@@ -105,7 +105,8 @@ >- #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) >- #if CPU(ARM) >- 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__) && !defined(__FreeBSD__) >- static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024; >- #else >- static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; > >Property changes on: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_WTF_wtf_Platform.h (working copy) >@@ -1,6 +1,6 @@ >---- Source/WTF/wtf/Platform.h.orig 2016-07-20 UTC >+--- Source/WTF/wtf/Platform.h.orig 2017-04-27 12:20:54 UTC > +++ Source/WTF/wtf/Platform.h >-@@ -218,6 +218,7 @@ >+@@ -226,6 +226,7 @@ > #elif defined(__ARM_ARCH_6__) \ > || defined(__ARM_ARCH_6J__) \ > || defined(__ARM_ARCH_6K__) \ >@@ -8,7 +8,7 @@ > || defined(__ARM_ARCH_6Z__) \ > || defined(__ARM_ARCH_6ZK__) \ > || defined(__ARM_ARCH_6T2__) \ >-@@ -264,6 +265,7 @@ >+@@ -272,6 +273,7 @@ > > #elif defined(__ARM_ARCH_6J__) \ > || defined(__ARM_ARCH_6K__) \ >Index: www/webkit2-gtk3/files/patch-Source_WTF_wtf_text_StringCommon.h >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WTF_wtf_text_StringCommon.h (nonexistent) >+++ www/webkit2-gtk3/files/patch-Source_WTF_wtf_text_StringCommon.h (working copy) >@@ -0,0 +1,11 @@ >+--- Source/WTF/wtf/text/StringCommon.h.orig 2017-04-21 08:42:49 UTC >++++ Source/WTF/wtf/text/StringCommon.h >+@@ -26,6 +26,8 @@ >+ #ifndef StringCommon_h >+ #define StringCommon_h >+ >++#include <algorithm> >++ >+ #include <unicode/uchar.h> >+ #include <wtf/ASCIICType.h> >+ #include <wtf/NotFound.h> > >Property changes on: www/webkit2-gtk3/files/patch-Source_WTF_wtf_text_StringCommon.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp (working copy) >@@ -1,8 +1,8 @@ >---- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2015-07-10 13:10:10.413595000 +0200 >-+++ Source/WebCore/platform/graphics/egl/GLContextEGL.cpp 2015-07-10 13:10:48.159246000 +0200 >-@@ -42,6 +42,8 @@ >+--- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2017-04-21 08:42:49 UTC >++++ Source/WebCore/platform/graphics/egl/GLContextEGL.cpp >+@@ -37,6 +37,8 @@ >+ #include "OpenGLShims.h" > #endif >- #endif > > +#include <X11/Xlib.h> > + >Index: www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (working copy) >@@ -1,10 +1,10 @@ >---- Source/WebCore/rendering/shapes/BoxShape.cpp.orig 2015-07-22 12:37:57 UTC >+--- Source/WebCore/rendering/shapes/BoxShape.cpp.orig 2016-07-20 12:15:24 UTC > +++ Source/WebCore/rendering/shapes/BoxShape.cpp > @@ -43,7 +43,7 @@ static inline LayoutUnit adjustRadiusFor > > LayoutUnit ratio = radius / margin; > if (ratio < 1) >-- return radius + (margin * (1 + pow(ratio - 1, 3))); >+- return radius + (margin * (1 + pow(ratio - 1, 3.0))); > + return radius + (margin * (1 + pow(static_cast<float>(ratio) - 1, 3))); > > return radius + margin; >Index: www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_WebKit2_PlatformGTK.cmake (working copy) >@@ -1,6 +1,6 @@ >---- Source/WebKit2/PlatformGTK.cmake.orig 2014-12-25 20:23:07.749658406 +0100 >-+++ Source/WebKit2/PlatformGTK.cmake 2014-12-25 20:23:43.409739634 +0100 >-@@ -837,7 +837,7 @@ >+--- Source/WebKit2/PlatformGTK.cmake.orig 2017-05-01 07:03:39 UTC >++++ Source/WebKit2/PlatformGTK.cmake >+@@ -1363,7 +1363,7 @@ install(TARGETS webkit2gtkinjectedbundle > ) > install(FILES "${CMAKE_BINARY_DIR}/Source/WebKit2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc" > "${CMAKE_BINARY_DIR}/Source/WebKit2/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc" >Index: www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (nonexistent) >+++ www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp.orig 2016-08-30 16:10:50 UTC >++++ Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp >+@@ -50,6 +50,7 @@ Vector<String> pluginsDirectories() >+ >+ result.append(homeDirectoryPath() + "/.mozilla/plugins"); >+ result.append(homeDirectoryPath() + "/.netscape/plugins"); >++ result.append("%%BROWSER_PLUGINS_DIR%%"); >+ result.append("/usr/lib/browser/plugins"); >+ result.append("/usr/local/lib/mozilla/plugins"); >+ result.append("/usr/lib/firefox/plugins"); > >Property changes on: www/webkit2-gtk3/files/patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp (nonexistent) >@@ -1,10 +0,0 @@ >---- Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp.orig 2015-01-15 18:15:59.000000000 +0100 >-+++ Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp 2015-01-22 15:16:17.352196197 +0100 >-@@ -48,6 +48,7 @@ >- >- result.append(homeDirectoryPath() + "/.mozilla/plugins"); >- result.append(homeDirectoryPath() + "/.netscape/plugins"); >-+ result.append("%%BROWSER_PLUGINS_DIR%%"); >- result.append("/usr/lib/browser/plugins"); >- result.append("/usr/local/lib/mozilla/plugins"); >- result.append("/usr/lib/firefox/plugins"); > >Property changes on: www/webkit2-gtk3/files/patch-Source_WebKit2_UIProcess_Plugins_unix_PluginInfoStoreUnix.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-1 >\ No newline at end of property >Index: www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h >=================================================================== >--- www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (revision 438512) >+++ www/webkit2-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (working copy) >@@ -1,6 +1,6 @@ >---- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2014-12-02 14:49:22.000000000 +0100 >-+++ Source/JavaScriptCore/assembler/ARMAssembler.h 2014-12-26 10:35:15.394821543 +0100 >-@@ -1104,6 +1104,8 @@ >+--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2017-03-11 10:25:48 UTC >++++ Source/JavaScriptCore/assembler/ARMAssembler.h >+@@ -1171,6 +1171,8 @@ namespace JSC { > linuxPageFlush(current, current + page); > > linuxPageFlush(current, end); >Index: www/webkit2-gtk3/files/patch-bug147816 >=================================================================== >--- www/webkit2-gtk3/files/patch-bug147816 (revision 438512) >+++ www/webkit2-gtk3/files/patch-bug147816 (nonexistent) >@@ -1,32 +0,0 @@ >-https://bugs.webkit.org/show_bug.cgi?id=147816 >- >---- Source/JavaScriptCore/llint/LLIntEntrypoint.cpp >-+++ Source/JavaScriptCore/llint/LLIntEntrypoint.cpp >-@@ -28,6 +28,7 @@ >- #include "CodeBlock.h" >- #include "HeapInlines.h" >- #include "JITCode.h" >-+#include "JSCellInlines.h" >- #include "JSObject.h" >- #include "LLIntThunks.h" >- #include "LowLevelInterpreter.h" >---- Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp >-+++ Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp >-@@ -25,6 +25,7 @@ >- >- #include "config.h" >- #include "FunctionExecutableDump.h" >-+#include "JSCellInlines.h" >- >- #include "CodeBlock.h" >- >---- Source/WebCore/editing/InsertNodeBeforeCommand.cpp.orig 2015-08-06 10:21:28.000000000 +0200 >-+++ Source/WebCore/editing/InsertNodeBeforeCommand.cpp 2015-08-18 16:48:41.950995000 +0200 >-@@ -29,6 +29,7 @@ >- #include "AXObjectCache.h" >- #include "Document.h" >- #include "ExceptionCodePlaceholder.h" >-+#include "RenderElement.h" >- #include "htmlediting.h" >- >- namespace WebCore { > >Property changes on: www/webkit2-gtk3/files/patch-bug147816 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: www/webkit2-gtk3/files/patch-bug150117 >=================================================================== >--- www/webkit2-gtk3/files/patch-bug150117 (revision 438512) >+++ www/webkit2-gtk3/files/patch-bug150117 (nonexistent) >@@ -1,39 +0,0 @@ >-Fixes the build with CMake 3.4.0. >- >------------------------------------------------------------------------- >-r191042 | commit-queue@webkit.org | 2015-10-14 12:57:49 +0200 (Wed, 14 Oct 2015) | 12 lines >- >-[GTK][EFL] Fix build with cmake 3.4 >-https://bugs.webkit.org/show_bug.cgi?id=150117 >- >-Explicitely include the CheckIncludeFiles module before using >-the CHECK_INCLUDE_FILES command. >- >-Patch by Tomas Popela <tpopela@redhat.com> on 2015-10-14 >-Reviewed by Žan Doberšek. >- >-* Source/cmake/FindOpenGL.cmake: >-* Source/cmake/FindWebP.cmake: >-* Source/cmake/OptionsEfl.cmake: >------------------------------------------------------------------------- >- >-Index: /trunk/Source/cmake/FindOpenGL.cmake >-=================================================================== >---- Source/cmake/FindOpenGL.cmake (revision 191041) >-+++ Source/cmake/FindOpenGL.cmake (revision 191042) >-@@ -60,4 +60,5 @@ >- CMAKE_PUSH_CHECK_STATE() >- set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${OPENGL_INCLUDE_DIRS}) >-+ include(CheckIncludeFiles) >- check_include_files("GL/glx.h" GLX_FOUND) >- CMAKE_POP_CHECK_STATE() >-Index: /trunk/Source/cmake/FindWebP.cmake >-=================================================================== >---- Source/cmake/FindWebP.cmake (revision 191041) >-+++ Source/cmake/FindWebP.cmake (revision 191042) >-@@ -36,4 +36,5 @@ >- # Older installations of libwebp do not install a pkgconfig file, so we fall >- # back to a manual search for a libwebp header file. >-+ include(CheckIncludeFiles) >- check_include_files("webp/decode.h" WEBP_FOUND_HEADER) >- if (WEBP_FOUND_HEADER) > >Property changes on: www/webkit2-gtk3/files/patch-bug150117 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: www/webkit2-gtk3/pkg-plist >=================================================================== >--- www/webkit2-gtk3/pkg-plist (revision 438512) >+++ www/webkit2-gtk3/pkg-plist (working copy) >@@ -1,15 +1,18 @@ >-bin/jsc-4 > include/webkitgtk-4.0/JavaScriptCore/JSBase.h > include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h > include/webkitgtk-4.0/JavaScriptCore/JSObjectRef.h > include/webkitgtk-4.0/JavaScriptCore/JSStringRef.h >+include/webkitgtk-4.0/JavaScriptCore/JSTypedArray.h > 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/WebKitAutomationSession.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 >@@ -18,6 +21,7 @@ > include/webkitgtk-4.0/webkit2/WebKitDefines.h > include/webkitgtk-4.0/webkit2/WebKitDownload.h > include/webkitgtk-4.0/webkit2/WebKitEditingCommands.h >+include/webkitgtk-4.0/webkit2/WebKitEditorState.h > include/webkitgtk-4.0/webkit2/WebKitEnumTypes.h > include/webkitgtk-4.0/webkit2/WebKitError.h > include/webkitgtk-4.0/webkit2/WebKitFaviconDatabase.h >@@ -28,20 +32,24 @@ > include/webkitgtk-4.0/webkit2/WebKitFrame.h > include/webkitgtk-4.0/webkit2/WebKitGeolocationPermissionRequest.h > include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h >+include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h > include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h > include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h > include/webkitgtk-4.0/webkit2/WebKitNavigationAction.h > include/webkitgtk-4.0/webkit2/WebKitNavigationPolicyDecision.h >+include/webkitgtk-4.0/webkit2/WebKitNetworkProxySettings.h > include/webkitgtk-4.0/webkit2/WebKitNotification.h > include/webkitgtk-4.0/webkit2/WebKitNotificationPermissionRequest.h > include/webkitgtk-4.0/webkit2/WebKitPermissionRequest.h > include/webkitgtk-4.0/webkit2/WebKitPlugin.h > include/webkitgtk-4.0/webkit2/WebKitPolicyDecision.h >+include/webkitgtk-4.0/webkit2/WebKitPrintCustomWidget.h > include/webkitgtk-4.0/webkit2/WebKitPrintOperation.h > include/webkitgtk-4.0/webkit2/WebKitResponsePolicyDecision.h > include/webkitgtk-4.0/webkit2/WebKitScriptDialog.h > include/webkitgtk-4.0/webkit2/WebKitScriptWorld.h > include/webkitgtk-4.0/webkit2/WebKitSecurityManager.h >+include/webkitgtk-4.0/webkit2/WebKitSecurityOrigin.h > include/webkitgtk-4.0/webkit2/WebKitSettings.h > include/webkitgtk-4.0/webkit2/WebKitURIRequest.h > include/webkitgtk-4.0/webkit2/WebKitURIResponse.h >@@ -51,7 +59,9 @@ > include/webkitgtk-4.0/webkit2/WebKitUserMediaPermissionRequest.h > 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 >@@ -58,82 +68,53 @@ > 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/WebKitWebsiteData.h >+include/webkitgtk-4.0/webkit2/WebKitWebsiteDataManager.h > include/webkitgtk-4.0/webkit2/WebKitWindowProperties.h > include/webkitgtk-4.0/webkit2/webkit-web-extension.h > include/webkitgtk-4.0/webkit2/webkit2.h > include/webkitgtk-4.0/webkitdom/WebKitDOMAttr.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMAttrUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMAudioTrack.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMAudioTrackList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMBarProp.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMBatteryManager.h > include/webkitgtk-4.0/webkitdom/WebKitDOMBlob.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMBlobUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCDATASection.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRule.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleDeclaration.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleSheet.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCSSValue.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterData.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterDataUnstable.h >+include/webkitgtk-4.0/webkitdom/WebKitDOMClientRect.h >+include/webkitgtk-4.0/webkitdom/WebKitDOMClientRectList.h > include/webkitgtk-4.0/webkitdom/WebKitDOMComment.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCustom.h > include/webkitgtk-4.0/webkitdom/WebKitDOMCustomUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMDOMApplicationCache.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDOMImplementation.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeType.h >-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 > include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindow.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowCSS.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowSpeechSynthesis.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMDataCue.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMDatabase.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDeprecated.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDocument.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragment.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragmentUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentType.h >-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 > include/webkitgtk-4.0/webkitdom/WebKitDOMFile.h > include/webkitgtk-4.0/webkitdom/WebKitDOMFileList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMGamepad.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMGamepadList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMGeolocation.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAppletElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElement.h >-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 > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCanvasElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCollection.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDListElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDetailsElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDirectoryElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDivElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDocument.h >@@ -141,10 +122,8 @@ > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLEmbedElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFieldSetElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFieldSetElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFontElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameSetElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHRElement.h >@@ -151,121 +130,62 @@ > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadingElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHtmlElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHtmlElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElementUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLKeygenElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLIElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLegendElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMapElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElementUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMediaElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMenuElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMetaElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLModElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOListElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOListElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptGroupElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionsCollection.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionsCollectionUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParagraphElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParamElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLPreElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLQuoteElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLScriptElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLScriptElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCellElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableColElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableRowElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableSectionElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTextAreaElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTextAreaElementUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTitleElement.h > include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLUListElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLVideoElement.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMHistory.h > include/webkitgtk-4.0/webkitdom/WebKitDOMKeyboardEvent.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMLocation.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMMediaController.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/WebKitDOMMessagePort.h > include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEventUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMNamedNodeMap.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMNavigator.h > include/webkitgtk-4.0/webkitdom/WebKitDOMNode.h > include/webkitgtk-4.0/webkitdom/WebKitDOMNodeFilter.h > include/webkitgtk-4.0/webkitdom/WebKitDOMNodeIterator.h > include/webkitgtk-4.0/webkitdom/WebKitDOMNodeList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMNodeUnstable.h > include/webkitgtk-4.0/webkitdom/WebKitDOMObject.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMPerformance.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntry.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntryList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceNavigation.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceTiming.h > include/webkitgtk-4.0/webkitdom/WebKitDOMProcessingInstruction.h > include/webkitgtk-4.0/webkitdom/WebKitDOMRange.h > include/webkitgtk-4.0/webkitdom/WebKitDOMRangeUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMScreen.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesis.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisEvent.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisUtterance.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisVoice.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMStorage.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMStorageInfo.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMStorageQuota.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMStyleMedia.h > include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheet.h > include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheetList.h > include/webkitgtk-4.0/webkitdom/WebKitDOMText.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrack.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackCue.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackCueList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTimeRanges.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTouch.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMTrackEvent.h > include/webkitgtk-4.0/webkitdom/WebKitDOMTreeWalker.h > include/webkitgtk-4.0/webkitdom/WebKitDOMUIEvent.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMUIEventUnstable.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMUserMessageHandler.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMUserMessageHandlersNamespace.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMVTTCue.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMValidityState.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMVideoPlaybackQuality.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMVideoTrack.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMVideoTrackList.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitNamedFlow.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitNamespace.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitPoint.h > include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEvent.h >-include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEventUnstable.h > 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/webkitdomdefines-unstable.h >+include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.h > include/webkitgtk-4.0/webkitdom/webkitdomdefines.h > lib/girepository-1.0/JavaScriptCore-4.0.typelib > lib/girepository-1.0/WebKit2-4.0.typelib >@@ -272,18 +192,20 @@ > 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.1.12 >+lib/libjavascriptcoregtk-4.0.so.18.6.1 > lib/libwebkit2gtk-4.0.so > lib/libwebkit2gtk-4.0.so.37 >-lib/libwebkit2gtk-4.0.so.37.6.8 >+lib/libwebkit2gtk-4.0.so.37.21.0 > lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so > libdata/pkgconfig/javascriptcoregtk-4.0.pc > libdata/pkgconfig/webkit2gtk-4.0.pc > libdata/pkgconfig/webkit2gtk-web-extension-4.0.pc >+libexec/webkit2gtk-4.0/WebKitDatabaseProcess > libexec/webkit2gtk-4.0/WebKitNetworkProcess > libexec/webkit2gtk-4.0/WebKitPluginProcess > libexec/webkit2gtk-4.0/WebKitPluginProcess2 > libexec/webkit2gtk-4.0/WebKitWebProcess >+libexec/webkit2gtk-4.0/jsc > share/gir-1.0/JavaScriptCore-4.0.gir > share/gir-1.0/WebKit2-4.0.gir > share/gir-1.0/WebKit2WebExtension-4.0.gir >@@ -300,6 +222,7 @@ > 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 >@@ -330,6 +253,7 @@ > share/locale/sv/LC_MESSAGES/WebKit2GTK-4.0.mo > share/locale/ta/LC_MESSAGES/WebKit2GTK-4.0.mo > share/locale/te/LC_MESSAGES/WebKit2GTK-4.0.mo >+share/locale/tr/LC_MESSAGES/WebKit2GTK-4.0.mo > share/locale/uk/LC_MESSAGES/WebKit2GTK-4.0.mo > share/locale/vi/LC_MESSAGES/WebKit2GTK-4.0.mo > share/locale/zh_CN/LC_MESSAGES/WebKit2GTK-4.0.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219152
:
182417
|
182418
|
182419
|
182470
|
182471
|
182473