Module: wine Branch: master Commit: 0036b8bf2e401806efda411ae5ac570ba3fccab7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0036b8bf2e401806efda411ae5...
Author: Zhenbo Li litimetal@gmail.com Date: Tue Jun 9 23:21:02 2015 +0800
mshtml: Implement IHTMLXMLHttpRequestFactory as a stub.
---
dlls/mshtml/Makefile.in | 3 +- dlls/mshtml/htmlwindow.c | 23 +++++- dlls/mshtml/mshtml_private.h | 10 +++ dlls/mshtml/tests/dom.c | 57 +++++++++++++++ dlls/mshtml/xmlhttprequest.c | 166 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 256 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0036b8bf2e401806efda41...