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