21 Oct
2009
21 Oct
'09
1:14 p.m.
Module: wine Branch: master Commit: 9579d64c6988465bf1c76bf8cb60d91bf800b327 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9579d64c6988465bf1c76bf8cb... Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Tue Oct 20 16:04:34 2009 -0500 mshtml: Add stub implementation for HTMLImageElementFactory. --- dlls/mshtml/htmlimg.c | 123 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/htmlwindow.c | 17 +++++- dlls/mshtml/mshtml_private.h | 11 ++++ dlls/mshtml/tests/dom.c | 121 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 270 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9579d64c6988465bf1c76b...