Module: wine Branch: refs/heads/master Commit: 54036bf6efa06337f5d8649037246f6a75ec652d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=54036bf6efa06337f5d86490...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Mar 5 20:38:30 2006 +0100
mshtml: Added IHTMLDOMNode implementation.
---
dlls/mshtml/Makefile.in | 1 dlls/mshtml/htmldoc.c | 2 dlls/mshtml/htmlnode.c | 364 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 34 ++++ dlls/mshtml/nsiface.idl | 46 +++++ 5 files changed, 445 insertions(+), 2 deletions(-) create mode 100644 dlls/mshtml/htmlnode.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=54036bf6efa06337f5d8...