wine-wine/dlls/mshtml
Jacek Caban b09b9d3cb9 mshtml/tests: Fixed script tests on IE10. 2013-06-29 19:40:49 +02:00
..
tests mshtml/tests: Fixed script tests on IE10. 2013-06-29 19:40:49 +02:00
Makefile.in
binding.h mshtml: Pass IUri to create_doc_uri. 2013-04-04 19:30:30 +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: Added IHTMLAnchorElement::rel property implementation. 2013-05-02 18:52:03 +02:00
htmlattr.c mshtml: Added support for IHTMLDOMAttribute::get_nodeName in detached attributes. 2013-02-20 16:28:12 +01:00
htmlbody.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlcomment.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlcurstyle.c
htmldoc.c mshtml: Pass proper JSContext to nsIDOMHTMLDocument::Write and Open. 2013-04-29 14:55:48 +02:00
htmldoc3.c mshtml: Don't use getElementsByTagNameNS in IHTMLDocument3::getElementsByTagName implementation. 2013-03-15 16:18:01 +01:00
htmldoc5.c mshtml: Addeed IHTMLDocument5::createAttribute implementation. 2013-02-20 16:28:09 +01:00
htmlelem.c mshtml: Added HTMLElementEvents2 support. 2013-03-15 16:18:08 +01: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 HTMLElementEvents2 support. 2013-03-15 16:18:08 +01:00
htmlevent.h
htmlform.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlframe.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlframebase.c
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 IHTMLButtonElement::disabled implementation. 2013-03-27 20:12:30 +01:00
htmllink.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmllocation.c
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: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlstorage.c
htmlstyle.c mshtml: Added support for non-integer values in get_nsstyle_pixel_val. 2013-01-10 16:06:10 +01:00
htmlstyle.h
htmlstyle2.c
htmlstyle3.c
htmlstyleelem.c mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
htmlstylesheet.c mshtml: Get rid of PRUint32 outside XPCOM C API. 2013-01-23 20:47:25 +01:00
htmltable.c mshtml: Implement IHTMLTable_get_tBodies. 2013-04-15 15:15:45 +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: Support IObjectIdentity interface in HTMLWindow object. 2013-04-26 16:28:38 +02:00
ifacewrap.c
ipwindow.c
loadopts.c
main.c mshtml: Don't bother to clean up at process exit. 2013-05-17 12:29:08 +02:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Pass proper JSContext to nsIDOMHTMLDocument::Write and Open. 2013-04-29 14:55:48 +02:00
mutation.c mshtml: Pass proper JSContext to nsIDOMHTMLDocument::Write and Open. 2013-04-29 14:55:48 +02:00
navigate.c mshtml: Store IWebBrowserApp reference in HTMLDocumentObj. 2013-04-15 17:47:32 +02:00
npplugin.c mshtml: Fix copy and paste error. 2013-02-19 19:50:54 +01:00
nsembed.c mshtml: Set _retval in nsIDirectoryServiceProvider2 functions even when returning failure. 2013-05-08 19:34:56 +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: Don't declare empty interface for nsCycleCollectionISupports. 2013-06-27 15:31:33 +02:00
nsio.c mshtml: Wine Gecko 2.21 release. 2013-05-17 16:41:48 +02: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 IOmHistory::get_length implementation. 2013-04-23 17:20:14 +02:00
olewnd.c
omnavigator.c mshtml: Added IOmHistory::get_length implementation. 2013-04-23 17:20:14 +02:00
persist.c mshtml: Store IWebBrowserApp reference in HTMLDocumentObj. 2013-04-15 17:47:32 +02:00
pluginhost.c
pluginhost.h
propbag.c mshtml: Wine Gecko 2.21 release. 2013-05-17 16:41:48 +02:00
protocol.c
resource.h
script.c mshtml: Get rid of PRUint32 outside XPCOM C API. 2013-01-23 20:47:25 +01: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