shdocvw: Convert coclass registration to the IRegistrar mechanism.
[wine] / dlls / shdocvw / persist.c
2010-11-24  Michael Stefaniucshdocvw: Don't open code CONTAINING_RECORD().
2010-11-15  Jacek Cabanshdocvw: Get rid of remaining WebBrowser object's ...
2010-11-15  Jacek Cabanshdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowse...
2008-01-11  Louis Lendersshdocvw: Change return value for PersistMemory_Load.
2007-10-31  Chris Wulffshdocvw: Add IPersistMemory interface stub.
2006-10-07  James Hawkinsshdocvw: Return S_OK in PersistStorage_InitNew.
2006-07-24  Jacek Cabanshdocvw: Return S_OK in IPersistStreamInit::Load.
2006-06-20  Jacek Cabanshdocvw: Return S_OK in IPersistStreamInit::InitNew.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-08  Jacek CabanMake IPersist* interfaces heap based.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-01-27  James HawkinsProperly implement DllCanUnloadNow ref counting. Make...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-03-20  Hidenori TakeshimaImplemented the basic COM framework.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.