Commit Graph

53979 Commits

Author SHA1 Message Date
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
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
briano%netscape.com
a47c5edce3 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46931 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 04:39:15 +00:00
briano%netscape.com
a8daa2fd9b Got rid of some trailing spaces.
git-svn-id: svn://10.0.0.236/trunk@46930 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 04:37:48 +00:00
nhotta%netscape.com
45ff595b2f Bug #10940, when converting from unicode skip unencodable char instead of abort conversion.
git-svn-id: svn://10.0.0.236/trunk@46929 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 03:45:07 +00:00
briano%netscape.com
c26efe7ea0 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46928 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 03:12:45 +00:00
briano%netscape.com
619d825295 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46927 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 03:07:11 +00:00
pavlov%netscape.com
8f75a49a72 release the rendering context after we paint
git-svn-id: svn://10.0.0.236/trunk@46925 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:51:38 +00:00
briano%netscape.com
4dcacff58a General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46924 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:35:09 +00:00
vidur%netscape.com
a2c1afec2a Fixed memory leak related to UrlDispatcher
git-svn-id: svn://10.0.0.236/trunk@46923 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:25:59 +00:00
hangas%netscape.com
47acbf3663 More cleanup for address book. Notes area in address book card is now multiple lines.
git-svn-id: svn://10.0.0.236/trunk@46922 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:05:26 +00:00
vidur%netscape.com
1750f9e7a0 Fixed memory leaks
git-svn-id: svn://10.0.0.236/trunk@46921 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:03:52 +00:00
alecf%netscape.com
3ab5e32d05 remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x
git-svn-id: svn://10.0.0.236/trunk@46920 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:54:49 +00:00
alecf%netscape.com
3954e01ca4 when there are 0 accounts, try to migrate 4.x accounts
when that fails, open the account wizard.


git-svn-id: svn://10.0.0.236/trunk@46919 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:54:15 +00:00
alecf%netscape.com
7c63c2fcc3 minor fixes to the account wizard - report success of account creation
git-svn-id: svn://10.0.0.236/trunk@46918 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:53:14 +00:00
putterman%netscape.com
d704fab27f Fix crash when bringing up mail 3 pane more than once by not registering with the RDF
service which is ok since we've moved to a one ds per window world anyway.


git-svn-id: svn://10.0.0.236/trunk@46917 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:46:14 +00:00