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

40559 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 9d028406b5 fix bustage, return the default account correctly 1999-09-11 19:57:45 +00:00
alecf%netscape.com 57edf9bcaa stop linking against prefs 1999-09-11 19:55:00 +00:00
sspitzer%netscape.com e08a5a5296 changes to get pref-migrator (think apprunner -installer) on UNIX.
use the NS_DEFINE_STATIC_IID_ACCESSOR and NS_DEFINE_STATIC_CID_ACCESSOR macros.
fix a bunch of warnings.  rewrite to use #defines. remove unused variables.  use MAXPATHLEN instead of _MAX_PATH.
when setting a 4.x pref (example "mail.directory") to a new 5.0 value, create a "premigration" pref
with the old value.  (example "premigration.mail.directory").
1999-09-11 19:48:50 +00:00
alecf%netscape.com ba6575ef35 don't link against prefs anymore 1999-09-11 19:44:42 +00:00
alecf%netscape.com e2e0c40b30 stop linking against prefs, and eliminate commented-call that was showing up on my queries 1999-09-11 19:43:46 +00:00
warren%netscape.com 41295ce854 More fixes for nsCOMPtr inconsistencies. 1999-09-11 19:43:06 +00:00
warren%netscape.com 0cd0131c3a Fix for linux breakage. 1999-09-11 19:32:03 +00:00
sspitzer%netscape.com 594005f7a4 define a bunch of string constants to clean up the code.
implement Convert4xUri().  (still a little more todo, so that it works on
windows and mac.)  implement ProceedWithMigration() which will is used
to determine if we really have something to migrate or not.
add a check in GetDefaultAccount() so that if the number of accounts
is 0, we don't try to set the default account.  (this was causing us to abort.)
1999-09-11 19:17:50 +00:00
sspitzer%netscape.com 88db319077 adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
alecf%netscape.com 5ddb295b7e bulletproof to prevent crashing
(asserts will still go off)
1999-09-11 19:11:53 +00:00
sspitzer%netscape.com 8f8d65c0b0 mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
sspitzer%netscape.com 95261c3fec add a dump statement, so I know what's going on and when this is being called. 1999-09-11 19:10:06 +00:00
warren%netscape.com fec02a32a9 Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel. 1999-09-11 18:45:36 +00:00
peterl%netscape.com 26e32dddf5 even better li bullet positioning 1999-09-11 18:20:30 +00:00
rods%netscape.com 1a2eecc9aa It now checks to see if option elements have a "\n" in them and it strips them out 1999-09-11 17:28:36 +00:00
sspitzer%netscape.com dd2fb630fd ignore the generated Makefiles.
they aren't being generated yet, but soon.
1999-09-11 16:10:24 +00:00
sspitzer%netscape.com b5baf1340e makefile for building pref-migrator on UNIX. NOT PART OF BUILD YET. 1999-09-11 16:08:15 +00:00
colin%theblakes.com 897b828b3f Tidy up library list 1999-09-11 15:37:40 +00:00
rods%netscape.com 1aaf5a5668 when <option></option> no text node gets created for the option element
it now checks and makes sure one gets created
1999-09-11 14:55:33 +00:00
dp%netscape.com dd1fd537ab regxpcom : does autoreg and registers/unregisters individual dlls.
The new incarnation of RegFactory. RegFactory will be retired.
1999-09-11 14:51:55 +00:00
dp%netscape.com fa34aae45d Implemented dll enumeration and prepopulation. Improves startup performance. 1999-09-11 14:49:55 +00:00
alecf%netscape.com ed77dbf0cd oops, had CIDs and if/elses in the wrong place 1999-09-11 10:49:12 +00:00
alecf%netscape.com 7f0f837f3b switch back to COMPtrs for now because nsDOMNodes don't support weak references (arg) 1999-09-11 10:48:42 +00:00
alecf%netscape.com a707f31d46 fix random typos and prevent crashes on blank documents 1999-09-11 10:47:56 +00:00
alecf%netscape.com ab74d60feb fix boxes/iframes to lay out better 1999-09-11 10:46:25 +00:00
alecf%netscape.com ca369ddd61 get rid of library name so we don't overwrite on export 1999-09-11 10:46:10 +00:00
alecf%netscape.com 33aebe5cc0 fix tree and add Type from RDF 1999-09-11 10:45:52 +00:00
alecf%netscape.com 887f7f131f fix case where html text widget is busted 1999-09-11 10:45:25 +00:00
alecf%netscape.com 480452fa59 add rdfutils for base implementation 1999-09-11 10:44:56 +00:00
alecf%netscape.com 72e7cfceda update to use weak references to DOM elements, fix tree to use new templates, get rid of old dom:// <-> DOMNode system 1999-09-11 09:11:03 +00:00
alecf%netscape.com 18495aab88 oops, this should be checking if we have any accounts not if we have negative! 1999-09-11 09:10:03 +00:00
ramiro%netscape.com 8fa4990bf6 Forgot a .c file. 1999-09-11 09:06:38 +00:00
mcafee%netscape.com c64f1f4a98 Tweaking pinkerton's switch to nsAutoString to avoid crashing! (13598) 1999-09-11 07:56:08 +00:00
dp%netscape.com 2aae55b296 - Fixed Register() to use componentmanager instead of hand loading the
dll
- Unregister() still needs implementation.
- Added reference to NS_NewTimer() to link in libtimer_s.so (unix
only) This fixes autoreg for unix run from RegFactory
1999-09-11 07:30:24 +00:00
dp%netscape.com 462ed66cd7 Typo fixed. AutoRegisterComponent works again. 1999-09-11 07:23:28 +00:00
pierre%netscape.com 57275c3519 Fixed crash on Quit due to a double delete of the nsAppShellService (it was noticed with debug builds on the Mac but it was affecting other platforms too) 1999-09-11 06:25:51 +00:00
sfraser%netscape.com 91da925711 Fix one cause of GFX text widget crashes. If you're going to mess with my code, Mike, at least get the return values right. 1999-09-11 06:00:00 +00:00
jband%netscape.com 1cd1e7594d check resolve op for null before trying to use it 1999-09-11 05:22:42 +00:00
jband%netscape.com 105b05c5ab unfinished array support. fixes for exceptions 1999-09-11 05:21:30 +00:00
jband%netscape.com f673b4fa59 add arrays to xpidl and typelibs. got rid of vararg support scheme 1999-09-11 05:20:39 +00:00
mscott%netscape.com df370cde61 export nsIRequest.idl so other idl files outside of netwerk can inherit from it. 1999-09-11 05:13:13 +00:00
briano%netscape.com 10b4b7bb2f General cleanup. 1999-09-11 04:50:16 +00:00
briano%netscape.com 5ad8121dce General cleanup. 1999-09-11 04:39:15 +00:00
briano%netscape.com 66ec0f1a1f Got rid of some trailing spaces. 1999-09-11 04:37:48 +00:00
nhotta%netscape.com 4890832515 Bug #10940, when converting from unicode skip unencodable char instead of abort conversion. 1999-09-11 03:45:07 +00:00
briano%netscape.com 3c55656621 General cleanup. 1999-09-11 03:12:45 +00:00
briano%netscape.com 903d52c236 General cleanup. 1999-09-11 03:07:11 +00:00
pavlov%netscape.com 7199693c11 release the rendering context after we paint 1999-09-11 02:51:38 +00:00
briano%netscape.com 46e7b6ea1d General cleanup. 1999-09-11 02:35:09 +00:00
vidur%netscape.com 7d32634780 Fixed memory leak related to UrlDispatcher 1999-09-11 02:25:59 +00:00