Module: wine Branch: master Commit: deb884a6d874b52cfd69e5cdc58c826cdc444603 URL: http://source.winehq.org/git/wine.git/?a=commit;h=deb884a6d874b52cfd69e5cdc5...
Author: Zhenbo Li litimetal@gmail.com Date: Tue Jun 30 21:50:30 2015 +0800
mshtml: Add IHTMLXMLHttpRequestFactory::create() method implementation.
---
dlls/mshtml/htmlwindow.c | 14 ++++---- dlls/mshtml/mshtml_private.h | 5 ++- dlls/mshtml/nsembed.c | 50 ++++++++++++++++++++++++++ dlls/mshtml/nsiface.idl | 85 ++++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/xmlhttprequest.c | 13 ++++++- 5 files changed, 159 insertions(+), 8 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=deb884a6d874b52cfd69e5...