7 Mar
2006
7 Mar
'06
12:12 p.m.
Module: wine Branch: refs/heads/master Commit: 8b3eab6e35cf038330880426d0dd2e324db6721f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8b3eab6e35cf038330880426... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 6 22:35:56 2006 +0100 mshtml: Added IHTMLInputElement implementation. --- dlls/mshtml/Makefile.in | 1 dlls/mshtml/htmlelem.c | 19 + dlls/mshtml/htmlinput.c | 690 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 1 dlls/mshtml/nsiface.idl | 48 +++ 5 files changed, 758 insertions(+), 1 deletions(-) create mode 100644 dlls/mshtml/htmlinput.c Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=8b3eab6e35cf03833088...