Sweden-Number/dlls/mshtml
Jacek Caban 35ebf6756a mshtml: Added IDocumentEvent stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-10-11 19:49:29 +02:00
..
tests mshtml: Added IDocumentEvent stub implementation. 2017-10-11 19:49:29 +02:00
Makefile.in mshtml: Added MHTMLDocument object implementation. 2017-02-06 13:49:01 +01:00
binding.h mshtml: Added DOCHOSTUIFLAG_ENABLE_REDIRECT_NOTIFICATION flag support. 2017-06-07 17:37:05 +02:00
blank.htm
conpoint.c
dispex.c mshtml: Added IEventTarget stub implementation. 2017-09-22 08:30:54 +02:00
editor.c
hlink.c
htmlanchor.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlarea.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlattr.c
htmlbody.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlcomment.c mshtml: Initialize DispatchEx in HTMLDOMNode_Init. 2017-09-22 08:30:40 +02:00
htmlcurstyle.c mshtml: Added IHTMLCurrentStyle::get_direction implementation. 2017-02-15 22:58:47 +01:00
htmldoc.c mshtml: Added IDocumentEvent stub implementation. 2017-10-11 19:49:29 +02:00
htmlelem.c mshtml: Initialize DispatchEx in HTMLDOMNode_Init. 2017-09-22 08:30:40 +02:00
htmlelemcol.c mshtml: Avoid casts from COM objects to interfaces. 2016-09-19 23:13:34 +09:00
htmlembed.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlevent.c mshtml: Correctly handle VT_EMPTY in set_event_handler_disp in standard compliant mode. 2017-09-29 19:46:56 +02:00
htmlevent.h mshtml: Introduce EventTarget_Init. 2017-09-22 08:30:45 +02:00
htmlform.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlframe.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlframebase.c
htmlgeneric.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlhead.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmliframe.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlimg.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlinput.c mshtml: Expose IHTMLInputTextElement2 to scripts. 2017-06-15 21:54:40 +02:00
htmllink.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmllocation.c mshtml: Silence failing QueryInterfaces common for .net applications. 2017-04-13 16:15:11 +02:00
htmlmeta.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlnode.c mshtml: Introduce EventTarget_QI. 2017-09-22 08:30:49 +02:00
htmlobject.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmloption.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlscreen.c
htmlscript.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlscript.h mshtml.idl: Added HTMLScriptElement coclass declaration. 2017-04-20 18:58:47 +02:00
htmlselect.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlstorage.c
htmlstyle.c mshtml: Don't emulate legacy style filters in compatibility mode >= IE10. 2017-04-24 15:29:44 +02:00
htmlstyle.h
htmlstyleelem.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlstylesheet.c
htmltable.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmltablecell.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmltablerow.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmltextarea.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmltextcont.c
htmltextnode.c mshtml: Initialize DispatchEx in HTMLDOMNode_Init. 2017-09-22 08:30:40 +02:00
htmlwindow.c mshtml: Introduce EventTarget_QI. 2017-09-22 08:30:49 +02:00
ifacewrap.c mshtml: Use IUnknownVtbl in wrapper_vtbl. 2016-09-14 22:26:12 +09:00
ipwindow.c
loadopts.c
main.c mshtml: Added IProvideMultipleTypeInfo stub implementation for HTMLDocument object. 2017-04-21 13:58:31 +02:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Added IDocumentEvent stub implementation. 2017-10-11 19:49:29 +02:00
mutation.c mshtml: A spelling fix in a WARN() message. 2017-09-08 16:23:14 +02:00
navigate.c mshtml: Don't query for an INewWindowManager if the client site is NULL. 2017-09-22 15:05:25 +02:00
npplugin.c
nsembed.c mshtml: Support returning VT_NULL from return_nsstr_variant. 2017-07-20 18:55:09 +02:00
nsevents.c
nsiface.idl mshtml: Set correct load type in load_nsuri. 2017-07-25 16:10:23 +02:00
nsio.c mshtml: Set referrer in load_nsuri. 2017-07-25 16:10:26 +02:00
nsservice.c
olecmd.c
oleobj.c
olewnd.c
omnavigator.c
persist.c mshtml: Added MHTMLDocument object implementation. 2017-02-06 13:49:01 +01:00
pluginhost.c mshtml: Use EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02:00
pluginhost.h
propbag.c
protocol.c
resource.h
script.c mshtml: Fix some IUri leaks (Valgrind). 2016-11-14 11:07:07 -06:00
secmgr.c
selection.c mshtml: Added IHTMLSelectionObject2::get_typeDetail semi-stub implementation. 2017-01-25 20:04:52 +01:00
service.c
task.c
txtrange.c
view.c mshtml: Use EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02:00
xmlhttprequest.c mshtml: Introduce EventTarget_QI. 2017-09-22 08:30:49 +02:00