..
tests
mshtml/tests: Fixed tests on some Windows versions.
2015-09-15 22:51:45 +09:00
Makefile.in
mshtml: Stub out HTMLAreaElement.
2015-08-05 23:46:28 +09:00
binding.h
mshtml: Add nsChannel_GetResponseStatusText implementation.
2015-07-22 17:43:01 +02: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: Removed TRACEs from dispex_query_interface.
2015-01-20 16:29:35 +01:00
editor.c
mshtml: Share OLECMDID_SELECTALL implementation with IDM_SELECTALL.
2015-02-23 21:45:58 +09:00
hlink.c
mshtml: Support new window targets for FORM elements.
2014-12-16 16:32:34 +01:00
htmlanchor.c
mshtml: Use the same click event handler for anchor and area elements.
2015-08-17 14:38:51 +09:00
htmlarea.c
mshtml: Use the same click event handler for anchor and area elements.
2015-08-17 14:38:51 +09:00
htmlattr.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlbody.c
mshtml: Moved getting event target data pointer to DispatchEx vtbl.
2015-05-15 18:05:34 +09:00
htmlcomment.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlcurstyle.c
mshtml: Added IHTMLCurrentStyle3::whiteSpace property implementation.
2015-08-17 14:46:52 +09:00
htmldoc.c
mshtml: Get rid of no longer needed detach_event argument.
2015-05-21 13:55:03 +09:00
htmlelem.c
mshtml: Stub out HTMLAreaElement.
2015-08-05 23:46:28 +09:00
htmlelemcol.c
mshtml: Handle allocation failure during collection creation (Coverity).
2015-06-03 22:52:10 +09:00
htmlembed.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlevent.c
mshtml: Added support for binding XHR events.
2015-07-02 13:42:55 +09:00
htmlevent.h
mshtml: Added support for binding XHR events.
2015-07-02 13:42:55 +09:00
htmlform.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlframe.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlframebase.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlgeneric.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlhead.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmliframe.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlimg.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlinput.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmllink.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmllocation.c
mshtml: Added IHTMLLocation::assign method implementation.
2014-05-19 15:51:42 +02:00
htmlmeta.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlnode.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlobject.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmloption.c
mshtml: Add IHTMLOptionElement::form property implementation.
2015-08-25 21:08:57 +09:00
htmlscreen.c
mshtml: Forward IHTMLScreen's IDispatch methods to IDispatchEx.
2014-05-12 13:51:36 +02:00
htmlscript.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlscript.h
mshtml: Delay onreadystateevent notification if script elemenet is not added by parser.
2014-12-24 14:31:13 +01:00
htmlselect.c
mshtml: Remove unnecessary FIXME.
2015-08-25 21:08:59 +09: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::styleFloat attribute implementation.
2014-12-15 19:16:54 +01:00
htmlstyle.h
mshtml: Added IHTMLStyle::styleFloat attribute implementation.
2014-12-15 19:16:54 +01:00
htmlstyle2.c
mshtml: Added IHTMLStyle2::tableLayout property implementation.
2014-08-19 14:52:01 +02:00
htmlstyle3.c
mshtml: Print the debug string instead of the pointer value.
2015-03-24 18:16:09 +09:00
htmlstyleelem.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlstylesheet.c
mshtml: Added IHTMLStyleSheet::cssText property partial implementation.
2014-11-19 01:17:03 +09:00
htmltable.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmltablecell.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmltablerow.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmltextarea.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmltextcont.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmltextnode.c
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
htmlwindow.c
mshtml: Handle nsIDOMWindow_GetFrames returning NULL.
2015-08-17 14:39:33 +09: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: Use debugstr_mshtml_guid in object and embed element implementation.
2015-04-13 20:27:34 +09: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: Adjust NS_ERROR_GENERATE_FAILURE to avoid shift overflow.
2015-09-08 15:10:59 +09:00
mutation.c
mshtml: Wine Gecko 2.34 release.
2014-11-03 20:52:52 +09:00
navigate.c
mshtml: Use proper name for OnRedirectVerifyCallback implementation.
2015-10-06 00:01:56 +09:00
npplugin.c
mshtml: Create ActiveX object inside create_plugin_host.
2014-12-11 16:41:31 +01:00
nsembed.c
mshtml: Wine Gecko 2.40 release.
2015-08-12 22:59:15 +09:00
nsevents.c
mshtml: Flush pending document node tasks before firing onload event.
2014-12-24 14:31:09 +01:00
nsiface.idl
mshtml: Updated nsIDocShellLoadInfo declaration to recent Wine Gecko version.
2015-10-06 17:20:59 +09:00
nsio.c
mshtml: Treat "data:" as Gecko special URI scheme.
2015-10-08 21:01:41 +09:00
nsservice.c
…
olecmd.c
mshtml: Share OLECMDID_SELECTALL implementation with IDM_SELECTALL.
2015-02-23 21:45:58 +09:00
oleobj.c
mshtml: Added Exec(OLECMDID_OPTICAL_ZOOM) implementation.
2015-01-23 15:33:19 +01:00
olewnd.c
…
omnavigator.c
mshtml: Return S_OK in IHTMLPluginsCollection::refresh.
2015-03-06 21:10:17 +09:00
persist.c
mshtml: Remove unneeded NONAMELESSXXX directives.
2015-03-13 21:57:30 +09:00
pluginhost.c
mshtml: Use debugstr_mshtml_guid in object and embed element implementation.
2015-04-13 20:27:34 +09:00
pluginhost.h
mshtml: Use debugstr_mshtml_guid in object and embed element implementation.
2015-04-13 20:27:34 +09:00
propbag.c
mshtml: Don't use nsIDOMHTMLParamElement.
2014-09-19 19:49:46 +02:00
protocol.c
mshtml: RT_HTML is already an INTRESOURCE (PVS-Studio).
2015-02-24 21:55:49 +09:00
resource.h
…
script.c
mshtml: Pass EventTarget to set_event_handler.
2015-05-15 18:05:46 +09:00
secmgr.c
…
selection.c
mshtml: Added IHTMLSelectionObject2 stub implementation.
2015-03-23 16:20:25 +09:00
service.c
…
task.c
mshtml: Flush pending document node tasks before firing onload event.
2014-12-24 14:31:09 +01:00
txtrange.c
mshtml: Use new range point representation in all cases.
2014-12-29 22:20:29 +01:00
view.c
…
xmlhttprequest.c
mshtml: Add IHTMLXMLHttpRequest::abort() method implementation.
2015-08-20 20:16:26 +09:00