varada%netscape.com
6fdea2d1c5
only the second and third line in the setup page get changed
...
git-svn-id: svn://10.0.0.236/trunk@57002 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:33:04 +00:00
terry%mozilla.org
509fde7d2a
Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement
...
if I'm not going to use it.
git-svn-id: svn://10.0.0.236/trunk@57001 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:32:59 +00:00
slamm%netscape.com
fb84305578
Fix for CustomizePanel button. It now brings up a chromeless browser. Fix for 21061.
...
git-svn-id: svn://10.0.0.236/trunk@57000 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:32:48 +00:00
mscott%netscape.com
5e3f637006
Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
...
in the attachment pop up menu.
Also removed a function I didn't need (DumpAttachmentsMenu)
r=alecf.
git-svn-id: svn://10.0.0.236/trunk@56999 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:29:44 +00:00
mscott%netscape.com
8ebdb3c634
Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
...
in the attachment pop up menu.
the header sink needs to use a wstring for the attachment name.
r=alecf.
git-svn-id: svn://10.0.0.236/trunk@56998 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:29:09 +00:00
slamm%netscape.com
bfff471b10
Ignore clicks not on treeitems (bugzilla down...no number). Set window type as partial fix for bug #14038 . Change debug statements to have '\n' by default.
...
git-svn-id: svn://10.0.0.236/trunk@56997 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:26:46 +00:00
mkaply%us.ibm.com
066ac74b0f
Support from IBM for 850, 852, 855, 857, 862, 864 codepage
...
git-svn-id: svn://10.0.0.236/trunk@56996 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:26:20 +00:00
mscott%netscape.com
930e1ed3b5
Fix a rare crash when displaying imap messages. Don't remove the mock channel from the url
...
on the imap thread. Why? Because this causes the channel to be removed from the load group
which triggers a chain of UI notifications that should be on the UI thread and not the imap thread.
r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@56995 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:24:03 +00:00
bienvenu%netscape.com
fc58b940bb
fix parent thread for top level messages,fixes delete in threaded view r=putterman 22287
...
git-svn-id: svn://10.0.0.236/trunk@56994 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:18:45 +00:00
amusil%netscape.com
89c9fe909b
Added id's for xul elements for future overlay support
...
git-svn-id: svn://10.0.0.236/trunk@56993 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:16:31 +00:00
terry%mozilla.org
afb8532267
Add support for a new "keywords" feature. This lets some central
...
authority maintain a list of keywords, and users can associate any
keyword with any bug.
The new functionality won't appear until at least one keyword is
defined.
Note that you *must* run the "checksetup.pl" script after updating
this change, in order to create the new required tables "keywords" and
"keyworddefs".
git-svn-id: svn://10.0.0.236/trunk@56992 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:16:15 +00:00
slamm%netscape.com
a7d5d4c1f3
Comment out some debug code.
...
git-svn-id: svn://10.0.0.236/trunk@56991 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:14:57 +00:00
sspitzer%netscape.com
433e684b28
fix for #23274 . make "File | New... | Account" work.
...
git-svn-id: svn://10.0.0.236/trunk@56990 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:13:01 +00:00
slamm%netscape.com
399f349fc7
Reuse single bookmarks window (without using window name). Use window manager service instead. (Sidebar customize dialog uses similar code.) Fix for bug #14038 .
...
git-svn-id: svn://10.0.0.236/trunk@56989 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:07:51 +00:00
jdunn%netscape.com
7d4368fdcc
Move the Class definition for CacheInfo from the CPP file to the header.
...
While this is valid C++, the AIX 3.6 compiler doesn't like it.
r= warren
git-svn-id: svn://10.0.0.236/trunk@56988 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:50:59 +00:00
waterson%netscape.com
91cf97a21d
Bug 21472. Use only strict relationals with LL_CMP(). r=brendan
...
git-svn-id: svn://10.0.0.236/trunk@56987 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:22:29 +00:00
davidm%netscape.com
98f65625b5
22295 Tasks menu doesn't cycle through windows properly \
...
13357 modal dialogs shouldn't be added to window menu
r = law
git-svn-id: svn://10.0.0.236/trunk@56986 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:17:46 +00:00
dougt%netscape.com
f21187a4e6
fix for 22943. removing xp-mac specific code from xp interface, enabling asserts
...
on the mac. r= sdagley
git-svn-id: svn://10.0.0.236/trunk@56985 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:08:14 +00:00
dougt%netscape.com
a8abf9e1c9
Fix for 22943. r=sdagley
...
git-svn-id: svn://10.0.0.236/trunk@56984 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:05:55 +00:00
waterson%netscape.com
39ba565519
Bug 22805. Wrap NS_GetWeakReference() with getter_AddRefs(). Thanks beard! r=beard
...
git-svn-id: svn://10.0.0.236/trunk@56983 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:01:56 +00:00
buster%netscape.com
f5c5c3e624
fixed bugs 18447 and 18216
...
simple change to pick up proper pseudo style for display content
r=rods
git-svn-id: svn://10.0.0.236/trunk@56982 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 20:01:55 +00:00
rhp%netscape.com
9cedcdf55a
Fix for incorrect reporting of number of attachments for signed messages - Bug #: 23182 - r: jefft
...
git-svn-id: svn://10.0.0.236/trunk@56981 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:59:48 +00:00
buster%netscape.com
95de53dcad
fixed bugs 18447 and 18216
...
simple changes to default style sheet for input elements
r=rods
git-svn-id: svn://10.0.0.236/trunk@56980 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:56:13 +00:00
sspitzer%netscape.com
d22ee546a5
fix for bug #21235 . fix the "triple click" problem with the folder picker.
...
thanks to waterson for the tip. also, add the MPL to the top of the file.
git-svn-id: svn://10.0.0.236/trunk@56979 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:54:46 +00:00
nhotta%netscape.com
05687035bc
Changed to apply the entity conversion before charset conversion, bug 20062, r=akkana.
...
git-svn-id: svn://10.0.0.236/trunk@56978 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:49:23 +00:00
nhotta%netscape.com
ed33d56c5f
Changed to scan for HTML before converting from unicode to mail charset, bug 22315, r=rhp.
...
git-svn-id: svn://10.0.0.236/trunk@56977 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:48:45 +00:00
nhotta%netscape.com
418ad5150b
Fixed memory leak, bug 22281, r=waterson.
...
git-svn-id: svn://10.0.0.236/trunk@56976 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:47:20 +00:00
dougt%netscape.com
85bb9d5b20
Fix for bug 22933 submitted by jonas.utterstrom@vittran.norrnod.se. r=dougt.
...
git-svn-id: svn://10.0.0.236/trunk@56975 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:46:44 +00:00
nhotta%netscape.com
3aac1941e4
Fix compile errors of Solaris 2.6 and 2.7 using Sun's native WorkShop compilers, r=briano.
...
git-svn-id: svn://10.0.0.236/trunk@56974 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:46:17 +00:00
pinkerton%netscape.com
61a3153c1e
fix for bug 21487, garbage at the end of url when doing "copy link location." also added some error checking, and using progid's instead of classid's. r=akkana.
...
git-svn-id: svn://10.0.0.236/trunk@56973 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:45:52 +00:00
varada%netscape.com
679d497dc7
changing all libs to install cuz of the underneath infrastructure changes
...
git-svn-id: svn://10.0.0.236/trunk@56970 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 19:07:06 +00:00
varada%netscape.com
cdbbbf48f3
getting rid of netscape 2000 from the rshell.ini
...
git-svn-id: svn://10.0.0.236/trunk@56969 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 18:58:05 +00:00
terry%mozilla.org
2fe2f951a0
Oops; fixed table alignment problem introduced by last change.
...
git-svn-id: svn://10.0.0.236/trunk@56968 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 17:39:03 +00:00
tonyr%fbdesigns.com
d85ab4daed
Added nsIFieldMap interface.
...
git-svn-id: svn://10.0.0.236/trunk@56967 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:43:06 +00:00
tonyr%fbdesigns.com
234c2e3e4a
Fixed to actually build.
...
git-svn-id: svn://10.0.0.236/trunk@56966 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:43:01 +00:00
tonyr%fbdesigns.com
b94b47ebb7
Added nsIFieldMap implementation.
...
git-svn-id: svn://10.0.0.236/trunk@56965 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:42:57 +00:00
tonyr%fbdesigns.com
cfd7d65f5d
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@56964 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:37:39 +00:00
norris%netscape.com
534d2c2a74
Propagate fix from branch.
...
git-svn-id: svn://10.0.0.236/trunk@56963 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:28:43 +00:00
danm%netscape.com
cfa2127370
use widget::GetScreenBounds to return window position. bug 5998. r:pierre.
...
git-svn-id: svn://10.0.0.236/trunk@56961 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:02:10 +00:00
rhp%netscape.com
d875314491
Fix for vCard display problem - Bug #10620 - r: mscott
...
git-svn-id: svn://10.0.0.236/trunk@56960 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:01:28 +00:00
danm%netscape.com
5c35b36fa1
added GetScreenBounds. part of bug 5998. r:pierre
...
git-svn-id: svn://10.0.0.236/trunk@56959 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:01:15 +00:00
law%netscape.com
58729a2049
Fix for 20310; handle JS exception when Cancel is pressed; r=slamm@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@56958 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 16:00:53 +00:00
jefft%netscape.com
87196be41c
remove shadow variable; r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@56957 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 14:25:04 +00:00
colin%theblakes.com
c0d9dc9bd3
Add MOZ_TIMER_LIBS. r=jdunn
...
git-svn-id: svn://10.0.0.236/trunk@56954 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 11:11:38 +00:00
colin%theblakes.com
64009c7894
Add MOZ_COMPONENT_LIBS and jsdom. r=jdunn
...
git-svn-id: svn://10.0.0.236/trunk@56953 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 11:08:52 +00:00
colin%theblakes.com
8e103e8b60
Add MOZ_COMPONENT_LIBS. r=jdunn
...
git-svn-id: svn://10.0.0.236/trunk@56952 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 11:06:54 +00:00
mcafee%netscape.com
45fe57c60e
Cleaning up layout of offline pref pane. r=rgoodger@ihug.co.nz
...
git-svn-id: svn://10.0.0.236/trunk@56951 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 10:21:45 +00:00
hyatt%netscape.com
68655e632f
"Unfortunately no one can be told what the tree widget is. You have to see it for
...
yourself." r=morpheus
git-svn-id: svn://10.0.0.236/trunk@56950 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 09:36:36 +00:00
mcafee%netscape.com
95de74dc92
Cleaning up layout of languages pref pane. r=rgoodger@ihug.co.nz
...
git-svn-id: svn://10.0.0.236/trunk@56949 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 09:20:45 +00:00
alecf%netscape.com
ddb7aae36f
fix my previous checkin after talking to hyatt - we'll be getting the outer frame, so iterate through the children and QI on each one, sending EnsureRowIsVisible to each when it succeeds
...
r=hyatt
git-svn-id: svn://10.0.0.236/trunk@56948 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 09:19:31 +00:00