Module: wine Branch: refs/heads/master Commit: ed10e5046c107971bd689b3c1564106d9ee6afce URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ed10e5046c107971bd689b3c...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Mar 23 21:38:38 2006 +0100
mshtml: Added IHTMLElement2 implementation.
---
dlls/mshtml/Makefile.in | 1 dlls/mshtml/htmlelem.c | 5 dlls/mshtml/htmlelem2.c | 906 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 4 4 files changed, 916 insertions(+), 0 deletions(-) create mode 100644 dlls/mshtml/htmlelem2.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=ed10e5046c107971bd68...