wine-wine/dlls/mshtml
Jacek Caban 9ae8b8c00f mshtml: Support X-UA-Compatible HTTP header.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-26 20:18:34 +01:00
..
tests mshtml/tests: Use GetModuleHandleA instead of LoadLibraryA. 2018-02-26 16:40:22 +01:00
Makefile.in
binding.h mshtml: Support X-UA-Compatible HTTP header. 2018-02-26 20:18:34 +01:00
blank.htm
conpoint.c
dispex.c mshtml: Store compat mode in dispex_data_t and use it in dispex_compat_mode when possible. 2018-02-08 21:07:43 +01:00
editor.c mshtml: Return element as ndIDOMElement from create_nselem. 2018-02-12 11:02:41 +01:00
htmlanchor.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlarea.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlattr.c mshtml: Use nsIDOMElement instead of nsIDOMHTMLElement where possible. 2018-02-13 09:07:24 +01:00
htmlbody.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlcomment.c
htmlcurstyle.c mshtml: Use nsIDOMElement instead of nsIDOMHTMLElement where possible. 2018-02-13 09:07:24 +01:00
htmldoc.c mshtml: Set SCRIPTPROP_INVOKEVERSIONING based on document mode value. 2018-02-22 21:46:28 +01:00
htmlelem.c mshtml: Register load, error and abort events directly in event target. 2018-02-22 21:46:28 +01:00
htmlelemcol.c mshtml: Get rid of no longer needed document argument from create_collection_from_nodelist and create_collection_from_htmlcol. 2018-02-20 20:13:44 +01:00
htmlembed.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlevent.c mshtml: Register load, error and abort events directly in event target. 2018-02-22 21:46:28 +01:00
htmlevent.h mshtml: Register load, error and abort events directly in event target. 2018-02-22 21:46:28 +01:00
htmlform.c mshtml: Share more code between get_form implementations. 2018-02-20 20:13:52 +01:00
htmlframe.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlframebase.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlgeneric.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlhead.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmliframe.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlimg.c mshtml: Return element as ndIDOMElement from create_nselem. 2018-02-12 11:02:41 +01:00
htmlinput.c mshtml: Share more code between get_form implementations. 2018-02-20 20:13:52 +01:00
htmllink.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmllocation.c
htmlmeta.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlnode.c mshtml: Get rid of no loner needed document node reference in HTMLDOMChildrenCollection. 2018-02-19 16:57:53 +01:00
htmlobject.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmloption.c mshtml: Share more code between get_form implementations. 2018-02-20 20:13:52 +01:00
htmlscreen.c mshtml: Avoid using a global display DC. 2018-01-26 19:07:20 +01:00
htmlscript.c mshtml: Get rid of no longer needed document argument from script_elem_from_nsscript. 2018-02-19 16:57:53 +01:00
htmlscript.h mshtml: Get rid of no longer needed document argument from script_elem_from_nsscript. 2018-02-19 16:57:53 +01:00
htmlselect.c mshtml: Share more code between get_form implementations. 2018-02-20 20:13:52 +01:00
htmlstorage.c
htmlstyle.c mshtml: Use nsIDOMElement instead of nsIDOMHTMLElement where possible. 2018-02-13 09:07:24 +01:00
htmlstyle.h
htmlstyleelem.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmlstylesheet.c
htmltable.c mshtml: Get rid of no longer needed document argument from create_collection_from_nodelist and create_collection_from_htmlcol. 2018-02-20 20:13:44 +01:00
htmltablecell.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmltablerow.c mshtml: Get rid of no longer needed document argument from create_collection_from_nodelist and create_collection_from_htmlcol. 2018-02-20 20:13:44 +01:00
htmltextarea.c mshtml: Share more code between get_form implementations. 2018-02-20 20:13:52 +01:00
htmltextcont.c mshtml: Pass Gecko elements as nsIDOMElement to element constructors. 2018-02-12 11:02:38 +01:00
htmltextnode.c mshtml: Get rid of no longer needed document argument in get_node. 2018-02-19 16:57:53 +01:00
htmlwindow.c mshtml: Set SCRIPTPROP_INVOKEVERSIONING based on document mode value. 2018-02-22 21:46:28 +01:00
ifacewrap.c
ipwindow.c
loadopts.c
main.c mshtml: Avoid using a global display DC. 2018-01-26 19:07:20 +01:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Set SCRIPTPROP_INVOKEVERSIONING based on document mode value. 2018-02-22 21:46:28 +01:00
mutation.c mshtml: Support X-UA-Compatible HTTP header. 2018-02-26 20:18:34 +01:00
navigate.c mshtml: Support X-UA-Compatible HTTP header. 2018-02-26 20:18:34 +01:00
npplugin.c mshtml: Get rid of no longer needed document argument in get_node. 2018-02-19 16:57:53 +01:00
nsembed.c mshtml: Get rid of no longer needed document argument in get_node. 2018-02-19 16:57:53 +01:00
nsevents.c mshtml: Get rid of no longer needed document argument in get_node. 2018-02-19 16:57:53 +01:00
nsiface.idl mshtml: Added IDOMEvent::view property implementation. 2018-02-15 19:35:04 +01:00
nsio.c
nsservice.c
olecmd.c
oleobj.c
omnavigator.c
persist.c mshtml: Avoid potential moniker instance leak. 2017-12-04 19:54:16 +01:00
pluginhost.c mshtml: Use nsIDOMElement instead of nsIDOMHTMLElement in pluginhost.c. 2018-02-12 11:02:35 +01:00
pluginhost.h mshtml: Pass element as nsIDOMElement to create_param_prop_bag. 2018-02-12 11:02:33 +01:00
propbag.c mshtml: Pass element as nsIDOMElement to create_param_prop_bag. 2018-02-12 11:02:33 +01:00
protocol.c
resource.h
script.c mshtml: Set SCRIPTPROP_INVOKEVERSIONING based on document mode value. 2018-02-22 21:46:28 +01:00
secmgr.c
selection.c
service.c
task.c
txtrange.c mshtml: Get rid of no longer needed document argument in get_node. 2018-02-19 16:57:53 +01:00
view.c
xmlhttprequest.c mshtml: Properly support custom event listeners in XMLHttpRequest object. 2018-02-22 21:46:28 +01:00