Andrew Eikum : mshtml: Add stub implementation of IHTMLFormElement.
Module: wine Branch: master Commit: 1563c137fa8a5f0ad08e73f2a7d37371490f726e URL: http://source.winehq.org/git/wine.git/?a=commit;h=1563c137fa8a5f0ad08e73f2a7... Author: Andrew Eikum <aeikum(a)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=1563c137fa8a5f0ad08e73...
participants (1)
-
Alexandre Julliard