Sweden-Number/dlls/mshtml
Jacek Caban 794e424c2a mshtml: Removed no longer used attr_name from event_info_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-17 20:54:07 +01:00
..
tests mshtml: Added IHTMLCurrentStyle::get_direction implementation. 2017-02-15 22:58:47 +01:00
Makefile.in mshtml: Added MHTMLDocument object implementation. 2017-02-06 13:49:01 +01:00
binding.h
blank.htm
conpoint.c
dispex.c mshtml: Properly handle duplicated names with different DISPIDs in add_func_info. 2016-07-07 19:58:11 +09:00
editor.c mshtml: Use SetRectEmpty() instead of memset(). 2016-08-01 09:44:58 -05:00
hlink.c
htmlanchor.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlarea.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlattr.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmlbody.c mshtml: Return event target as EventTarget in NodeImplVtbl.get_event_target. 2017-02-14 22:48:55 +01:00
htmlcomment.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlcurstyle.c mshtml: Added IHTMLCurrentStyle::get_direction implementation. 2017-02-15 22:58:47 +01:00
htmldoc.c mshtml: Added IHTMLDocument5::onmousewheel property implementation. 2017-02-16 19:08:39 +01:00
htmlelem.c mshtml: Added IHTMLElement4::onbeforeactivate property implementation. 2017-02-15 22:58:47 +01:00
htmlelemcol.c mshtml: Avoid casts from COM objects to interfaces. 2016-09-19 23:13:34 +09:00
htmlembed.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlevent.c mshtml: Removed no longer used attr_name from event_info_t. 2017-02-17 20:54:07 +01:00
htmlevent.h mshtml: Added IHTMLDocument4::onselectionchange property implementation. 2017-02-16 19:08:39 +01:00
htmlform.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlframe.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlframebase.c
htmlgeneric.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlhead.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmliframe.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlimg.c mshtml: Use proper constants as HRESULT return values. 2016-09-14 22:24:58 +09:00
htmlinput.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmllink.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmllocation.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmlmeta.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlnode.c mshtml: Store event handlers in rb tree. 2017-02-14 22:49:31 +01:00
htmlobject.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmloption.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlscreen.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmlscript.c mshtml: Load dynamically created script elements asynchronously. 2016-07-20 11:03:12 +09:00
htmlscript.h mshtml: Load dynamically created script elements asynchronously. 2016-07-20 11:03:12 +09:00
htmlselect.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlstorage.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmlstyle.c mshtml: Added support for non-pixel style values in IHTMLStyle::get_pixel* functions. 2016-10-07 20:51:44 +02:00
htmlstyle.h
htmlstyleelem.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlstylesheet.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmltable.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmltablecell.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmltablerow.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmltextarea.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmltextcont.c
htmltextnode.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmlwindow.c mshtml: Store event handlers in rb tree. 2017-02-14 22:49:31 +01:00
ifacewrap.c mshtml: Use IUnknownVtbl in wrapper_vtbl. 2016-09-14 22:26:12 +09:00
ipwindow.c
loadopts.c
main.c mshtml: Added MHTMLDocument object class factory stub implementation. 2017-01-25 15:51:37 +01:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Store event handlers in rb tree. 2017-02-14 22:49:31 +01:00
mutation.c mshtml: Set interactive script ready state change in the right places. 2016-07-20 11:03:10 +09:00
navigate.c mshtml: Silence a noisy FIXME. 2016-12-01 15:27:43 +01:00
npplugin.c
nsembed.c mshtml: Remove dead assignment (Coverity). 2016-08-04 09:09:02 -05:00
nsevents.c
nsiface.idl mshtml: Use correct principal to create in create_nsxhr. 2016-08-03 09:56:19 -05:00
nsio.c mshtml: Avoid a cast from a COM object to an interface. 2016-11-25 19:49:07 +01:00
nsservice.c
olecmd.c
oleobj.c
olewnd.c
omnavigator.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
persist.c mshtml: Added MHTMLDocument object implementation. 2017-02-06 13:49:01 +01:00
pluginhost.c mshtml: Use EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02:00
pluginhost.h
propbag.c
protocol.c
resource.h
script.c mshtml: Fix some IUri leaks (Valgrind). 2016-11-14 11:07:07 -06:00
secmgr.c
selection.c mshtml: Added IHTMLSelectionObject2::get_typeDetail semi-stub implementation. 2017-01-25 20:04:52 +01:00
service.c
task.c
txtrange.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
view.c mshtml: Use EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02:00
xmlhttprequest.c mshtml: Store event handlers in rb tree. 2017-02-14 22:49:31 +01:00