Commit Graph

41044 Commits

Author SHA1 Message Date
sspitzer%netscape.com
e33d52ae4d change the nsIProfileService interface and implemenation. add an Init() method
instead of doing things in the constructor.


git-svn-id: svn://10.0.0.236/trunk@46981 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:15:24 +00:00
dp%netscape.com
70f273dbbf Unhooking RegFactory from windows. xpcom/tools/registry/regxpcom is
the new incarnation.


git-svn-id: svn://10.0.0.236/trunk@46980 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:10:32 +00:00
dp%netscape.com
91fe73547a Unhooking RegFactory from unix. xpcom/tools/registry/regxpcom is the
new incarnation.


git-svn-id: svn://10.0.0.236/trunk@46979 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:09:19 +00:00
dp%netscape.com
a008cb892b Adding regxpcom for windows.
git-svn-id: svn://10.0.0.236/trunk@46978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:01:14 +00:00
sspitzer%netscape.com
9e8da67f11 follow convention and put the preprocessor macros on the first character of the
line.


git-svn-id: svn://10.0.0.236/trunk@46977 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 21:21:16 +00:00
warren%netscape.com
d00363c174 Attempt to fix linux bustage.
git-svn-id: svn://10.0.0.236/trunk@46976 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 20:45:50 +00:00
sspitzer%netscape.com
6db5bacb60 this comment is for the last checkin.
define server_type constants.
handle it gracefully, if they didn't use imap or pop.  (example, movemail on unix.)
the pref is "mail.server_type" and it's an int (not "mail.server.type" as a char *)
initialize some variables to nsnull.


git-svn-id: svn://10.0.0.236/trunk@46975 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 20:07:44 +00:00
sspitzer%netscape.com
b782debcf6 src/nsPrefMigration.cpp
git-svn-id: svn://10.0.0.236/trunk@46974 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 20:05:11 +00:00
alecf%netscape.com
ed5e082148 fix bustage, return the default account correctly
git-svn-id: svn://10.0.0.236/trunk@46973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:57:45 +00:00
alecf%netscape.com
627fde34a1 stop linking against prefs
git-svn-id: svn://10.0.0.236/trunk@46972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:55:00 +00:00
sspitzer%netscape.com
cd139ab180 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").


git-svn-id: svn://10.0.0.236/trunk@46971 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:48:50 +00:00
alecf%netscape.com
bcd7f22022 don't link against prefs anymore
git-svn-id: svn://10.0.0.236/trunk@46970 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:44:42 +00:00
alecf%netscape.com
a2b08be4ba stop linking against prefs, and eliminate commented-call that was showing up on my queries
git-svn-id: svn://10.0.0.236/trunk@46969 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:43:46 +00:00
warren%netscape.com
d89e3159db More fixes for nsCOMPtr inconsistencies.
git-svn-id: svn://10.0.0.236/trunk@46968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:43:06 +00:00
warren%netscape.com
bc732af149 Fix for linux breakage.
git-svn-id: svn://10.0.0.236/trunk@46967 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:32:03 +00:00
sspitzer%netscape.com
33ec4d6c22 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.)


git-svn-id: svn://10.0.0.236/trunk@46966 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:17:50 +00:00
sspitzer%netscape.com
1ba62944db 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.


git-svn-id: svn://10.0.0.236/trunk@46965 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:14:15 +00:00
alecf%netscape.com
0f02d87111 bulletproof to prevent crashing
(asserts will still go off)


git-svn-id: svn://10.0.0.236/trunk@46964 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:11:53 +00:00
sspitzer%netscape.com
882615ac4e mailnews/base/src/nsMsgAccountManager.cpp
git-svn-id: svn://10.0.0.236/trunk@46963 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:10:30 +00:00
sspitzer%netscape.com
202d4703cf add a dump statement, so I know what's going on and when this is being called.
git-svn-id: svn://10.0.0.236/trunk@46962 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:10:06 +00:00
warren%netscape.com
d54498ba38 Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel.
git-svn-id: svn://10.0.0.236/trunk@46961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 18:45:36 +00:00
peterl%netscape.com
f74e47bfb3 even better li bullet positioning
git-svn-id: svn://10.0.0.236/trunk@46960 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 18:20:30 +00:00
rods%netscape.com
4870c51736 It now checks to see if option elements have a "\n" in them and it strips them out
git-svn-id: svn://10.0.0.236/trunk@46959 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 17:28:36 +00:00
sspitzer%netscape.com
c3acfc4a96 ignore the generated Makefiles.
they aren't being generated yet, but soon.


