Sweden-Number/dlls/mshtml
Zhenbo Li 334eedb09e mshtml/tests: Fix a memory leak. 2014-08-27 11:02:20 +02:00
..
tests mshtml/tests: Fix a memory leak. 2014-08-27 11:02:20 +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: Added function object default value getter implementation. 2014-06-11 13:09:32 +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: Fixed get_target_window when no parent frame is found. 2014-07-22 12:05:39 +02: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: Added IHTMLDocument5::get_implementation implementation. 2014-08-22 15:35:22 +02:00
htmlelem.c mshtml: Fixed handling NULL argument in IHTMLElement::contains implementation. 2014-08-18 21:32:56 +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: Override default onsubmit action with our submit implementation. 2014-08-20 13:13:24 +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: Override default onsubmit action with our submit implementation. 2014-08-20 13:13:24 +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: Added IHTMLImgElement::align property implementation. 2014-08-18 13:31:51 +02:00
htmlinput.c mshtml: Added IHTMLInputElement_get_form method implementation. 2014-08-18 13:32:05 +02:00
htmllink.c mshtml: Added IHTMLLinkElement::rev property implementation. 2014-08-22 15:35:24 +02:00
htmllocation.c mshtml: Added IHTMLLocation::assign method implementation. 2014-05-19 15:51:42 +02:00
htmlmeta.c mshtml: Added IHTMLMetaElement::charset property implementation. 2014-07-23 21:24:25 +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: Added IHTMLStyle::listStyle property implementation. 2014-08-21 18:02:26 +02:00
htmlstyle.h mshtml: Added IHTMLStyle::listStyle property implementation. 2014-08-21 18:02:26 +02:00
htmlstyle2.c mshtml: Added IHTMLStyle2::tableLayout property implementation. 2014-08-19 14:52:01 +02:00
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::frame property implementation. 2014-08-18 13:31:14 +02:00
htmltablecell.c mshtml: Added IHTMLTableCell::align property implementation. 2014-08-18 13:31:16 +02:00
htmltablerow.c mshtml: Added IHTMLTableRow::insertCell method implementation. 2014-06-12 18:05:12 +02:00
htmltextarea.c
htmltextcont.c
htmltextnode.c
htmlwindow.c mshtml: Added IHTMLWindow2::navigate implementation. 2014-07-28 17:23:42 -05: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: Added IHTMLDocument5::get_implementation implementation. 2014-08-22 15:35:22 +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 IHTMLDocument5::get_implementation implementation. 2014-08-22 15:35:22 +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: Fixed typo. 2014-07-09 09:29:27 +02:00
npplugin.c mshtml: Use get_elem_attr_value helper in npplugin.c. 2014-06-11 13:04:26 +02:00
nsembed.c mshtml: Avoid useless PATH changes and avoid buffer overflow in set_environment. 2014-07-23 21:24:25 +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: Free buffer for empty strings too (PVS-Studio). 2014-08-18 12:45:37 +02:00
olewnd.c
omnavigator.c mshtml: Added IHTMLDocument5::get_implementation implementation. 2014-08-22 15:35:22 +02:00
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
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