heikki%netscape.com
389ac31da9
Bug 55377, fixed a couple of Purify FMMs. delete[] was used when free should have been used instead. r=akkana, a=waterson.
2000-10-11 01:29:32 +00:00
jefft%netscape.com
5f060892ba
fixed bug 55351 - Unable to enter a password for a SMTP server; always send EHLO command first instead of parsing the greeting to decide whether the server is an SMTP or ESMTP server; r=bienvenu, sr=mscott
2000-10-11 01:16:19 +00:00
alecf%netscape.com
df9c8fcd73
updating the bonsai script to be smart about guessing the current branch, and about only updating the current directory that you are in
...
also support both wget and lynx
(not part of build)
2000-10-11 00:57:44 +00:00
mcgreer%netscape.com
bd280a0b75
add a new function, SECU_TextFileToItem, for reading text files.
2000-10-11 00:56:32 +00:00
mcgreer%netscape.com
4146c475d5
seperate text file reads from binary reads. Change all base64 encoded ciphertexts to end in LF instead of CRLF. This caused a bug on windows when checking out from CVS.
2000-10-11 00:55:45 +00:00
blakeross%telocity.com
46c368fca3
Fix for 46877, scroll position not being remembered in session history. patch is by evaughan. r=pink a=hyatt
2000-10-11 00:36:30 +00:00
jfrancis%netscape.com
4962303d8f
fixes bug 54895: certain editor operations (like align) crashed when applied to mulit-cell table cell selections; r=kin; sr=sfraser; a=jar
2000-10-11 00:24:23 +00:00
andreww%netscape.com
6a9bce7d2b
bugzilla=54574,
r=hewitt,
sr=ben,
stretchy back forward print buttons in classic mac
2000-10-10 23:56:55 +00:00
mkaply%us.ibm.com
5de83d6206
#55365
...
r=pedemont, a=blizzard
We were forcing a failure on Verdana. BAD
2000-10-10 23:03:38 +00:00
mkaply%us.ibm.com
5494f60f09
#56011
...
r=jkobal, a=tor
Remove unnecessary XP_OS2 code in libimg
2000-10-10 22:16:34 +00:00
pinkerton%netscape.com
4230561888
Give folder pane transparant border when it is not in focus to avoid resizing when it gets focus. r=pchen,a=ben, bug 54713
2000-10-10 22:16:00 +00:00
mkaply%us.ibm.com
0c684c4a5c
#55831
...
r=mkaply, a=blizzard
Code from jkobal to make timers MUCH better
2000-10-10 21:45:12 +00:00
kin%netscape.com
b7d70f42d9
Fix for bug #52858 (Case where crash happens involving save to draft warning...)
...
mozilla/editor/ui/dialogs/content/EdSpellCheck.js
- Make onClose() return true.
mozilla/editor/ui/dialogs/content/EdSpellCheck.xul
- Add onclose="onClose()" attribute to window tag.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-10 21:40:39 +00:00
chuang%netscape.com
3270b1787a
bug50584 Lists in Personal Address Book not migrating as lists, r=bienvenu+putterman, sr=alecf
2000-10-10 21:38:26 +00:00
gordon%netscape.com
7e3061d98b
Fix for bug 49990 "Networking fails after sleep/wake cycle" on Mac. rtm+, r=pinkerton, sr =sfraser. Added support for provide will/has closed OT events.
2000-10-10 21:25:27 +00:00
pollmann%netscape.com
c53f51da77
Bug 48483: Unix default plugin, fix for OpenVMS bustage r=av@netscape.com a=brendan@mozilla.org
2000-10-10 21:01:14 +00:00
alecf%netscape.com
189c453c52
first-pass at bonsai-based cvs update script
...
(not part of build, not ready for general consumption)
2000-10-10 20:58:23 +00:00
hyatt%netscape.com
eee2b4a5d2
Fix for 43248. r=ben,a=waterson
2000-10-10 20:52:25 +00:00
hyatt%netscape.com
01a74ca4b1
Fix for 5693. r=saari,a=waterson
2000-10-10 20:48:03 +00:00
larryh%netscape.com
5d72ae5f16
Bugzilla: 55271. Attach thread on BeOS
2000-10-10 20:07:20 +00:00
sdv%sparc.spb.su
ed50015b66
* NOT PART OF TBOX BUILD *
...
r=idk@eng.sun.com
- generate compilable java interfaces when identifiers
in idls coincide with java keywords
- correctly deal with methods which names in idls
coincide with some Object class methods
2000-10-10 19:41:27 +00:00
beard%netscape.com
5a1f437267
Map all exceptions to just return null.
2000-10-10 18:14:20 +00:00
brade%netscape.com
506bf30f75
checkin for leaf (a=leaf); hoping to fix freeze/lockups during depend builds
2000-10-10 16:15:51 +00:00
nboyd%atg.com
2a806a1b13
More javadoc.
2000-10-10 14:58:47 +00:00
mkaply%us.ibm.com
29808eab7b
r=mkaply, a=blizzard
...
Quick fix to enable DBCS fonts
2000-10-10 14:31:46 +00:00
brade%netscape.com
a9b66066c2
fix format submenus and View menu items to toggle appropriately (radio) and to show the proper setting even if the selection has changed since the menu was last opened. r/sr=kin/sfraser; bug #54317
2000-10-10 13:15:46 +00:00
brade%netscape.com
da58363664
fix "header" type setting to display properly (missing ()) and to apply if only one cell is selected; bug #54899 ; r/sr=kin,sfraser
2000-10-10 13:13:33 +00:00
brade%netscape.com
27bbf3eb5b
fix Remove Image Map button (typo); bug #55383 ; r=sfraser/kin
2000-10-10 13:11:54 +00:00
locka%iol.ie
050f58210b
New context menu listener code. b=55516, r=blizzard@mozilla.org
2000-10-10 12:19:17 +00:00
mscott%netscape.com
0effc12573
Bug #55628 --> MoveTo won't delete the file if it already exists. When moving the temp
...
file to the user specified location, delete the specified location if it currently exists.
r=sspitzer, sr=alecf
2000-10-10 05:20:09 +00:00
hewitt%netscape.com
f6fcc3f44a
#52544 - fixed color picker in mailnews prefs, r=andreww, sr=hangas
2000-10-10 05:11:14 +00:00
hewitt%netscape.com
87ca0cead8
54750 - messengercompose addressingWidget cleanup, r=ducarroz, sr=alecf
2000-10-10 05:08:54 +00:00
svn%xmlterm.org
f01e9dab4b
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Added .cvsignore files to locale dirs.
2000-10-10 05:01:38 +00:00
svn%xmlterm.org
ff9a598383
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Some code cleanup for Finalize methods.
2000-10-10 04:51:11 +00:00
hewitt%netscape.com
b3e5d1979f
#54750 - messengercompose addressingWidget cleanup, r=ducarroz, sr=alecf
2000-10-10 04:47:33 +00:00
svn%xmlterm.org
880cd6ec41
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Added test HTML documents to exercise xpcom/css/dom features used by xmlterm.
2000-10-10 04:46:00 +00:00
hewitt%netscape.com
bd812d97e8
#52544 - fixed color picker in mailnews prefs, r=andreww, sr=hangas
2000-10-10 04:40:56 +00:00
svn%xmlterm.org
7144fbdb04
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Added a coupled of pagelet test scripts.
2000-10-10 04:40:22 +00:00
wtc%netscape.com
90fc91dd4e
Bugzilla bug #53902 : a better way to fix the va_list compilation problem
...
in an older version of NetBSD/macppc. Thanks to Martin Husemann
<martin@NetBSD.ORG> for the patch.
Modified files: _netbsd.h, prprf.c
2000-10-10 04:38:55 +00:00
svn%xmlterm.org
b81816ca0d
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only.
Changes to fix xmlterm XPI file build.
2000-10-10 04:38:20 +00:00
hewitt%netscape.com
c681f6b9d8
#55442 - [Modern] de-bolding button, r=andreww, sr=hangas
2000-10-10 04:36:00 +00:00
hewitt%netscape.com
e5539b785b
#54758 - [Modern] repairing hosed Edit Categories dialog, r=andreww, sr=hangas
2000-10-10 04:35:26 +00:00
hewitt%netscape.com
4d7c47c802
#2813(bugscape) - [Modern] new button images for keyword menubutton r=marlon, sr=hangas
2000-10-10 04:32:29 +00:00
wtc%netscape.com
223d8ac572
Bugzilla bug #55740 : fixed a typo. Thanks to Martin Husemann
...
<martin@NetBSD.ORG> for the patch.
2000-10-10 04:28:11 +00:00
nelsonb%netscape.com
8ab6b279fa
Change the working directory to the test directory before running
...
certutil -S, which creates files in the current working directory.
2000-10-10 03:12:31 +00:00
waldemar%netscape.com
8808f7286f
Changed classof x to x.class. Removed eval. Made include be a non-reserved word. Changed syntax of import to allow an automatic use of selected namespaces.
2000-10-10 02:49:34 +00:00
waldemar%netscape.com
6f4582329f
Removed "eval" and "include" keywords
2000-10-10 02:48:17 +00:00
wtc%netscape.com
71514d144b
Print NSPR and OS error codes if PR_Open fails.
2000-10-10 02:38:08 +00:00
nelsonb%netscape.com
05795d3093
All output messages from strsclnt now begin with the string "strsclnt: ".
...
This makes it easier to separate mixed client and server output.
2000-10-10 02:10:25 +00:00
sfraser%netscape.com
3f76efb012
Fix for 52808 -- standardized nsEditorShell creation and destruction across components, to fix editor observer notification timing. r=kin,ducarroz,jelwell, sr=hyatt.
2000-10-10 01:45:46 +00:00