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

1244 Коммитов

Автор SHA1 Сообщение Дата
disttsc%bart.nl 874f229a5c "Click Finish..." profile text not correctly aligned at bottom, bug=42402, author=Boris Zbarsky <bzbarsky@mit.edu>, r=ksosez@softhome.net, sr=alecf 2001-04-05 03:27:05 +00:00
disttsc%bart.nl c9dbc12bfd Provide default userChrome.css and userContent.css with sample (commented out) content for discoverability, bug=37642, author=Boris Zbarsky <bzbarsky@mit.edu>, r=timeless, sr=shaver 2001-04-05 03:20:46 +00:00
rickg%netscape.com c1ce80ae83 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl 96f5f6cf31 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
tao%netscape.com 0135ac9529 take out unreferenced variable. 2001-03-28 20:46:33 +00:00
tao%netscape.com 5207872871 54998: RFE: Command line switch for UI language option. (r=tao,sr=hyatt).
checkin for masaki-san.
2001-03-28 20:37:23 +00:00
disttsc%bart.nl 6e48266508 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
valeski%netscape.com c1098ac6ac r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
ccarlen%netscape.com d3062a9295 Bug 71527 - On Unix, first profile after clean install is forgotten - migration will happen twice. r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-22 14:13:54 +00:00
blakeross%telocity.com 2970310e2c Whatever this is, it's *not* more fallout from my landing.
::whistle::
2001-03-22 04:47:32 +00:00
jgaunt%netscape.com 3e088b22fb Fixing bustage 2001-03-22 02:46:36 +00:00
jgaunt%netscape.com e83e7f9b58 fix for bug#62361 r=ccarlen@netscape.com sr=scc@mozilla.org
profile migration over remote connection
2001-03-22 01:13:07 +00:00
blakeross%telocity.com eaa6754a0a Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net cf7a9d0f56 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
bryner%uiuc.edu 265aeff708 Removing dependence on obsolete headers. Bug 38061 (ongoing work). r=shaver, sr=brendan. 2001-03-20 08:01:28 +00:00
disttsc%bart.nl 3c81ecaf73 Fix typo in confirm profile migration code, r=mao, a=ben 2001-03-14 07:38:09 +00:00
timeless%mac.com fbe4dc7bd4 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
dprice%netscape.com 1b42d68e45 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
maolson%earthlink.net 16d1d1b8e3 fix bug 71695 - Buttons on delete profile dialog - all include 'yah'
r=timeless, a=ben
2001-03-13 06:35:49 +00:00
danm%netscape.com 22ebda3698 Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt 2001-03-12 23:08:29 +00:00
maolson%earthlink.net d3de933402 fix blocker 71688 r=jag a=ben. incidentally, I suck. 2001-03-12 19:06:09 +00:00
maolson%earthlink.net dec4f3fd55 profile manager portion of bug 56680 - use a xul <stringbundle/> instead of including the strres.js code (first pass)
r=timeless, a=ben via irc
2001-03-12 07:39:50 +00:00
ccarlen%netscape.com 8d27bb9639 Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:12:21 +00:00
ben%netscape.com 8f8ee25f56 Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt
2001-03-11 07:32:24 +00:00
timeless%mac.com b1b4f0a114 fix bug 70958 Profile Migration Doesn't Work With Keyboard
patch by bzbarsky@mit.edu r=ksosez sr=alecf
2001-03-08 22:54:39 +00:00
disttsc%bart.nl defe56bb2f Forgot to remove this line in my last checkin. bug=53057 2001-03-08 09:28:32 +00:00
disttsc%bart.nl daf988026e Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where                                                                                            possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 09:17:11 +00:00
disttsc%bart.nl aebc676048 Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
tao%netscape.com bf75e393f7 1. 61626:"Need to make langxxxx.xpi platform neutral"
2. 70622: fix the "update.html" is also included.
3. 69934: make regus.jst & langenus.jst more localization friendly.
r=ssu,sr=deveditz.
2001-03-06 02:34:34 +00:00
disttsc%bart.nl 043186b34e Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
blakeross%telocity.com 686e5a8010 UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
tao%netscape.com 9485f2f1b3 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
disttsc%bart.nl 744785129a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com eab041f43f Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 69415757ab Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
ccarlen%netscape.com 79921a8865 Bug 67857 - Profile Mgr resets all prefs which is SLOW. r=racham, sr=alecf 2001-02-07 07:56:10 +00:00
timeless%mac.com 3fd094b613 fix bug 63956 This pre-loaded bookmark is a dead link
r=jag sr=waterson
2001-02-07 05:04:36 +00:00
ccarlen%netscape.com 42bfc2d2bf Bug 65907 - remove dependency on chrome from XPCOM. r=racham@netscape.com,tao@netscape.com, cls@seawood.org, sr=hyatt@netscape.com 2001-02-06 15:41:37 +00:00
pchen%netscape.com c92fde2368 bug 56226, r=blake, sr=mscott, remove about attributes from NC:fileExtensions tags which causes barf (exception thrown) in helper apps pref code and such attributes are written out from prefs code anyways 2001-02-06 06:29:53 +00:00
dbragg%netscape.com 3c78f486ee Creating a subdir in the system temp directory rather than just using the temp itself. Fixes 58371. a,r=racham, sr=mscott 2001-01-31 20:22:38 +00:00
ccarlen%netscape.com 1a2acc397f Bug 58014 - Make sure certain profile files exist whenever requested. r=racham@netscape.com, sr=alecf@netscape.com 2001-01-30 14:11:09 +00:00
jgaunt%netscape.com 1a8846f72b backing out changes
fixing bustage on speedracer
2001-01-26 23:38:09 +00:00
jgaunt%netscape.com b96b863e92 bug# 62361 fix profile migration when running remotely on a unix system
r=ccarlen@netscape.com sr=bienvenu@netscape.com
2001-01-26 22:44:55 +00:00
ccarlen%netscape.com 15ac5b144d Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
alecf%netscape.com e3804102a3 other part of fix for #64218 - add history sidebar by default to new profiles 2001-01-17 06:18:09 +00:00
blakeross%telocity.com a3e7dc40e2 Fix 53687: JS strict warnings in profileSelection.js. patch by Mark Olson. r=blake sr=alecf 2001-01-17 00:26:04 +00:00
blakeross%telocity.com 08c1e64034 Fix 53687: JS strict warnings in profileSelection.js. r=timeless sr=alecf 2001-01-16 23:07:14 +00:00
yokoyama%netscape.com 8ec262a32e fixes 58679 Passing Unicode instead. 2001-01-16 22:24:44 +00:00
bryner%uiuc.edu 433f20e3da 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 2510e3c12b Fix for bug 43087. r=sspitzer, sr=alecf 2001-01-04 03:23:38 +00:00
ccarlen%netscape.com 01a4875369 Bug 57056 - search.rdf not being migrated r=racham, r=rjc, sr=waterson 2001-01-03 13:05:00 +00:00
timeless%mac.com f4353c7481 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 dd47086547 Bug 35559 - dynamic profile switching support r=racham, sr=alecf 2000-12-18 07:33:08 +00:00
bryner%uiuc.edu db51fc636e 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 e1a95e960a 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 8c2c6472f9 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 22b34b5871 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 fd7ca0f89e Bug 35559 - dynamic profile switching Added file nsIProfileChangeStatus.idl r=valeski, sr=alecf 2000-12-06 15:02:57 +00:00
ccarlen%netscape.com 99e04d0a13 Bug 35559 - dynamic profile switching. r=valeski, sr=alecf 2000-12-06 14:57:34 +00:00
jdunn%netscape.com 3152dcca0c 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 8bd122b3d5 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 31132c1c68 Fix small leak I made yesterday. sr=scc@mozilla.org 2000-11-18 14:11:10 +00:00
sspitzer%netscape.com 377edc92ac 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 01bfb255ae *** empty log message *** 2000-11-17 15:01:06 +00:00
ccarlen%netscape.com fcaf21973e 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 a515bead9b 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 b384e9f2a6 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 d015f6354e 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 32498b8af3 Added for bug 46866. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:19:57 +00:00
racham%netscape.com 825d3d0e3f 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 5083c0fe27 take out my PRINTF -> printf changes, since warren got backed out. 2000-10-29 03:02:27 +00:00
warren%netscape.com 4189314fdb 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 958251e207 Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf 2000-10-28 08:00:58 +00:00
sspitzer%netscape.com 7a8c9cd03c 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 a74a8482cc 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 54edc3b5cf Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf 2000-10-28 00:01:18 +00:00
warren%netscape.com 6e35f97e31 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 250629a485 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 14c9be20f2 Search file update for bug # 57997: r=gagan sr=ben 2000-10-26 00:17:22 +00:00
dr%netscape.com 3dfa5d5ef7 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 15c47cbed3 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 e4989c9270 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 370db89c0b fix for #56572. r=racham, sr=mscott, a=PDT. 2000-10-18 13:41:34 +00:00
sspitzer%netscape.com c634ddf44c 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 29d3edf4ea 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 256501af92 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 88073867eb 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 599425c32b 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 6a0d882261 #52271 - [Modern] new secondary icons, r=german, sr=ben 2000-10-11 11:03:44 +00:00
racham%netscape.com 03f2d29921 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 af6bf4d831 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 bb911a9240 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 1bf00ae41e 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 ac98f30ea3 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 220200d467 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 957c151659 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
warren%netscape.com 075350b1c8 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 d5f88cf6f2 part of fix for #42102 - use nsIFile for migration issues
r=sspitzer, dbragg
2000-09-18 23:51:30 +00:00
dbragg%netscape.com 68e8cf1c1a 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 3a39c0d613 #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 13c152846a Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
ben%netscape.com 42b188f512 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 59637c069b 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 6cc70ebd6c 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 d2b859ab77 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 e6ed6605a7 Fix for #52229 Removed extra ADD_REF which was causing leak r=bhuvan 2000-09-12 21:39:55 +00:00
ccarlen%netscape.com 2f348e441a Fix for #36968 and #38626 r=racham 2000-09-09 15:30:09 +00:00
ccarlen%netscape.com 3be47211fa Fix for bugs #36968 and #38770 r=ben 2000-09-09 15:28:19 +00:00
mozilla.BenB%bucksch.org f571ae5db1 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 7bb3956df6 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 e00d65d1e4 Fix speedracer bustage. r=scc 2000-09-04 01:56:14 +00:00
mozilla.BenB%bucksch.org 44916502c7 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 ca84425bf3 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 c02aff3231 Adding default localstore.rdf for new/mig. profiles. bug 44669. r=sspitzer 2000-09-01 18:52:08 +00:00
dbragg%netscape.com 17502c3ec6 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 f74ec36794 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 936a1c371e Fix for bug 46802. Changed name of function to reflect its new functionality. 2000-09-01 17:58:33 +00:00
vidur%netscape.com 4a41eee18d 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 e0e9776f2a 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 140ddade7e 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 d919c4e5a9 46613, Classic skin polish (Mac profile manager) 2000-08-31 06:15:47 +00:00
ben%netscape.com 2a3ebe2644 46613... 2000-08-31 05:45:28 +00:00
ben%netscape.com 7348a6b798 46613, Classic skin polish (Mac profile manager) 2000-08-31 05:27:49 +00:00
naving%netscape.com 488017cc4d 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 4a657a09f9 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 6d545c8c8c update my comment for correctness. r=racham@netscape.com 2000-08-29 00:48:22 +00:00
sspitzer%netscape.com c428f30bc0 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 74e3957555 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 c52f68cce4 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
ben%netscape.com 90b919d167 fix for 49326, 'delete files' button is missing in delete profile dialog 2000-08-24 00:02:16 +00:00
scc%mozilla.org 45619b9ff5 fixing code that relied on implicit string construction 2000-08-19 20:52:04 +00:00
dbragg%netscape.com b4f560ed18 Fix for bugs 47058 and 47097. r=sgehani 2000-08-17 19:28:06 +00:00
mkaply%us.ibm.com 2067804848 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 2f4d351f76 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 1f6a100a63 Added an impl of nsIDirectoryServiceProvider to nsProfile. r=alecf 2000-08-11 20:23:14 +00:00
mcafee%netscape.com ca7e606de4 Reverting conrads change, accidentally double-spaced entire file. 2000-08-10 04:29:05 +00:00
conrad%ingress.com 1a902d1034 Added implementation of nsIDirectoryServiceProvider. r=alecf 2000-08-10 03:08:39 +00:00
saari%netscape.com 00ad136b80 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 c03162ed16 Remove some debugging code from the rdf file 2000-08-08 00:34:06 +00:00
ben%netscape.com 6e3127d88b fix for nsbeta3+ bug 39948, Start Mozilla is disabled after creating a profile 2000-08-07 06:29:08 +00:00
valeski%netscape.com e59f28aed1 removing crusty include 2000-08-03 07:59:32 +00:00
mscott%netscape.com 4fd17019ec 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 4967b0a7cc 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 a0a4c047ae 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 88fb3f8fad Fix for regression nsbeta2+ bug #45299. r=sgehani 2000-07-17 19:56:53 +00:00
mscott%netscape.com 911c38d091 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 eb1beb0f35 fix mac breakge (mscott and bhuvan) 2000-07-14 05:13:16 +00:00
racham%netscape.com a5112d0880 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 f0d2179212 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 4fb369a62d 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 e1bd878984 #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 6fe6fc6ad0 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 4ee95726ba 27526 - focus tree widget in profile manager on startup. 2000-07-12 07:07:55 +00:00
ben%netscape.com c020f8c4e7 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 2985b4604d 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 6deb8dfc16 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 e528c85dfa Optimized Javascript library got added to the wrong target. #36249. 2000-07-11 19:40:55 +00:00
dbragg%netscape.com d82f39bb5e Fix for bug #36249. r=racham@netscape.com 2000-07-11 19:28:43 +00:00
dbragg%netscape.com e95d95a13b 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 1e334d6947 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 5b1a702c89 Added new .dtd file for bug #36249 2000-07-11 14:16:07 +00:00
dbragg%netscape.com 4f8f0b5a2d Added new .xul and js files for bug #36249 2000-07-11 14:15:05 +00:00
mkaply%us.ibm.com a94323ebe5 #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 dbaac39c8d #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 e1042b397c small change in ds to support Helper Apps pref panel 2000-07-06 01:35:03 +00:00
mkaply%us.ibm.com ec38ff3ddb #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 0c0624e01c fix for 42737, patch by Robert Kaiser, r=ben 2000-06-27 05:46:23 +00:00
rjc%netscape.com 63e6a70fe7 Fix nsbeta2+ bug # 43498: search file update. R/A=me 2000-06-26 05:24:45 +00:00
mcafee%netscape.com 2661679d41 Removing unused 4.x prefs (39812). r=pavlov 2000-06-24 03:32:40 +00:00
mcafee%netscape.com b09ea813f7 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 e1274cde0a 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 49504e1c38 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 73f32b0692 Bug #38374 --> more updates for external helper application support.
r=mscott
2000-06-21 01:16:32 +00:00
sspitzer%netscape.com ae884c8d94 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 e188fed810 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 97fb0f7d06 Fix for bug 42042. r=ianr a=waterson 2000-06-20 03:50:40 +00:00
amasri%netscape.com 82dbdd27a0 Adding localization notes per Bugzilla #39975 Beta2+
r=rchen@netscape.com
2000-06-20 02:34:08 +00:00
bryner%uiuc.edu 481fea3cd4 Updating trees for new tree widget. bug 30511. r=hyatt. 2000-06-19 23:03:40 +00:00
rbs%maths.uq.edu.au 29f1b6960b 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 93c4c4fcf0 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 4491a90adc 41110. r=sspitzer. more nsIWebshellWindow removal. 2000-06-14 03:30:53 +00:00
racham%netscape.com 26b9861dd0 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 810573d7b5 Fix for b40799, countrypicker UI for profile wizard. 2000-06-13 03:54:59 +00:00
ben%netscape.com be83493823 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 7b8b74de36 fix commercial bustage 2000-06-09 21:56:26 +00:00
alecf%netscape.com 0f8f1d7864 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 61a3f53b17 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 a7e1a03aac this belongs in bugzilla, not in the UI. #22235 2000-06-07 23:00:15 +00:00
slamm%netscape.com 884d42da16 New standard compliant sidebar format. Bug 41225. r=pavlov 2000-06-07 00:39:53 +00:00
ben%netscape.com ae937c19dd 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 7bdf942043 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 5e8a833f39 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 18a2e8a6b4 add work offline checkbox 2000-06-03 10:37:47 +00:00
ben%netscape.com fc97f867a0 add offline checkbox 2000-06-03 10:37:08 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
sspitzer%netscape.com 1338d24776 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 18481f3d3b quiet down the profile startup (only affects printfs in DEBUG builds!) 2000-06-02 00:36:24 +00:00
blizzard%redhat.com 4fb3857378 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 7838c32762 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 c165e6c65b 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 c0002668a9 Fix for blocker bug: cannot create profile on linux, r=ben 2000-05-24 07:31:38 +00:00
sspitzer%netscape.com a4f6b90b20 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 c124e9a72a fix for 38089, r=hyatt 2000-05-22 04:35:56 +00:00
sfraser%netscape.com ab963c465c Remove linkage with NetworkModular.shlb 2000-05-17 06:11:52 +00:00
racham%netscape.com f9d5f97182 Fixing bug 29093. Removiong the need for commandline argument for shrimp. r=gayatrib 2000-05-17 06:10:30 +00:00
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
racham%netscape.com 2ff01718f7 Fixing bug 29093. Providing no UI path for shrimp. r=amusil 2000-05-16 23:18:49 +00:00
joki%netscape.com b2e873d830 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 aa0e128ff6 fix 33359 per verah 2000-05-14 03:06:11 +00:00
danm%netscape.com e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
racham%netscape.com 63bb203a69 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 ceaedb2015 these don't live here anymore. 2000-05-11 04:21:34 +00:00
warren%netscape.com 5a3f32aaca Removed unnecessary dependance on NetworkModular library (really just the Timer library now). 2000-05-06 09:20:44 +00:00
sspitzer%netscape.com c8df10b44a 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 6af23c6ca3 fix profile manager window.title switching 2000-05-03 03:10:56 +00:00
ben%netscape.com 465f55eaf0 typo 2000-05-03 03:00:18 +00:00
ben%netscape.com 6f0ec9f35c making profile manager smart about brand name switching. 2000-05-03 02:57:51 +00:00
ben%netscape.com 18fba87bef fixes for typos in automigration confirmation dialog 2000-05-03 02:39:04 +00:00
sspitzer%netscape.com 24eaa2b579 fix spelling mistake. 2000-05-03 01:55:20 +00:00
ben%netscape.com a96f30ecd4 some tweaks/polish for profile manager 2000-05-03 01:38:19 +00:00
ben%netscape.com acd29f1976 fix for 'can't create profile' bug 2000-05-03 00:42:47 +00:00
thayes%netscape.com 305c17893f 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 a7e670f1e3 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 5305191911 Fixing bug 17457. Allow the user to use the existing dir. r=gayatrib 2000-05-02 22:32:16 +00:00
racham%netscape.com 6451dd3898 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 f7fd0bfbed fix bustage
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:20:25 +00:00
ben%netscape.com dcfb75dfd2 fix missing text in profile manager delete dialog 2000-05-02 03:46:16 +00:00
rjc%netscape.com 5904639b69 Populate the "Shopping" category with "Shop@Netscape". 2000-05-02 01:27:29 +00:00
rjc%netscape.com bdaf5cf90b Create a "Shopping" category and populate it with appropriate search engine(s). 2000-05-02 01:13:19 +00:00
rjc%netscape.com 5171cbcd2e Small text change to a search category name. 2000-05-02 00:17:33 +00:00
ben%netscape.com 13ffc77f97 fixing 37738, fail to migrate 4.x profile on start 2000-05-01 22:03:52 +00:00
racham%netscape.com b91cdbe2c0 Removing activation dtd file. Not needed in mozilla anymore. 2000-05-01 02:14:36 +00:00
racham%netscape.com c4c9824fa7 Removing activation xul files. Not needed in mozilla anymore. 2000-05-01 02:13:18 +00:00
ben%netscape.com 5535881d1a some more PM fixes 2000-04-30 08:00:06 +00:00
ben%netscape.com f32d77604b skinnability/localizability fixes. 2000-04-30 07:50:48 +00:00
sspitzer%netscape.com f1ac5ee7b8 some skinnability changes for the migration progress dialog.
still more needed.
2000-04-30 07:11:42 +00:00
pinkerton%netscape.com ef4424d97d MORE string changes. will it ever stop... 2000-04-28 01:18:25 +00:00
pinkerton%netscape.com f7ec86ce4f conversions for string. making them explicit 2000-04-28 00:46:10 +00:00
pavlov%netscape.com 812b49b4f0 more string fun 2000-04-27 22:38:19 +00:00
scc%netscape.com 6d5a22ee1e making string conversions explicit 2000-04-27 20:08:45 +00:00
mjudge%netscape.com 6622635cab making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
ftang%netscape.com 2f7faa3e93 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 fb6de8a58a 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 2bac8b3ccc fix warnings, remove unused code. 2000-04-24 05:37:34 +00:00
sspitzer%netscape.com 9d43a023d0 fix for #14313, don't migrate on top of an existing directory. 2000-04-24 05:28:49 +00:00
rjc%netscape.com 8fbc7a8a2e Add search.rdf 2000-04-23 04:43:44 +00:00
racham%netscape.com c8082ccce4 Adding the updated mcp file 2000-04-21 23:23:06 +00:00
racham%netscape.com 3355e0353b Fixing bugs 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:37:52 +00:00
racham%netscape.com 0cb5258655 Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:36:31 +00:00
racham%netscape.com 011746cc5f Fixing bugs 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:29:42 +00:00
racham%netscape.com 457a5666cf Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:27:58 +00:00
racham%netscape.com 3036829b76 Adding startup listener interface fo profiles. part bug fix 28888. a=alecf 2000-04-21 22:20:57 +00:00
danm%netscape.com 47116ada43 fix bad URL in last checkin 2000-04-20 00:10:50 +00:00
danm%netscape.com 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
sspitzer%netscape.com b546d7ec21 cleanup of some of the migration code. this is needed before we properly fix #36249 2000-04-19 04:58:36 +00:00
sspitzer%netscape.com ebb07b48c1 backing myself out. the problem of what to do on out of disk space is not
going to be fixed this way.
2000-04-19 03:20:23 +00:00
sspitzer%netscape.com e15fa133a0 fix for #32649. make it so an error on migration makes its way into an alert for the user.
(still more work to do when handling out of space errors.)  clean up code.
2000-04-19 00:49:51 +00:00
cls%seawood.org a27ca31c45 Latest batch of OS/2 makefile changes. Batch 09. Bug #34106 2000-04-18 10:27:21 +00:00
scc%netscape.com 7cb7de4840 making string conversions explicit 2000-04-15 09:47:08 +00:00
danm%netscape.com 7459927511 centering profile manager window. bug 23463 2000-04-13 21:00:54 +00:00
rjc%netscape.com 4f3ad54414 Fix bug # 33657: add "UTF-8" encoding meta-tag into default bookmark file. 2000-04-05 01:49:57 +00:00
cls%seawood.org 57978e5c23 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
mkaply%us.ibm.com 35ea41a711 # 33859
r= sspitzer@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:46:47 +00:00
scc%netscape.com e5d8dec414 making string conversions explicit 2000-04-02 20:34:28 +00:00
racham%netscape.com ff8f95c111 Fixing bug 15787. Associating exit event with close icon in the upper right corner of createProfileWizard window. r=gayatrib 2000-04-01 08:36:00 +00:00
pavlov%netscape.com 825e5b1127 use nsIFilePicker instead of nsIFileSpecWithUI 2000-03-31 10:27:17 +00:00
racham%netscape.com 9f22fb6e2a Fixing bug 15787. Close the app on clicking x in the upper right corner of profilemanager window. r=gayatrib 2000-03-31 07:26:01 +00:00
evaughan%netscape.com 4891539d50 box skinnablility changes.
-r Hyatt
2000-03-31 07:02:06 +00:00
racham%netscape.com 84b4f40e7c Remove activation cookie after it is processed, bug 32506. Fix memory leak, bug 31878. r=gayatrib 2000-03-31 06:34:40 +00:00
racham%netscape.com 44f20f3436 Adding interface to remove activation cookie after it is processed. Bug 32506.r=gayatrib 2000-03-31 06:34:27 +00:00
gayatrib%netscape.com 2d4cc7c91e using nsIRegistry instead of the RDF datasource to read values from mozRegistry--bug 15264. work done by dveditz. 2000-03-30 01:38:37 +00:00
gayatrib%netscape.com 79a0fdd1c1 Making profile manager i18n friendly (bugs 23153, 15264), better memory management and fixing leaks(bugs 29574, 28818, 25609, 28979), fix for bug 31409, fixing all indentation problems introduced by vc++ editor. r=dveditz,racham 2000-03-30 01:32:39 +00:00
gayatrib%netscape.com a5db3c6c1c changing interface to be i18n friendly r=dveditzle.idl 2000-03-30 01:30:03 +00:00
warren%netscape.com d60b12b153 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
ben%netscape.com 78a2bc728d changes to accomodate global.css change 2000-03-29 03:25:58 +00:00
rickg%netscape.com 78210da3e3 switched to use proper nsString APIs 2000-03-27 01:05:00 +00:00
scc%netscape.com 3a0de76843 small changes to clients using string converting APIs 2000-03-26 01:40:41 +00:00
sspitzer%netscape.com cd177cce1a add a spacer between the sentences. 2000-03-25 00:10:42 +00:00
jim_nance%yahoo.com 5723bcda31 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
tbogard%aol.net ebde98fc63 Adding implementation for the new method OnStartURIOpen on nsIURIContentListener. 2000-03-24 00:35:48 +00:00
slamm%netscape.com eb5af5746b Make exporting more general. 2000-03-23 23:29:23 +00:00
sford3%swbell.net 2e1f9228a5 Fixes 32934 for Mozilla, Nescape should fix in commercial tree, also fixes 31148
r=shaver@mozilla.org
2000-03-23 21:49:15 +00:00
sspitzer%netscape.com 7386712faa fix for #30204. use GetService instead of CreateInstance. 2000-03-17 08:31:13 +00:00
sspitzer%netscape.com ce96390186 fix for #26317. fix by gayatrib, r=sspitzer. only call MigrateProfileInfo() when appropriate. 2000-03-17 06:49:42 +00:00
ben%netscape.com 5aeca7e4a6 fixes for profile manager bug 32065 & some minor skinnability tweaks 2000-03-17 05:56:34 +00:00
ben%netscape.com dfc787f77d skinnable profile manager, part 1. 2000-03-16 01:21:26 +00:00
ben%netscape.com 72d67fd173 fixes for profile manager bugs 24851, 27526, 27595, 28283, 29139, 30246, 31472, 31473, 28185, 30094, 31151, 29633, 17721 2000-03-14 11:07:09 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
tbogard%aol.net 23633d9815 Removed dependency on the nsIBrowserWindow interface. 2000-03-11 00:24:47 +00:00
tbogard%aol.net afc16a447d Remove dependency on nsIBrowserWindow interface. 2000-03-11 00:24:19 +00:00
racham%netscape.com 7f2ae2d3c5 Fixing bug 19621. Check to see if the right url is loaded is done using setInterval for each second. Once the we identify that the right url is loaded the the interval activity is cleared. Otherwise after 30 seconds, the interval activity will close the activation window. r=selmer,matt,ben. a=jevering. 2000-03-09 01:06:02 +00:00
warren%netscape.com 7e37f4f478 Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
racham%netscape.com bd1be9feda Fixing bug 19621. State of activation window is controlled based on the activation server's response in a timeout period of 30 sec. r=matt,ben,tao. a=chofmann 2000-03-04 05:56:56 +00:00
ben%netscape.com ef4dbc4e46 fix for 30119, r=waterson@netscape.com, a=jar@netscape.com 2000-03-03 01:46:45 +00:00
slamm%netscape.com d3ef0b083f Fix for smoketest bugs 29793, 29718. Sidebar problems. 2000-03-02 00:33:31 +00:00
tbogard%aol.net 2533a18b2b Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering 2000-02-29 22:03:49 +00:00
tbogard%aol.net c4734766bd Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering 2000-02-29 00:20:55 +00:00
ben%netscape.com 49a37f3860 formatting problems caused by malevolent deck rules in global.css, PDT+ b=28113, r=waterson, a=jevering 2000-02-23 21:08:26 +00:00
dbragg%netscape.com bd8ee12325 Fix build bustage on HPUX. Trailing comma in an enum. a=granrose 2000-02-23 00:56:17 +00:00
dbragg%netscape.com a0520697cd backend fix for bug 13850 a=jar r=gayatrib 2000-02-22 23:27:00 +00:00
mscott%netscape.com 8a6c17d544 Bug #27960 --> profile manager needs to implement nsIURIContentListener
for the registration window it tries to bring up. We need to do this because
that window runs a url and we want to force the uriloader to load all urls
inside this chrome window. We wouldn't need this code if the registration url
ran inside of a browser window.
r=travis
a=phil
2000-02-22 07:21:29 +00:00
racham%netscape.com 1d257d32f6 Fixing bugs 28243, 27402 and 27850. MozRegistry is updated whenever the profile information is changed. This allows profile selector reflect the registry values directly. r=sspitzer,norris. a=jar,phil 2000-02-22 00:01:39 +00:00
dveditz%netscape.com 74d0f231ed Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
sspitzer%netscape.com b4614b164b fix for #14349, r=alecf,nhotta a=phil
migrate prefs that were in the system charset to utf8.
2000-02-18 03:42:56 +00:00
sspitzer%netscape.com cb309f741b fix for #14349, r=alecf,nhotta a=phil
migrate prefs that were in the system charset to utf8.
2000-02-18 03:37:53 +00:00
racham%netscape.com 73111ab07f Fixed bugs 23390, 27459, 25052. Procedure to serve activation information to mail and aim is added. Fixed a small Mac UI discrepancy. r=gayatrib 2000-02-15 22:45:54 +00:00
wtc%netscape.com a4917ee631 Bugzilla bug #27457: prepare the Windows build system for NSPR library
name change.  Define a new makefile variable LIBPLC.
Modified files:
mozilla/config/config.mak
mozilla/dom/src/build/makefile.win
mozilla/extensions/wallet/cookieviewer/makefile.win
mozilla/extensions/wallet/editor/makefile.win
mozilla/extensions/wallet/signonviewer/makefile.win
mozilla/extensions/wallet/walletpreview/makefile.win
mozilla/mailnews/import/eudora/src/makefile.win
mozilla/mailnews/import/oexpress/makefile.win
mozilla/mailnews/import/outlook/src/makefile.win
mozilla/mailnews/import/src/makefile.win
mozilla/mailnews/import/text/src/makefile.win
mozilla/netwerk/protocol/jar/src/makefile.win
mozilla/profile/Acctidl/makefile.win
mozilla/profile/src/makefile.win
mozilla/xpcom/sample/makefile.win
2000-02-15 14:35:15 +00:00
wtc%netscape.com 536d34d83a Added newline character at end of file. 2000-02-15 13:50:40 +00:00
ben%netscape.com 0a9ec9ef6b make profile manager i18n friendly, PDT+ b=15264, r=gayatrib@netscape.com 2000-02-15 01:33:48 +00:00
dveditz%netscape.com b63a6438b1 New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dveditz%netscape.com 177321111c backing out, profiles don't use the registry SERVICE 2000-02-13 17:48:25 +00:00
dveditz%netscape.com 5032bc6144 closing the file used by the registry service is evil 2000-02-13 17:43:41 +00:00
sspitzer%netscape.com 5b9a21f4d1 don't migrate the .snm files on UNIX 2000-02-13 00:06:19 +00:00
ben%netscape.com 4e2892a9ed profile manager rewording, r=verah 2000-02-11 05:47:48 +00:00
ben%netscape.com cabfb4b995 changes to profile manager wording. r=verah 2000-02-11 05:46:21 +00:00
ben%netscape.com 2469e952a3 changes to profile manager language. r=verah 2000-02-11 05:46:04 +00:00
fergus%netscape.com 72fc015263 Changes to Localization notes. r=chjung@netscape.com 2000-02-11 01:11:35 +00:00
ben%netscape.com 4f0d9360f7 forgot to check this in with previous work that I checked in ages ago. it was reviewed then, I just forget by who. maybe jst@citec.fi since he did a lot of reviews for me recently. 2000-02-11 00:51:43 +00:00
hangas%netscape.com 6d45ed5660 Fix for 27197, Profile Selection Dialog does not support Enter and Esc keys for buttons. r=mscott. 2000-02-10 09:00:25 +00:00
ssu%netscape.com dbd1447b65 fixing bug # 27114. Crash in the profile.dll on exit of windows native installer when mozregistry.dat is missing. This is now fixed. a=leaf r=racham 2000-02-09 22:34:02 +00:00
sspitzer%netscape.com 3b6d8a6900 workaround fix for #26885. changes for ben to the nsIProfile interface
r=ben@netscape.com
2000-02-08 01:04:41 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
ben%netscape.com ea5f04c164 hack around 26265/25571 mac profile wizard failing because of string bundle load failure, r=jst@citec.fi 2000-02-07 00:16:02 +00:00
sspitzer%netscape.com 4664dbb0fa add newlines to the end of some files, and add the defaultProfileDir interface
and for ben.  r=alecf
2000-02-05 21:48:09 +00:00
risto%netscape.com b011c9aaf1 Changing all cvs-mirror.mozilla.org references to point to politically
correct addresses, for example tinderbox.mozilla.org, lxr.mozilla.org or
bonsai.mozilla.org. cvs-mirror shouldn't use in URLs anymore because it's
now on different server.

