Module: wine Branch: master Commit: 574becbf87889ae968815bc296c272a47f5f0088 URL: http://source.winehq.org/git/wine.git/?a=commit;h=574becbf87889ae968815bc296...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Mar 28 13:35:13 2012 +0200
mshtml: Added IHTMLTableCell interface stub implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 2 + dlls/mshtml/htmltablecell.c | 375 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 3 + dlls/mshtml/tests/dom.c | 3 +- 5 files changed, 383 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=574becbf87889ae968815b...