Sweden-Number/dlls/mshtml
Austin English a71f3683af mshtml: Avoid shadowing a parameter. 2011-03-09 14:08:44 +01:00
..
tests mshtml/tests: Fixed memory leak and made Vtbl's const. 2011-03-09 12:31:37 +01:00
Da.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
De.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
En.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Es.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Fr.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
He.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Hu.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
It.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Ja.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Ko.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Lt.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Makefile.in mshtml: Added IHTMLElement4::getAttributeNode implementation. 2011-02-24 15:52:32 +01:00
Nl.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
No.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Pl.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Pt.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Ro.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Ru.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Si.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Sr.rc mshtml: Remove a leftover string table. 2011-01-14 18:26:15 +01:00
Sv.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Uk.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
Zh.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
blank.htm
conpoint.c mshtml: Correctly forward IHTMLWindow's IHTMLDocument's ConnectionPointContainer. 2011-03-08 12:27:23 +01:00
dispex.c mshtml: Avoid shadowing a parameter. 2011-03-09 14:08:44 +01:00
editor.c mshtml: Use QueryCommandState to get align state. 2010-08-18 15:32:03 +02:00
hlink.c mshtml: COM cleanup for the IHlinkTarget iface. 2010-12-27 11:51:40 +01:00
htmlanchor.c mshtml: Implement IHTMLAnchorElement get/put target. 2011-03-02 13:35:52 +01:00
htmlattr.c mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr. 2011-03-02 13:39:24 +01:00
htmlbody.c mshtml: COM cleanup for the IHTMLTextContainer iface. 2011-01-03 12:14:27 +01:00
htmlcomment.c mshtml: COM cleanup for the IHTMLCommentElement iface. 2011-01-04 11:12:42 +01:00
htmlcurstyle.c mshtml: Implement IHTMLCurrentStyle_get_padding. 2011-02-09 13:45:39 -06:00
htmldoc.c mshtml: Don't assume that HTMLWindow_Create sets ret val before succeeding. 2011-03-09 12:28:49 +01:00
htmldoc3.c mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument. 2010-12-31 11:47:13 +01:00
htmldoc5.c mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument. 2010-12-31 11:47:13 +01:00
htmlelem.c mshtml: Fixed use after free in HTMLElement_destructor. 2011-03-03 17:47:12 +01:00
htmlelem2.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmlelem3.c mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr. 2011-03-02 13:39:24 +01:00
htmlelemcol.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmlembed.c mshtml: COM cleanup for the IHTMLEmbedElement iface. 2011-01-05 17:52:20 +01:00
htmlevent.c mshtml: Added support for canceling default event behavior. 2011-02-28 14:04:57 +01:00
htmlevent.h mshtml: Added IHTMLFormElement::onsubmit implementation. 2011-02-28 14:04:53 +01:00
htmlform.c mshtml: Added support for indexed access to form elements. 2011-03-03 17:47:15 +01:00
htmlframe.c mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase. 2011-01-03 12:14:26 +01:00
htmlframebase.c mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase. 2011-01-03 12:14:26 +01:00
htmlgeneric.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmliframe.c mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase. 2011-01-03 12:14:26 +01:00
htmlimg.c mshtml: COM cleanup for the IHTMLImageElementFactory iface. 2011-01-03 12:14:27 +01:00
htmlinput.c mshtml: Fixed typos in IHTMLInputElement::value tests. 2011-02-28 14:04:44 +01:00
htmllocation.c mshtml: Added IHTMLLocation::replace implementation. 2011-03-02 13:39:18 +01:00
htmlnode.c mshtml: Make sure we don't try to create node object for attributes. 2011-02-24 15:52:47 +01:00
htmlobject.c mshtml: Remove some stray #undef. 2010-12-31 11:47:36 +01:00
htmloption.c mshtml: COM cleanup for the IHTMLOptionElement* ifaces. 2011-01-03 12:14:26 +01:00
htmlscreen.c mshtml: Use an iface instead of a vtbl pointer in HTMLScreen. 2010-12-07 11:41:47 +01:00
htmlscript.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmlselect.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmlstyle.c mshtml: Added simple filter parser to support opacity. 2011-02-28 14:04:51 +01:00
htmlstyle.h mshtml: Store style filter in HTMLStyle object. 2011-02-28 14:04:46 +01:00
htmlstyle2.c mshtml: COM cleanup for the IHTMLStyle2 iface. 2011-01-04 11:14:08 +01:00
htmlstyle3.c mshtml: COM cleanup for the IHTMLStyle4 iface. 2011-01-04 11:14:21 +01:00
htmlstyleelem.c mshtml: COM cleanup for the IHTMLStyleElement iface. 2011-01-04 11:13:39 +01:00
htmlstylesheet.c mshtml: COM cleanup for the IHTMLStyleSheet* ifaces. 2011-01-04 11:12:51 +01:00
htmltable.c mshtml: COM cleanup for the IHTMLTable iface. 2011-01-04 11:12:58 +01:00
htmltablerow.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmltextarea.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
htmltextcont.c mshtml: COM cleanup for the IHTMLTextContainer iface. 2011-01-03 12:14:27 +01:00
htmltextnode.c mshtml: COM cleanup for the IHTMLDOMTextNode iface. 2011-01-04 11:13:03 +01:00
htmlwindow.c mshtml: Don't assume that HTMLWindow_Create sets ret val before succeeding. 2011-03-09 12:28:49 +01:00
ipwindow.c mshtml: Remove some stray #undef. 2010-12-31 11:47:36 +01:00
loadopts.c mshtml: Use an iface instead of a vtbl pointer in HTMLLoadOptions. 2010-12-07 11:41:34 +01:00
main.c mshtml: Convert the classes registration to the IRegistrar mechanism. 2010-12-23 12:51:31 +01:00
mshtml.inf mshtml: Added IObjectSafety stub. 2011-01-20 12:20:30 +01:00
mshtml.rc mshtml: Convert string table resources to po files. 2011-01-12 17:12:44 +01:00
mshtml.spec mshtml: Removed undocumented, internal stubs exported only by old IEs. 2010-12-16 11:23:11 +01:00
mshtml_classes.idl mshtml: Convert the classes registration to the IRegistrar mechanism. 2010-12-23 12:51:31 +01:00
mshtml_private.h mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr. 2011-03-02 13:39:24 +01:00
mshtml_tlb.idl mshtml: Convert the classes registration to the IRegistrar mechanism. 2010-12-23 12:51:31 +01:00
mutation.c mshtml: Improved debug traces. 2011-02-24 15:52:51 +01:00
navigate.c mshtml: Abort more request in abort_document_bindings. 2011-02-01 12:04:00 +01:00
npplugin.c mshtml: Use case insensitive comparison in parse_classid. 2011-02-07 10:15:38 -06:00
nsembed.c mshtml: Make sure system xpcom dll gets loaded. 2011-02-24 12:40:02 +01:00
nsevents.c mshtml: COM cleanup for the nsIDOMEventListener iface. 2011-01-03 16:45:18 +01:00
nsiface.idl mshtml: Added IHTMLElement4::getAttributeNode implementation. 2011-02-24 15:52:32 +01:00
nsio.c mshtml: Make nsIURI::[Get|Set]Username implementation IUri-based. 2011-02-10 10:28:01 -06:00
nsservice.c mshtml: COM cleanup for the nsIFactory iface. 2011-01-04 11:12:37 +01:00
olecmd.c mshtml: Remove some leftover *_THIS undefs. 2011-01-06 18:29:24 +01:00
oleobj.c mshtml: Added IObjectSafety stub. 2011-01-20 12:20:30 +01:00
olewnd.c mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface. 2010-12-23 13:47:25 +01:00
omnavigator.c mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
persist.c mshtml: Fixed a few typos. 2011-02-16 14:26:27 +01:00
pluginhost.c mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode. 2011-01-03 12:14:26 +01:00
pluginhost.h mshtml: Added support for forwarding object element's DOM calls to ActiveX control. 2010-12-17 13:26:02 +01:00
propbag.c mshtml: Added IPropertyBag::Read implementation. 2010-12-10 17:09:35 +01:00
protocol.c mshtml: Fixed a leak (valgrind). 2011-02-15 17:42:26 +01:00
resource.h mshtml: Use wineaddon.cpl to install Gecko. 2010-12-07 16:10:29 +01:00
script.c mshtml: COM cleanup for the IActiveScriptSite* ifaces. 2011-01-04 11:13:23 +01:00
secmgr.c mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode. 2011-01-03 12:14:26 +01:00
selection.c mshtml: Use an iface instead of a vtbl pointer in HTMLSelectionObject. 2010-12-07 11:41:41 +01:00
service.c mshtml: COM cleanup for all the IServiceProvider ifaces. 2010-12-27 11:51:18 +01:00
task.c mshtml: Remove variable doc which is not really used from process_timer. 2010-05-03 15:38:57 +02:00
txtrange.c mshtml: COM cleanup for the IHTMLDOMNode iface. 2010-12-30 12:21:53 +01:00
view.c mshtml: COM cleanup for all the IOleCommandTarget ifaces. 2010-12-27 11:51:25 +01:00