Sweden-Number/dlls/mshtml
Jacek Caban a0c2d641d4 mshtml: Use get_elem_attr_value helper in npplugin.c. 2014-06-11 13:04:26 +02:00
..
tests mshtml: Added IHTMLLinkElement::media property. 2014-05-19 15:52:05 +02:00
Makefile.in mshtml: Merge htmldoc3.c into htmldoc.c. 2014-03-13 20:22:06 +01:00
binding.h mshtml: Don't use fragment navigation for SuperNavigate calls. 2014-03-04 19:24:26 +01:00
blank.htm
conpoint.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-09 14:24:34 +02:00
dispex.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-09 14:24:34 +02:00
editor.c mshtml: Use get_elem_attr_value helper in get_font_size. 2014-06-11 13:04:11 +02:00
hlink.c
htmlanchor.c mshtml: Added support for target attribute in submit function implementation. 2014-03-13 20:22:09 +01:00
htmlattr.c mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-06 13:47:06 +02:00
htmlbody.c mshtml: Added IHTMLTableRow::bgColor property implementation. 2014-03-26 19:20:24 +01:00
htmlcomment.c
htmlcurstyle.c mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-06 13:47:06 +02:00
htmldoc.c mshtml: Call unlink from HTMLDOMNode::Release. 2014-06-11 13:04:00 +02:00
htmlelem.c mshtml: Added new helper for GetAttribute based getters and use it in IHTMLMetaElement implementation. 2014-06-11 13:04:07 +02:00
htmlelem2.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-08 12:14:21 +02:00
htmlelem3.c mshtml: Added IHTMLElement3::contentEditable property implemention. 2014-04-25 16:18:07 +02:00
htmlelemcol.c mshtml: Use get_elem_attr_value helper in is_elem_name. 2014-06-11 13:04:14 +02:00
htmlembed.c
htmlevent.c mshtml: Use get_elem_attr_value helper in check_event_attr. 2014-06-11 13:04:17 +02:00
htmlevent.h mshtml: Use get_elem_attr_value helper in check_event_attr. 2014-06-11 13:04:17 +02:00
htmlform.c mshtml: Use get_elem_attr_value helper in HTMLFormElement_get_dispid. 2014-06-11 13:04:20 +02:00
htmlframe.c
htmlframebase.c mshtml: Added IHTMLFrameBase2::onload property implementation. 2014-03-11 19:39:40 +01:00
htmlgeneric.c
htmlhead.c
htmliframe.c
htmlimg.c mshtml: Forward IHTMLImageElementFactory IDispatch functions to IDispatchEx implementation. 2014-05-08 12:14:23 +02:00
htmlinput.c mshtml: Use elem_string_attr_getter helper in HTMLLabelElement_get_htmlFor implementation. 2014-06-11 13:04:23 +02:00
htmllink.c mshtml: Added IHTMLLinkElement::media property. 2014-05-19 15:52:05 +02:00
htmllocation.c mshtml: Added IHTMLLocation::assign method implementation. 2014-05-19 15:51:42 +02:00
htmlmeta.c mshtml: Added new helper for GetAttribute based getters and use it in IHTMLMetaElement implementation. 2014-06-11 13:04:07 +02:00
htmlnode.c mshtml: Call unlink from HTMLDOMNode::Release. 2014-06-11 13:04:00 +02:00
htmlobject.c
htmloption.c mshtml: Added IDispatchEx support to HTMLOptionElementFactory object. 2014-05-12 13:51:33 +02:00
htmlscreen.c mshtml: Forward IHTMLScreen's IDispatch methods to IDispatchEx. 2014-05-12 13:51:36 +02:00
htmlscript.c
htmlscript.h
htmlselect.c mshtml: Added IHTMLSelectElement::remove method implementation. 2014-05-08 10:46:22 +02:00
htmlstorage.c mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-13 19:57:28 +02:00
htmlstyle.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-12 13:51:30 +02:00
htmlstyle.h mshtml: Added IHTMLStyle::listStyleType property implementation. 2014-03-24 13:58:03 +01:00
htmlstyle2.c
htmlstyle3.c mshtml: Added IHTMLStyle6::boxSizing property implementation. 2013-11-07 19:01:25 +01:00
htmlstyleelem.c
htmlstylesheet.c mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-13 19:57:28 +02:00
htmltable.c mshtml: Added IHTMLTable::width property implementation. 2014-05-02 14:08:58 +02:00
htmltablecell.c mshtml: Added nsIDOMHTMLTableCellElement declaration. 2014-05-19 15:51:49 +02:00
htmltablerow.c mshtml: Added IHTMLTableRow::deleteCell method implementation. 2014-05-19 15:51:55 +02:00
htmltextarea.c
htmltextcont.c
htmltextnode.c
htmlwindow.c mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-13 19:57:28 +02:00
ifacewrap.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-09 14:24:34 +02:00
ipwindow.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-09 14:24:34 +02:00
loadopts.c mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-09 14:24:34 +02:00
main.c mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-13 19:57:28 +02:00
mshtml.inf
mshtml.rc makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
mshtml.spec
mshtml_classes.idl makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
mshtml_private.h mshtml: Added new helper for GetAttribute based getters and use it in IHTMLMetaElement implementation. 2014-06-11 13:04:07 +02:00
mutation.c mshtml: Use get_elem_attr_value helper in check_event_attr. 2014-06-11 13:04:17 +02:00
navigate.c mshtml: Added IHTMLDocument7 stub implementation. 2014-03-13 20:22:07 +01:00
npplugin.c mshtml: Use get_elem_attr_value helper in npplugin.c. 2014-06-11 13:04:26 +02:00
nsembed.c mshtml: Wine Gecko 2.24 release. 2013-09-25 19:31:38 +02:00
nsevents.c
nsiface.idl mshtml: Added nsIDOMHTMLTableCellElement declaration. 2014-05-19 15:51:49 +02:00
nsio.c mshtml: Remove a double-Release. 2013-12-20 17:09:12 +01:00
nsservice.c
olecmd.c mshtml: Don't use fragment navigation for SuperNavigate calls. 2014-03-04 19:24:26 +01:00
oleobj.c mshtml: Added support for ZoomFactor registry value. 2014-02-19 17:37:50 +01:00
olewnd.c
omnavigator.c
persist.c mshtml: Try to not use nsIDOMHTMLFormElement::Submit for IHTMLFormElelement::submit implementation. 2013-09-27 16:27:40 +02:00
pluginhost.c mshtml: Release ActiveX object interfaces in detach_plugin_host. 2014-01-27 14:13:24 +01:00
pluginhost.h
propbag.c
protocol.c mshtml: Better res protocol URL parsing. 2013-07-22 09:37:35 +02:00
resource.h
script.c mshtml: Added new helper for getting element attribute value and use it in script.c. 2014-06-11 13:04:04 +02:00
secmgr.c
selection.c
service.c
task.c
txtrange.c
view.c