Sweden-Number/dlls/mshtml
Jacek Caban 888505d458 mshtml: Always use English locale in document_write to perform type conversion. 2012-05-14 17:46:18 +02:00
..
tests mshtml: Fixed tests on old IEs. 2012-05-04 18:08:33 +02:00
Makefile.in mshtml: Added IHTMLMetaElement stub implementation. 2012-04-02 18:27:01 +02:00
binding.h mshtml: Get rid of remaining PRBool usages. 2012-03-15 19:54:56 +01:00
blank.htm
conpoint.c mshtml: Make cookie parameter optional in ConnectionPoint_Advise. 2012-02-01 16:42:45 +01:00
dispex.c Added support for shadowing of element pseudo-variables. 2012-04-17 12:43:17 +02:00
editor.c mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
hlink.c mshtml: Open document in a new window in IHlinkTarget::Navigate if the document is not embedded. 2012-01-10 17:59:01 +01:00
htmlanchor.c mshtml: Added support for anchors with target '_top'. 2012-03-29 20:49:18 +02:00
htmlattr.c mshtml: Store attributes list in HTMLAttributeCollection. 2011-09-02 18:28:24 +02:00
htmlbody.c mshtml: Use return_nsstr helper in IHTMLBodyElement::get_background implementation. 2012-04-13 16:09:42 +02:00
htmlcomment.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmlcurstyle.c mshtml: Added IHTMLCurrentStyle2::get_filter implementation. 2012-03-16 15:37:47 +01:00
htmldoc.c mshtml: Always use English locale in document_write to perform type conversion. 2012-05-14 17:46:18 +02:00
htmldoc3.c mshtml: Improved VARIANT debug traces in htmldoc*.c. 2012-03-28 14:56:32 +02:00
htmldoc5.c mshtml: Improved VARIANT debug traces in htmldoc*.c. 2012-03-28 14:56:32 +02:00
htmlelem.c mshtml: Copy filter value in HTMLElement_clone. 2012-04-18 15:45:01 +02:00
htmlelem2.c mshtml: Use return_nsstr helper in HTMLElement object implementation. 2012-04-13 16:09:42 +02:00
htmlelem3.c mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
htmlelemcol.c mshtml: Adjusted some incorrect sizeofs (Coverity). 2011-10-18 15:16:28 +02:00
htmlembed.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmlevent.c mshtml: Added support for IHTMLEventObj::cancelBubble property. 2012-04-16 17:49:25 +02:00
htmlevent.h mshtml: Added IHTMLDocument2::onkeypress implementation. 2012-04-10 16:21:31 +02:00
htmlform.c mshtml: Added IHTMLFormElement::submit implementation. 2012-04-06 20:16:26 +02:00
htmlframe.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmlframebase.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmlgeneric.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmlhead.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmliframe.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmlimg.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmlinput.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmllocation.c mshtml: Use IUri for IHTMLLocation::get_search implementation. 2012-01-03 12:37:28 +01:00
htmlmeta.c mshtml: Added IHTMLMetaElement::get_httpEquiv implementation. 2012-04-03 17:53:01 +02:00
htmlnode.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmlobject.c mshtml: Forward common getters from IHTMLObjectElement to IHTMLObjectElement2. 2012-03-27 17:55:50 +02:00
htmloption.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmlscreen.c mshtml: Added IHTMLScreen::get_availWidth implementation. 2011-05-27 17:53:38 +02:00
htmlscript.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmlselect.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmlstyle.c mshtml: Added IHTMLStyle2::overflowY implementation. 2012-04-17 12:43:29 +02:00
htmlstyle.h mshtml: Added IHTMLStyle2::overflowY implementation. 2012-04-17 12:43:29 +02:00
htmlstyle2.c mshtml: Added IHTMLStyle2::overflowY implementation. 2012-04-17 12:43:29 +02:00
htmlstyle3.c mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
htmlstyleelem.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmlstylesheet.c mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
htmltable.c mshtml: Improved VARIANT debug traces in htmltable.c. 2012-03-28 14:56:00 +02:00
htmltablecell.c mshtml: Added IHTMLTableCell interface stub implementation. 2012-03-28 13:51:53 +02:00
htmltablerow.c mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
htmltextarea.c mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
htmltextcont.c
htmltextnode.c
htmlwindow.c mshtml: Added IHTMLWindow2::get_history implementation. 2012-05-02 12:00:43 +02:00
ifacewrap.c mshtml: Don't use WINAPI for assembly functions to avoid linker warnings on mingw. 2011-12-06 15:50:59 +01:00
ipwindow.c mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
loadopts.c
main.c mshtml: Fixed status text cache implementation. 2012-04-02 18:27:07 +02:00
mshtml.inf mshtml: Remove an extra quote in the pngfile registration. 2011-05-04 23:46:07 +02:00
mshtml.rc mshtml: Convert dialogs to po files. 2011-11-30 18:13:08 +01:00
mshtml.spec
mshtml_classes.idl mshtml: Remove typelib registrations. 2011-08-02 20:47:49 +02:00
mshtml_private.h mshtml: Added IHTMLWindow2::get_history implementation. 2012-05-02 12:00:43 +02:00
mutation.c mshtml: Get rid of remaining PRBool usages. 2012-03-15 19:54:56 +01:00
navigate.c mshtml: Remove old channel from load group in nsIAsyncVerifyRedirectCallback::AsyncOnChannelRedirect. 2012-04-05 17:53:15 +02:00
npplugin.c mshtml: Moved NPAPI struct declarations to npplugin.c. 2012-01-13 18:17:41 +01:00
nsembed.c mshtml: Get rid of PRBool from nsembed.c and nsservice.c. 2012-03-15 19:54:52 +01:00
nsevents.c mshtml: Detach also internal listeners in detach_events. 2012-04-05 17:53:15 +02:00
nsiface.idl mshtml: Get rid of remaining PRBool usages. 2012-03-15 19:54:56 +01:00
nsio.c mshtml: Get rid of PRBool from nsio.c. 2012-03-15 19:54:37 +01:00
nsservice.c mshtml: Get rid of PRBool from nsembed.c and nsservice.c. 2012-03-15 19:54:52 +01:00
olecmd.c mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
oleobj.c mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
olewnd.c mshtml: Set frame interface to NULL after releasing it in IOleInPlaceObjectWindowless::InPlaceDeactivate. 2011-10-03 11:27:04 -05:00
omnavigator.c mshtml: Added IHTMLWindow2::get_history implementation. 2012-05-02 12:00:43 +02:00
persist.c mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
pluginhost.c mshtml: Added support for IDispatch-only ActiveX objects. 2012-04-05 17:53:15 +02:00
pluginhost.h
propbag.c mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
protocol.c mshtml: Add stub for QUERY_IS_CACHED_AND_USABLE_OFFLINE. 2011-10-12 17:06:24 +02:00
resource.h mshtml: Fixed status text cache implementation. 2012-04-02 18:27:07 +02:00
script.c mshtml: Added support for text/vbscript script type. 2011-09-02 14:42:57 +02:00
secmgr.c mshtml: Return error in IInternetHostSecurityManager calls on detached documents. 2012-01-18 16:25:51 +01:00
selection.c mshtml: Get rid of remaining PRBool usages. 2012-03-15 19:54:56 +01:00
service.c mshtml: Respond to SID_SContainerDispatch service id. 2012-01-20 16:01:38 +01:00
task.c mshtml: Properly free tasks in remove_target_tasks. 2011-08-03 14:15:49 +02:00
txtrange.c mshtml: Get rid of remaining PRBool usages. 2012-03-15 19:54:56 +01:00
view.c