Commit Graph

5243 Commits

Author SHA1 Message Date
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
tbogard%aol.net
b476940bd0 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
85bc95e6ad Just updated some documentation. 2000-03-11 01:10:57 +00:00
tbogard%aol.net
696a0e7a21 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
d5326abffb Added nsDocShellTreeOwner.cpp to the build. 2000-03-11 01:06:03 +00:00
tbogard%aol.net
a8cbc78a2e HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:03:08 +00:00
tbogard%aol.net
c3ac3cd2d4 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
982af48162 Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg 2000-02-29 06:51:48 +00:00
tbogard%aol.net
78d64b7400 This has been replaced by nsIWebNavigation interface. 2000-02-24 06:57:43 +00:00
tbogard%aol.net
a91e195ead removed files: mozilla/embedding/browser/webBrowser/nsIWebBrowserNav.idl 2000-02-24 06:48:20 +00:00
tbogard%aol.net
2827a4ae60 Removing nsIWebBrowserNav from the list to IDL files. 2000-02-24 06:47:24 +00:00
tbogard%aol.net
cd3a51f4f0 Removing nsIWebBrowserNav from the includes. This should fix the clobber builds. 2000-02-24 06:40:05 +00:00
tbogard%aol.net
03d2eba8b7 Changed nsWebBrowser over to implement nsIWebNavigation instead of nsIWebBrowserNav. r=mscott a=jevering 2000-02-24 03:51:35 +00:00
tbogard%aol.net
8f0f8dae30 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
4fdb2e2b06 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
41957dcdc4 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
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
tbogard%aol.net
d4e57e8d7b Added SetJSDefaultStatus method as it can be set by JS. 2000-02-05 03:24:42 +00:00
mcafee%netscape.com
2a16dae756 Ignore generated files. 2000-02-03 00:58:45 +00:00
jdunn%netscape.com
9125b6100b adding newline 2000-02-02 22:28:37 +00:00
tbogard%aol.net
a8240803e3 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
2ff3f382bb Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg 2000-02-02 00:16:33 +00:00
tbogard%aol.net
24ad5d75cc First cut at Unix makefiles. These will soon be hooked up to the build once I get someone on Unix to verify them. 2000-02-01 00:32:26 +00:00
tbogard%aol.net
ce8bc5d7f3 Adding contributor line. 2000-02-01 00:29:17 +00:00
tbogard%aol.net
f010244f8b Stubbed out methods that were missing from nsIBaseWindow implementation. r=hyatt 2000-02-01 00:14:12 +00:00
tbogard%aol.net
720ad54f9d Added defines for chrome flags. Fixed some comments. Added some new methods. 2000-02-01 00:06:44 +00:00
danm%netscape.com
47a24f2fc4 First Checked In. 2000-01-31 23:58:29 +00:00
mscott%netscape.com
80d6ce851c document loader observer iid name changed when I made it scriptable.
r=travis
2000-01-29 06:16:18 +00:00
danm%netscape.com
e86a4b53fb adding a parameter to nsIBrowserWindow::SizeWindowTo. part of bug 15555. r:hyatt 2000-01-15 02:30:34 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
edburns%acm.org
13be6d7ebf I know it's unorthodox to do a top level checkin like this, but I've got so many files
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got

r=dp

on this checkin.

Here are the touched files:

M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp

The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.

The new signature is

extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);

I filed a bug for this problem:

b=23157

The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.

