Sweden-Number/dlls/mshtml
Nikolay Sivov 8fbaeb3058 mshtml: Formatting change to get rid of warning on GCC 6.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-11 12:09:28 +09:00
..
tests mshtml: Added asynchronous script loading tests. 2016-07-20 11:03:20 +09:00
Makefile.in mshtml: Merge htmlstyle3.c into htmlstyle.c. 2016-01-08 21:37:04 +09:00
binding.h mshtml: Added nsIChannel::Cancel implementation. 2015-12-21 19:50:29 +01:00
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: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlcomment.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlcurstyle.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmldoc.c mshtml: Reimplement IHTMLDocument5::get_compatMode based on document mode. 2016-07-06 11:54:45 +09:00
htmlelem.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09:00
htmlelemcol.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +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: Added a helper to get vtbl from DispatchEx and use it to access vtbl outside dispex.c. 2016-07-06 11:53:50 +09:00
htmlevent.h mshtml: Added IHTMLWindow2::onunload property implementation. 2016-05-26 22:14:54 +09: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 mshtml: Wine Gecko 2.47 release. 2016-06-14 13:43:54 +09:00
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: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +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: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09: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: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
htmlstyle.h mshtml: Make some functions static. 2016-03-22 23:51:31 +09:00
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: Added support for exposing different sets of properties from DispatchEx depending on compatibility mode. 2016-07-07 19:58:09 +09:00
ifacewrap.c
ipwindow.c
loadopts.c
main.c mshtml: Added IHTMLDocument2::get_defaultCharset implementation. 2016-01-13 01:56:07 +09:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09: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: Fixed OnStopBinding if it's called called after we aborted document binding. 2016-05-27 20:09:43 +09:00
npplugin.c mshtml: Wine Gecko 2.47 release. 2016-06-14 13:43:54 +09:00
nsembed.c mshtml: Remove dead assignment (Coverity). 2016-08-04 09:09:02 -05:00
nsevents.c mshtml: Added support for focusout event and IHTMLElement4::onfocusout property. 2016-04-05 00:06:45 +09:00
nsiface.idl mshtml: Use correct principal to create in create_nsxhr. 2016-08-03 09:56:19 -05:00
nsio.c mshtml: Set referer HTTP header in nsIHttpChannel::SetReferrerWithPolicy. 2016-08-03 09:56:19 -05:00
nsservice.c mshtml: Wine Gecko 2.47 release. 2016-06-14 13:43:54 +09:00
olecmd.c mshtml: Wine Gecko 2.47 release. 2016-06-14 13:43:54 +09:00
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: Avoid using LPSTREAM. 2016-07-19 19:59:30 +09:00
pluginhost.c mshtml: Use SetRect() instead of open coding it. 2016-07-14 22:10:30 +09:00
pluginhost.h
propbag.c
protocol.c mshtml: Don't cast from an iface to a COM object. 2016-07-03 10:20:21 +09:00
resource.h
script.c mshtml: Formatting change to get rid of warning on GCC 6. 2016-08-11 12:09:28 +09:00
secmgr.c
selection.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00
service.c mshtml: Add IHTMLEditServices stub implementation. 2015-10-13 23:35:25 +09:00
task.c mshtml: Make it possible to clear timer and interval with any of clearTimeout and clearInterval functions. 2016-05-02 22:45:59 +09:00
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 SetRectEmpty() instead of memset(). 2016-08-01 09:44:58 -05:00
xmlhttprequest.c mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct. 2016-07-06 11:53:45 +09:00