git-svn-id: svn://10.0.0.236/trunk@46958 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 16:10:24 +00:00
sspitzer%netscape.com
10d392f7d9 makefile for building pref-migrator on UNIX. NOT PART OF BUILD YET.
git-svn-id: svn://10.0.0.236/trunk@46957 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 16:08:15 +00:00
colin%theblakes.com
2902c391d4 Tidy up library list
git-svn-id: svn://10.0.0.236/trunk@46956 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 15:37:40 +00:00
rods%netscape.com
74d86a50e3 when <option></option> no text node gets created for the option element
it now checks and makes sure one gets created


git-svn-id: svn://10.0.0.236/trunk@46955 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:55:33 +00:00
dp%netscape.com
ac2c41ab50 regxpcom : does autoreg and registers/unregisters individual dlls.
The new incarnation of RegFactory. RegFactory will be retired.


git-svn-id: svn://10.0.0.236/trunk@46954 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:51:55 +00:00
dp%netscape.com
1f56932ae0 Implemented dll enumeration and prepopulation. Improves startup performance.
git-svn-id: svn://10.0.0.236/trunk@46953 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:49:55 +00:00
alecf%netscape.com
99bb341f6e oops, had CIDs and if/elses in the wrong place
git-svn-id: svn://10.0.0.236/trunk@46952 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:49:12 +00:00
alecf%netscape.com
6ba93c6a35 switch back to COMPtrs for now because nsDOMNodes don't support weak references (arg)
git-svn-id: svn://10.0.0.236/trunk@46951 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:48:42 +00:00
alecf%netscape.com
b1edb5ea7a fix random typos and prevent crashes on blank documents
git-svn-id: svn://10.0.0.236/trunk@46950 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:47:56 +00:00
alecf%netscape.com
5671924532 fix boxes/iframes to lay out better
git-svn-id: svn://10.0.0.236/trunk@46949 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:46:25 +00:00
alecf%netscape.com
d3dc2b2dca get rid of library name so we don't overwrite on export
git-svn-id: svn://10.0.0.236/trunk@46948 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:46:10 +00:00
alecf%netscape.com
dbbff1dacc fix tree and add Type from RDF
git-svn-id: svn://10.0.0.236/trunk@46947 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:45:52 +00:00
alecf%netscape.com
dabb1bf208 fix case where html text widget is busted
git-svn-id: svn://10.0.0.236/trunk@46946 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:45:25 +00:00
alecf%netscape.com
5bf5e6fe91 add rdfutils for base implementation
git-svn-id: svn://10.0.0.236/trunk@46945 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:44:56 +00:00
alecf%netscape.com
e269dbe047 update to use weak references to DOM elements, fix tree to use new templates, get rid of old dom:// <-> DOMNode system
git-svn-id: svn://10.0.0.236/trunk@46944 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 09:11:03 +00:00
alecf%netscape.com
554c386dd8 oops, this should be checking if we have any accounts not if we have negative!
git-svn-id: svn://10.0.0.236/trunk@46943 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 09:10:03 +00:00
ramiro%netscape.com
cc916a484d Forgot a .c file.
git-svn-id: svn://10.0.0.236/trunk@46942 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 09:06:38 +00:00
mcafee%netscape.com
26d1fb813f Tweaking pinkerton's switch to nsAutoString to avoid crashing! (13598)
git-svn-id: svn://10.0.0.236/trunk@46941 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 07:56:08 +00:00
dp%netscape.com
5cc09efa39 - 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


git-svn-id: svn://10.0.0.236/trunk@46940 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 07:30:24 +00:00
dp%netscape.com
84052dc693 Typo fixed. AutoRegisterComponent works again.
git-svn-id: svn://10.0.0.236/trunk@46939 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 07:23:28 +00:00
pierre%netscape.com
77e6b000d5 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)
git-svn-id: svn://10.0.0.236/trunk@46938 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 06:25:51 +00:00
sfraser%netscape.com
7f7842f5b0 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.
git-svn-id: svn://10.0.0.236/trunk@46937 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 06:00:00 +00:00
jband%netscape.com
98e4226ee2 check resolve op for null before trying to use it
git-svn-id: svn://10.0.0.236/trunk@46936 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:22:42 +00:00
jband%netscape.com
d3f6bf2cee unfinished array support. fixes for exceptions
git-svn-id: svn://10.0.0.236/trunk@46935 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:21:30 +00:00
jband%netscape.com
b9d4c03546 add arrays to xpidl and typelibs. got rid of vararg support scheme
git-svn-id: svn://10.0.0.236/trunk@46934 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:20:39 +00:00
mscott%netscape.com
af2efe9248 export nsIRequest.idl so other idl files outside of netwerk can inherit from it.
git-svn-id: svn://10.0.0.236/trunk@46933 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:13:13 +00:00
briano%netscape.com
574b84e2ae General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46932 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 04:50:16 +00:00