I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
rpotts%netscape.com
af4f9c2189 Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
locka%iol.ie
2682d39149 Fixed to build mozctl.dll 1999-12-07 23:54:09 +00:00
locka%iol.ie
2672773180 Added CommandStateChangeConstants 1999-12-02 22:49:27 +00:00
locka%iol.ie
3d263858b6 Made ActiveX plugin buildable 1999-12-02 22:17:18 +00:00
locka%iol.ie
dd942f46a6 no message 1999-11-28 16:39:50 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
tbogard%aol.net
d66ec61663 Renamed nsIWebBrowserApp with nsIWebBrowserChrome. Added some additional methods and more fully specified the ones that were there. Changed the interfaces to forward declare referenced interfaces rather than including them all. Added topLevelWindow to nsIWebBrowser. Provided implementation for these changes. 1999-11-18 09:17:07 +00:00
tbogard%aol.net
ecd2b5338e Replaced references to nsIGenericWindow to use nsIBaseWindow. Removed the NS_IMPL_ISUPPORTSX in favor of the map approach. 1999-11-17 09:00:05 +00:00
tbogard%aol.net
099399be59 Removed the call to CanHandleContentType as this need to be re-worked now that there is only going to be one DocShell for all content types. 1999-11-12 07:29:45 +00:00
tbogard%aol.net
57ff5f396d Changed nsComponentManager::CreateInstance calls to use the new nsCOMPtr do_CreateInstance(). 1999-11-10 06:54:39 +00:00
tbogard%aol.net
b9a3038667 Implemented new interface method GetCurrentURI. 1999-11-07 10:06:38 +00:00
tbogard%aol.net
c93843a809 Added a readonly attribute to get the currently loaded URI. 1999-11-07 10:05:48 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tbogard%aol.net
2352e8731c Implemented so pretty straight forward pass through methods. 1999-11-05 09:07:57 +00:00
tbogard%aol.net
17a8cf6b06 **Not hooked up to build** Implemented Repaint. Changed document to be a readonly attribute. Added a SetDocument that takes a contentType. Implemented this. Changed all the idl methods to be lower-case. 1999-11-02 01:04:25 +00:00
tbogard%aol.net
b936c722ec Changed some m_* to m*. 1999-11-01 19:57:15 +00:00
tbogard%aol.net
71c2abe1fd Changed NS_ENSURE to be NS_ENSURE_TRUE. 1999-11-01 07:45:38 +00:00
tbogard%aol.net
c4acf56faf Removed zoom now that it has been moved out of the nsIGenericWindow interface. 1999-10-30 00:53:41 +00:00
tbogard%aol.net
c32b18752f Changes made to reflect changes in nsIGenericWindow and nsIScrollable. 1999-10-28 07:52:08 +00:00
tbogard%aol.net
5895776a04 Create an initialization structure to hold data until window created. Added a lot of implementation for many of the accessors. Filled in a lot of other first cut implementation. 1999-10-27 02:45:49 +00:00
tbogard%aol.net
497dc5eb90 For some reason to get an nsRect implementation you have to link with gfx. Yeah, that's componentized! 1999-10-27 02:44:49 +00:00
tbogard%aol.net
d12a104ab3 Changed nsIProgress::addListener and nsIWebBrowser::addListener to be addProgressListener and addWebBrowserListener respectively. This is to avoid confusing name conflicts. Implemented nsIWebBrowser::GetDocument() and nsIWebBrowser::GetDocShell(). 1999-10-26 02:37:14 +00:00
tbogard%aol.net
8475fb1b78 Removed nsIWebBrowserListener in favor of the new more generic nsIInterfaceRequestor. Added some interface boundary parameter validation. Added implementation for add and remove listener. 1999-10-26 02:26:57 +00:00
tbogard%aol.net
db971c81e4 Added some documentation. 1999-10-26 02:23:38 +00:00
tbogard%aol.net
f94d9d6ce3 Framed out nsWebBrowser implementation. Basically just added all the interface functions. Code now has a place to live. 1999-10-23 07:56:27 +00:00
tbogard%aol.net
07f0b924ff Added some includes of the interfaces that make up nsCWebBrowser 1999-10-23 07:55:39 +00:00
tbogard%aol.net
041d35a720 Added building of the DLL. 1999-10-22 02:36:35 +00:00
tbogard%aol.net
2988396237 Framed out nsWebBrowser. Added nsCWebBrowser definition. Setup to build library. 1999-10-22 02:35:18 +00:00
tbogard%aol.net
74690fe433 Fixed some syntax errors. 1999-10-22 02:32:28 +00:00
tbogard%aol.net
035a123dde Framed out nsWebBrowserSetup. Added nsCWebBrowserSetup specification. Setup building of the library. 1999-10-22 02:30:51 +00:00
tbogard%aol.net
ec6c9930eb Fixed the naming.... Added some comments. 1999-10-22 02:29:29 +00:00
tbogard%aol.net
41c7a79b5a More documentation and clean-up of the interfaces. 1999-10-19 22:40:28 +00:00
tbogard%aol.net
a8960814f8 Added some documentation. 1999-10-19 22:39:57 +00:00
tbogard%aol.net
ca30192021 First Check-in. 1999-10-15 20:51:58 +00:00