Sweden-Number/dlls/mshtml
Jacek Caban 92517e2c5e mshtml: Added support for ZoomFactor registry value. 2014-02-19 17:37:50 +01:00
..
tests mshtml: Use IWebBrowserPriv2IE9 instead of IWebBrowserPriv2IE8 in tests on IE9+. 2014-02-14 16:57:52 +01:00
Makefile.in makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
binding.h mshtml: Try to not use nsIDOMHTMLFormElement::Submit for IHTMLFormElelement::submit implementation. 2013-09-27 16:27:40 +02:00
blank.htm
conpoint.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
dispex.c mshtml: Specify correct variable in TRACE (Coverity). 2013-05-09 19:24:18 +02:00
editor.c mshtml: Moved exec_editmode implementation to a helper function in editor.c. 2013-04-23 15:35:02 +02:00
hlink.c
htmlanchor.c mshtml: Use uri_nofrag instead of full URI in navigate_anchor. 2013-11-29 13:32:52 +01:00
htmlattr.c mshtml: Added support for IHTMLDOMAttribute::get_nodeName in detached attributes. 2013-02-20 16:28:12 +01:00
htmlbody.c mshtml: Avoid memory leaks (Coverity). 2013-12-02 19:22:30 +01:00
htmlcomment.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlcurstyle.c mshtml: Added better IHTMLCurrentStyle2::get_hasLayout stub. 2013-08-22 19:02:04 +02:00
htmldoc.c mshtml: Added IHTMLDocument2::get_activeElement implementation. 2014-02-14 11:59:17 +01:00
htmldoc3.c mshtml: Added IHTMLDocument3::getElementsByName implementation. 2013-11-18 11:16:50 +01:00
htmldoc5.c mshtml: Addeed IHTMLDocument5::createAttribute implementation. 2013-02-20 16:28:09 +01:00
htmlelem.c mshtml: Wine Gecko 2.24 release. 2013-09-25 19:31:38 +02:00
htmlelem2.c mshtml: Wine Gecko 2.21 release. 2013-05-17 16:41:48 +02:00
htmlelem3.c
htmlelemcol.c mshtml: Get rid of PRUint32 outside XPCOM C API. 2013-01-23 20:47:25 +01:00
htmlembed.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlevent.c mshtml: Added support for 'document' and 'window' script for attribute values. 2013-10-01 19:07:18 +02:00
htmlevent.h mshtml: Added support for 'document' and 'window' script for attribute values. 2013-10-01 19:07:18 +02:00
htmlform.c mshtml: Try to not use nsIDOMHTMLFormElement::Submit for IHTMLFormElelement::submit implementation. 2013-09-27 16:27:40 +02:00
htmlframe.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlframebase.c mshtml: Properly report history update for location.replace call. 2012-11-12 16:35:15 +01:00
htmlgeneric.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlhead.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmliframe.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlimg.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlinput.c mshtml: Added IHTMLLabelElement::htmlFor property implementation. 2013-08-22 19:02:04 +02:00
htmllink.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmllocation.c mshtml: Properly report history update for location.replace call. 2012-11-12 16:35:15 +01:00
htmlmeta.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlnode.c mshtml: Release nsISupports object in get_node function. 2013-04-29 14:55:48 +02:00
htmlobject.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmloption.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlscreen.c
htmlscript.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlscript.h
htmlselect.c mshtml: Added IHTMLSelectElement::multiple property implementation. 2013-11-14 19:30:59 +01:00
htmlstorage.c mshtml: Implement IHTMLStorage GetTypeInfoCount. 2013-08-19 19:03:08 +02:00
htmlstyle.c mshtml: Added IHTMLBodyElement::scroll attribute implementation. 2013-11-11 17:06:47 +01:00
htmlstyle.h mshtml: Added IHTMLBodyElement::scroll attribute implementation. 2013-11-11 17:06:47 +01:00
htmlstyle2.c mshtml: Use ATTR_FIX_PX in IHTMLStyle2::put_bottom implementation. 2012-11-21 13:37:18 +01:00
htmlstyle3.c mshtml: Added IHTMLStyle6::boxSizing property implementation. 2013-11-07 19:01:25 +01:00
htmlstyleelem.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlstylesheet.c mshtml: Implement HTMLStyleSheet_get_href(). 2014-02-10 10:42:14 +01:00
htmltable.c mshtml: Added IHTMLTable::cellSpacing property implementation. 2013-07-30 19:12:10 +02:00
htmltablecell.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmltablerow.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmltextarea.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmltextcont.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmltextnode.c mshtml: Added IHTMLDOMTextNode::data property implementation. 2013-04-17 14:26:03 +02:00
htmlwindow.c mshtml: Wine Gecko 2.24 release. 2013-09-25 19:31:38 +02:00
ifacewrap.c
ipwindow.c
loadopts.c
main.c mshtml: Free advpack after use. 2013-09-12 18:58:31 +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: Try to not use nsIDOMHTMLFormElement::Submit for IHTMLFormElelement::submit implementation. 2013-09-27 16:27:40 +02:00
mutation.c mshtml: Added more traces to nsDocumentObserver_BindToDocument. 2014-01-10 18:14:59 +01:00
navigate.c Assorted spelling fixes. 2013-10-30 09:46:27 +01:00
npplugin.c mshtml: Release a leaked class factory. 2014-01-13 17:37:44 +01:00
nsembed.c mshtml: Wine Gecko 2.24 release. 2013-09-25 19:31:38 +02:00
nsevents.c mshtml: Keep reference to document node in onload event handler. 2013-05-15 19:57:04 +02:00
nsiface.idl mshtml: Added support for ZoomFactor registry value. 2014-02-19 17:37:50 +01:00
nsio.c mshtml: Remove a double-Release. 2013-12-20 17:09:12 +01:00
nsservice.c mshtml: Get rid of PRUint32 outside XPCOM C API. 2013-01-23 20:47:25 +01:00
olecmd.c mshtml: Moved exec_editmode implementation to a helper function in editor.c. 2013-04-23 15:35:02 +02:00
oleobj.c mshtml: Added support for ZoomFactor registry value. 2014-02-19 17:37:50 +01:00
olewnd.c
omnavigator.c mshtml: Added IOmHistory::get_length implementation. 2013-04-23 17:20:14 +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 mshtml: Wine Gecko 2.21 release. 2013-05-17 16:41:48 +02:00
protocol.c mshtml: Better res protocol URL parsing. 2013-07-22 09:37:35 +02:00
resource.h
script.c mshtml: Added support for 'document' and 'window' script for attribute values. 2013-10-01 19:07:18 +02:00
secmgr.c
selection.c mshtml: Get rid of remaining PRInt32 usage. 2013-01-18 14:46:42 +01:00
service.c
task.c mshtml: Fixed timer setting in remove_target_tasks. 2013-04-29 15:03:43 +02:00
txtrange.c mshtml: Get rid of PRUint32 outside XPCOM C API. 2013-01-23 20:47:25 +01:00
view.c