Re: mshtml: Change the binding flags when silent operation is requested by the DISPID_AMBIENT_SILENT property.
Robert Shearman <rob(a)codeweavers.com> writes:
The binding flags should be have BINDF_SILENTOPERATION and BIND_NO_UI added.
This breaks the tests: ../../../tools/runtest -q -P wine -M shdocvw.dll -T ../../.. -p shdocvw_test.exe.so webbrowser.c && touch webbrowser.ok webbrowser.c:197: Test failed: unexpected call Invoke_AMBIENT_DLCONTROL make[2]: *** [webbrowser.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard wrote:
Robert Shearman <rob(a)codeweavers.com> writes:
The binding flags should be have BINDF_SILENTOPERATION and BIND_NO_UI added.
This breaks the tests:
../../../tools/runtest -q -P wine -M shdocvw.dll -T ../../.. -p shdocvw_test.exe.so webbrowser.c && touch webbrowser.ok webbrowser.c:197: Test failed: unexpected call Invoke_AMBIENT_DLCONTROL make[2]: *** [webbrowser.ok] Error 1
I'm not sure how to fix that, so I'm going to have to drop the patch. -- Rob Shearman
participants (2)
-
Alexandre Julliard -
Robert Shearman