Module: wine Branch: master Commit: fd892ff10f87c3ab6c7c8af23c8a9e2c940496d4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fd892ff10f87c3ab6c7c8af23...
Author: Paul Gofman pgofman@codeweavers.com Date: Thu Jul 8 03:34:22 2021 +0300
mshtml: Add console object stub implementation.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmlwindow.c | 19 +++ dlls/mshtml/mshtml_private.h | 6 +- dlls/mshtml/mshtml_private_iface.idl | 46 +++++++ dlls/mshtml/omnavigator.c | 258 +++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/documentmode.js | 1 + dlls/mshtml/tests/es5.js | 64 +++++++++ 6 files changed, 393 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fd892ff10f87c3ab6c7c8...