r=bryner
2000-02-05 07:23:36 +00:00
ben%netscape.com b4e9c50e47 cleaned up profile migration progress dialog, r=jst@citec.fi 2000-02-05 03:33:07 +00:00
ben%netscape.com 678a48909b cleaned up confirm migration dlg. r=jst@citec.fi 2000-02-05 03:32:34 +00:00
ben%netscape.com c632f1cdf0 cleaned up confirm migration dialog r=jst@citec.fi 2000-02-05 03:32:13 +00:00
sspitzer%netscape.com aacd9ce100 only force the profile manager on you if you aren't cltbld and if you don't
have this other magic flag set.  r=mcafee
2000-02-04 01:00:11 +00:00
sspitzer%netscape.com 40bf807e5d fix the orange breakage on tinderbox. force everyone but tinderbox to see the
profile manager.

this will buy me some time until I figure out the real fix
2000-02-04 00:51:58 +00:00
sspitzer%netscape.com ba4583d6ab a fix the scary message about how migration will kill your 4.x profile.
it just copies, it doesn't not alter the 4.x profile

turn on the profile debugging printfs for everyone, so that we can get
better info in bug reports.  (perhaps this should be using PR_LOG?)

only migrate the 4.x profile info when the user runs -installer

fix the bug where we do automigration on linux, even if their is no ~/.netscape directory

