mshtml: Inform Gecko of progress done via OnProgress.
commit434c6e2d325d05f5a69f597df0ed4df7034a5ba3
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Mon, 25 Jul 2022 18:54:04 +0000 (25 21:54 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 26 Jul 2022 08:01:08 +0000 (26 10:01 +0200)
tree7efd8edee189c3a31c1524c005e483fe3768c160
parent228c824d483c6a9b782f02a56ff0ff28bfdfc6ad
mshtml: Inform Gecko of progress done via OnProgress.

Currently we don't support 64-bit progress values (BINDSTATUS_64BIT_PROGRESS
is not implemented in wine), so this is limited to 4 GB.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/mshtml/binding.h
dlls/mshtml/navigate.c
dlls/mshtml/nsiface.idl
dlls/mshtml/script.c
dlls/mshtml/tests/xhr.js