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

290 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie f7e4386783 Fixed some problems building with the latest platform sdk 2000-03-16 00:25:22 +00:00
tbogard%aol.net 784c4eff06 HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 00:22:21 +00:00
locka%iol.ie 4681a17a25 Fixed Reload and Stop calls 2000-02-26 00:47:23 +00:00
locka%iol.ie c52a02f059 Commented out obselete method 2000-02-23 23:14:04 +00:00
locka%iol.ie 0fbb888376 Now BeforeNavigate(2) passes a correctly formed post data value to stop crashes in CHtmlView derived clients.
The next step is to use the post data passed into the Navigate in the first place.
2000-02-13 15:20:58 +00:00
locka%iol.ie 3c15f1ad44 Fixed webshell change breakages.
Fixed NS_InitXPCOM breakages
Added last post data variable so events can fire it to clients during  browsing
2000-02-13 15:18:29 +00:00
danm%netscape.com 86d8d3bea8 adding a parameter to nsIBrowserWindow::SizeWindowTo. part of bug 15555. r:hyatt 2000-01-15 02:30:34 +00:00
locka%iol.ie b9db4ad68a Fixed control after changes to web shell caused compile errors 2000-01-13 23:33:27 +00:00
pp%ludusdesign.com 13efd9e8c6 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 507ee16e37 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 e4d36a4fca Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
locka%iol.ie 89a87bea02 Include nsXPIDLString.h 1999-12-07 23:02:20 +00:00
locka%iol.ie f2e9724a5c Fixed bad const casting 1999-12-07 23:01:59 +00:00
locka%iol.ie ca9275b653 Added a guard around the interface file to stop #include'ing exdisp.h before or after MozillaBrowser.h from breaking a build 1999-12-07 23:01:28 +00:00
locka%iol.ie 1c4f1fa45e Fixed broken declaration of GetTitle(). Hopefully this is the last of this problem. 1999-12-05 18:31:35 +00:00
locka%iol.ie 94701a5c10 Removed "const" on the aResult parameter on CWebShellContainer override of nsIBrowserWindow::GetTitle 1999-11-30 00:21:29 +00:00
locka%iol.ie cc4eabc7dd Added CommandStateChangeConstants 1999-11-30 00:19:53 +00:00
locka%iol.ie 6c79eca1ca Removed FPKLUDGE hack for Delphi 1999-11-28 16:31:21 +00:00
tbogard%aol.net 2e490a5284 Free pointer returned by GetTitle since it no longer returns a const pointer to the internal string storage. 1999-11-27 02:29:17 +00:00
mike%neoplanet.com 1734f364a8 Added preliminary cookie support. Enabled preferences to be read from the default preference file. Corrected/Added DWebBrowser events: DownloadBegin, DownloadComplete, StatusTextChange, and TitleChange. Added support for ExecWB->SaveAs. 1999-11-24 03:34:34 +00:00
leaf%mozilla.org 88dff92bb2 checkin to fix build bustage. 1999-11-22 01:08:36 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
locka%iol.ie 9aee0c87bb Fixed some bugs in the copy to clipboard operation.
Control now calls NS_ShutdownXPCOM during destruction
1999-10-27 23:19:27 +00:00
locka%iol.ie 179f27b2ef Added a menu to the dialog.
Implemented tests for cut, copy, paste, select all
1999-10-27 23:17:51 +00:00
locka%iol.ie 8f442df582 Changed scope of some helper methods 1999-10-21 20:44:06 +00:00
locka%iol.ie 3c786ac0a1 Added support for drag and drop of Internet Shortcut files 1999-10-21 20:32:52 +00:00
locka%iol.ie dffca67ca3 Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks 1999-10-19 21:39:42 +00:00
locka%iol.ie 56c77f5731 Updated to include new registry entries 1999-10-19 19:06:31 +00:00
locka%iol.ie fd38dcba74 Seperated webshell initialisation/termination out into their own methods. Added support to run Mozilla control from any directory with calls to the new NS_InitXPCOM and some new registry keys. 1999-10-14 07:46:55 +00:00
locka%iol.ie 1843299922 Added context popup menu resources 1999-10-14 07:44:40 +00:00
locka%iol.ie ce0f27547d Added simple working implementation of drag and drop. Control now accepts a URL dragged and dropped from the IE address bar. 1999-10-14 07:43:50 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
rpotts%netscape.com 248e31bd70 bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
mike%neoplanet.com 7a862ca0cb Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
locka%iol.ie 3e92a74352 Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie 9be60db63b Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie 233b3217ad A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
locka%iol.ie bc1d5123f4 Replace the hand-crafted QueryInterface with a macro one 1999-09-13 13:11:40 +00:00
locka%iol.ie 165e6177e0 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now 1999-09-13 13:10:14 +00:00
locka%iol.ie 9f66c82f30 Added safe for scripting check to site class and changed some BOOLs to bitfields 1999-09-13 13:08:17 +00:00
locka%iol.ie d691caaaf3 Added recursion to methods so that get_all operation on IHtmlDocument finally works the way its supposed to (sort of) 1999-09-13 13:06:58 +00:00
locka%iol.ie 1c4f36b031 Tweaked edit bar position code 1999-09-05 14:28:09 +00:00
locka%iol.ie a4e7f00dbd Added italic/bold/underline editing 1999-09-05 14:26:55 +00:00
cyeh%netscape.com df37c0fb33 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
locka%iol.ie 557da81554 Editor mode toolbar and new partial success test icon 1999-08-29 16:02:28 +00:00
locka%iol.ie c7b8b1e1d9 Added more editor mode support 1999-08-29 16:01:25 +00:00
locka%iol.ie 98f602bbcc Added dependency for IOleCommandTargetImpl.h 1999-08-29 15:59:52 +00:00
locka%iol.ie fba85d5257 Fixed problem with GetIDispatch 1999-08-29 15:59:12 +00:00
locka%iol.ie 1158975bc3 Made a basic working editor mode. 1999-08-29 15:58:49 +00:00