Added patch to update Wine Gecko to version 2.47-beta1.

This commit is contained in:
Sebastian Lackner 2016-05-11 02:58:17 +02:00
parent ee7d9bd76b
commit 00902fdb2f
3 changed files with 1580 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
Fixes: Update Wine Gecko to version 2.47-beta1

View File

@ -187,6 +187,7 @@ patch_enable_all ()
enable_mpr_WNetGetUniversalNameW="$1"
enable_mscoree_CorValidateImage="$1"
enable_mshtml_HTMLLocation_put_hash="$1"
enable_mshtml_Wine_Gecko_2_47="$1"
enable_msidb_Implementation="$1"
enable_msvcr120__SetWinRTOutOfMemoryExceptionCallback="$1"
enable_msvcrt_Math_Precision="$1"
@ -726,6 +727,9 @@ patch_enable ()
mshtml-HTMLLocation_put_hash)
enable_mshtml_HTMLLocation_put_hash="$2"
;;
mshtml-Wine_Gecko_2.47)
enable_mshtml_Wine_Gecko_2_47="$2"
;;
msidb-Implementation)
enable_msidb_Implementation="$2"
;;
@ -4337,6 +4341,21 @@ if test "$enable_mshtml_HTMLLocation_put_hash" -eq 1; then
) >> "$patchlist"
fi
# Patchset mshtml-Wine_Gecko_2.47
# |
# | Modified files:
# | * dlls/appwiz.cpl/addons.c, dlls/mshtml/editor.c, dlls/mshtml/htmlcurstyle.c, dlls/mshtml/htmldoc.c,
# | dlls/mshtml/htmlframebase.c, dlls/mshtml/htmlwindow.c, dlls/mshtml/mshtml_private.h, dlls/mshtml/mutation.c,
# | dlls/mshtml/npplugin.c, dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c, dlls/mshtml/nsservice.c,
# | dlls/mshtml/olecmd.c
# |
if test "$enable_mshtml_Wine_Gecko_2_47" -eq 1; then
patch_apply mshtml-Wine_Gecko_2.47/0001-mshtml-Wine-Gecko-2.47-beta1-release.patch
(
echo '+ { "Jacek Caban", "mshtml: Wine Gecko 2.47-beta1 release.", 1 },';
) >> "$patchlist"
fi
# Patchset msidb-Implementation
# |
# | Modified files: