This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ad8ed2e23ee55844ae6250bf14f0dc427df28521
Mozilla
/
mozilla
/
embedding
/
browser
/
webBrowser
History
radha%netscape.com
c8ae707155
More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
...
feature is enabled. git-svn-id: svn://10.0.0.236/trunk@73539 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-29 21:48:18 +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
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
nsCWebBrowser.idl
updating impl list
2000-05-23 18:47:46 +00:00
nsDocShellTreeOwner.cpp
bustage fix
2000-06-29 01:19:45 +00:00
nsDocShellTreeOwner.h
use C++ mode for C++ files for emacs users
2000-04-02 21:19:56 +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
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
nsWebBrowser.cpp
More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
2000-06-29 21:48:18 +00:00
nsWebBrowser.h
use C++ mode for C++ files for emacs users
2000-04-02 21:19:56 +00:00