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 |
|