Commit Graph

1500 Commits

Author SHA1 Message Date
danm%netscape.com
4a4edbf868 add alwaysraised/lowered chrome flags
git-svn-id: svn://10.0.0.236/trunk@64895 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:02:18 +00:00
locka%iol.ie
5875ceaabd Fixed problem with browser opening as a popup and not a control.
Removed some webshell references


git-svn-id: svn://10.0.0.236/trunk@64885 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 16:30:43 +00:00
blizzard%redhat.com
a65a5df19f more work on the embedding widget. not part of the build. a=leaf
git-svn-id: svn://10.0.0.236/trunk@64846 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 04:21:40 +00:00
ramiro%fateware.com
593d258bf6 Changed the signature GtkMozEmbedChrome::FindNamedBrowserItem() for the l+g
embedding changes.  nsIDocShellTreeItem vs. nsIWebBrowser.


git-svn-id: svn://10.0.0.236/trunk@64734 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 09:09:45 +00:00
tbogard%aol.net
18b12cc9a6 Renamed the parameters to be *Child* instead of *Self* to be better in sync with the function name OnChildProgressChange().
git-svn-id: svn://10.0.0.236/trunk@64480 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-29 10:11:36 +00:00
tbogard%aol.net
03e0833c46 In the implementation of FindItemWithName, make sure to pass the tree owner the docShell knows about and not another higher level requestor.
git-svn-id: svn://10.0.0.236/trunk@64352 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 09:40:14 +00:00
tbogard%aol.net
6b7b9e9d5f 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.
git-svn-id: svn://10.0.0.236/trunk@64349 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 09:24:12 +00:00
tbogard%aol.net
333578da67 Make sure the embedding control is properly setting itself as the tree owner. This should fix the current assertion when running viewer.
git-svn-id: svn://10.0.0.236/trunk@64341 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 07:40:10 +00:00
locka%iol.ie
af7648689a Added impl of new interface method
git-svn-id: svn://10.0.0.236/trunk@64264 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 23:18:44 +00:00
locka%iol.ie
31fc60ce77 Fixed plugin to match only against *.ocx and *.dll files
git-svn-id: svn://10.0.0.236/trunk@64188 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-26 15:06:32 +00:00
locka%iol.ie
9a1bc91b7b Fixed up CBrowse to work from its new home
git-svn-id: svn://10.0.0.236/trunk@64187 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-26 15:05:05 +00:00
locka%iol.ie
5ed31407d0 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
git-svn-id: svn://10.0.0.236/trunk@64186 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-26 15:01:44 +00:00
tbogard%aol.net
9263333b38 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.
git-svn-id: svn://10.0.0.236/trunk@64147 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-26 04:52:16 +00:00
tbogard%aol.net
e60a5e69a0 Implementation for the new method onLocationChange added to the nsIWebProgressListener interface.
git-svn-id: svn://10.0.0.236/trunk@64084 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-25 01:00:05 +00:00
blizzard%redhat.com
6eac26b10a explicitly link in the superwin library. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@63979 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-24 03:21:21 +00:00
blizzard%redhat.com
66a0ddd60e initial code checkin for the new gtk embedding widget. bug #31905. This is not feature complete and is not being built yet.
git-svn-id: svn://10.0.0.236/trunk@63934 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 23:55:18 +00:00
locka%iol.ie
53a335fdad Fixed up to build (but not work) against the latest webshell stuff
git-svn-id: svn://10.0.0.236/trunk@63898 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 22:43:23 +00:00
locka%iol.ie
1a03c21ebc Moved from webshell/embed/ActiveX
git-svn-id: svn://10.0.0.236/trunk@63631 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 22:35:48 +00:00
locka%iol.ie
2fe2d65f55 Moved from webshell/embed/ActiveX
git-svn-id: svn://10.0.0.236/trunk@63629 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 22:22:47 +00:00
locka%iol.ie
b8e31941f7 Updated source with changes from old activex control folder
git-svn-id: svn://10.0.0.236/trunk@63628 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 22:15:35 +00:00
locka%iol.ie
ccc6160631 Relocated ActiveX control test source
git-svn-id: svn://10.0.0.236/trunk@63502 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 00:05:33 +00:00
tbogard%aol.net
933c26105e 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.
git-svn-id: svn://10.0.0.236/trunk@63001 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-15 04:32:16 +00:00
tbogard%aol.net
88955b2f28 Removing nsIProgress and nsIProgressListener as they aren't used and are replaced in intent by nsIWebProgress and nsIWebProgressListener.
git-svn-id: svn://10.0.0.236/trunk@62920 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 11:28:11 +00:00
scc%netscape.com
e17d9adbfc Removed "nsIProgress.idl" and "nsIProgressListener.idl" for travis since Camelot is down. This is really travis' checkin.
git-svn-id: svn://10.0.0.236/trunk@62919 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 11:23:20 +00:00
tbogard%aol.net
1bb86b8bfc Remove include of nsIProgress as the interface is going away.
git-svn-id: svn://10.0.0.236/trunk@62915 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 11:16:08 +00:00
tbogard%aol.net
508b009b9f 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.
git-svn-id: svn://10.0.0.236/trunk@62899 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 07:20:17 +00:00
tbogard%aol.net
a6616be366 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.
git-svn-id: svn://10.0.0.236/trunk@62898 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 07:10:08 +00:00
tbogard%aol.net
391789552a 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.
git-svn-id: svn://10.0.0.236/trunk@62897 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 07:06:07 +00:00
tbogard%aol.net
c0147da47d webBrowser now depends on the docShell implementing nsIWebProgress interface. It now passes all the work on to it as well.
git-svn-id: svn://10.0.0.236/trunk@62896 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 07:05:08 +00:00
danm%netscape.com
7fa53db652 added factory source files
git-svn-id: svn://10.0.0.236/trunk@62822 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 03:13:54 +00:00
danm%netscape.com
13ea8d58c4 two more source files necessary for webBrowser.mcp
git-svn-id: svn://10.0.0.236/trunk@62821 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 03:12:07 +00:00
tbogard%aol.net
7dfa954cc6 Changed to a generic module.
git-svn-id: svn://10.0.0.236/trunk@62756 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-13 07:21:36 +00:00
tbogard%aol.net
42b0adbf42 Made the constructor public so we can access it from the generic module code.
git-svn-id: svn://10.0.0.236/trunk@62755 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-13 07:11:21 +00:00
tbogard%aol.net
c38f183f8d Made the constructor public.
git-svn-id: svn://10.0.0.236/trunk@62754 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-13 07:09:54 +00:00
danm%netscape.com
a51aa7c23f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@62747 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-13 00:57:56 +00:00
pavlov%netscape.com
71f59dc9ad set IS_COMPONENT to 1 so that we generate a component instead of a 'normal' dynamic library
git-svn-id: svn://10.0.0.236/trunk@62616 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 02:43:04 +00:00
tbogard%aol.net
a49bd0c4e5 Changed nsWebBrowser to support nsIWebProgress instead of nsIProgress. Made the new nsDocShellTreeOwner a friend.
git-svn-id: svn://10.0.0.236/trunk@62592 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:16:24 +00:00
tbogard%aol.net
6a27b4658e Got much of the implementation done to actually get this object working. We now instantiate a webshell and pass along most needed calls. This gets the webBrowser object setup to start being used to basic stuff.
git-svn-id: svn://10.0.0.236/trunk@62591 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:12:46 +00:00
tbogard%aol.net
5d5d8acd13 Just updated some documentation.
git-svn-id: svn://10.0.0.236/trunk@62590 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:10:57 +00:00
tbogard%aol.net
67c18c7e39 Added SetTreeOwner and SetWebBrowserChrome to do the proper setup of all the different up pointers.
git-svn-id: svn://10.0.0.236/trunk@62589 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:10:13 +00:00
tbogard%aol.net
90acde0da4 Added nsDocShellTreeOwner.cpp to the build.
git-svn-id: svn://10.0.0.236/trunk@62588 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:06:03 +00:00
tbogard%aol.net
9958464107 HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface.
git-svn-id: svn://10.0.0.236/trunk@62585 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:03:08 +00:00
tbogard%aol.net
67713bb424 Adding new files for the embedding object. Note the embedding DLL is not yet used or relied upon. a=jevering
git-svn-id: svn://10.0.0.236/trunk@62420 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-09 01:06:56 +00:00
pollmann%netscape.com
8a83557c05 Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
git-svn-id: svn://10.0.0.236/trunk@61848 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 06:51:48 +00:00
tbogard%aol.net
39af911b15 This has been replaced by nsIWebNavigation interface.
git-svn-id: svn://10.0.0.236/trunk@61598 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 06:57:43 +00:00
tbogard%aol.net
45d2216902 removed files: mozilla/embedding/browser/webBrowser/nsIWebBrowserNav.idl
git-svn-id: svn://10.0.0.236/trunk@61597 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 06:48:20 +00:00
tbogard%aol.net
b1d11c033b Removing nsIWebBrowserNav from the list to IDL files.
git-svn-id: svn://10.0.0.236/trunk@61596 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 06:47:24 +00:00
tbogard%aol.net
820d8f7dad Removing nsIWebBrowserNav from the includes. This should fix the clobber builds.
git-svn-id: svn://10.0.0.236/trunk@61594 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 06:40:05 +00:00
tbogard%aol.net
0823b2e5f8 Changed nsWebBrowser over to implement nsIWebNavigation instead of nsIWebBrowserNav. r=mscott a=jevering
git-svn-id: svn://10.0.0.236/trunk@61571 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 03:51:35 +00:00
tbogard%aol.net
778337e30f Moving the needed interfaces over to the header file where they are needed. This will fix the wensleydale bustage.
git-svn-id: svn://10.0.0.236/trunk@60722 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 09:39:21 +00:00