Module: wine Branch: master Commit: 2406590472620fbef8e7eb94f2e2f6ade8562d85 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2406590472620fbef8e7eb94f...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jul 2 16:56:48 2020 +0200
mshtml: Add IHTMLDocument4::namespaces property implementation.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmldoc.c | 25 +++++-- dlls/mshtml/mshtml_private.h | 4 ++ dlls/mshtml/omnavigator.c | 154 +++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/dom.c | 23 +++++++ 4 files changed, 202 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2406590472620fbef8e7e...