Sweden-Number/dlls/mshtml
Francois Gouget 7effdeebda mshtml/tests: Some spelling fixes in comments.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-10 19:19:15 +01:00
..
tests mshtml/tests: Some spelling fixes in comments. 2017-01-10 19:19:15 +01: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: Added IHTMLDocument3::dir property implementation. 2016-11-16 13:20:10 -06:00
htmlelem.c mshtml: Export IElementSelector for all elements in compatibility mode >= IE8. 2016-07-07 19:58:13 +09: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: Avoid casts from COM objects to interfaces. 2016-09-19 23:13:34 +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: 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: Use proper constants as HRESULT return values. 2016-09-14 22:24:58 +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: Added support for non-pixel style values in IHTMLStyle::get_pixel* functions. 2016-10-07 20:51:44 +02: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: Fix outer window url leak (Valgrind). 2016-11-14 11:07:07 -06:00
ifacewrap.c mshtml: Use IUnknownVtbl in wrapper_vtbl. 2016-09-14 22:26:12 +09:00
ipwindow.c
loadopts.c
main.c mshtml: Use proper constants as HRESULT return values. 2016-09-14 22:24:58 +09:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Use rb tree instead of list to map nsIDOMWindowProxy to HTMLOuterWindow. 2016-09-14 00:02:02 +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: Silence a noisy FIXME. 2016-12-01 15:27:43 +01: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: Avoid a cast from a COM object to an interface. 2016-11-25 19:49:07 +01: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 EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02: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: Fix some IUri leaks (Valgrind). 2016-11-14 11:07:07 -06: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 EqualRect() to compare RECTs. 2016-10-23 17:30:31 +02: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