force DEBUG builds to launch the Profile Manager if there were no profile
command line arguments.

a=ben,selmer
2000-02-03 23:43:16 +00:00
sfraser%netscape.com 17aba02c9b Workaround for bug 26265, to handle failure to load string bundle at startup. r=ben, a=leaf 2000-02-03 23:04:50 +00:00
sfraser%netscape.com a94418f058 Only delete redundant directories if we know we have one. Blocker. r=Ben_Goodger, a=leaf 2000-02-03 20:50:15 +00:00
racham%netscape.com 1a96dba91a Fixing bugs 16791, 23339, 25609, 25891, 23873. These chnages fix rename profile problem on windows, setting the profile name to the user register name, a fix to nsvoidarray memory leak, loading the user prefs and bringing the right UI for -P option. r=gayatrib 2000-02-03 11:20:57 +00:00
racham%netscape.com 672ebbefd2 Fixing bugs 16791, 23339. Added interfaces to check the current profile availability and a check for preg info. r=gayatrib 2000-02-03 11:20:25 +00:00
ben%netscape.com 0eacad066a fix for 21925, r=valeski 2000-02-03 04:03:19 +00:00
brade%netscape.com b174bf571d fix access paths for move to CW5 (bug #25949) 2000-02-02 22:45:39 +00:00
danm%netscape.com 73d4a81e1d changing name of opened window from 'null' to '_blank'. travis' idea. r:me 2000-01-31 21:33:50 +00:00
sspitzer%netscape.com 640af5a585 add a dump to convince ben that getProfileList is working again. 2000-01-28 10:19:12 +00:00
sspitzer%netscape.com b6b210e8ab fix warnings and fix a leak. also, call MigrateProfileInfo() otherwise, the list
of profiles won't show up the first time we run -ProfileManager
2000-01-28 09:56:55 +00:00
sspitzer%netscape.com 47d3eae842 handle migration of secure news servers from 4.x to 5.0 r=alecf 2000-01-28 02:17:38 +00:00
ben%netscape.com d1377ca3ee added check for no 5.x profiles, fix "select null" problem, r=hyatt@netscape.com 2000-01-27 23:57:21 +00:00
racham%netscape.com b6530da963 Fixes for 15037, 24681, 24247, 17527, 21716, 19620, 15755. Adapted nsVoidArray solution for profiles data structure. Fixed couple of activation related bugs. Fixed CreateProfile option bug. Added to code to create a default profile silently, when needed. r= sspitzer 2000-01-26 22:19:02 +00:00
ben%netscape.com 42e86c540e selecting last profile loaded in profile tree. r=alecf@netscape.com 2000-01-26 02:22:42 +00:00
ben%netscape.com 74e584fecd fix bug 24752 (back button on profile mgr page) r=syd@netscape.com; and partial for 23121 (jumpy text in titledbuttons that are disabled). 2000-01-23 20:06:02 +00:00
sspitzer%netscape.com 2467b18158 fix for #23702. migrate the popstate file on mac and linux. r=mscott 2000-01-19 02:18:49 +00:00
racham%netscape.com bb2c3ad599 Fix for bug 14908. Copying the required default profile files into the migrated profile dir. r=sspitzer. 2000-01-19 00:20:47 +00:00
dveditz%netscape.com 24217323b2 removing unnecessary #include so I can remove the header file 2000-01-15 02:05:04 +00:00
racham%netscape.com 6194329a62 Fixing bug 14358. Extracting activation url. a=McAfee 2000-01-14 08:31:44 +00:00
racham%netscape.com 46fd756c38 Fixing bug 14358. changed the name of a preg pref. a=McAfee 2000-01-14 08:29:14 +00:00
rgoodger%ihug.co.nz 540ee087eb making profile manager handle newlines in alerts/prompts properly 2000-01-14 08:07:40 +00:00
rgoodger%ihug.co.nz cae545f7ae use proper newlines in alerts/prompts for profile manager 2000-01-14 08:05:51 +00:00
rgoodger%ihug.co.nz 6da60dff0b add alert message for existing profile in create profile wizard 2000-01-14 00:46:18 +00:00
rgoodger%ihug.co.nz 859b81bd30 add check & failure for existing profile name in create profile wizard. 2000-01-14 00:44:44 +00:00
rgoodger%ihug.co.nz 9ee0e0fd55 23872, fixing double click behaviour in profile manager 2000-01-14 00:17:48 +00:00
rgoodger%ihug.co.nz 50a314db9b profile manager II, text correction. 2000-01-13 09:43:38 +00:00
rgoodger%ihug.co.nz dc2e35eba1 ProfileManager II: re-adding file accidentally removed. 2000-01-13 06:25:33 +00:00
sspitzer%netscape.com e874b65a38 remove more dead weight. 2000-01-13 06:20:32 +00:00
sspitzer%netscape.com 924348a292 remove more dead weight for the almighty ben g. 2000-01-13 06:17:19 +00:00
sspitzer%netscape.com 555aad5820 removing dead files for ben goodger. 2000-01-13 06:14:28 +00:00
sspitzer%netscape.com 7a7d76ccbf changes needed to get -installer and -ProfileManager working in the new
ben goodger world.
2000-01-13 04:30:20 +00:00
rgoodger%ihug.co.nz 69b38f3b27 profilemanager II, r=gayatrib@netscape.com, sspitzer@netscape.com 2000-01-13 04:21:25 +00:00
sspitzer%netscape.com eb102be9d9 fix for #23744. r=alecf
the problem here is that when you use -CreateProfile, prefs don't get
initialized correctly, and you don't get a prefs.js file!  this causes
all sorts of problems, as you might imagine.

addition code cleanup, too.
2000-01-13 00:04:30 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
nhotta%netscape.com 9738dce74b Adding I18N functions for pref migration, bug 14349, r=ftang. 2000-01-11 01:24:21 +00:00
sspitzer%netscape.com 43e4bc8ae9 fix #21978. two changes: "Local Mail" is now "Local Folders"
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
norris%netscape.com 8343c4ead7 Fix 22909 previousSibling vulnerability
r=mstoltz
2000-01-06 00:59:18 +00:00
warren%netscape.com 26b7d345a1 Made nsIProperties scriptable. Bug #21982 2000-01-05 09:29:25 +00:00
dougt%netscape.com 6ebfa81077 Converting to use nsIModule macro. r=dp. 2000-01-03 23:37:30 +00:00
rjc%netscape.com 3af6bb1bba On 12/16/1999, dmose@mozilla.org checked in some changes to the default
bookmarks.html file and accidentally added an invalid/extra </DL><p> line
which caused the bookmarks parser to blow chunks of the bookmarks away.
1999-12-31 11:48:20 +00:00
rjc%netscape.com e3d08faa16 Add a sidebar panel for Search results instead of having them mixed in with Related Links data. 1999-12-29 09:27:45 +00:00
sspitzer%netscape.com dd2835b6fa whoops, I removed the title from this window. 1999-12-23 23:10:19 +00:00
sspitzer%netscape.com e9b7b34cca fix for #18118. if the pref "profile.confirm_automigration" is true,
we put up a dialog before we auto migrate.  (the mozilla build does this.)
if that pref is false, we just automigrate.  (the ns build does this.)
r=bienvenu
1999-12-23 20:05:59 +00:00
sspitzer%netscape.com 9a7c86d180 new files confirmation dialog (for automigration) for bug #18118
not part of build yet.
1999-12-23 01:45:16 +00:00
sspitzer%netscape.com 9a47f53e5a forgot an ifdef. this will fix the tree bustage. 1999-12-22 03:37:04 +00:00
sspitzer%netscape.com 31a1365018 fix for #22099, newsrc migration problems on linux. r=mscott, a=syd. 1999-12-22 03:31:59 +00:00
dmose%mozilla.org 797dcaf7e6 fix for bug 20866: replace Channels menu with a link to Open Directory; r=sspitzer@netscape.com, a=shaver@mozilla.org 1999-12-16 00:26:53 +00:00
shaver%netscape.com 566b8945c7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
racham%netscape.com fa3e57c468 Fixing memory leak. bug 21038. r=sspitzer 1999-12-07 23:05:22 +00:00
sspitzer%netscape.com 4bd1b240f5 tweak fix for #15111 on last time. morse had the logic right the first time,
we need to subtract the # of seconds between 1970 and 1900 from the mac cookies,
not add.
1999-12-07 22:05:52 +00:00
sspitzer%netscape.com 6195684281 fix for #20906. fix the twitchy button in the select profile dialog.
fix by=rgoodger@ihug.co.nz, r=sspitzer
1999-12-07 09:12:59 +00:00
sspitzer%netscape.com 846d57367c ok, really fix #15111 this time. we need to add 70 years of seconds to a mac cookie, not subtract. also, we need the migrated cookie file to have '\n' line endings, or nsCookie.cpp will ignore it. 1999-12-07 08:50:50 +00:00
sspitzer%netscape.com d22cb56e6f fix, and the turn on morse's fix for #15111. now cookies get migrated on the mac correctly. 1999-12-07 07:44:31 +00:00
sspitzer%netscape.com 454b1137d3 fix for #15042. fix by=racham, r=sspitzer 1999-12-07 00:22:30 +00:00
sspitzer%netscape.com bcc9cef6bd only correct cookies if the expires time is non-zero.
(zero means the cookie should expire at the end of the current session.)
fix by=morse, r=sspitzer, part of bug #15111
1999-12-06 21:25:01 +00:00
sspitzer%netscape.com 45171154d9 fix for #15111, need to adjust the times in the a 4.x cookie file to work
with 5.0.  (the start of our epoch changes on the mac.)
right now, this code is turned off until we finish testing it.
fix by=morse, r=sspitzer.
1999-12-06 21:05:33 +00:00
sspitzer%netscape.com 2e322e44b3 new files. not part of the build yet. 1999-12-06 18:27:26 +00:00
sspitzer%netscape.com dcfd9fd8a9 new changes from rgoodger@ihug.co.nz. r=sspitzer
this makes it so the create profile wizard uses the generic wizard js
(mozilla/xpfe/global/resources/content/wizard*, mozilla/xpfe/global/resources/content/widgetStateManager.js)
1999-12-06 05:53:02 +00:00
rgoodger%ihug.co.nz 5e8da617e2 importing global skin into package skin file, bug 19562 1999-12-05 09:15:17 +00:00
rgoodger%ihug.co.nz d360ee5307 imported package skin (profile.css) into these files. (bug 19562) 1999-12-05 09:14:48 +00:00
warren%netscape.com bf4ef9672f Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
sspitzer%netscape.com d92415acfb fix for #20198. always append the profile name to the native path the user
specifies.   this prevents the users from accidently removing more than they
expect when they delete the profile.
fix by racham, r=sspitzer
1999-12-04 01:39:16 +00:00
hyatt%netscape.com f0f98353a8 Fixing the invisible tree problem #18577. 1999-12-01 20:11:01 +00:00
hyatt%netscape.com 8adc4d29cf Fix for bug #18577 (which someone said was holding the tree closed). r=danm 1999-12-01 19:54:15 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
dougt%netscape.com 1da7d3868d fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
brendan%mozilla.org fba55cc197 Clean up whitespace/returns/braces, plus Ben's update to GetFields. 1999-11-28 06:37:13 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
akkana%netscape.com 63a098fcc6 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
warren%netscape.com aaf83521f5 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
sspitzer%netscape.com 264da824d1 fix for #18999, r=putterman
gracefully handle migration if the user used movemail (unix only) in 4.x
wrap all the movemail code with #defines, it is not needed on non-unix
platforms.  movemail is still not supported, but at least now migration
(of bookmarks and cookies) doesn't fail, and you can see your old mail
in 5.0.
1999-11-16 22:54:58 +00:00
sspitzer%netscape.com e8a7ad9892 changes from german@netscape.com to make the profile xul look better and look
more like the rest of the chrome.  r=sspitzer@netscape.com
1999-11-16 00:38:16 +00:00
sspitzer%netscape.com d610244e7a fix for #17954
before, if "mail.directory" was set, we'd assume the mail wasn't in the standard
default place, so we'd migrate Mail -> Mail5
now, we check if "mail.directory" == the default place.  if so, we migrate
it like we would if it wasn't set.
Mail -> Users50/<profile>/Mail

to help do this, I added Equals() to the nsIFileSpec interface, to compare
two nsIFileSpec's, it does this by comparing the nsFileSpecs.
1999-11-13 02:02:22 +00:00
dmose%mozilla.org 42fc94a6ec updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
sspitzer%netscape.com bc951583c1 fix for #16119. this variable is not defined out of the scope of the loop, so
it was undefined.
1999-11-01 21:51:16 +00:00
tbogard%aol.net c9198a207c Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
dp%netscape.com 8138489642 Removing use of nsIShutdownListener r=sspitzer 1999-10-31 05:02:55 +00:00
evaughan%netscape.com 86fd1321dd Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
alecf%netscape.com 03f0cf9d3c add class="dialog push" to the profile wizard UI r=sspitzer 1999-10-29 21:10:53 +00:00
sspitzer%netscape.com 7e046d30c0 fix it so that if you have something selected, and you hit enter, it starts with that profile. 1999-10-29 04:40:20 +00:00
sspitzer%netscape.com 2c0d9ff3e9 remove the GetCurrentProfileDirFromJS() method from the nsIProfile interface. the only one using it was the sidebar js, but now that uses the fileLocator. r=mscott. 1999-10-29 04:01:22 +00:00
sspitzer%netscape.com d53734433c don't specify the height and width, let it size to content. otherwise, the buttons on the bottom don't show up. 1999-10-29 00:26:43 +00:00
sspitzer%netscape.com 67c42818ef cleaning up comments 1999-10-29 00:09:27 +00:00
sspitzer%netscape.com 342b5a049e only show profiles that haven't been migrated in the Profile Selection dialog. 1999-10-28 23:24:05 +00:00
sspitzer%netscape.com 4dc51d68a1 checking in ben goodger's (rgoodger@ihug.co.nz) profile selection UI.
r=sspitzer

I made changes so that:

1)  exit quits the app, and doesn't start up app with the last current profile
2)  fix a spelling error (personalisation -> personalization), this is en-US, not en-UK
3)  fix it so start actually starts the selected profile.
4)  -SelectProfile launches this new dialog
5)  if the user starts with no command line, and they have more than one profile, they get -SelectProfile, and not -installer.
1999-10-28 23:08:46 +00:00
racham%netscape.com 8f9a381fdf r=gayatrib. Fix for Bug 16414. If the profile dir is deleted it always gets rebuilt based on the path it gets from registry 1999-10-28 21:05:26 +00:00
warren%netscape.com 00dfd9d907 Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott 1999-10-26 09:16:24 +00:00
duncan%be.com 2c1bedc3a6 Make profile manager build under BeOS.
r=sspitzer
1999-10-23 17:13:55 +00:00
racham%netscape.com bef3b46cc3 r=sspitzer. Fix for bug 16209. This checkin fixes mozregistry entries to avoid crashes from M9 or builds prior to that 1999-10-22 21:00:53 +00:00
dveditz%netscape.com 4b0ca9d0cd Changing nsFileSpec Copy and Move function names to match their
functionality, and also to free up the namespace for a *real* Copy
and Move that allow renaming the leaf name rather than just copying
into different directories (i.e. to make backup files). r=ssu
1999-10-21 00:40:39 +00:00
slamm%netscape.com 64d8fa3b2f Landing of SIDEBAR_19991007_BRANCH. r=waterson 1999-10-18 19:21:52 +00:00
sspitzer%netscape.com 605a8e0cc5 remove unused variablable to fix a couple warnings. 1999-10-15 04:33:21 +00:00
neeti%netscape.com cbbd7eefe8 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=sspitzer 1999-10-15 04:06:43 +00:00
sspitzer%netscape.com ceaa5bbb97 fix for #14892, automatically migrate if we only have one 4.x profile and no 5.0 profiles.
r=mscott.
1999-10-15 01:38:54 +00:00
alecf%netscape.com 85bcc85a6d update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +00:00
norris%netscape.com 36a6460fbb Needed for 7254: Implement DOM security
reviewed by Ben Goodger <rgoodger@ihug.co.nz> and Seth Spitzer <sspitzer@netscape.com>

