roc+%cs.cmu.edu
0f4150a4e5
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
kyle.yuan%sun.com
62f2bca3b0
Bug 243807 profile manager hangs other dialogs' action
...
r=neil, sr=jst, patch by neo.liu@sun.com
2004-06-01 02:06:32 +00:00
cbiesinger%web.de
f97bbbc699
add missing files
...
bug 241384 nsProfileDirServiceProvider should be GRE friendly
patch by marco@gnome.org r=ccarlen sr=darin
2004-05-26 19:10:27 +00:00
cbiesinger%web.de
0794901713
bug 241384 nsProfileDirServiceProvider should be GRE friendly
...
patch by marco@gnome.org r=ccarlen sr=darin
2004-05-26 18:46:42 +00:00
bzbarsky%mit.edu
62a5127738
Relanding, since backing out did not fix orange. Bug 232691.
2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu
7f1e54b18d
Backing out to attempt to fix Mac orange. Bug 232691
2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu
abcad1dc39
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
mkaply%us.ibm.com
d9ca28c453
#232907
...
r=bsmedberg
Regression switching languages in profile manager - wrong case on data element
2004-05-11 12:49:37 +00:00
kyle.yuan%sun.com
f76950d15c
Bug 240936 --disable-profilelocking option does not work
...
r=ccarlen, sr=bienvenu, patch by wind.li@sun.com
2004-05-08 02:46:58 +00:00
Stefan.Borggraefe%gmx.de
53c00f0b91
Fix for Bug 63654: Folder pane shouldn't be resized when mail window is resized
...
r=ben.bucksch, sr=mscott
2004-05-07 17:20:44 +00:00
Stefan.Borggraefe%gmx.de
844f914326
Fix for Bug 182642: Title of the "Available Profiles" listbox can be
...
deleted with the "Delete Profile" button
r=jag, sr=alecf
2004-04-29 14:34:55 +00:00
bsmedberg%covad.net
31f38b9b39
Bug 141090 - New profiles do not display current theme w/ check flag
...
patch by jerry.tan@sun.com r=me sr=bryner
2004-04-24 17:05:23 +00:00
gerv%gerv.net
dfb29e9236
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
bzbarsky%mit.edu
7a292c3f22
Make getElementsByAttribute be an nsContentList so that it's got that live
...
DOMNodeList goodness that all nodelists should have. Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness. Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
cbiesinger%web.de
f709077594
bug 234046, remove search plugins for bugzilla, mozilla.org and LXR
...
patch by Matti Versen <matti@mversen.de> r=bsmedberg sr=tor a=asa
2004-04-06 22:19:14 +00:00
neil%parkwaycc.co.uk
3903d16aaa
Bug 237446 Create profile wizard does not check for cancelled profile folder selection p=gautheri@noos.fr r=ccarlen sr=jag a=chofmann
2004-03-22 23:04:53 +00:00
asa%mozilla.org
73acd4ee56
update Seamonkey bookmarks to not be so developer focused. r=ben, a=leaf
2004-03-13 21:36:33 +00:00
Stefan.Borggraefe%gmx.de
9914435982
Fix for bug 236999: "Latest Builds as Default Bookmark in Personal Toolbar is broken"
...
p=mcsmurf, r=timeless, sr=dbaron, a=chofmann
2004-03-12 20:45:14 +00:00
ben%bengoodger.com
95a75a2673
215094 - 235364 - Profile manager API changes to support firefox profile automigration. Expose 'createDefaultProfile' on nsIProfileInternal.
2004-03-03 07:50:01 +00:00
ben%bengoodger.com
6e11ea9ce4
215094 - 235364 - profile manager API changes to facilitate firefox profile data automigration. r=ccarlen.
2004-03-03 07:48:49 +00:00
darin%meer.net
a920c7d229
fixing mac bustage
2004-02-28 23:37:30 +00:00
darin%meer.net
c380c59f65
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
bsmedberg%covad.net
e424d9006a
Bug 233850 - localstore.rdf is not created in user profile if it does not already exist (and doesn't exist in the profile defaults). r=ccarlen sr=darin
2004-02-27 20:11:01 +00:00
darin%meer.net
f6875e2d3c
fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron
2004-02-25 02:08:34 +00:00
darin%meer.net
59e14a6471
backing out bz's change since it should no longer be needed r=bz
2004-02-19 05:58:24 +00:00
bzbarsky%mit.edu
1b7824fa2d
Little tweak on fix. r=darin. Bug 231995.
2004-02-19 04:04:43 +00:00
bzbarsky%mit.edu
565ad5c918
Fixing build bustage. Bug 231995
2004-02-19 04:03:46 +00:00
neil%parkwaycc.co.uk
e534fab51a
Bug 226959 removing some unused files from the build r=timeless sr=alecf
2004-02-10 18:06:11 +00:00
jst%mozilla.jstenback.com
505c634885
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
dbaron%dbaron.org
1e6ed08cc8
Fix some incorrect string usage and improve performance in a few places that show up in an LXR search for the previous pattern. b=232339 r=jshin sr=darin
2004-02-03 18:23:41 +00:00
cbiesinger%web.de
96b9999051
Bug 229623
...
"What's Related" - remove from default sidebar list (temporarily)
patch by benc@chuang.net r=neil.parkwaycc.co.uk sr=alecf
a=asa/chofmann
2004-01-28 21:22:18 +00:00
neil%parkwaycc.co.uk
0f0b15a12e
Bug 230650 nsIPref removal from Profile Manager fe r=caillon sr=jag
2004-01-15 21:13:14 +00:00
bryner%brianryner.com
4540db277e
Make sure to call the default signal handler so that core dump works correctly. Bug 148453, r=brendan, sr=dbaron.
2004-01-08 23:02:21 +00:00
bsmedberg%covad.net
d0f309943a
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
bsmedberg%covad.net
6182ca7ee6
Forgot one more makefile, bug 219233.
2003-12-22 06:28:01 +00:00
neil%parkwaycc.co.uk
633925b48a
Bug 24954 Need ability to specify the user's directory with -installer p=ian@arlen.demon.co.uk r=ccarlen sr=bienvenu a=asa
2003-12-16 13:58:02 +00:00
tor%cs.brown.edu
d552b72591
Bug 225490 - netscape search plugin no longer functioning.
...
patch by timeless, r=caillon, sr=alecf, a=tor
2003-12-04 20:50:25 +00:00
cbiesinger%web.de
c1fc6efdb8
59557 Permissions should not be world-readable for profile directory
...
r=timeless sr=bzbarsky a=asa
this makes profile code not create world-readable files/directories.
2003-11-26 10:47:00 +00:00
bienvenu%nventure.com
c7adf60b78
add pref to auto migrate all profiles, r/a=sspitzer, sr=mscott 226146
2003-11-19 18:42:27 +00:00
timeless%mozdev.org
3ab0bb276e
Bug 226026 DRefTool analysis for profile migrator files
...
r=roc sr=roc
2003-11-18 18:19:41 +00:00
neil%parkwaycc.co.uk
9f585b9a43
Bug 135597 Profile migrator should use prompt service instead of no_space.xul r=ccarlen sr=rbs
2003-11-18 09:16:08 +00:00
pete.zha%sun.com
fdbf518129
bug 124029 Roaming - 4.x-HTTP-compatible
...
patch 134896
r=ben.bucksch@beonex.com sr=bz-vacation@mit.edu
2003-11-17 08:20:17 +00:00
timeless%mozdev.org
bd2f19f610
Bug 220891 Create Profile Wizard overhaul
...
patch by borggraefe@despammed.com r=neil sr=roc
2003-11-06 14:10:13 +00:00
timeless%mozdev.org
a211784497
Bug 220891 Create Profile Wizard overhaul
...
patch by borggraefe@despammed.com r=neil sr=roc
2003-11-06 13:33:51 +00:00
cbiesinger%web.de
91191ddfa0
Bug 171509
...
mozilla attempts to convert profiles from empty .netscape dir
fix this by checking if preferences.js exists in ~/.netscape
r=ccarlen sr=tor
2003-10-30 21:42:20 +00:00
scott%scott-macgregor.org
a27693468b
Bug #214400 --> allow distributors to allow 4.x profile migration via a pref instead of forcing it to be off for thunderbird and firebird.
...
This removes a MOZ_XUL_APP ifdef
sr=bienvenu
2003-10-21 23:36:47 +00:00
scott%scott-macgregor.org
316910e7cd
fix for bug #221318
...
migrate vCards from 4.x
also fix some problems with pop account migration.
r/sr=bienvenu
2003-10-20 05:36:53 +00:00
timeless%mozdev.org
fc783d2209
Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
...
patch by doronr@us.ibm.com r=timeless sr=jag
2003-09-11 17:56:53 +00:00
bryner%brianryner.com
63fa99c65e
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 23:12:15 +00:00
asa%mozilla.org
02d6e1d584
remove tinderbox sidebar panels. a=asa and a=sspitzer
2003-08-20 04:36:48 +00:00
cls%seawood.org
1b51ba858c
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
chanial%noos.fr
32a486553e
bug 200439: last character typed in text field when creating new profile is not displayed in target location.
...
r=bryner, sr=jag, a=asa
2003-08-12 08:43:10 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
dougt%meer.net
e49407a60d
Allow disabling of profile locking. r=ccarlen b=212132
2003-07-09 05:07:56 +00:00
jst%netscape.com
abefba9053
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
ccarlen%netscape.com
8456dd6f76
Bug 123370 - Long profile name can push buttons out of dialog box. patch by neil@parkwaycc.co.uk. r=ccarlen/sr=jag
2003-06-24 13:55:20 +00:00
varga%netscape.com
b0169c51b1
Fix for bug 209925. Remove the temporary hack for bug 192124.
...
r=ccarlen, sr=jag
2003-06-20 03:11:24 +00:00
alecf%flett.org
2751c6b097
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
ccarlen%netscape.com
3425656a04
Bug 196487 - Mac build doesn't run if home directory is on NFS server because of profile locking. Locking now falls back to symlink method if fcntl fails. r=bryner/sr=brendan
2003-06-03 21:14:16 +00:00
shliang%netscape.com
d312bf73ce
bug 190174 - skin-switching broken for migrated profiles. r=ccarlen, sr=jag
2003-05-30 05:29:37 +00:00
timeless%mozdev.org
466e765868
Bug 207329 profileSelection.js should .getService the directory service ...
...
r=ccarlen sr=jag
2003-05-29 11:10:44 +00:00
dwitte%stanford.edu
270d3909ca
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
shliang%netscape.com
9e3020e98e
199354 - default sidebar to closed for new profiles. r=sgehani, sr=jag, a=sspitzer
2003-05-23 01:23:17 +00:00
darin%netscape.com
d6684686a5
bug 204255
...
this patch fixes/cleans-up several things:
1- honor ENABLE_TESTS build var
2- don't export intermediate static libs (bug 205025)
3- tmITransactionService should be ipcITransactionService
4- transaction service should not be a separate xpcom component library
plus some minor changes:
5- separate interfaces out into individual IDL file
6- get rid of *CID.h files (move CID/ContractID into IDL).. i think *CID.h
files are just overkill in this case. there should either be just one ipcCID.h
file for all IDs or none.
r=ccarlen, sr=alecf, a=sspitzer
2003-05-21 19:20:38 +00:00
timeless%mozdev.org
46bd47de9e
Bug 206287 things Will be re-ordered to match declaration order
...
r=roc+moz sr=roc+moz a=roc+moz
2003-05-20 02:02:56 +00:00
ccarlen%netscape.com
42bee0b1e9
Make it possible for other XUL apps to hide profile switching UI. b=204908, r=/sr=/a=sspitzer
2003-05-09 13:06:29 +00:00
kaie%netscape.com
aeb0a2f7d7
b=193170 PSM must disallow using NSS database with wrong profile
...
r=ccarlen sr=jag a=asa
2003-05-08 13:39:35 +00:00
ccarlen%netscape.com
47683e635f
Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa
2003-05-02 03:59:23 +00:00
mscott%netscape.com
298ae29b93
change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef because we don't want thunderbird migrating 4.x profiles
...
either.
2003-04-26 00:50:11 +00:00
cbiesinger%web.de
9b5f6e6053
190638 patch by brantgurganus2001@cherokeescouting.org r+sr=jag a=asa JavaScript warnings and errors in Profile Manager
2003-04-24 21:21:09 +00:00
seawood%netscape.com
f7bf89f618
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
ccarlen%netscape.com
d5252f96d3
Bug 190336 - enable 4.x profile migration for Mach-O. Patch by cavin,ccarlen. r=ssu,sfraser/sr=sspitzer
2003-04-18 14:28:21 +00:00
sspitzer%netscape.com
aac92ec732
fix for bug #202010
...
fail to migration 4.x popstate and filters on linux.
regression caused by bug #15424
r/sr=bienvenu
2003-04-18 02:42:47 +00:00
alecf%netscape.com
0b48cf638a
fix for bug 199170 - more static atom work in xpcom, chrome registry, rdf, and profile dir service provider.. sr=bryner, r=ccarlen
2003-04-15 22:19:01 +00:00
ssu%netscape.com
669e313b68
fixing bug 195148 - XPInstall API's getFolder should support Classic and OSX folders under OSX. r=ccarlen,dougt sr=sspitzer
2003-04-07 07:02:32 +00:00
seawood%netscape.com
80e1b303cc
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
varga%netscape.com
96531e80d6
Reverting last changes.
2003-03-25 12:41:40 +00:00
varga%netscape.com
adb09c10c3
Trying to improve startup time.
2003-03-25 07:36:33 +00:00
varga%netscape.com
a8670013de
Landing bookmarks branch. Everything except mozilla/xpfe
...
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
timeless%mozdev.org
697618b07d
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
cavin%netscape.com
f9c8130ef3
Fix for 70396. Use the directory description in prefs if it exists for the addrbook names. Copy 4.x .na2 files to 7.x directory during migration. r=ccarlen, sr=sspitzer.
2003-03-16 02:22:09 +00:00
dougt%netscape.com
0a7d66cd04
Fix bad export_lib line. r=cls
2003-03-16 01:09:52 +00:00
mkaply%us.ibm.com
0dee744062
More OS/2 bustage - I'm starting to understand it now - nsIFileSpec.h was including other stuff and now that it is gone, we are discovering header dependencies
2003-03-15 16:58:22 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
ccarlen%netscape.com
1dd8b3ef56
Bug 188214 - Cookies are not getting saved on exit in GtkEmbed. This adds a new call to nsProfileDirServiceProvider which allows an app to shutdown the provider and it will send out profile shutdown notifications. r=dougt/sr=blizzard
2003-02-26 15:01:19 +00:00
neil%parkwaycc.co.uk
12f402c342
Backing out patch to bug 78274 (see bug for issues)
2003-02-25 14:29:20 +00:00
neil%parkwaycc.co.uk
f7a2b3e430
Bug 78274 Convert profile manager to use <dialog> r=timeless sr=alecf
2003-02-24 10:44:19 +00:00
timeless%mozdev.org
d87cce903e
Bug 192442 Remove console spew: "New location for profile registry and user profile directories
...
r=jrgm sr=alecf
2003-02-23 04:41:11 +00:00
dean_tessman%hotmail.com
7111215b30
194531 - Add accesskeys to profile select/manage dialog
...
r=dean_tessman sr=dmose
patch by piersc@cogs.susx.ac.uk
2003-02-23 00:14:31 +00:00
varga%netscape.com
d5ad3b1663
Fix for bug 192124. Filing more than one bookmark in a newly created folder cause bookmarks not to be saved.
...
r=sdagley, sr=peterv, a=asa, patch by ccarlen
2003-02-19 23:55:52 +00:00
dbaron%dbaron.org
748c7ba5bd
Backout checkin for bug 171343 (no longer needed) in the hopes of fixing talkback on Linux. b=176886 r=bryner a=asa
2003-01-28 01:41:01 +00:00
bzbarsky%mit.edu
1ac1ccdd97
Document the various fields in mimeTypes.rdf. Bug 61408, r=timeless,
...
sr=mozbot, rubber-a=roc+moz
2003-01-24 00:46:11 +00:00
ccarlen%netscape.com
0fcd29efcb
Bug 97622 - Put in UI to expose dynamic profile switching. r=kaie/sr=alecf
2003-01-22 06:13:39 +00:00
racham%netscape.com
c634afcc6c
Fixing bug 173267. Add method to get profile field values information from the registry. r=ccarlen, sr=sspitzer
2003-01-10 00:39:52 +00:00
ccarlen%netscape.com
5d8e135f75
Bug 182341 - Crash when closing profile mgr window with 'X' close box. Due to a static nsCOMPtr which, because it was static, was destroyed too late. r=racham/sr=alecf
2003-01-09 03:19:22 +00:00
dbaron%dbaron.org
84f33505f2
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:45:23 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
kaie%netscape.com
b9b48c7b31
b=175320 Support clean profile & NSS shutdown at any time + Mozilla needs to clean up on exit to allow for PSM failure detection
...
r=ccarlen/morse sr=darin
2002-12-13 20:39:03 +00:00
ccarlen%netscape.com
025bca4cc7
Bug 175867 - CFM and Mach-0 profile locking mechanisms are different. r=bryner/sr=sfraser
2002-11-23 18:11:38 +00:00
ccarlen%netscape.com
69ab4cf300
Bug 180951 - profile directory never changes on profile switch. r=kaie/sr=alecf
2002-11-22 15:11:31 +00:00
colin%theblakes.com
6c3e7fee5f
Fix broken profile locking on OpenVMS. b=180738 r=ccarlen sr=dveditz
2002-11-21 13:34:25 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
blizzard%redhat.com
545306f56c
Backout checkin for bug #175320 . It was causing cookie files to be saved without any entries but still with the standard "This is a generated file!" header. sr=bz
2002-11-15 01:47:59 +00:00
kaie%netscape.com
22320cc55e
b=175320 Support clean profile & NSS shutdown at any time + Mozilla needs to clean up on exit to allow for PSM failure detection
...
r=ccarlen sr=darin
2002-11-14 01:50:14 +00:00
smontagu%netscape.com
7e404dbe23
Change example of escaped Unicode character to use real character not \uXXXX. Bug 179010, r=nhotta, sr=dveditz.
2002-11-13 21:41:43 +00:00
chanial%noos.fr
233808a23b
bug 162333: remove several js warnings in the profile manager. r=timeless, sr=bz
2002-11-10 21:54:21 +00:00
mkaply%us.ibm.com
135eb15e99
Use XP_WIN here - XP_PC means win and Os/2, so this is unclear. Note we prefer XP_PC is not used at all
2002-11-10 00:48:10 +00:00
ccarlen%netscape.com
298b1a5d32
Fixing tinderbox orangeness, OS2 bustage
2002-11-09 22:05:09 +00:00
ccarlen%netscape.com
bd10f91b44
Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin
2002-11-09 19:38:43 +00:00
bryner%netscape.com
496f22c03e
Use only fcntl-based profile locking on Mac OS X (disable symlink-based
...
locking). Fixes bug 176608. r=ccarlen, sr=jag, a=roc.
2002-10-30 00:06:58 +00:00
bryner%netscape.com
94557070ad
Second try at landing bug 171343 - nsProfileAccess's signal handler should use SA_SIGINFO and sa_sigaction where available. r=ccarlen, cls, sr=brendan, a=chofmann.
2002-10-11 08:44:02 +00:00
varada%netscape.com
40063e379e
backing out changes for 170572;r/sr=sspitzer
2002-10-08 23:18:15 +00:00
bryner%netscape.com
00d8c265c4
Backing out patch for bug 171343. I need to do autoconf tests for siginfo_t and SA_SIGINFO, it seems.
2002-10-08 05:51:24 +00:00
bryner%netscape.com
b5e36ab883
Fix bustage on btek by defining _POSIX_C_SOURCE to 199506L, to get the |siginfo_t| type defined.
2002-10-08 05:16:58 +00:00
bryner%netscape.com
16b3767234
Bug 171343 - use SA_SIGINFO and sa_sigaction when hooking up FatalSignalHandler() so that we don't lose parameters if there are other handlers which want all 3 arguments. r=ccarlen, sr=brendan.
2002-10-08 04:00:03 +00:00
varada%netscape.com
2f2dd71ced
fix for 170572: adding prefs to hide mail toolbar buttons;r/sr=sspitzer
2002-10-03 20:03:34 +00:00
ccarlen%netscape.com
32d8005d63
Bug 118203 - nsLocalFile implementation for Mach-0. r=pinkerton, sdagley/sr=sfraser
2002-09-25 12:23:39 +00:00
seawood%netscape.com
a0b51a98f1
Restoring setting of mCurrentProfileAvailable so that prefs.js is actually created.
2002-09-18 19:51:57 +00:00
seawood%netscape.com
8f5c0d4b40
Call SetCurrentProfile so that LoadNewProfilePrefs() is using the correct profile when checking for new files.
...
Bug #168433 r=ccarlen sr=alecf
2002-09-18 17:14:49 +00:00
sspitzer%netscape.com
83355ac5bd
remove sidebar from mail. part of bug #168670 . r/sr=bienvenu
2002-09-14 19:05:51 +00:00
sspitzer%netscape.com
a573621e85
remove defaults for ab sidebar, since it is gone now. bug #162785 . r/sr=bienvenu
2002-09-14 15:18:25 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
sspitzer%netscape.com
f8534aaca7
fix build bustage
2002-09-07 13:40:32 +00:00
dougt%netscape.com
f2a00efc93
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
timeless%mac.com
89f954057e
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-03 14:53:25 +00:00
cbiesinger%web.de
80b25c3cf9
bug 164527 r=timeless sr=bz moa=ben remove unused function
2002-08-28 12:55:29 +00:00
dougt%netscape.com
22ffaadb79
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
dougt%netscape.com
4f8934ad1d
Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec.
2002-08-26 20:36:44 +00:00
alecf%netscape.com
9b217887fe
oops, one more file for bug 162741
...
r=bryner, sr=hyatt
2002-08-20 18:15:54 +00:00
alecf%netscape.com
03f69e9a10
fix bug 162741 - revamp chrome registry interface in preparation for bug 160000 - switch lots of public APIs over to ACString, etc.
...
r=bryner, sr=hyatt
2002-08-20 18:12:51 +00:00
antonio.xu%sun.com
d9f555d2f5
replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
...
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
gerv%gerv.net
a6d4accdea
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
hyatt%netscape.com
844a01e44f
ifdefs for phoenix. 161448. not part of main mozilla build.
2002-08-07 09:26:30 +00:00
loadrunner%betak.net
57378f7d93
b101869, [ProfileCreation]CA region should not be the default setting in Preferred Content dropdown menu. r=tao, sr=alecf
2002-08-06 19:27:20 +00:00
henry.jia%sun.com
eed9ab0bdd
3rd patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
7dafb891cc
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
2002-07-31 20:53:46 +00:00
yokoyama%netscape.com
8d6be5d98d
Bug 156979
...
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
alecf%netscape.com
47b3f07056
more prep for bug 119923 - use chrome registry ContractID rather than CID, so that we can drop in a new embedding-only chrome registry
...
r=bnesse, sr=dveditz, a=asa
2002-07-23 23:30:04 +00:00
ccarlen%netscape.com
5591e7c154
Bug 147373 - Crash in nsProfileStruct::ExternalizeMigratedFromLocation. r=bnesse/sr=jag/a=asa
2002-07-11 21:36:34 +00:00
henry.jia%sun.com
7bf2fd4572
Fixing Bug 15424: old versions of files that were renamed after migration should be removed.
...
Instead of deleting the files unused, this patch solve this problem by just copying the files needed.
patch by Henry.Jia@sun.com , r=ccarlen, sr=scc
2002-07-04 08:46:04 +00:00
racham%netscape.com
dfa69f7f62
Fixing bug 80035. Patch in here allows Administrators to control the migration behavior wrt IMAP and Local Folders files. Today, during migration, we copy all those (IMAP & Local Folders) besides others into the newly created dierctory for the migrated profile. Some external parties have expressed concern over this approach due the large amount of mails they have in 4.x folders and all of those getting copied again wasting the disk space and also failing to do migration properly sometimes. So, a hidden pref mail.migration.copyMailFiles is introduced (which can be set to false) for those who those interested to share the 4.x IMAP and Local Folders. Please see the bug report for the possible side effects and other discussion points wrt the sharing folders with 4.x. The pref is set to true by default which means we will continue to do the migration the way we have always done. Patch by henry.jia@sun.com. r=racham, sr=sspitzer
2002-07-04 00:56:33 +00:00
alecf%netscape.com
bcf192e308
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
rjesup%wgate.com
ff565458a8
Bug 145061: errno == ESRCH test is backwards; old profile locks not cleared
...
in Unix. r=rjesup, sr=blizzard, patch by brendan. Checkin in for him.
2002-05-16 21:17:27 +00:00
ccarlen%netscape.com
d517bd23b8
Bug 144930 - Profile dialog pops up on every launch with QuickLaunch. Regression from bug 76431. r=rjesup@wgate.com/sr=brendan@mozilla.org
2002-05-16 19:16:31 +00:00
ccarlen%netscape.com
3a23d4a133
Bug 76431 - Protect profiles from multiple instances sharing the same profile. r=brendan/sr=darin
2002-05-15 14:30:00 +00:00
mkaply%us.ibm.com
59d175907d
#114891
...
r=nhotta, sr=blizzard, a=rjesup
New enum for specifying charset of 4.x prefs.js
2002-05-14 04:13:02 +00:00
darin%netscape.com
6fd5862e6e
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
sspitzer%netscape.com
1d1bdd5eb5
supplimental fix for #137886 , support for re-migration.
...
to avoid problems, don't move .slt folder to .slt-old and then remigrate.
instead, leave .slt folder alone and migrate to .slt-new.
this makes restoring harder, but re-migration faster, safter and simpler.
r=ccarlen,sr=bienvenu
2002-05-02 01:37:03 +00:00
sspitzer%netscape.com
4021035d0e
fix for #137886 . fix string infinite loop issue that was causing remigration to hang on win2k and win98
...
r/sr=alecf
2002-04-30 05:26:17 +00:00
darin%netscape.com
e554d83626
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
alecf%netscape.com
6aea0c1b86
bug 138287 - profile manager depends on appshell
...
we were just creating some CIDs that were totally unused, so I removed them and the #includes
that caused the dependency
sr=jag, r=bhuvan
2002-04-26 18:47:25 +00:00
sspitzer%netscape.com
4664d0a626
fix for #137886 . Detect defunct previously migrated profiles and offer to re-migrate.
...
this is pref controlled, "profile.seconds_until_defunct. by default,
we'll never offer to remigrate. initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +00:00
seawood%netscape.com
c0ec608df6
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
alecf%netscape.com
fba198f16c
fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
...
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
timeless%mac.com
c3b4db921a
Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
...
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
srilatha%netscape.com
5fe0b177f4
Fix for bug # 78585. Import local folders from 4.x.
...
r=racham@netscape.com ,ccarlen@netscape.com,cavin@netscape.com, ducarroz@netscape.com
sr=sspitzer@netscape.com , a=asa@mozilla.org
2002-03-31 03:08:42 +00:00
hewitt%netscape.com
d38a0937d9
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
dbaron%fas.harvard.edu
b280e94dfe
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:23:50 +00:00
alecf%netscape.com
451df7d6c3
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2002-03-19 06:46:56 +00:00
blakeross%telocity.com
aabb968456
128969 - necessary dir/profile-related download manager changes. r=ccarlen sr=ben a=asa
2002-03-05 22:30:28 +00:00
alecf%netscape.com
052de81f5b
fix mac pref migration bustage
2002-03-05 01:49:19 +00:00
alecf%netscape.com
3620888ef5
*sigh*
...
fixing mac bustage
2002-03-05 01:48:01 +00:00
sspitzer%netscape.com
bbede6eae6
fix for #124430 . hide sidebar in addressbook by default. r/sr=bienvenu, a=bnesse
2002-02-19 21:20:30 +00:00
cathleen%netscape.com
a6a1655268
eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan
2002-02-19 16:01:45 +00:00
dbaron%fas.harvard.edu
59892aa65e
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
alecf%netscape.com
64bd1d857e
bug 63025 - remove only consumer of nsSimpleCharString and nsPersistentFileDescriptor from build
...
r=dougt, sr=shaver
2002-02-15 00:18:34 +00:00
ccarlen%netscape.com
0d871a1552
Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser
2002-02-12 15:41:41 +00:00
ccarlen%netscape.com
f07bc3f6b9
Bug 96525 - Delay loading of strres dll when setting profile. r=tao@netscape.com/sr=alecf@betscape.com
2002-02-07 14:41:36 +00:00
yokoyama%netscape.com
9911eb9542
Bug 112767
...
Performance: Check Profile name for ASCII before
calling the unicode converter.
r=ccarlen;/sr=brendan
2002-02-06 23:58:10 +00:00
alecf%netscape.com
a6c44d0c44
dependency update
2002-02-06 22:52:53 +00:00
law%netscape.com
d40674a5a0
Bug 119767; remove bogus text/html entry from defaulit mimeTypes.rdf; r=bzbarsky, sr=ben
2002-02-02 00:07:35 +00:00
ccarlen%netscape.com
cbc1be99c0
Bug 101362 - Don't use Unicode ellipsis char in properties. r=mkaply@us.ibm.com
2002-01-31 19:43:43 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
28b3772942
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
sspitzer%netscape.com
0ac5727ba2
fix for #121566 and #121677 . define a default height for the thread pane
...
(both vertical 3 pane and normal 3 pane layouts) and for the results pane in
the addressbook. if we don't, it causes the splitter to jump up and down
forever on linux and (because it's so fast) pinging the CPU on windows.
r/sr=bienvenu
2002-01-27 23:04:13 +00:00
ccarlen%netscape.com
ba7c350d9b
Bug 121431 - LoadDefaultProfileDir() returns an error when it shouldn't. Returning this error, which isn't really an error, aborts startup when creating a new profile in turbo mode. r=bnesse@netscape.com/sr=alecf@netscape.com
2002-01-25 15:32:10 +00:00
ccarlen%netscape.com
98b737b6ac
Bug 120018 - Pressing ESC in Delete Profile dialog deletes profile.
...
r=rjc@netscape.com/sr=alecf@netscape.com/a=blizzard@mozilla.org
2002-01-17 14:25:52 +00:00
stephend%netscape.com
b6ef1e80d1
Bug 106957. Javascript strict warnings in selectLang.js. Patch by Stephen Walker <walk84@usa.net> r=stephend/sr=alecf
2002-01-09 10:11:44 +00:00
hwaara%chello.se
a235e8b33f
#116618 , "Auto-complete prefs changes on OK if no changes were made",
...
#117007 , "Default Navigator window size doesn't fit in 640*480",
r=bzbarsky, sr=blake
2001-12-29 04:14:07 +00:00
ssu%netscape.com
00b2d5bbb0
fixing bug 116462 - remove hidden column cruft from localstore.rdf for the folder pane. r=naving sr=sspitzer
2001-12-26 21:36:01 +00:00
rjesup%wgate.com
2e680f1b17
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
ssu%netscape.com
32ff1c60af
undoing part of the fix for bug 114076 (labels migration and new profile issues) as requested by sspitzer to make future code management simpler
2001-12-21 00:10:38 +00:00
hewitt%netscape.com
7b10439c40
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
dbaron%fas.harvard.edu
25c24e87e6
Fix extraneous '*' that looked like a comment but wasn't. Patch from <_basic@yahoo.com>. r=bzbarsky sr=alecf b=115110
2001-12-18 14:01:07 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
rjc%netscape.com
b3f718cc88
Fix bug # 101280: on Mac OS X, use proper IE Favorites. r=ccarlen sr=ben
2001-12-15 00:43:23 +00:00
ssu%netscape.com
20ee4d4f74
fixing bug 114076 - labels migration and new profile issues. r=bhuvan, sr=sspitzer, a=asa
2001-12-14 02:57:31 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
dp%netscape.com
87d028dd2e
bug 110555 renaming user css files into example files so they wont get loaded on startup
2001-12-09 16:07:33 +00:00
dp%netscape.com
f0754675e5
bug 110555 Removing unused user css files and renaming them to example
...
files so they wont be loaded on startup r=dveditz, sr=hyatt
2001-12-09 16:06:13 +00:00
pete%alphanumerica.com
efee7eec18
b=77933, r=ccarlen, sr=jst
...
nsIFile::CreateUnique() has unused parameter
removed unused parameter
/**
WARNING commercial tree has one hit for this API change
*/
--pete
2001-12-07 23:06:51 +00:00