Update the address of the Free Software Foundation.
[wine] / dlls / mshtml / nsembed.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-10  Jacek Cabanmshtml: Fix ref counting.
2006-03-27  Jacek Cabanmshtml: Added tooltip implementation.
2006-03-20  Jacek Cabanmshtml: Optimize nsACString handling.
2006-03-07  Jacek Cabanmshtml: Added IHTMLElementCollection::tags implementation.
2006-03-02  Jacek Cabanmshtml: Beginning support for links opened in a new...
2006-03-02  Jacek Cabanmshtml: Use NSContainer as 'This' of its window.
2006-02-28  Jacek Cabanmshtml: Added nsIInterfaceRequestor implementation.
2006-02-27  Jacek Cabanmshtml: Init nsIOService as soon as possible.
2006-02-15  Jacek Cabanmshtml: Added hack to allow pass post data to IPersistM...
2006-02-15  Jacek Cabanmshtml: Added ref counting to NSContainer.
2006-02-09  Jacek Cabanmshtml: Get rid of HTMLDocument_OnLoad and move its...
2006-02-09  Jacek Cabanmshtml: Better ns*String handling.
2006-02-09  Jacek Cabanmshtml: Added wrapper of nsIOService.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-21  Jacek Cabanmshtml: Return FALSE if Mozilla ActiveX Control could...
2005-12-15  Jacek Cabanmshtml: Fix handling Gecko strings.
2005-12-15  Jacek Cabanmshtml: Set Gecko's profile.
2005-12-09  Jacek Cabanmshtml: Added PromptService implementation.
2005-12-09  Jacek Cabanmshtml: Added nsIURIContentListener to QueryInterface.
2005-12-09  Jacek Cabanmshtml: Added nsIEmbeddingSiteWindow implementation.
2005-12-07  Jacek Cabanmshtml: Added config key to specify Gecko path.
2005-10-19  Jacek CabanTry using mozctlx's path if there is no registered...
2005-09-02  Alexandre JulliardFixed C99 declaration.
2005-09-02  Jacek CabanBeginning implementation of onload routine.
2005-08-26  Jacek CabanBeginning implementation of Gecko focus handling.
2005-08-25  Jacek Caban- Beginning implementation of context menu.
2005-08-22  Jacek CabanDisable using nsWebBrowserStream.
2005-08-22  Jacek CabanAlways add gecko directory to the path before loading...
2005-08-11  Jacek CabanUse nsIWebBrowserStream to load html.
2005-08-11  Jacek CabanMove includes of interfaces to mshtml_private.h.
2005-08-10  Jacek CabanInit nsWebBrowser window while creating nscontainer.
2005-08-03  Jacek CabanFix comment about hack.
2005-08-01  Jacek Caban- Use Gecko to render HTML.