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

243 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
dp%netscape.com 0a460f46f8 Converting to nsIModule as a prelude to fixing memory leaks.
bug# 14034 r=neeti
1999-10-01 06:51:55 +00:00
mcafee%netscape.com af0a141723 Default for network.proxy.type=3 is undefined, using 1, direct internet connection. r=akkana 1999-09-28 01:27:32 +00:00
sspitzer%netscape.com 5635522f00 got the logic backwards... 1999-09-28 01:20:48 +00:00
sspitzer%netscape.com d6f7f49aee fix crasher caused by calling ResetPrefs() more than once, which should be legal. 1999-09-28 01:08:03 +00:00
neeti%netscape.com 613a248dab read user.js on startup after prefs.js is read. #12423 1999-09-21 18:59:41 +00:00
warren%netscape.com 270a04d01f freed gSavedLine in prefapi 1999-09-20 20:52:48 +00:00
beard%netscape.com fb5390876e Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte. 1999-09-20 00:08:48 +00:00
sfraser%netscape.com 7500e5e689 First Checked In. 1999-09-17 23:29:19 +00:00
sfraser%netscape.com 8aaf184ac2 Remove .js files that are now exported by other MANIFEST files. 1999-09-17 23:28:42 +00:00
neeti%netscape.com dfaf1070cc moved *.js files from components to bin/defaults/pref 1999-09-17 23:27:15 +00:00
warren%netscape.com ecc3a2aa22 Squelched leak. 1999-09-17 21:02:34 +00:00
briano%netscape.com d8468bd790 Replaced the C++ comments with C comments, since this is a C file after all.... 1999-09-17 20:13:53 +00:00
alecf%netscape.com fd2c781111 remove assertions (and put comments for future NS_ASSERTIONs for when I finally change this to a C++ file)
fixes #13734
1999-09-17 07:35:34 +00:00
chuang%netscape.com f686be41ca Fix bug 13992 Personal address book shows up more than one time 1999-09-16 21:12:32 +00:00
chuang%netscape.com 0c4cd493ac Fic bug 13992 Personal address book shows up more than one time 1999-09-16 20:48:52 +00:00
sspitzer%netscape.com 197d8aa56d remove the default prefs for conference and netcrapper. 1999-09-16 06:44:35 +00:00
ducarroz%netscape.com ef2cfee4ae Fix for bug 13778, GetFilePrefs now accept also a native path to let users write manually their prefs 1999-09-15 14:51:40 +00:00
norris%netscape.com 1dec7e80f7 Create preferences for security checks.
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
1999-09-15 04:05:43 +00:00
alecf%netscape.com b39bcb032d define the PROGID and declare the enums in IDL 1999-09-14 04:09:28 +00:00
briano%netscape.com 70f4c0b6b8 General cleanup. 1999-09-14 02:51:42 +00:00
mcafee%netscape.com a4870d5be9 Turing on gfx widgets with default pref. 1999-09-13 22:21:28 +00:00
sspitzer%netscape.com f08d865363 fix warnings. 1999-09-13 08:12:31 +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
sspitzer%netscape.com 8f8d65c0b0 mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
alecf%netscape.com aaf22c1bc1 remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x 1999-09-11 01:54:49 +00:00
alecf%netscape.com 9278bf8b84 make prefs a component on windows 1999-09-11 01:26:37 +00:00
alecf%netscape.com e2023711ac make prefs a component on unix 1999-09-09 04:21:21 +00:00
sspitzer%netscape.com 269d647b1b removing these defaults. they are not used in 5.0. now we have mail.root.imap, mail.root.pop3, mail.root.none, mail.root.nntp. there is also a mail.newsrc_root. part of the work for #13305 1999-09-08 22:12:00 +00:00
morse%netscape.com 7bf6b37024 fetch wallet files from netcenter 1999-09-07 18:28:50 +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
ramiro%netscape.com 411c10dc89 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
morse%netscape.com 0eed747011 fetch server location from a pref 1999-08-31 02:48:28 +00:00
norris%netscape.com 59b4dc8374 * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
neeti%netscape.com 636e1b6a30 implemented ResetPrefs feature 1999-08-28 05:19:29 +00:00
sspitzer%netscape.com a521beed7b fix for #12556. change homepage back to www.mozilla.org now that bug #7417 is fixed 1999-08-27 06:09:25 +00:00
vidur%netscape.com be985ad901 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +00:00
neeti%netscape.com 95201a81c8 Implemented special processing required to handle # in prefs.js,
write out prefs file with #, fixed memory leak bug 10629
1999-08-26 12:54:52 +00:00
brendan%mozilla.org bbe959f4d1 Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
bienvenu%netscape.com ed1d697bc5 add history ab 1999-08-20 23:28:48 +00:00
mscott%netscape.com 3fa7ac0c80 Fix for Bug #12151 on behalf of sspitzer. 1999-08-20 22:59:16 +00:00
arielb%netscape.com bb8560101c includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
cls%seawood.org 0991be09fa Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
sspitzer%netscape.com f35a6d8fb2 remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064 1999-08-19 06:28:39 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
sspitzer%netscape.com cc0cfae5dd since #7417 is fixed, we can set the default mailnews start page to something realistic, like the 4.5 start page. this fixes bug #7087 1999-08-07 02:00:19 +00:00
putterman%netscape.com 2d879fdee4 Added pref for mailnews sidebar starting out open. 1999-08-06 23:43:04 +00:00
neeti%netscape.com 8d4775fb85 fix for bug 9853 1999-07-30 23:56:51 +00:00