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

260 Коммитов

Автор SHA1 Сообщение Дата
davidm%netscape.com d80503f3dd added nsDefaultHelper.cpp 1999-04-12 22:33:36 +00:00
davidm%netscape.com 7d44d5d5eb Changed some code since a variable isn't a COM object. Make Mac use PLEvent queue all the time 1999-04-12 22:32:53 +00:00
davidm%netscape.com 7fef0fd9ca Fix return value error. Fixed #if defined 1999-04-12 22:32:00 +00:00
davidm%netscape.com 85a776ef94 Fix a constant and lack of addref count 1999-04-12 22:29:13 +00:00
joki%netscape.com 4fe1ea4222 New argument to nsIWebShellContainer::FocusAvailable method 1999-04-12 21:25:08 +00:00
gayatrib%netscape.com 75f3b87c97 removed BUILD_PROFILE ifdef 1999-04-11 05:13:58 +00:00
braddr%puremagic.com 545fdaa72c more BUILD_PROFILE work 1999-04-10 10:57:53 +00:00
gayatrib%netscape.com f60bf36061 added profile module 1999-04-10 06:52:27 +00:00
gayatrib%netscape.com 96ee04d736 added ProfileManager service to inform about the current profile directory 1999-04-10 06:50:46 +00:00
pinkerton%netscape.com 3a6a48bf99 Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
law%netscape.com 4ece971531 Bug #3735; link targetting; reviewed by matt@netscape.com; approvied by chofmann@netscape.com (via don@netscape.com) 1999-04-08 23:05:23 +00:00
law%netscape.com 370ed1b1aa Fixing screw-up I had applied earlier to OnEndDocumentLoad 1999-04-08 06:58:13 +00:00
saari%netscape.com e0891ac5f7 fix for bug #4562 > mozilla/widget/src/mac/nsMacEventHandler.cpp - commented out 3 lines mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added 2 #ifdef XP_MAC changes that should go away by M5. The problem is that the nsMenuBar class doesn't know when it is through building a menubar from XUL since nsWebShellWindow actually does the construction today. That will change when menus build themselves, which needs to be done for M5's dynamic menu construction. So the hack would go away sometime soon. Previously, the nsMacEventHandler would get a deactivate event before bringing up a dialog or another window... why this isn't happening anymore, I don't know. Perhaps this is a bug in itself, but I was the only one relying on the behavior, and that reliance was a hack to begin with. 1999-04-08 04:29:37 +00:00
law%netscape.com bd438feb37 File download; approved by chofmann 1999-04-08 04:21:15 +00:00
davidm%netscape.com f69a2918c4 Fixed typo 1999-04-07 06:48:13 +00:00
davidm%netscape.com 397962c693 Added support for nsNetSupportDialog factory 1999-04-07 06:33:11 +00:00
davidm%netscape.com 0aced5fd0a Added nsINetSupportDialogService.h 1999-04-07 06:31:48 +00:00
davidm%netscape.com 8f0fa28671 added nsNetSupportDialog.cpp 1999-04-07 06:30:53 +00:00
davidm%netscape.com ca4fbc2bd1 added nsINetSupportDialogService.h 1999-04-07 06:30:28 +00:00
davidm%netscape.com 3eec606b14 Added nsNetSupportDialog.cp 1999-04-07 06:30:02 +00:00
davidm%netscape.com 72225bcd8a Update routines so that they will be callable through COMConnect. Added routines for listening to mouse events. 1999-04-07 06:17:33 +00:00
davidm%netscape.com 16ff8ffac2 First Checked In. 1999-04-07 05:02:00 +00:00
davidm%netscape.com ba7382d0be Add nsINetSupportDialogService.h 1999-04-07 04:59:56 +00:00
davidm%netscape.com 69335c71ca First Checked In. 1999-04-07 04:36:29 +00:00
davidm%netscape.com a3d1302ac1 Add declaration to prevent hard to figure out compiler error 1999-04-07 04:30:13 +00:00
mcmullen%netscape.com 0a82a729eb Prefs directory for unix. 1999-04-06 22:09:27 +00:00
radha%netscape.com f6f38f0b68 Webshellwindow implements the new nsIDocumentLoderObserver. 1999-04-06 21:01:51 +00:00
spence%netscape.com 031b004ffa netlib protocol dialogs 1999-04-06 04:48:23 +00:00
spence%netscape.com 28b66341a5 fixes for netlib protocol dialogs 1999-04-06 04:41:50 +00:00
beard%netscape.com 7552baa3f6 added #pragma export on/off for nsSpecialFileSpec. 1999-04-03 23:00:59 +00:00
dp%netscape.com f39e69dce5 Spelling error. 1999-04-03 17:51:11 +00:00
dp%netscape.com 80b1736091 Adding profile directory. Needs more work on windows and mac.
Unix: $HOME/.mozilla
WIN: ./profile
MAC: ./profile
1999-04-03 17:23:44 +00:00
jdunn%netscape.com 93af46f733 fix compiler warning because of 'comment' after endif 1999-04-02 21:03:15 +00:00
mcmullen%netscape.com c9152414d6 Make a change for Win32 1999-04-02 20:41:33 +00:00
mcmullen%netscape.com ad5bcb794b nsIFileLocator service. 1999-04-02 20:39:20 +00:00
mcmullen%netscape.com 0c9fa3f7fe Added nsIFileLocator service 1999-04-02 20:39:16 +00:00
mcmullen%netscape.com 8d56acc250 Added an assignment operator. 1999-04-02 20:39:15 +00:00
radha%netscape.com c399b8454b Removed that empty line in the OBJS list. Thanks to mcmullen 1999-04-01 20:47:50 +00:00
radha%netscape.com 971be73df0 added files: mozilla/xpfe/appshell/src/nsGlobalHistory.cpp 1999-04-01 20:23:00 +00:00
radha%netscape.com 423b7f5f42 Global history introduced as a service and appropriate changes to
Appshell service and Factory
1999-04-01 20:21:41 +00:00
radha%netscape.com c596217f71 Global history implemented as a service 1999-04-01 20:20:24 +00:00
mcmullen%netscape.com b08d0caf2a Added nsIFileLocator.h to the exports. 1999-04-01 19:59:40 +00:00
mcmullen%netscape.com ce76ce5350 First Checked In. 1999-04-01 19:48:59 +00:00
danm%netscape.com 624bcf63eb simple ability to at least specify a size for the window in XUL 1999-03-31 04:21:05 +00:00
mcmullen%netscape.com b882293d94 Try that without the typo. 1999-03-30 00:08:40 +00:00
danm%netscape.com 515f8ba98c set window title from XUL 1999-03-29 23:57:18 +00:00
mcmullen%netscape.com 533fe77fe4 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +00:00
rpotts%netscape.com 60cb857615 Added more methods to nsIDocumentLoaderObserver in the first stage toward unifying *all* of the different notification mechanisms in the WebShell... 1999-03-29 09:21:01 +00:00
joki%netscape.com 5abbeab8a7 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
mcmullen%netscape.com db29fabdb7 Rearrange the code so that windows can be closed programmatically, and deregistration etc all happens, in a more foolproof way. 1999-03-27 00:09:04 +00:00
ramiro%netscape.com 58156c9428 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
danm%netscape.com 34bfbb2738 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
rpotts%netscape.com 8ecdcbf19d Treat the progID argument on createInstance(...) as a progID - not a CLSID 1999-03-22 07:51:13 +00:00
rpotts%netscape.com 936bc47955 Fixed up cut/paste error in NSUnRegisterSelf(...) 1999-03-22 07:50:26 +00:00
rpotts%netscape.com 56b8c8891b turned on the XPConnectFactory since it is now building on all platforms... 1999-03-22 06:27:36 +00:00
danm%netscape.com 42308d50bf initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
saari%netscape.com 64832b64be missing file 1999-03-20 02:56:03 +00:00
davidm%netscape.com aaa995cf8a Added files nsXPConnectFactory.cpp nsJSXPConnectFactory.cpp nsAppShellNameSet.cpp for rpotts 1999-03-20 01:54:24 +00:00
rpotts%netscape.com 920906b436 Fix case in include name for unix :-( 1999-03-19 08:44:40 +00:00
rpotts%netscape.com 945062f05a Added XPConnect stuff to the build... 1999-03-19 08:18:18 +00:00
rpotts%netscape.com a4036a04ea Fixed case in #include for unix :-( 1999-03-19 06:29:10 +00:00
rpotts%netscape.com 283df89478 changes to build the nsXPConnectFactory (and friends...) 1999-03-19 06:19:50 +00:00
rpotts%netscape.com 1ebb90d9c9 remove the reference to nsXPConnectFactory until mac and unix are building it too... 1999-03-19 06:17:05 +00:00
rpotts%netscape.com 10e62e5ceb Temporary XPConnectFactory (until the real one is available...). This will replace the AppCoresManager as the way to create C++ components in javascript... 1999-03-19 06:15:00 +00:00
radha%netscape.com 47626eaeca Implement 2 interfaces to return handle to argc and argv.
Conform to code style standards
1999-03-19 01:15:39 +00:00
radha%netscape.com 90bec9ef4d Add 2 interfaces to Get a handle to argc & argv 1999-03-19 01:14:29 +00:00
danm%netscape.com 833d60da15 D'OH! another tweak to bugs 3676/3900. a:chofmann,cyeh. r:rpotts 1999-03-18 19:19:52 +00:00
danm%netscape.com f434849e49 Added and used Close() method to nsWebShellWindow. Part of fix for bug 3676 (again) and 3900. Wants to be part of M3 build. r:sdagley,pierre. a:chofmann,cyeh. 1999-03-18 19:08:36 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
davidm%netscape.com 211066ce12 Wll eventually provide support for NetLib dialogs. Currently is not being built on any platforms but Don wants me to check in tonight. 1999-03-17 03:25:53 +00:00
davidm%netscape.com 220352afcb First Checked In. 1999-03-17 03:24:35 +00:00
rpotts%netscape.com ea59cb7d03 fix for bug #2343 - Preferences are not initialized in the apprunner... 1999-03-16 07:25:43 +00:00
danm%netscape.com b23d46a65a disabling ability to specify a parent for a top-level window (until all platforms agree on what this means). fix refcount when registering windows with the window list. 1999-03-14 08:24:21 +00:00
mcmullen%netscape.com 0128d66af5 Added nsFileLocations.cpp/.h to the build. 1999-03-14 00:03:21 +00:00
mcmullen%netscape.com d6490cd5f2 First Checked In. 1999-03-14 00:02:40 +00:00
hyatt%netscape.com 7d9d0c3bfc Menus now handle click events properly (by sending them into the DOM). 1999-03-13 01:03:33 +00:00
rpotts%netscape.com 164f4e7be7 in the process of adding support for a protocol helper component which is responsible for dealing with modal requests from the network protocol handlers (which may be on different threads...) 1999-03-11 11:39:34 +00:00
rpotts%netscape.com dc933a59a5 Temporarily added a CID for the default protocol helper component... 1999-03-11 11:35:23 +00:00
ramiro%netscape.com 7e12a4b568 Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac.  I verified that it works on unix and windows.
1999-03-09 19:19:02 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
ramiro%netscape.com fd5bf5f22c Memory leak.
delete[] memory returned by nsString::ToNewCString.
1999-03-08 11:38:59 +00:00
ramiro%netscape.com 2aaabaad90 Fix win32, mac breakage. 1999-03-08 11:04:49 +00:00
ramiro%netscape.com 869b29d48d Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary.  As soon as I can verify this works on windows and
mac, ill remove the old code.
1999-03-08 09:44:16 +00:00
danm%netscape.com c5aeb426dd changed name of onConstruction event to onload 1999-03-05 20:23:19 +00:00
pinkerton%netscape.com 50222f5b69 fix for bug #3449 (onClick should be onclick). 1999-03-05 20:18:59 +00:00
rjc%netscape.com 2a52afbc07 Now store pathnames as strings which prevents nr_MacAliasFromPath() from ever being called (it was being passed a Unix path when it really wanted a Mac path anyway). Also, autoregistration now looks inside the "components" directory (which is in the same folder as the program.) Also, bumped up registry version # due to change. Also, at startup, when building up list of arguments, check argv[0] against NULL as it might be (on the Mac). 1999-03-04 03:01:33 +00:00
scc%netscape.com 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
scc%netscape.com 7253acb7e4 fix for nsCOMPtr: no construction/assignment from raw COM interface pointers 1999-03-02 22:44:55 +00:00
pinkerton%netscape.com fdeb49680f correctly implement nsIMenuListener. 1999-03-01 17:30:14 +00:00
saari%netscape.com 1b199ba24f make LoadMenus() less nsWebShellWindow specific 1999-02-28 11:14:34 +00:00
peterl%netscape.com 95bb1a1020 added content state change 1999-02-27 08:34:06 +00:00
cyeh%netscape.com be97c63513 add static library targets to allow overriding of functions in an external project 1999-02-26 18:51:32 +00:00
warren%netscape.com 97781f4c14 Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
saari%netscape.com 17a11f53b6 Comment out SetLabel in LoadMenuItem SetLabel should be called by the call to Create, to which I added the name back in the call. 1999-02-26 02:50:09 +00:00
danm%netscape.com bbf5a65c86 adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
sfraser%netscape.com d847eb7428 Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
mcafee%netscape.com 5de9487e09 Adding do_QueryInterface() wrappers for Solaris/CC 1999-02-25 11:08:53 +00:00
saari%netscape.com fca4eda62f nsWebShellWindow.cpp nsWebShellWindow.h Broke up more of menu loading code into functions for readablity and to allow hierarchical menu loading. 1999-02-23 07:52:14 +00:00
rods%netscape.com cf7b150f21 MOved XULCommand to src and it is now acting like a menu delegate,
all that reminas is to rename it.
1999-02-21 21:04:21 +00:00
rods%netscape.com cb93818b9b Remmoved nsIXULCommand.h 1999-02-21 20:52:29 +00:00