Commit Graph

114 Commits

Author SHA1 Message Date
blizzard%redhat.com
fb639838ae add .cvsignore file 2000-04-03 02:06:14 +00:00
tbogard%aol.net
8a9cd7de65 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
blizzard%redhat.com
a0d0284b26 remove the nsIDocShell hackery that was in there since travis checked in code to fix the problem that I was having. this is not part of the build. 2000-04-03 00:05:30 +00:00
scc%netscape.com
1195013f98 Adding NSPR to both debug and optimized builds; this should fix the build bustage. r=bruce 2000-04-02 23:19:24 +00:00
blizzard%redhat.com
2b5d867757 use C++ mode for C++ files for emacs users 2000-04-02 21:19:56 +00:00
tbogard%aol.net
ff39fd1ee9 added files: mozilla/embedding/browser/webBrowser/nsWBURIContentListener.cpp 2000-04-02 21:01:51 +00:00
tbogard%aol.net
76bc88c235 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
blizzard%redhat.com
978f1937f1 add work around for problems in nsIWebBrowser by registering the chrome object as the URIContentListener of the docshell. this solves the problem where clicking in links creates a new toplevel window. 2000-04-02 20:50:57 +00:00
blizzard%redhat.com
3bb2e243e1 make the default size bigger 2000-04-02 20:49:28 +00:00
locka%iol.ie
fa85f40609 Replaced some more nsIWebShell references.
Changed browser to call LoadURI on nsIWebNavigation instead of the old webshell LoadURL method
2000-04-02 13:58:36 +00:00
locka%iol.ie
9bbfbb399d Replaced FindNamedBrowser method with FindNamedBrowserItem 2000-04-02 13:57:25 +00:00
cls%seawood.org
da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
tbogard%aol.net
426b4e98dd First checkin of new files for the content listener in the webBrowser. 2000-04-02 07:05:39 +00:00
danm%netscape.com
4a0f6c4a45 add alwaysraised/lowered chrome flags 2000-04-01 22:02:18 +00:00
locka%iol.ie
4e09e35e37 Fixed problem with browser opening as a popup and not a control.
Removed some webshell references
2000-04-01 16:30:43 +00:00
blizzard%redhat.com
908043d11a more work on the embedding widget. not part of the build. a=leaf 2000-04-01 04:21:40 +00:00
ramiro%fateware.com
7f259009b5 Changed the signature GtkMozEmbedChrome::FindNamedBrowserItem() for the l+g
embedding changes.  nsIDocShellTreeItem vs. nsIWebBrowser.
2000-03-31 09:09:45 +00:00
tbogard%aol.net
0b8ca33dce 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
tbogard%aol.net
32d9a7b5d0 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
tbogard%aol.net
124c297b47 Changed the FindNamedBrowser to be FindNamedBrowserItem. This is important because it's possible that a frame needs to be returned, not just a toplevel browser object. So we need to be able to return a destination frame from this call. So now the API talks in terms of a frame. 2000-03-28 09:24:12 +00:00
tbogard%aol.net
70be3f48e8 Make sure the embedding control is properly setting itself as the tree owner. This should fix the current assertion when running viewer. 2000-03-28 07:40:10 +00:00
locka%iol.ie
4e856f87f6 Added impl of new interface method 2000-03-27 23:18:44 +00:00
locka%iol.ie
5378dcc162 Fixed plugin to match only against *.ocx and *.dll files 2000-03-26 15:06:32 +00:00
locka%iol.ie
d19e156b80 Fixed up CBrowse to work from its new home 2000-03-26 15:05:05 +00:00
locka%iol.ie
24bc3a47cc First cut at a working control after the move to the new APIs. It works but the content appears in a popup window for some reason 2000-03-26 15:01:44 +00:00
tbogard%aol.net
f5e337633e 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
tbogard%aol.net
8a8c101ec9 Implementation for the new method onLocationChange added to the nsIWebProgressListener interface. 2000-03-25 01:00:05 +00:00
blizzard%redhat.com
ecfda23b80 explicitly link in the superwin library. not part of the build. 2000-03-24 03:21:21 +00:00
blizzard%redhat.com
10cdf9e2ce initial code checkin for the new gtk embedding widget. bug #31905. This is not feature complete and is not being built yet. 2000-03-23 23:55:18 +00:00
locka%iol.ie
048759be2a Fixed up to build (but not work) against the latest webshell stuff 2000-03-23 22:43:23 +00:00
locka%iol.ie
740327a269 Moved from webshell/embed/ActiveX 2000-03-21 22:35:48 +00:00
locka%iol.ie
6a1f81da10 Moved from webshell/embed/ActiveX 2000-03-21 22:22:47 +00:00
locka%iol.ie
83fa6cf316 Updated source with changes from old activex control folder 2000-03-21 22:15:35 +00:00
locka%iol.ie
bc3a508029 Relocated ActiveX control test source 2000-03-21 00:05:33 +00:00
tbogard%aol.net
02b7661f7a Implemented FindItemWithName and ContentShellAdded. Changed FindNamedBrowserChrome to deal with nsIWebBrowser instead of nsIWebBrowserChrome and changed the name to FindNamedBrowser. Changed FindNamedBrowser and GetNamedBrowser to return the type instead of having it as an out parameter. This is cleaner for JS. 2000-03-15 04:32:16 +00:00
tbogard%aol.net
7eff142623 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
scc%netscape.com
1c29216af2 Removed "nsIProgress.idl" and "nsIProgressListener.idl" for travis since Camelot is down. This is really travis' checkin. 2000-03-14 11:23:20 +00:00
tbogard%aol.net
cbe2df7576 Remove include of nsIProgress as the interface is going away. 2000-03-14 11:16:08 +00:00
tbogard%aol.net
e1c5c39fd6 Use the generic factory to create the actual objects for the nsWebBrowserSetup and nsWebBrowser classes. Got rid of the unneeded ::Create methods on those classes. 2000-03-14 07:20:17 +00:00
tbogard%aol.net
cad70d2abc 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
tbogard%aol.net
f4be7fb6ae Updated paramaters to GetNewBrowserChrome() and changed it to GetNewBrowser() to reflect changes in the API. Added new functions SizeBrowserTo() and ShowAsModal() that were added to the nsIWebBrowserChrome API. 2000-03-14 07:06:07 +00:00
tbogard%aol.net
d2b9d12fc5 webBrowser now depends on the docShell implementing nsIWebProgress interface. It now passes all the work on to it as well. 2000-03-14 07:05:08 +00:00
danm%netscape.com
b4a513454f added factory source files 2000-03-14 03:13:54 +00:00
danm%netscape.com
f6c608b41f two more source files necessary for webBrowser.mcp 2000-03-14 03:12:07 +00:00
tbogard%aol.net
c2bcda31ca Changed to a generic module. 2000-03-13 07:21:36 +00:00
tbogard%aol.net
1ff8c41b96 Made the constructor public so we can access it from the generic module code. 2000-03-13 07:11:21 +00:00
tbogard%aol.net
18cc1f5b7c Made the constructor public. 2000-03-13 07:09:54 +00:00
danm%netscape.com
7b4350dc1d First Checked In. 2000-03-13 00:57:56 +00:00
pavlov%netscape.com
8ddada7465 set IS_COMPONENT to 1 so that we generate a component instead of a 'normal' dynamic library 2000-03-11 02:43:04 +00:00
tbogard%aol.net
454da4c056 Changed nsWebBrowser to support nsIWebProgress instead of nsIProgress. Made the new nsDocShellTreeOwner a friend. 2000-03-11 01:16:24 +00:00