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
Mozilla
/
mozilla
/
embedding
/
browser
/
webBrowser
History
locka%iol.ie
98a262bb01
Added nsICommandHandler and nsCommandHandler.cpp to build. b=48270 a=valeski
...
git-svn-id: svn://10.0.0.236/trunk@76437 18797224-902f-48f8-a5cc-f745e15eee43
2000-08-16 08:56:37 +00:00
..
Makefile.in
Added nsICommandHandler and nsCommandHandler.cpp to build. b=48270 a=valeski
2000-08-16 08:56:37 +00:00
makefile.win
Added nsICommandHandler and nsCommandHandler.cpp to build. b=48270 a=valeski
2000-08-16 08:56:37 +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
nsCommandHandler.cpp
Added newline to end of file. b=48270 a=valeski
2000-08-16 08:47:57 +00:00
nsCommandHandler.h
Added newline to end of file. b=48270 a=valeski
2000-08-16 08:47:57 +00:00
nsCWebBrowser.idl
updating impl list
2000-05-23 18:47:46 +00:00
nsDocShellTreeOwner.cpp
Added mouse DOM listener to listen for context menu events and notify the embedding client. b=48270 a=valeski
2000-08-16 08:51:58 +00:00
nsDocShellTreeOwner.h
Added mouse DOM listener to listen for context menu events and notify the embedding client. b=48270 a=valeski
2000-08-16 08:51:58 +00:00
nsICommandHandler.idl
Added newline to end of file. b=48270 a=valeski
2000-08-16 08:54:49 +00:00
nsIContextMenuListener.idl
Change consts to unsigned long. b=48270 a=valeski
2000-08-16 08:53:57 +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
Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski
2000-07-12 23:56:14 +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
Fixed some incorrect embedding issues. b=48270 a=valeski
2000-08-16 08:50:00 +00:00
nsWebBrowser.h
Fixed some incorrect embedding issues. b=48270 a=valeski
2000-08-16 08:50:00 +00:00