Scripts running from chrome are considered super privileged and can perform operations that
scripts from the web cannot. I differentiate chrome scripts from web
scripts by considering all scripts loaded from chrome: URIs to be
privileged.

The problem I'm running into is that the loading of relative urls in
this code ends up going to the file: protocol (which is what the chrome
protocol is converted to internally). This change makes sure we load
from the chrome protocol so that the scripts are privileged and don't
get access errors. It's probably a good idea to load from the chrome
protocol anyway since it may one day be resolved to extracting from a
JAR file rather than accessing a discrete file.
1999-10-12 22:47:36 +00:00
rjc%netscape.com a12753b362 [performance] When profile manager is being used, don't read in bookmarks twice... by deferring hiddenwindow.xul loading until after profile manager is done. Review: danm and sspitzer 1999-10-12 22:20:28 +00:00
waterson%netscape.com ab20f5e245 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
waterson%netscape.com 5169d5ca9f Initial revision. Not in build. 1999-10-08 21:15:21 +00:00
sspitzer%netscape.com 98394f0040 more clean up. #15402. 1999-10-08 07:58:54 +00:00
sspitzer%netscape.com cca1aa6e3d temporary printfs to help me debug the elusive #15792 that only bijals is seeing 1999-10-08 07:12:21 +00:00
sspitzer%netscape.com 3e9aa78e46 just checking in comments. resizeToContent() makes the "Create Profile Wizard"
take up the whole screen.  (bug logged on danm already.)
1999-10-08 06:50:26 +00:00
sspitzer%netscape.com 6acd8500b8 when renaming a profile, and renaming the profile directory on disk,
don't do a copy and delete.  just rename the directory.
r=davidm, #15402
1999-10-08 05:41:40 +00:00
sspitzer%netscape.com cd42feb263 fix build bustage on windows. 1999-10-08 05:14:48 +00:00
sspitzer%netscape.com b77c80263e more clean up of the profile code. #15402, r=davidm
make profileExists() part of the nsIProfile interface, so I can
get at it from JS.  startCommunicator is now startApprunner.
get RenameProfile() and DeleteProfile() to work better.
make the delete profile dialog size to content.
change the 2nd arg of DeleteProfile() to be a bool, and not a string.
use MakeUnique() to prevent undesired collisions of profiles on disk.
1999-10-08 04:58:32 +00:00
sspitzer%netscape.com 0e5fb9245e don't specify the width and height, so the dialog resizes to content. 1999-10-08 00:17:22 +00:00
sspitzer%netscape.com c7747fdf79 add new line to the end of the file. 1999-10-07 22:05:53 +00:00
sspitzer%netscape.com 72629ed46d more clean up for #15402. disable the rename, delete and start buttons
if no profile is selected, and enable them when a profile is selected.
turn dumps into alerts to tell the user why something failed.
1999-10-07 09:41:33 +00:00
sspitzer%netscape.com b883d783d7 last touches to finally get Cancel (from the Create Profile Wizard) and Exit
(from the Profile Manager) to work properly.
1999-10-07 09:15:25 +00:00
sspitzer%netscape.com 23067acd64 minor cleanup of the profile js. #15402 1999-10-07 09:03:07 +00:00
sspitzer%netscape.com da5122d4f3 add documentation and fixes from Ben Goodger <rgoodger@ihug.co.nz>
also add the mozilla license.  r=sspitzer.
1999-10-07 08:47:16 +00:00
sspitzer%netscape.com d0101dc3f5 more fixes for #15402, general cleanup of the profile code. Close button is now Exit. remove GetSingleProfile(), use GetFirstProfile() instead. Add ForgetCurrentProfile() for use in getting cancel to work properly. 1999-10-07 06:57:38 +00:00
sspitzer%netscape.com 51a7fe59e1 add an alert if there is no profile name. bug #15402 1999-10-07 00:55:51 +00:00
sspitzer%netscape.com 35bcf07d05 workaround fix for #15728. r=alecf. prevent crashing when I click on the tab in the create profile wizard. 1999-10-07 00:24:44 +00:00
sspitzer%netscape.com b52bb664dd whoops, checked in dos formatted text files from a unix box. ran dos2unix on them to fix it. part of fix for #15402. these new files come from Ben Goodger <rgoodger@ihug.co.nz> r=sspitzer 1999-10-06 23:19:53 +00:00
sspitzer%netscape.com fdd101c1ad remove references to xul.css, as it is no longer needed. 1999-10-06 22:07:29 +00:00