Sweden-Number/dlls/mshtml
Jacek Caban 53253aa6a4 mshtml: Don't allow changing document mode after script insertion or when it's already set.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-24 08:41:18 +09:00
..
tests mshtml: Don't allow changing document mode after script insertion or when it's already set. 2017-08-24 08:41:18 +09: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: Don't expose doScroll in IE11 document mode. 2017-05-09 16:37:42 -05: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: Return documentMode as VT_R4. 2017-08-24 08:37:48 +09:00
htmlelem.c mshtml: Add IElementTraversal::get_firstElementChild implementation. 2017-07-25 20:50:24 +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: 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: 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: Added IHTMLDOMNode3::put_textContent implementation. 2017-07-21 15:14:11 +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: Expose IHTMLDOMNode3 interface to scripts. 2017-07-19 20:58:41 +02:00
htmlwindow.c mshtml: Moved EvaluateNewWindow call to navigate_new_window. 2017-06-21 19:15:12 +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: Don't allow changing document mode after script insertion or when it's already set. 2017-08-24 08:41:18 +09:00
mutation.c mshtml: Don't allow changing document mode after script insertion or when it's already set. 2017-08-24 08:41:18 +09:00
navigate.c mshtml: Moved EvaluateNewWindow call to navigate_new_window. 2017-06-21 19:15:12 +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: Added IProvideClassInfo2 implementation for HTMLXMLHttpRequest object. 2017-04-21 13:58:54 +02:00