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
tbogard%aol.net
a9a5cd5389
First checkin of new files for the content listener in the webBrowser.
...
git-svn-id: svn://10.0.0.236/trunk@64922 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 07:05:39 +00:00
..
Makefile.in
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.win
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
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
Remove include of nsIProgress as the interface is going away.
2000-03-14 11:16:08 +00:00
nsDocShellTreeOwner.cpp
Renamed the parameters to be *Child* instead of *Self* to be better in sync with the function name OnChildProgressChange().
2000-03-29 10:11:36 +00:00
nsDocShellTreeOwner.h
nsDocShellTreeOwner now implements nsIWebProgressListener. nsIInterfaceRequestor is not a required interface of the embedding owner. Provided basic implementation for most of the nsIDocShellTreeOwner Methods. Provided basic implementation for most of nsIBaseWindow. Implementation for nsIWebProgressListener.
2000-03-14 07:10:08 +00:00
nsIWebBrowser.idl
Removed the cookie from AddWebBrowserListener and RemoveWebBrowserListener because frankly that parameter was dumb. :) Updated the implementation of nsIWebProgressListener to reflect changes in the API (removal of the cookie there too). Removed the UpdateListeners function as that will no longer be needed.
2000-03-26 04:52:16 +00:00
nsIWebBrowserChrome.idl
add alwaysraised/lowered chrome flags
2000-04-01 22:02:18 +00:00
nsWBURIContentListener.cpp
First checkin of new files for the content listener in the webBrowser.
2000-04-02 07:05:39 +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
In the implementation of FindItemWithName, make sure to pass the tree owner the docShell knows about and not another higher level requestor.
2000-03-28 09:40:14 +00:00
nsWebBrowser.h
Removed the cookie from AddWebBrowserListener and RemoveWebBrowserListener because frankly that parameter was dumb. :) Updated the implementation of nsIWebProgressListener to reflect changes in the API (removal of the cookie there too). Removed the UpdateListeners function as that will no longer be needed.
2000-03-26 04:52:16 +00:00