pjs/embedding/browser/webBrowser
rpotts%netscape.com bd98ffaa86 Moved session history methods from nsIWebNavigation into a new interface called nsIDocShellHistory. Also made docshells persist layout state before being destroyed (this is necesssary for framesets). 2000-07-05 23:10:29 +00:00
..
.cvsignore Ignore generated files. 2000-02-03 00:58:45 +00:00
MANIFEST_IDL Removing nsIProgress and nsIProgressListener as they aren't used and are replaced in intent by nsIWebProgress and nsIWebProgressListener. 2000-03-14 11:28:11 +00:00
Makefile.in Implemented the nsWBURIContentListener class and hooked it up to the build. It now sets itself as the parentURIListener for the internal docShell. Doing this makes the webBrowser control now the preferred handler for most webBrowser type loads. This fixes the problem where people who were embedding with this would always get a new window. Added a method to nsIWebBrowser to allow setting a parent URI Listener. Split the destruction of the webBrowser object into an InternalDestroy method. This fixes the odd construct where the destructor was calling Destroy and then having to clean up the Init structure that the Destroy method created. 2000-04-02 21:01:18 +00:00
makefile.win Added nsIContextMenuListener to build 2000-06-21 12:50:38 +00:00
nsCWebBrowser.idl updating impl list 2000-05-23 18:47:46 +00:00
nsDocShellTreeOwner.cpp 44113, 44190, 44191. 2000-07-04 21:53:27 +00:00
nsDocShellTreeOwner.h 44113, 44190, 44191. 2000-07-04 21:53:27 +00:00
nsIContextMenuListener.idl New nsIContextMenuListener interface 2000-06-21 12:49:58 +00:00
nsIWebBrowser.idl Implemented the nsWBURIContentListener class and hooked it up to the build. It now sets itself as the parentURIListener for the internal docShell. Doing this makes the webBrowser control now the preferred handler for most webBrowser type loads. This fixes the problem where people who were embedding with this would always get a new window. Added a method to nsIWebBrowser to allow setting a parent URI Listener. Split the destruction of the webBrowser object into an InternalDestroy method. This fixes the odd construct where the destructor was calling Destroy and then having to clean up the Init structure that the Destroy method created. 2000-04-02 21:01:18 +00:00
nsIWebBrowserChrome.idl Moving persistence-related methods from nsIXULWindow to 2000-06-21 22:05:28 +00:00
nsWBURIContentListener.cpp The parent content listener now doesn't have to implement every method. It can just implement the ones it wants and return NS_ERROR_NOT_IMPLEMENTED on the others. 2000-04-03 00:45:25 +00:00
nsWBURIContentListener.h First checkin of new files for the content listener in the webBrowser. 2000-04-02 07:05:39 +00:00
nsWebBrowser.cpp Moved session history methods from nsIWebNavigation into a new interface called nsIDocShellHistory. Also made docshells persist layout state before being destroyed (this is necesssary for framesets). 2000-07-05 23:10:29 +00:00
nsWebBrowser.h 44113, 44190, 44191. 2000-07-04 21:53:27 +00:00