Andrew Eikum : mshtml: Add stub implementation of IHTMLFormElement.

Alexandre Julliard julliard at winehq.org
Tue Dec 1 09:19:41 CST 2009


Module: wine
Branch: master
Commit: 1563c137fa8a5f0ad08e73f2a7d37371490f726e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1563c137fa8a5f0ad08e73f2a7d37371490f726e

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Mon Nov 30 11:40:06 2009 -0600

mshtml: Add stub implementation of IHTMLFormElement.

---

 dlls/mshtml/Makefile.in      |    1 +
 dlls/mshtml/dispex.c         |    2 +
 dlls/mshtml/htmlelem.c       |    3 +
 dlls/mshtml/htmlform.c       |  380 ++++++++++++++++++++++++++++++++++++++++++
 dlls/mshtml/mshtml_private.h |    3 +
 dlls/mshtml/nsiface.idl      |   27 +++-
 dlls/mshtml/tests/dom.c      |   22 ++-
 7 files changed, 434 insertions(+), 4 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=1563c137fa8a5f0ad08e73f2a7d37371490f726e



More information about the wine-cvs mailing list