miodrag%netscape.com
c70ee47bb7
Fixed a bad link
1999-09-28 19:58:15 +00:00
dp%netscape.com
5632fd9b86
Unloading of dlls on shutdown turned off.
1999-09-28 19:42:06 +00:00
gayatrib%netscape.com
9936a0a3bf
makefile
1999-09-28 19:20:50 +00:00
gayatrib%netscape.com
46528cd4a2
css file
1999-09-28 19:19:08 +00:00
briano%netscape.com
6ad833aac3
Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
1999-09-28 19:15:20 +00:00
gayatrib%netscape.com
fe1f70dc0c
profileManager javascript
1999-09-28 19:14:35 +00:00
gayatrib%netscape.com
3a13f39371
createProfileWizard javascript
1999-09-28 19:13:50 +00:00
gayatrib%netscape.com
79d6f846b5
profile ui
1999-09-28 19:12:56 +00:00
gayatrib%netscape.com
b5c8cd7770
profile manager window
1999-09-28 19:12:27 +00:00
gayatrib%netscape.com
8e32508f5e
profile ui
1999-09-28 19:04:57 +00:00
kipp%netscape.com
493d404539
new
1999-09-28 19:03:20 +00:00
gayatrib%netscape.com
f14142c4f3
createProfileWizard ui
1999-09-28 19:02:49 +00:00
hangas%netscape.com
fc23906c28
Fix for bug 14779. a=chofmann
1999-09-28 18:56:15 +00:00
selmer%netscape.com
7c5164229e
remove extra free() call
1999-09-28 18:48:29 +00:00
ramiro%netscape.com
b4b18c7a85
NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
...
dont work no without no prefs. Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
warren%netscape.com
4f1f34aec7
Made it handle CIDs of the form {fe04c8e6-501e-11d3-a527-0060b0fc04b7}.
1999-09-28 18:01:47 +00:00
tbogard%aol.net
6abd449ecf
Changes to reflect changes made in XPCOM with respect to shutting down XPCOM. This is a test is not hooked to the code.
1999-09-28 17:55:02 +00:00
tbogard%aol.net
2f30ff5996
1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
...
2.) The various Run* routines were made more general. This allowed me to move them completely within the nsCBaseLoop code rather than have them duplicated across the different Base Loop Typed classes. This avoids the cut and pasting of code, that will probably be tweaked in the future.
3.) To support the new Run* routines, I have added a RetrieveNextEvent and then a PlatformRetrieveNextEvent. The first is implemented in nsCBaseLoop. This was added to facilitate ordering of event retrieval in the near future (ie, pulling system events before normal events, or pulling PLEvents etc.) The second function is one that platform code must override. This is different for each loop type. Basically this is supposed to be whatever it takes for a given implementation to pull the next event off the queue for the given loop type. So in the Windows world, this function calls GetMessage() for the Thread and App loop types and then PeekMessage() with PM_REMOVE set for the Breath loop type.
This code is compiled but not used by the main build. A=chofmann
1999-09-28 16:52:10 +00:00
kipp%netscape.com
8e6cf0c89b
new
1999-09-28 14:38:20 +00:00
sspitzer%netscape.com
1d2f766b92
fix more bugs with migration on the mac.
1999-09-28 11:40:33 +00:00
sspitzer%netscape.com
99555180c2
remove extra paren
1999-09-28 11:18:42 +00:00
sspitzer%netscape.com
274f7f8671
get file prefs using GetFilePref() and not CopyCharPref(). that doesn't work on mac.
1999-09-28 11:16:51 +00:00
sspitzer%netscape.com
eeddeb3503
more fixes for migration on the mac and various cleanup.
1999-09-28 11:16:18 +00:00
sspitzer%netscape.com
3630d5fc86
fix migration on the mac.
mac thinks "" is the cwd. curse it to hell!
1999-09-28 10:26:44 +00:00
sspitzer%netscape.com
3aaaa92b42
the attribute is a string, not a boolean.
1999-09-28 09:34:27 +00:00
sspitzer%netscape.com
e37e3055a2
comment out the dumps.
...
in the new profile xul, disable the buttons when they should be
and ignore clicks if the buttons are disabled.
1999-09-28 09:30:48 +00:00
sspitzer%netscape.com
29f7d723c6
removed files: mozilla/xpfe/AppCores/src/nsJSProfileCore.cpp
1999-09-28 08:26:28 +00:00
sspitzer%netscape.com
698675b621
whoops, two quotes when there should be only one
1999-09-28 07:47:54 +00:00
sspitzer%netscape.com
97c194c946
whoops, accidentally checked this in.
1999-09-28 07:44:48 +00:00
sspitzer%netscape.com
8f9dae1f44
only build nsIProfile.idl now.
1999-09-28 07:41:40 +00:00
sspitzer%netscape.com
fba59a94f6
whoops. this is still needed, as it builds nsIProfile.idl
1999-09-28 07:40:55 +00:00
sspitzer%netscape.com
e6388911b9
this is gone.
1999-09-28 07:37:46 +00:00
sspitzer%netscape.com
11a8e083bf
idlservices is gone, as is the profile appcore. #14999
1999-09-28 07:35:32 +00:00
sspitzer%netscape.com
56868aa322
removed files: mozilla/xpfe/AppCores/src/nsProfileCore.cpp, mozilla/xpfe/AppCores/src/nsProfileCoreFactory.cpp
1999-09-28 07:31:40 +00:00
sspitzer%netscape.com
e96fe99b53
fix for #14999 . remove the profile appcore
1999-09-28 07:29:25 +00:00
sspitzer%netscape.com
e3c4ff9671
fix for #14686 .
...
before, GetAccounts() [think getter for accounts] was upgrading which was
creating the default Local Mail account, which made the check in verifyAccounts()
fail to open the account wizard, since an account was created.
now we only upgrade prefs when explicitly told to do so.
1999-09-28 06:11:32 +00:00
idk%eng.sun.com
d73fd8281c
Implemented some methods for PlugletManagerImpl
1999-09-28 05:23:02 +00:00
sspitzer%netscape.com
6fc5a89989
fix some minor problems with the pref migration progress xul. #15042
...
get news migration back on UNIX, I accidentally broke it.
1999-09-28 05:12:42 +00:00
sspitzer%netscape.com
979446d392
use the NS_WITH_SERVICE macro. #15042
...
remove calls to toolkit appcore, as it is going away soon. #14999
1999-09-28 04:40:59 +00:00
hangas%netscape.com
14554c992d
Cleaned up usage of globalOverlay.xul, moved menu overlays into navigatorOveraly.xul which was the only place it was needed. a=chofmann
1999-09-28 04:40:15 +00:00
hangas%netscape.com
cbc9492543
Removed globalOverlay.xul which was not needed, slowed down opening the navigator window, and caused the Mac menu (from hiddenwindow) to have two Quit menu items. a=chofmann
1999-09-28 04:37:36 +00:00
briano%netscape.com
2d6aa35321
Added CaptureRollupEvents to fix the Motif-specific breakage.
1999-09-28 04:29:59 +00:00
mcafee%netscape.com
142dce1428
Ignore generated files.
1999-09-28 04:21:55 +00:00
sspitzer%netscape.com
ad95cdfecd
changes to get migration working on the mac again.
#15026 , #14689
1999-09-28 04:10:19 +00:00
alecf%netscape.com
7590c1db6b
implement SetTitle to fix bustage
1999-09-28 03:22:11 +00:00
briano%netscape.com
99db328245
Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
1999-09-28 03:16:38 +00:00
sspitzer%netscape.com
364c109806
fix for #15054 . pref migration progress dialog sizes to content now.
1999-09-28 03:01:53 +00:00
waterson%netscape.com
629618c6c6
Fix for Win32. (NOT part of the build.)
1999-09-28 02:38:46 +00:00
alecf%netscape.com
d5979814b4
fix xlib bustage by implementing SetTitle and CaptureRollupEvents
...
(xlib not part of the default build)
1999-09-28 02:25:20 +00:00
mcafee%netscape.com
20253a4208
Checking for null pointer. r=pavlov
1999-09-28 01:46:58 +00:00