Граф коммитов

93 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 27021549c1 Added impl of new interface method 2000-03-27 23:18:44 +00:00
locka%iol.ie 3c830b32b4 Fixed plugin to match only against *.ocx and *.dll files 2000-03-26 15:06:32 +00:00
locka%iol.ie eb340e9f52 Fixed up CBrowse to work from its new home 2000-03-26 15:05:05 +00:00
locka%iol.ie 2a3e4be382 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 f9ba960bcc 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 dbb6c8ee02 Implementation for the new method onLocationChange added to the nsIWebProgressListener interface. 2000-03-25 01:00:05 +00:00
blizzard%redhat.com 6d743a239b explicitly link in the superwin library. not part of the build. 2000-03-24 03:21:21 +00:00
blizzard%redhat.com 4cef8c858b 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 860609d30f Fixed up to build (but not work) against the latest webshell stuff 2000-03-23 22:43:23 +00:00
locka%iol.ie c11e84a634 Moved from webshell/embed/ActiveX 2000-03-21 22:35:48 +00:00
locka%iol.ie 050a0ada65 Moved from webshell/embed/ActiveX 2000-03-21 22:22:47 +00:00
locka%iol.ie 12bf85ee63 Updated source with changes from old activex control folder 2000-03-21 22:15:35 +00:00
locka%iol.ie 9126ad84fc Relocated ActiveX control test source 2000-03-21 00:05:33 +00:00
tbogard%aol.net 7d83f1db2c 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 3252054c48 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 7183638f8d 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 4334112f2e Remove include of nsIProgress as the interface is going away. 2000-03-14 11:16:08 +00:00
tbogard%aol.net 3b69378fba 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 c0acbbb6dc 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 2bbad9a327 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 c965ef4d54 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 926e93c8fa added factory source files 2000-03-14 03:13:54 +00:00
danm%netscape.com f8b511dce5 two more source files necessary for webBrowser.mcp 2000-03-14 03:12:07 +00:00
tbogard%aol.net 8872783b43 Changed to a generic module. 2000-03-13 07:21:36 +00:00
tbogard%aol.net 9984a228f7 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 edfaebeb7d Made the constructor public. 2000-03-13 07:09:54 +00:00
danm%netscape.com 030447c6e3 First Checked In. 2000-03-13 00:57:56 +00:00
pavlov%netscape.com fe9d69661b 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 40eddd37c4 Changed nsWebBrowser to support nsIWebProgress instead of nsIProgress. Made the new nsDocShellTreeOwner a friend. 2000-03-11 01:16:24 +00:00
tbogard%aol.net f518f21d5d 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. 2000-03-11 01:12:46 +00:00
tbogard%aol.net bb26a518fc Just updated some documentation. 2000-03-11 01:10:57 +00:00
tbogard%aol.net 086694bb9c Added SetTreeOwner and SetWebBrowserChrome to do the proper setup of all the different up pointers. 2000-03-11 01:10:13 +00:00
tbogard%aol.net 49d970f6b4 Added nsDocShellTreeOwner.cpp to the build. 2000-03-11 01:06:03 +00:00
tbogard%aol.net 49333708e7 HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:03:08 +00:00
tbogard%aol.net 83fab68e73 Adding new files for the embedding object. Note the embedding DLL is not yet used or relied upon. a=jevering 2000-03-09 01:06:56 +00:00
pollmann%netscape.com 3a67f9317c Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg 2000-02-29 06:51:48 +00:00
tbogard%aol.net 592170ea93 This has been replaced by nsIWebNavigation interface. 2000-02-24 06:57:43 +00:00
tbogard%aol.net 4d874defca removed files: mozilla/embedding/browser/webBrowser/nsIWebBrowserNav.idl 2000-02-24 06:48:20 +00:00
tbogard%aol.net e9c8aba418 Removing nsIWebBrowserNav from the list to IDL files. 2000-02-24 06:47:24 +00:00
tbogard%aol.net 734721ee94 Removing nsIWebBrowserNav from the includes. This should fix the clobber builds. 2000-02-24 06:40:05 +00:00
tbogard%aol.net a07672de77 Changed nsWebBrowser over to implement nsIWebNavigation instead of nsIWebBrowserNav. r=mscott a=jevering 2000-02-24 03:51:35 +00:00
tbogard%aol.net 5fcaad530f Moving the needed interfaces over to the header file where they are needed. This will fix the wensleydale bustage. 2000-02-14 09:39:21 +00:00
tbogard%aol.net 52e026605c Organized includes. Put in a check to ensure that QI to nsIWebNavigation succeeded. r=hyatt 2000-02-14 08:53:45 +00:00
alecf%netscape.com 91abd13d75 fix build bustage
travis needs to look at this and make sure it's right
2000-02-14 07:49:05 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
tbogard%aol.net e1fc84cbd7 Added SetJSDefaultStatus method as it can be set by JS. 2000-02-05 03:24:42 +00:00
mcafee%netscape.com 8db288d255 Ignore generated files. 2000-02-03 00:58:45 +00:00
jdunn%netscape.com befa7aa6e8 adding newline 2000-02-02 22:28:37 +00:00
tbogard%aol.net a2e8f5f636 Removed SetTitle from the interface as that function is on the nsIBaseWindow interface that chrome objects are expected to implement. r=hyatt 2000-02-02 03:12:41 +00:00
dveditz%netscape.com aeafce75b3 Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg 2000-02-02 00:16:33 +00:00