Commit Graph

316 Commits

Author SHA1 Message Date
ccarlen%netscape.com
74e8b93014 Bug 87150 - enter or double-click does not dismiss profile selection dialog. r=brade/sr=blake 2001-06-28 14:21:35 +00:00
katakai%japan.sun.com
18ae7a30d3 bug 80230
RFE: need -region option to switch Region at start up
r=ccarlen, nhotta, sr=blizzard
2001-06-27 07:38:53 +00:00
ccarlen%netscape.com
588dc07a67 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +00:00
sgehani%netscape.com
90d0a695a6 Make "Region sleection..." button visible.
b  = 63758
r  = vishy
sr = alecf
2001-06-01 06:54:27 +00:00
loadrunner%betak.net
65c67d4e3a bug 65253 Profile Creation: Need a user interface for Regional Content, r=nhotta, sr=alecf, a=blizzard 2001-05-25 23:54:38 +00:00
loadrunner%betak.net
40b4b6a4a3 bug 65253, r=timeless, sr=ben 2001-05-23 02:19:56 +00:00
ben%netscape.com
169671bf73 Fix for 63758 - region selection button cut off during profile creation.
Patch from Conrad Carlen (ccarlen@netscape.com) - just increase the height of the wizard dialog by an em.
Not pretty, but it works. All this is going to be rewritten anyway to use the XBL wizard stuff hewitt is working on.
r=ben@netscape.com, sr=alecf@netscape.com
2001-05-21 11:36:56 +00:00
hewitt%netscape.com
6f95bde070 80179 - rename a few <window/> ids to prepare for window icons, r=law, sr=ben 2001-05-18 22:50:35 +00:00
loadrunner%betak.net
0b70dc0cc7 bug 79551, r=nhotta, sr=alecf 2001-05-12 03:55:46 +00:00
sspitzer%netscape.com
0298e4dfad fix for #80195. center the create profile dialog. fix by stephend. sr=sspitzer 2001-05-11 04:03:54 +00:00
racham%netscape.com
b0343b0ebc Fixing bug 40316. Error message will be thrown to the user when migration of old profile with missing source directory is attempted. r=ccarlen, sr=sspitzer. 2001-05-07 07:55:03 +00:00
ccarlen%netscape.com
a3a44ebd54 Bug 62418 - mozilla starts without warning when profile dir is missing. r=racham@netscape.com,sr=sspitzer@netscape.com 2001-04-27 14:40:21 +00:00
blakeross%telocity.com
0ae4fdef6a The last two patches were by John Morrison <jrgm@netscape.com>. Sorry for forgetting to attribute them. 2001-04-14 05:30:53 +00:00
blakeross%telocity.com
781651777a Empty or otherwise messed up buttons in profile dialogs (73781, 73666). r=timeless sr=alecf 2001-04-14 05:28:49 +00:00
ccarlen%netscape.com
2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
ccarlen%netscape.com
9a57284db3 Bug 75227 - Unable to confirm profile migration - therefore can't migrate. r=danm, sr=sspitzer 2001-04-09 20:24:32 +00:00
danm%netscape.com
54f1c5cfbb use prompt service correctly. smoketest blocker bug 75218. a=kysmith 2001-04-09 17:06:03 +00:00
ccarlen%netscape.com
754cff3879 Bug 64733 - Profile Mgr "Delete/Dont Delete Files" dialog not centered. r=timeless, sr=sspitzer 2001-04-09 13:49:06 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
disttsc%bart.nl
ce413ece93 "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
blakeross%telocity.com
b0669813de Whatever this is, it's *not* more fallout from my landing.
::whistle::
2001-03-22 04:47:32 +00:00
blakeross%telocity.com
0b2dd2b2d2 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
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
disttsc%bart.nl
9e36bccc61 Fix typo in confirm profile migration code, r=mao, a=ben 2001-03-14 07:38:09 +00:00
timeless%mac.com
6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
maolson%earthlink.net
f7c7a4d722 fix bug 71695 - Buttons on delete profile dialog - all include 'yah'
r=timeless, a=ben
2001-03-13 06:35:49 +00:00
maolson%earthlink.net
e450b239da fix blocker 71688 r=jag a=ben. incidentally, I suck. 2001-03-12 19:06:09 +00:00
maolson%earthlink.net
4ab181d797 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
timeless%mac.com
3cbe4bdbec 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
blakeross%telocity.com
38794d139f 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
blakeross%telocity.com
6333953f3b 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
223ca8774b Fix 53687: JS strict warnings in profileSelection.js. r=timeless sr=alecf 2001-01-16 23:07:14 +00:00
yokoyama%netscape.com
cf33a04493 fixes 58679 Passing Unicode instead. 2001-01-16 22:24:44 +00:00
bryner%uiuc.edu
f579bca00b 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
bryner%uiuc.edu
cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
blakeross%telocity.com
0c5b48fdff Fix 31154: inconsistenty in descriptions of Netscape 4.x profiles. patch by Henrik Gemal (gemal@gemal.dk). r=verah a=ben 2000-12-14 18:47:11 +00:00
sspitzer%netscape.com
4177a24add fix for #60523. make sure that the current profile is visible on startup
and any newly created profile is visible after creation. sr=alecf
2000-11-17 23:20:26 +00:00
ccarlen%netscape.com
eb9e753a50 Bug 57622 - Remove code which gets profile dir from registry. It was wrong for Mac and not used anyway. r=racham, sr=alecf 2000-11-17 15:00:35 +00:00
disttsc%bart.nl
116bbeadfe Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
ccarlen%netscape.com
6e970bb678 Bug 46866. Splitting profile API into public and internal parts. Bug 54937 Use profile as service, not component. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:28:50 +00:00
dr%netscape.com
f05a1c34ee patch for 53047, for jrgm who doesn't have cvs access. (rtm++, r=evaughan, a=ben) 2000-10-24 22:56:13 +00:00
sspitzer%netscape.com
69e9080908 fix for #55449. we over-localized some of the international 4.x release,
and localized the folder names "Mail" and "News" when we weren't supposed to.
this fix makes it so we do this when we migrate

1)  try the pref first
2)  if the pref is not set, try "4.x profile dir"/"Mail"
3)  if "4.x profile dir"/"Mail" doesn't exist, try "4.x profile dir"/"Localize-Word-For-Mail"
2000-10-11 23:52:48 +00:00
hewitt%netscape.com
5bab91dbca #52271 - [Modern] new secondary icons, r=german, sr=ben 2000-10-11 11:03:44 +00:00
hyatt%netscape.com
ac2865c3c4 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
warren%netscape.com
6be2561bee Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
ben%netscape.com
3d60a29468 51548, 46613, Profile Wizard is clipped on right and bottom sides, + general polish cleanup,
r=hyatt
2000-09-15 06:13:01 +00:00
vishy%netscape.com
6fbb9dbc07 Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
ccarlen%netscape.com
6672c6d541 Fix for bugs #36968 and #38770 r=ben 2000-09-09 15:28:19 +00:00