jscript: Assorted spelling fixes.
[wine] / dlls / jscript / activex.c
2012-03-14  Jacek Cabanjscript: Get rid of no longer needed caller argument...
2011-12-20  Alistair Leslie... jscript: Don't double free IObjectWithSite interface.
2010-12-28  Jacek Cabanjscript: Pass HRESULTs instead of IDSs to throw_* funct...
2010-10-15  Piotr Cabanjscript: Added more safety options flags handling to...
2010-09-06  Jacek Cabanjscript: Rename DispatchEx to jsdisp_t to match jscript...
2009-11-17  Jacek Cabanjscript: Use CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER...
2009-10-14  Piotr Cabanjscript: Fixed Global functions lengths.
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-07  Jacek Cabanjscript: Call SetSite on created ActiveX object.
2009-10-05  Jacek Cabanjscript: Query created ActiveXObject for IObjectWithSit...
2009-10-02  Jacek Cabanjscript: Added FIXME about IClassFactoryEx.
2009-09-30  Jacek Cabanjscript: Added ActiveXObject constructor implementation.
2009-09-29  Jacek Cabanjscript: Added ActiveXObject constructor stub implement...