blakeross%telocity.com
223ca8774b
Fix 53687: JS strict warnings in profileSelection.js. r=timeless sr=alecf
2001-01-16 23:07:14 +00:00
yokoyama%netscape.com
cf33a04493
fixes 58679 Passing Unicode instead.
2001-01-16 22:24:44 +00:00
bryner%uiuc.edu
f579bca00b
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
ccarlen%netscape.com
1b57208cbf
Fix for bug 43087.
r=sspitzer, sr=alecf
2001-01-04 03:23:38 +00:00
ccarlen%netscape.com
9f51f2ed10
Bug 57056 - search.rdf not being migrated
r=racham, r=rjc, sr=waterson
2001-01-03 13:05:00 +00:00
timeless%mac.com
db5decc911
fix Bug 56224 - Wrong RDF value in mimeTypes.rdf for NC:handleinteral text/html
...
Removes the second entry
r=jrgm
sr=alecf
2001-01-03 05:22:57 +00:00
ccarlen%netscape.com
7fb3cceec5
Bug 35559 - dynamic profile switching support
r=racham, sr=alecf
2000-12-18 07:33:08 +00:00
bryner%uiuc.edu
cc136ead8f
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
blakeross%telocity.com
0c5b48fdff
Fix 31154: inconsistenty in descriptions of Netscape 4.x profiles. patch by Henrik Gemal (gemal@gemal.dk). r=verah a=ben
2000-12-14 18:47:11 +00:00
cls%seawood.org
011310d4cf
Add the tinderbox-ports panel to panel-list so that it shows up by default.
...
Bug #62096 . Thanks to Stephen Walker <walk84@usa.net> for the patch.
2000-12-11 00:08:47 +00:00
cls%seawood.org
b42554e726
Adding 'Tinderbox: SeaMonkey-Ports' panel to default list of panels.
...
Bug 62096 r=ben@netscape.com
2000-12-10 06:55:06 +00:00
ccarlen%netscape.com
6f63985fc6
Bug 35559 - dynamic profile switching
Added file nsIProfileChangeStatus.idl
r=valeski, sr=alecf
2000-12-06 15:02:57 +00:00
ccarlen%netscape.com
124598b735
Bug 35559 - dynamic profile switching.
r=valeski, sr=alecf
2000-12-06 14:57:34 +00:00
jdunn%netscape.com
545641b754
removing the explicit keyword from the copy constructor
...
to clear up bustage on hpux
r= ccarlen@netscape.com
sr= scc@mozilla.org
# 61367
2000-11-30 11:46:12 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
ccarlen%netscape.com
a5d5a3f300
Fix small leak I made yesterday.
sr=scc@mozilla.org
2000-11-18 14:11:10 +00:00
sspitzer%netscape.com
4177a24add
fix for #60523 . make sure that the current profile is visible on startup
...
and any newly created profile is visible after creation. sr=alecf
2000-11-17 23:20:26 +00:00
ccarlen%netscape.com
1bed3340f6
*** empty log message ***
2000-11-17 15:01:06 +00:00
ccarlen%netscape.com
eb9e753a50
Bug 57622 - Remove code which gets profile dir from registry. It was wrong for Mac and not used anyway. r=racham, sr=alecf
2000-11-17 15:00:35 +00:00
disttsc%bart.nl
116bbeadfe
Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben
2000-11-16 23:50:00 +00:00
ccarlen%netscape.com
6e970bb678
Bug 46866.
Splitting profile API into public and internal parts.
Bug 54937
Use profile as service, not component.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:28:50 +00:00
ccarlen%netscape.com
29477fb5b3
Bug 46866.
Splitting profile API into public and internal parts.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:27:30 +00:00
ccarlen%netscape.com
e8d4210c41
Added for bug 46866.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:19:57 +00:00
racham%netscape.com
6226c64593
Fixing bug 56002. Randomization process is fixed to get right values on the mac and regitry updates are done to make sure salted entries are in there. r=sspitzer,sr=alecf
2000-11-02 01:10:05 +00:00
sspitzer%netscape.com
6a9e80db29
take out my PRINTF -> printf changes, since warren got backed out.
2000-10-29 03:02:27 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
disttsc%bart.nl
394af679d4
Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf
2000-10-28 08:00:58 +00:00
sspitzer%netscape.com
bbef0f0875
a new place to add the salting call. fix by racham, r=sspitzer, sr=alecf
...
also, fix warnings. convert printf to PRINTF, ala warren.
2000-10-28 07:11:47 +00:00
disttsc%bart.nl
d9cf89e1ac
Whoops, checked into a flaming, CLOSED tree, backing it out.
...
(No worries, this'll be right back after this break.)
2000-10-28 00:39:17 +00:00
disttsc%bart.nl
70d3c722a1
Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf
2000-10-28 00:01:18 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
sspitzer%netscape.com
6b78ed1b12
fix for #56002 . for security, add a "salt" directory between the profile
...
directory and the profile data. r=racham, sr=alecf
2000-10-26 03:36:21 +00:00
rjc%netscape.com
7afa73ff37
Search file update for bug # 57997: r=gagan sr=ben
2000-10-26 00:17:22 +00:00
dr%netscape.com
f05a1c34ee
patch for 53047, for jrgm who doesn't have cvs access. (rtm++, r=evaughan, a=ben)
2000-10-24 22:56:13 +00:00
racham%netscape.com
e1d3c1b57d
Fixing bug 57361. Taking care of the cases where people delete parent directories of profiles to not affect registry operations by making sure that profile directory always exists and create a profile in the default user profile location, if needed. r=ccarlen, sr=alecf, a=waterson
2000-10-24 01:47:56 +00:00
racham%netscape.com
640259d10e
Fixing bug 56041. We have been storing paths instead of persitent strings since japanese migration bug 44764 was fixed. People who stored profile folders at customized locations on Mac were affected with that change. This fix saves the data back into the registry in persistent format for Mac. r=ccarlen a=alecf
2000-10-19 06:35:13 +00:00
sspitzer%netscape.com
515e6db032
fix for #56572 . r=racham, sr=mscott, a=PDT.
2000-10-18 13:41:34 +00:00
sspitzer%netscape.com
10702504c4
landing movemail changes from adam@gimp.org. only builds on UNIX, no extra bloat for win32 or mac. r=sspitzer@netscape.com
2000-10-14 21:21:15 +00:00
sspitzer%netscape.com
5040e27521
fix for #55449 . since 4.7 JA mac decided to have both "Mail" and <Localized "Mail">, we need to reorder how we determine the old path.
...
the new way we determine the old path:
check the pref, if set use it.
if not set, use <4.x profile directory>/<Localized word for "Mail"> if it exists
if it doesn't exist, use <4.x profile directory>/"Mail"
r=putterman,sr=mscott
2000-10-14 00:40:25 +00:00
ccarlen%netscape.com
20434a2110
Bug 38626 - The name of the "chrome" directory was "Chrome" which was wrong on Unix r=hyatt@netscape.com, a=hyatt@netscape.com
2000-10-12 14:50:42 +00:00
sspitzer%netscape.com
69e9080908
fix for #55449 . we over-localized some of the international 4.x release,
...
and localized the folder names "Mail" and "News" when we weren't supposed to.
this fix makes it so we do this when we migrate
1) try the pref first
2) if the pref is not set, try "4.x profile dir"/"Mail"
3) if "4.x profile dir"/"Mail" doesn't exist, try "4.x profile dir"/"Localize-Word-For-Mail"
2000-10-11 23:52:48 +00:00
tao%netscape.com
ca062d6d3e
54784: Chrome registry should flush stringbundle and XUL caching after
...
profile selection. r=hyatt,sr=alecf.
55156: localizable values are cached in the HTTP header. r=gagan, racham,
sr=mscott.
2000-10-11 22:07:04 +00:00
hewitt%netscape.com
5bab91dbca
#52271 - [Modern] new secondary icons, r=german, sr=ben
2000-10-11 11:03:44 +00:00
racham%netscape.com
937f8c555e
Fixing bug 50914. Migrated profiles were missing mimeTypes.rdf file. Added code to copy a default mimeTypes.rdf file into the migrated profile directory. r,sr=mscott
2000-10-11 02:40:16 +00:00
sspitzer%netscape.com
8f385bcef0
fixes for rtm++ bugs #55955 and #55444 . on mac, migrate if the MagicCookies files doesn't exist. on mac, migrate if the "Mail" or "News" directories don't
...
exist. r=putterman,sr=mscott
2000-10-11 02:12:11 +00:00
racham%netscape.com
49021d8955
Fixing migration problems for japanese and european profiles. Used unicode persistent descriptor strings to get and set profile data. Removed all those prefs that had native characters in their values, from the list of profiles to be converted to utf8 format during migration. r=nhotta,alecf,sspitzer,ftang sr=alecf,ftang a=pdt
2000-10-09 23:27:28 +00:00
dbragg%netscape.com
7f4e2f770c
Fix for rtm++ bug 50625. Added #pragma optimization_level 1 in non-debug Mac builds. r=sfraser, sr=mscott
2000-10-09 21:03:47 +00:00
dbragg%netscape.com
01db19afb0
fix for rtm++ bug 52181. r=sspitzer sr=mscott. Removed return upon unsuccessful migration. Now it drops through and deletes the progress window as it should.
2000-10-05 22:36:27 +00:00
dbragg%netscape.com
d4b85b0f8a
Fixfor rtm++ bug 54529. Calling window.focus() in Onload handler. r=sspitzer, brendan, a=brendan
2000-10-04 22:03:45 +00:00
hyatt%netscape.com
ac2865c3c4
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00