Sweden-Number/dlls/mshtml
Jacek Caban d25684d5ae mshtml: Don't emulate legacy style filters in compatibility mode >= IE10.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-24 15:29:44 +02:00
..
tests mshtml: Added edge compatibility mode support. 2017-04-24 15:29:42 +02:00
Makefile.in mshtml: Added MHTMLDocument object implementation. 2017-02-06 13:49:01 +01:00
binding.h
blank.htm
conpoint.c
dispex.c mshtml: Replace get_htmldoc_classinfo with more generic helper. 2017-04-20 18:58:48 +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: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlcurstyle.c mshtml: Added IHTMLCurrentStyle::get_direction implementation. 2017-02-15 22:58:47 +01:00
htmldoc.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlelem.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlelemcol.c
htmlembed.c mshtml: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlevent.c mshtml: Removed no longer used attr_name from event_info_t. 2017-02-17 20:54:07 +01:00
htmlevent.h mshtml: Added IHTMLDocument4::onselectionchange property implementation. 2017-02-16 19:08:39 +01: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: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +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: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +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: Added GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
htmlwindow.c mshtml: Added IProvideMultipleTypeInfo implementation for HTMLWindow object. 2017-04-21 13:58:35 +02:00
ifacewrap.c
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 GetClassInfo implementation for HTMLElement objects. 2017-04-21 13:58:51 +02:00
mutation.c mshtml: Added edge compatibility mode support. 2017-04-24 15:29:42 +02:00
navigate.c mshtml: Silence a noisy FIXME. 2016-12-01 15:27:43 +01:00
npplugin.c
nsembed.c mshtml: Decrement refcount in nsWeakReference::Release (Valgrind). 2017-03-22 15:34:13 +01:00
nsevents.c
nsiface.idl
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: 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: Added IProvideClassInfo2 implementation for HTMLXMLHttpRequest object. 2017-04-21 13:58:54 +02:00