Module: wine Branch: master Commit: df294844a49f4a17e0e1e1bd2854fd32b4a5a1b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=df294844a49f4a17e0e1e1bd28...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 3 01:20:27 2008 +0100
mshtml: Added IHTMLScriptElement stub implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 3 + dlls/mshtml/htmlscript.c | 287 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 2 + dlls/mshtml/tests/dom.c | 19 +++- 5 files changed, 309 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=df294844a49f4a17e0e1e1...