Sweden-Number/dlls/mshtml
Michael Stefaniuc d8f6e3ef7c mshtml: Avoid a cast from a COM object to an interface.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-25 19:49:07 +01:00
..
tests mshtml: Added IHTMLDocument3::dir property implementation. 2016-11-16 13:20:10 -06:00
Makefile.in
binding.h
blank.htm
conpoint.c
dispex.c
editor.c mshtml: Use SetRectEmpty() instead of memset(). 2016-08-01 09:44:58 -05:00
hlink.c
htmlanchor.c
htmlarea.c
htmlattr.c
htmlbody.c
htmlcomment.c
htmlcurstyle.c
htmldoc.c mshtml: Added IHTMLDocument3::dir property implementation. 2016-11-16 13:20:10 -06:00
htmlelem.c
htmlelemcol.c mshtml: Avoid casts from COM objects to interfaces. 2016-09-19 23:13:34 +09:00
htmlembed.c
htmlevent.c mshtml: Avoid casts from COM objects to interfaces. 2016-09-19 23:13:34 +09:00
htmlevent.h
htmlform.c
htmlframe.c
htmlframebase.c
htmlgeneric.c
htmlhead.c
htmliframe.c
htmlimg.c mshtml: Use proper constants as HRESULT return values. 2016-09-14 22:24:58 +09:00
htmlinput.c
htmllink.c
htmllocation.c
htmlmeta.c
htmlnode.c mshtml: Use proper constants as HRESULT return values. 2016-09-14 22:24:58 +09:00
htmlobject.c
htmloption.c
htmlscreen.c
htmlscript.c mshtml: Load dynamically created script elements asynchronously. 2016-07-20 11:03:12 +09:00
htmlscript.h mshtml: Load dynamically created script elements asynchronously. 2016-07-20 11:03:12 +09:00
htmlselect.c
htmlstorage.c
htmlstyle.c mshtml: Added support for non-pixel style values in IHTMLStyle::get_pixel* functions. 2016-10-07 20:51:44 +02:00
htmlstyle.h
htmlstyleelem.c
htmlstylesheet.c
htmltable.c
htmltablecell.c
htmltablerow.c
htmltextarea.c
htmltextcont.c
htmltextnode.c
htmlwindow.c mshtml: Fix outer window url leak (Valgrind). 2016-11-14 11:07:07 -06:00
ifacewrap.c mshtml: Use IUnknownVtbl in wrapper_vtbl. 2016-09-14 22:26:12 +09:00
ipwindow.c
loadopts.c
main.c mshtml: Use proper constants as HRESULT return values. 2016-09-14 22:24:58 +09:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Use rb tree instead of list to map nsIDOMWindowProxy to HTMLOuterWindow. 2016-09-14 00:02:02 +09:00
mutation.c mshtml: Set interactive script ready state change in the right places. 2016-07-20 11:03:10 +09:00
navigate.c mshtml: Update binding moniker in handle_redirect. 2016-10-07 18:07:50 +02:00
npplugin.c
nsembed.c mshtml: Remove dead assignment (Coverity). 2016-08-04 09:09:02 -05:00
nsevents.c
nsiface.idl mshtml: Use correct principal to create in create_nsxhr. 2016-08-03 09:56:19 -05:00
nsio.c mshtml: Avoid a cast from a COM object to an interface. 2016-11-25 19:49:07 +01:00
nsservice.c
olecmd.c
oleobj.c
olewnd.c
omnavigator.c
persist.c mshtml: Avoid using LPSTREAM. 2016-07-19 19:59:30 +09: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
service.c
task.c
txtrange.c
view.c mshtml: Use EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02:00
xmlhttprequest.c