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
warren%netscape.com
181bb2dcb2
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
alecf%netscape.com
8949b767db
part of fix for #42102 - use nsIFile for migration issues
...
r=sspitzer, dbragg
2000-09-18 23:51:30 +00:00
dbragg%netscape.com
38436ab367
Fix for bug 52839. Changed GetSizes() to PR_FALSE in the case of the Profile dir so that directories wont be traversed. r=dveditz, racham, law a=law
2000-09-18 19:34:16 +00:00
ccarlen%netscape.com
381bc73939
#52181 If when migrating the dest folder already existed, would not make a unique new dest folder but would fail.
r=bhuvan
2000-09-15 22:42:48 +00:00
warren%netscape.com
6be2561bee
Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life.
2000-09-15 08:08:11 +00:00
ben%netscape.com
3d60a29468
51548, 46613, Profile Wizard is clipped on right and bottom sides, + general polish cleanup,
...
r=hyatt
2000-09-15 06:13:01 +00:00
vishy%netscape.com
6fbb9dbc07
Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
...
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
f75af5e15f
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 02:48:08 +00:00
ccarlen%netscape.com
f2f050c580
Fix for #52229
Removed extra ADD_REF which was causing leak
r=bhuvan
2000-09-12 21:39:55 +00:00
ccarlen%netscape.com
a7e68bcf73
Fix for #36968 and #38626
r=racham
2000-09-09 15:30:09 +00:00
ccarlen%netscape.com
6672c6d541
Fix for bugs #36968 and #38770
r=ben
2000-09-09 15:28:19 +00:00
mozilla.BenB%bucksch.org
52cc67de92
51193: Corrections and incorporationg first feedback from the ng. r=David 'Master_D' Krause (mostly), a=brendan.
2000-09-08 08:50:27 +00:00
dbaron%fas.harvard.edu
cfceba7dca
Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
...
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
dbaron%fas.harvard.edu
cfd7efaf6f
Fix speedracer bustage. r=scc
2000-09-04 01:56:14 +00:00
mozilla.BenB%bucksch.org
dabdaa2243
20862: Remove Netscape default bookmarks and use an inital Mozilla version. More tweaking needed.
...
Contributed by Jeremy M. Dolan <mozilla@turbogeek.org>, r=slamm, a=brendan
2000-09-02 23:50:59 +00:00
dimator%netscape.com
91c1d284bc
Left out some entries in the default localstore.rdf file in my last checkin. (bug 44669)
2000-09-01 21:53:12 +00:00
dimator%netscape.com
437df4c969
Adding default localstore.rdf for new/mig. profiles. bug 44669. r=sspitzer
2000-09-01 18:52:08 +00:00
dbragg%netscape.com
2598ed20af
Fix for bug 46802. Added the test from the nspref.dll to prevent unnecessary loading
2000-09-01 18:00:03 +00:00
dbragg%netscape.com
7f6e1cb522
Fix for bug 46802. Removed the test from the nspref.dll to prevent unnecessary loading
2000-09-01 17:59:29 +00:00
dbragg%netscape.com
77d801d185
Fix for bug 46802. Changed name of function to reflect its new functionality.
2000-09-01 17:58:33 +00:00
vidur%netscape.com
e153192875
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
naving%netscape.com
d948c0a5f6
Used nsCAutoString function to find if there is port appended to popServerName and then used
...
truncate to get the popServerNamewithoutPort.
2000-09-01 01:02:15 +00:00
sfraser%netscape.com
36612d6514
Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags.
2000-09-01 00:48:04 +00:00
ben%netscape.com
61b29026dd
46613, Classic skin polish (Mac profile manager)
2000-08-31 06:15:47 +00:00
ben%netscape.com
cfe93dcff4
46613...
2000-08-31 05:45:28 +00:00
ben%netscape.com
e52aa31b71
46613, Classic skin polish (Mac profile manager)
2000-08-31 05:27:49 +00:00
naving%netscape.com
dbc4356788
truncating the port number from the popservername because it causes problem
...
in creating directory on windows (Name:port)
2000-08-31 01:45:58 +00:00
racham%netscape.com
2e07457d80
Fixing bug 6464. Moving Users50 and registry location on windows to Application Data folder. r=dveditz,ccarlen
2000-08-29 23:44:48 +00:00
sspitzer%netscape.com
551e8ffaee
update my comment for correctness. r=racham@netscape.com
2000-08-29 00:48:22 +00:00
sspitzer%netscape.com
69b6c5cbf8
comment to explain why we don't rename the profile's directory on disk.
...
(thanks to mkaply@us.ibm.com for asking why.)
r=racham@netscape.com
2000-08-29 00:20:59 +00:00
racham%netscape.com
20f111b31c
Removing registry update calls in the destructor and adding it at the app startup session. r=dp
2000-08-28 23:34:04 +00:00
locka%iol.ie
ecebe2ac21
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
ben%netscape.com
3b5fd82967
fix for 49326, 'delete files' button is missing in delete profile dialog
2000-08-24 00:02:16 +00:00
scc%mozilla.org
a6fe0ab74d
fixing code that relied on implicit string construction
2000-08-19 20:52:04 +00:00
dbragg%netscape.com
3306a3ed2b
Fix for bugs 47058 and 47097. r=sgehani
2000-08-17 19:28:06 +00:00
mkaply%us.ibm.com
6a71d8431c
OS/2 Tinderbox break
...
OK will someone WAKE UP and realize that we need XP_WIN defined in the build?
XP_PC does NOT mean XP_WIN.
WE NEED XP_WIN IN THE BUILD
SOMEONE TURN IT ON IN THE MAKEFILE!
2000-08-17 12:52:04 +00:00
racham%netscape.com
04181ea9b4
Fixing bug 46320. Reducing the number of global files by moving profile regitry to the product sub-directory under HOME. r=dougt
2000-08-16 22:40:36 +00:00
conrad%ingress.com
bd9df2ec73
Added an impl of nsIDirectoryServiceProvider to nsProfile.
r=alecf
2000-08-11 20:23:14 +00:00
mcafee%netscape.com
10c5b17dc4
Reverting conrads change, accidentally double-spaced entire file.
2000-08-10 04:29:05 +00:00
conrad%ingress.com
952105abee
Added implementation of nsIDirectoryServiceProvider.
r=alecf
2000-08-10 03:08:39 +00:00
saari%netscape.com
4c09a29ac5
massive landing of joki changes.
...
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
mscott%netscape.com
2f4a12190e
Remove some debugging code from the rdf file
2000-08-08 00:34:06 +00:00
ben%netscape.com
22729a80b7
fix for nsbeta3+ bug 39948, Start Mozilla is disabled after creating a profile
2000-08-07 06:29:08 +00:00
valeski%netscape.com
d6f9621eae
removing crusty include
2000-08-03 07:59:32 +00:00
mscott%netscape.com
5af6562129
Bug #1549 --> netcenter account merges with existing account Landing branch changes to the tip.
...
r=bhuvan
2000-08-03 00:26:09 +00:00
warren%netscape.com
da15eda254
Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet).
2000-08-02 06:48:45 +00:00
ben%netscape.com
233c04f3b7
fix for 42869, making the profile manager a bit more localisable + allowing vendor customisation.
2000-07-30 05:29:59 +00:00
dbragg%netscape.com
b739134e80
Fix for regression nsbeta2+ bug #45299 . r=sgehani
2000-07-17 19:56:53 +00:00
mscott%netscape.com
781b52e809
fix mac breakge. I don't think we did it correctly last time. (mscott and bhuvan)
2000-07-14 08:29:45 +00:00
mscott%netscape.com
fabe933429
fix mac breakge (mscott and bhuvan)
2000-07-14 05:13:16 +00:00
racham%netscape.com
ce0f90fd78
Fixing bug 13850. Profile Manager now handles out of disk space errors passed by prefmigrator. r=dbragg
2000-07-14 03:10:18 +00:00
dbragg%netscape.com
d882484607
Fixed some potential NASTY bugs related to fix for bug #36249 . Specifically corrupting the users 4.x prefs.js file. Very bad. r=racham
2000-07-13 23:29:24 +00:00
tao%netscape.com
c50218030b
42748 After selecting locale for new profile, different profile does not
...
switch back.(r,a)=hyatt
2000-07-13 22:59:22 +00:00
mkaply%us.ibm.com
8d902a5cea
#40177
...
r=cls, a=brendan
Tinderbox break - need MOZ_JS_LIBS - cls approved on #mozilla
2000-07-12 22:42:41 +00:00
ben%netscape.com
44565e571f
fix for b28186, rename to existing profile does not re-prompt for correct profile name
2000-07-12 07:20:06 +00:00
ben%netscape.com
c91f93ec42
27526 - focus tree widget in profile manager on startup.
2000-07-12 07:07:55 +00:00
ben%netscape.com
d4388be99e
fix for 32255, remove placeholder text in migrate before-delete dialog, and updated code to reflect correct behaviour.
2000-07-12 05:19:28 +00:00
racham%netscape.com
92ede0c6e6
Fixing bug 37398. Converting the migrated profile strings into the right type for i18n. r=nhotta
2000-07-12 03:25:24 +00:00
dbragg%netscape.com
24a0a8cc7d
With more thorough testing, found a couple of bad side effects of initial fix for bug #36249 . Fixes contained here. r=racham
2000-07-11 23:19:37 +00:00
dbragg%netscape.com
2e3fb90a4d
Optimized Javascript library got added to the wrong target. #36249 .
2000-07-11 19:40:55 +00:00
dbragg%netscape.com
a609a8d40b
Fix for bug #36249 . r=racham@netscape.com
2000-07-11 19:28:43 +00:00
dbragg%netscape.com
77cd0130ec
makefile and MANIFEST file changes to display out-of-space dialog. Fix for bug#36249. r=racham@netscape.com
2000-07-11 19:26:09 +00:00
dbragg%netscape.com
2711c7dc7e
Had to add a library to the mcp file to fix bug #36249 . r=racham@netscape.com
2000-07-11 19:23:34 +00:00
dbragg%netscape.com
5391a55644
Added new .dtd file for bug #36249
2000-07-11 14:16:07 +00:00
dbragg%netscape.com
4ad5125991
Added new .xul and js files for bug #36249
2000-07-11 14:15:05 +00:00
mkaply%us.ibm.com
d624da49e9
#42637
...
r = sspitzer, a = brendan
OS/2 bringup - I have no idea how systemDir( got changed to system(
2000-07-07 21:59:01 +00:00
mkaply%us.ibm.com
07ede71655
#42637
...
r = sspitzer, a = brendan
OS/2 bringup - Our profile is located in the OS2 directory
2000-07-07 21:56:48 +00:00
ben%netscape.com
1d24177f35
small change in ds to support Helper Apps pref panel
2000-07-06 01:35:03 +00:00
mkaply%us.ibm.com
266597fe31
#42637
...
r=sspitzer, a=brendan
OS/2 bringup - VisualAge treats this like a cast - according to nsFileSpec.h, our way is correct
2000-07-05 13:48:12 +00:00
ben%netscape.com
ee6747fb3f
fix for 42737, patch by Robert Kaiser, r=ben
2000-06-27 05:46:23 +00:00
rjc%netscape.com
d6603872d4
Fix nsbeta2+ bug # 43498: search file update. R/A=me
2000-06-26 05:24:45 +00:00
mcafee%netscape.com
81c8ba989d
Removing unused 4.x prefs (39812). r=pavlov
2000-06-24 03:32:40 +00:00
mcafee%netscape.com
87a0cdb6ab
Don't inherit the 4.x cache file location for mozilla (39812). r=pavlov
2000-06-24 03:04:51 +00:00
dougt%netscape.com
8b638a4c67
I IDL-ifying the nsProxyObjectManager.
...
I have updated all users that I found
grepping the source tree.
r=valeski@netscape.com
a=waterson@netscape.com
b=43131
Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
sspitzer%netscape.com
b4bc92c13e
work for bug #38374
...
helperApps.rdf is now mimeTypes.rdf.
use the file locator to get the mimeTypes file.
fix the unix implementation of nsOSHelperAppService.cpp
to go to the base class to determine what application to launch.
r=mscott
2000-06-22 22:14:53 +00:00
sspitzer%netscape.com
f11b166cf5
Bug #38374 --> more updates for external helper application support.
...
r=mscott
2000-06-21 01:16:32 +00:00
sspitzer%netscape.com
c3adf1e6a4
Bug #38374 --> more updates for external helper application support.
...
(NOT PART OF THE BUILD) r=mscott
2000-06-20 20:57:21 +00:00
dougt%netscape.com
edad1c52cc
Backing out amasri. This change caused the browser to not open. When I control-c
...
the application, I see:
XML Error in file
'chrome://communicator/content/profile/profileSelection.xul',
Line Number: 100, Col Number: 43, Description: undefined entity
Source Line: <checkbox id="offlineState"
value="&offlineState.label;" accesskey="&offlineState.accesskey;"/>
2000-06-20 05:55:58 +00:00
BlakeR1234%aol.com
333cd8e461
Fix for bug 42042. r=ianr a=waterson
2000-06-20 03:50:40 +00:00
amasri%netscape.com
3ffb28daec
Adding localization notes per Bugzilla #39975 Beta2+
...
r=rchen@netscape.com
2000-06-20 02:34:08 +00:00
bryner%uiuc.edu
6156d432ab
Updating trees for new tree widget. bug 30511. r=hyatt.
2000-06-19 23:03:40 +00:00
rbs%maths.uq.edu.au
26742e611c
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
sspitzer%netscape.com
da4f496ef8
pass the ns<foo>Stream by reference, not by value. thanks to sfraser
...
for pointing out the mistake in this copied code.
2000-06-15 05:28:31 +00:00
valeski%netscape.com
c6064d172d
41110. r=sspitzer. more nsIWebshellWindow removal.
2000-06-14 03:30:53 +00:00
racham%netscape.com
bce51d4e73
Fixing bug 40180. If the profile directory is deleted, a new directory is created with default contents on all platforms. On Mac, which is the main concern of this bug, the folder in the trash is ignored and the new folder is considered as an active profile directory. r=sfraser
2000-06-13 23:53:42 +00:00
ben%netscape.com
a03ea94f0b
Fix for b40799, countrypicker UI for profile wizard.
2000-06-13 03:54:59 +00:00
ben%netscape.com
c3d226dd61
fixes for b41817 (cannot delete profile), and b32808 (profile not created in selected dir), r=hyatt
2000-06-13 00:12:30 +00:00
alecf%netscape.com
f47cd276d7
fix commercial bustage
2000-06-09 21:56:26 +00:00
alecf%netscape.com
075eb41d60
fix for #41996 - crash because getter was not pre-allocating the result
...
fix all callers to ensure they are freeing the result
2000-06-09 20:58:59 +00:00
tao%netscape.com
1d983d4f6b
33663: PLS copy bookmarks.html, panels.rdf to bin/defaults/profile/[en-US].
...
r=jbetak.
2000-06-09 01:13:58 +00:00
sspitzer%netscape.com
a980ff2710
this belongs in bugzilla, not in the UI. #22235
2000-06-07 23:00:15 +00:00
slamm%netscape.com
34ead4d9e5
New standard compliant sidebar format. Bug 41225. r=pavlov
2000-06-07 00:39:53 +00:00
ben%netscape.com
33e0d1eb26
fix for 39423, rename profile (and other profile manager common dialogs) do not work.
2000-06-06 07:26:36 +00:00
tao%netscape.com
a4ade66319
40799 : [CountryPicker] Add language/country selector to ProfileCreation UI.
...
r=sspitzer,racham,a=msanz.
2000-06-05 22:13:06 +00:00
pavlov%netscape.com
6d72d15bf9
Fix for eventqueue objects leaking bug #20166 . This also removes the hacked fix for bug #36361 and uses a real fix. Major overhaul of nsEventQueue and nsEventQueueService. r=waterson,brendan. tested on windows, linux and mac
2000-06-05 21:53:25 +00:00
ben%netscape.com
97e4734cd1
add work offline checkbox
2000-06-03 10:37:47 +00:00
ben%netscape.com
ba51f891f3
add offline checkbox
2000-06-03 10:37:08 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
sspitzer%netscape.com
744d6240b4
we can't use the localized pretty name for "Local Folders" for the
...
the hostname of the "Local Folders" server, or for the name of the
directory on disk. if we did, as soon as someone localized "Local Folders"
migration would break. while I'm here, only hard code these strings
once. to allow people to build without mailnews, hard code them in nsIPrefMigration.idl
r=alecf
2000-06-02 02:49:06 +00:00
alecf%netscape.com
f34d3bc458
quiet down the profile startup (only affects printfs in DEBUG builds!)
2000-06-02 00:36:24 +00:00
blizzard%redhat.com
94891b3700
add google to the list of default search engines. bug #32586 . r=rjc a=brendan
2000-05-25 03:39:08 +00:00
sspitzer%netscape.com
06e22a4d45
fix for #36159 , get send unsent messages to work again. while I'm here, remove
...
the rosetta_mailnews.h horse crap. r=mscott.
2000-05-25 01:02:13 +00:00
pavlov%netscape.com
2804c173c5
fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
...
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters. this code now uses nsIFilePicker. fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
hyatt%netscape.com
78c4ba8149
Fix for blocker bug: cannot create profile on linux, r=ben
2000-05-24 07:31:38 +00:00
sspitzer%netscape.com
27127b9ae2
stop the crash that causes #40306 . the "first time start page" causes us
...
many problem on linux, not sure if it is related to that page, or
the redirect. still investigating.
other changes here remove the crap code that forces you to go to
the checkin guidelines page and to see the account manager on start up
on debug builds. this was preventing debug builds from seeing the problem.
after this change debug behaves like optimized, which is what we want.
r=mscott, a=granrose
2000-05-23 22:18:08 +00:00
ben%netscape.com
2f5f2674c6
fix for 38089, r=hyatt
2000-05-22 04:35:56 +00:00
sfraser%netscape.com
3cb6496446
Remove linkage with NetworkModular.shlb
2000-05-17 06:11:52 +00:00
racham%netscape.com
c98d6c3129
Fixing bug 29093. Removiong the need for commandline argument for shrimp. r=gayatrib
2000-05-17 06:10:30 +00:00
pavlov%netscape.com
803190ad4b
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
racham%netscape.com
2a205ac13a
Fixing bug 29093. Providing no UI path for shrimp. r=amusil
2000-05-16 23:18:49 +00:00
joki%netscape.com
a743e2b38b
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
ben%netscape.com
90ec2e2dc0
fix 33359 per verah
2000-05-14 03:06:11 +00:00
danm%netscape.com
c0ae0cbbf6
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
racham%netscape.com
83b0c94d02
Fixing bug 10953. Modifying SetRegString interface to store all required values in the registry. r=gayatrib
2000-05-13 01:02:29 +00:00
sspitzer%netscape.com
7d4fca094e
these don't live here anymore.
2000-05-11 04:21:34 +00:00
warren%netscape.com
41c657d98e
Removed unnecessary dependance on NetworkModular library (really just the Timer library now).
2000-05-06 09:20:44 +00:00
sspitzer%netscape.com
a542d684f0
more work to make the profile migration progress dialog skinnable.
...
next step is to write some css to make this look better.
2000-05-05 00:07:33 +00:00
ben%netscape.com
66d3d1052a
fix profile manager window.title switching
2000-05-03 03:10:56 +00:00
ben%netscape.com
624ef6c652
typo
2000-05-03 03:00:18 +00:00
ben%netscape.com
9cd432e8c7
making profile manager smart about brand name switching.
2000-05-03 02:57:51 +00:00
ben%netscape.com
481738cad5
fixes for typos in automigration confirmation dialog
2000-05-03 02:39:04 +00:00
sspitzer%netscape.com
887bdda43f
fix spelling mistake.
2000-05-03 01:55:20 +00:00
ben%netscape.com
13b739c446
some tweaks/polish for profile manager
2000-05-03 01:38:19 +00:00
ben%netscape.com
bbf4970d5f
fix for 'can't create profile' bug
2000-05-03 00:42:47 +00:00
thayes%netscape.com
e4c6cab6d9
Replace implementation of nsISupports with thread-safe version. This allows
...
SSL/HTTPS operations to complete on debug builds with thread-safety checking.
r=bryner
2000-05-03 00:04:48 +00:00
racham%netscape.com
9436ac43db
Fixing bugs 31688, 17457. Modifying createprofile option to create profile and exit alow the profile creation to use the existing dir. r=gayatrib
2000-05-02 22:32:21 +00:00
racham%netscape.com
1555af6dd5
Fixing bug 17457. Allow the user to use the existing dir. r=gayatrib
2000-05-02 22:32:16 +00:00
racham%netscape.com
337cd064ce
Fixing bugs 31688, 17457. Modifying createprofile option to create profile and exit and allow the profile creation to use the existing dir. r=gayatrib
2000-05-02 22:32:11 +00:00
jbetak%netscape.com
a790edd1f7
fix bustage
...
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:20:25 +00:00
ben%netscape.com
3e0215fb24
fix missing text in profile manager delete dialog
2000-05-02 03:46:16 +00:00
rjc%netscape.com
29713ac628
Populate the "Shopping" category with "Shop@Netscape".
2000-05-02 01:27:29 +00:00
rjc%netscape.com
44fc19a1b5
Create a "Shopping" category and populate it with appropriate search engine(s).
2000-05-02 01:13:19 +00:00
rjc%netscape.com
f935a767ec
Small text change to a search category name.
2000-05-02 00:17:33 +00:00
ben%netscape.com
c260efdf1d
fixing 37738, fail to migrate 4.x profile on start
2000-05-01 22:03:52 +00:00
racham%netscape.com
ca63d64730
Removing activation dtd file. Not needed in mozilla anymore.
2000-05-01 02:14:36 +00:00
racham%netscape.com
d2a1052851
Removing activation xul files. Not needed in mozilla anymore.
2000-05-01 02:13:18 +00:00
ben%netscape.com
38dd01a9bc
some more PM fixes
2000-04-30 08:00:06 +00:00
ben%netscape.com
0f964252d4
skinnability/localizability fixes.
2000-04-30 07:50:48 +00:00
sspitzer%netscape.com
6f4038698c
some skinnability changes for the migration progress dialog.
...
still more needed.
2000-04-30 07:11:42 +00:00
pinkerton%netscape.com
ee0ac32b32
MORE string changes. will it ever stop...
2000-04-28 01:18:25 +00:00
pinkerton%netscape.com
297eb82a6b
conversions for string. making them explicit
2000-04-28 00:46:10 +00:00
pavlov%netscape.com
730b45710f
more string fun
2000-04-27 22:38:19 +00:00
scc%netscape.com
aebca1a085
making string conversions explicit
2000-04-27 20:08:45 +00:00
mjudge%netscape.com
2cfb602409
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
ftang%netscape.com
caa21a1ca9
fix 33862/33864. Use the Unicode version of method of nsILocalFile
...
so we can display non ASCII user name and file / directory correctly !!!!
thanks m_kato's help
2000-04-25 13:54:04 +00:00
ftang%netscape.com
9f75eb5a87
Change the implementation to use nsILocalFile as the first step to fix
...
non ASCII problem. We will change to use the unicode version of the method in the
near future. The unicode version is put in the comment for now. After we validate the
nsILocalFile version have no problem. We will switch to it's unicode version of method
r=dougt
2000-04-24 14:51:48 +00:00
sspitzer%netscape.com
a5bf878c6b
fix warnings, remove unused code.
2000-04-24 05:37:34 +00:00
sspitzer%netscape.com
94a652a4bd
fix for #14313 , don't migrate on top of an existing directory.
2000-04-24 05:28:49 +00:00
rjc%netscape.com
c323e8a9c6
Add search.rdf
2000-04-23 04:43:44 +00:00
racham%netscape.com
5e8f7fa03f
Adding the updated mcp file
2000-04-21 23:23:06 +00:00
racham%netscape.com
807ea9e889
Fixing bugs 28888, 27948. Moving activation code out of mozilla. r=alecf
2000-04-21 22:37:52 +00:00
racham%netscape.com
6eb3c716ca
Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf
2000-04-21 22:36:31 +00:00
racham%netscape.com
0df523e594
Fixing bugs 28888, 27948. Moving activation code out of mozilla. r=alecf
2000-04-21 22:29:42 +00:00
racham%netscape.com
80f2cdeabf
Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf
2000-04-21 22:27:58 +00:00
racham%netscape.com
d98b785a9d
Adding startup listener interface fo profiles. part bug fix 28888. a=alecf
2000-04-21 22:20:57 +00:00
danm%netscape.com
e4da0f4eff
fix bad URL in last checkin
2000-04-20 00:10:50 +00:00