mshtml: Make it possible to clear timer and interval with any of clearTimeout and...
commit60fe74854345e3238dd939ff74d6f665132dbede
authorPiotr Caban <piotr@codeweavers.com>
Mon, 2 May 2016 13:39:34 +0000 (2 15:39 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 May 2016 13:45:59 +0000 (2 22:45 +0900)
tree76dc7f0bb9746d46d87eea767b0314be11f10911
parent4e77355f3a94e00a826fd91c564c1a524d0b7093
mshtml: Make it possible to clear timer and interval with any of clearTimeout and clearInterval functions.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/mshtml/htmlwindow.c
dlls/mshtml/mshtml_private.h
dlls/mshtml/task.c
dlls/mshtml/tests/events.c