jj%netscape.com
66251b83f7
does not belong in the mozilla tree - part of Bug #173613 , r=leaf, sr=sfraser, a=asa
2002-10-10 23:08:07 +00:00
jj%netscape.com
cadc298063
Mac Installer Wizard 'vers' 1 and 2 resources in text format
2002-10-10 23:05:52 +00:00
jj%netscape.com
9c7da3dd4d
extracted 'vers' resources into MacInstallerVersion.r - part of Bug #173613 , r=leaf, sr=sfraser, a=asa
2002-10-10 23:04:46 +00:00
jj%netscape.com
473262ac35
merged resources from CheckboxLDEF.rsrc + extract 'vers' resources into MacInstallerVersion.r - part of Bug #173613 , r=leaf, sr=sfraser, a=asa
2002-10-10 23:02:30 +00:00
jj%netscape.com
18d69ffa45
merged into MIWCommon.rsrc - part of Bug #173613 , r=leaf, sr=sfraser, a=asa
2002-10-10 23:01:33 +00:00
sspitzer%netscape.com
9a539b7ccd
fix for regression bug #173817 . icons not showing in message hdr area.
...
r=varada, sr=bienvenu, a=asa.
2002-10-10 22:57:18 +00:00
naving%netscape.com
7469cca0e0
173325 r/sr=sspitzer a=asa fixing regression filter condition shows null when editing a filter
2002-10-10 22:43:16 +00:00
relyea%netscape.com
e00f4b4887
Fix memory leaks in the startup of the builtins.
2002-10-10 22:39:23 +00:00
relyea%netscape.com
7db5df2a89
Fix memory leak in vfyserv.c
2002-10-10 22:38:09 +00:00
blakeross%telocity.com
55c0730464
Fix quit.
2002-10-10 22:25:19 +00:00
rogerl%netscape.com
0d727e8914
Wired up delete ops. Finished removal of assignOp functionality.
2002-10-10 22:23:02 +00:00
blakeross%telocity.com
0787578f8e
Add some padding.
2002-10-10 22:20:43 +00:00
bryner%netscape.com
123e5a33b2
Don't assume that the mount point will be /Volumes/$VOLUME_NAME. Not part of any build.
2002-10-10 22:15:35 +00:00
blakeross%telocity.com
0fce1e9682
Use XULPP to strip licenses.
2002-10-10 22:03:58 +00:00
ian%hixie.ch
8f16d57d81
Support for #literal in case users need to output lines starting with a #
2002-10-10 21:56:47 +00:00
blakeross%telocity.com
523da899fe
Begin using XULPP: strip our last two overlays.
2002-10-10 21:54:02 +00:00
ian%hixie.ch
243a713ab7
Typo fix: CR is 0x0D not 0xDA... Ahem.
2002-10-10 21:44:08 +00:00
ian%hixie.ch
7aecaf01d1
Be slightly more verbose in error messages.
2002-10-10 21:42:44 +00:00
relyea%netscape.com
936e0f80f3
Fix optimized build failures
2002-10-10 21:17:39 +00:00
chanial%noos.fr
1bb6178b39
typo
2002-10-10 20:53:06 +00:00
sspitzer%netscape.com
f4e84d916b
fix junk threadpane icons, per jglick. part of bug #169638 .
...
doesn't affect end user yet. r/sr=bienvenu, a=asa
2002-10-10 20:50:47 +00:00
hyatt%netscape.com
b0b9767c40
Fix print preview.
2002-10-10 20:38:23 +00:00
wtc%netscape.com
00c4231267
Bug 131386: use 'tee' (in a pipe) instead of 'tail -f' when we need to
...
display the test output on stdout. This avoids the need to kill the tail
process, which is tricky to do under MKS Korn Shell on Windows.
Modified Files: all.sh jssqa common/init.sh
2002-10-10 20:36:53 +00:00
relyea%netscape.com
7cb062be5d
Fix Cert Reference leak in error path
2002-10-10 20:34:29 +00:00
chanial%noos.fr
70f924bffd
cvs add -kb is my new friend
2002-10-10 20:34:13 +00:00
relyea%netscape.com
e7544aab69
Add missing errors from secerr.h in lib/util
2002-10-10 20:31:25 +00:00
relyea%netscape.com
5fd94ca1a9
Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRL
...
code can decide if there is a hw or system failure preventing the reading of a
CRL or if the CRL is just not there.
2002-10-10 20:30:19 +00:00
ian%hixie.ch
3afabb1148
Different approach to fixing newlines on cygwin.
2002-10-10 20:28:44 +00:00
ian%hixie.ch
5cc6e2d88d
A hack for cygwin perl systems: newlines are DOS newlines, not unix newlines.
2002-10-10 20:12:13 +00:00
relyea%netscape.com
e352244c4b
Unix and Mac platforms need to load librdb.* not rdb.*.
2002-10-10 20:11:09 +00:00
relyea%netscape.com
006424c6d4
Fix minor memory leak on init.
2002-10-10 20:09:30 +00:00
blakeross%telocity.com
0940699f09
Fix longstanding bug that disabled radiobuttons have enabled-looking bullets.
2002-10-10 19:58:49 +00:00
chanial%noos.fr
0bd8f96e7e
middle-click broken in bookmark menus
2002-10-10 19:51:50 +00:00
hyatt%netscape.com
05cab44ac2
No need for background rule for the customized PT items.
2002-10-10 19:45:09 +00:00
sspitzer%netscape.com
f0d499c863
fix some typos in the junk mail UI. r=robinf, a=asa.
2002-10-10 19:41:21 +00:00
ian%hixie.ch
8b4d16af47
Make the preprocessor moderately cleverer about line endings.
2002-10-10 19:39:33 +00:00
dmose%netscape.com
d6adfdc26f
Ongoing work for spam filtering GUI (bug 169638); not yet turned on in default builds. Fix Junk Mail dialog to always show content, not just the initial time it comes up. r/sr=sspitzer@netscape.com; a=asa@mozilla.org
2002-10-10 19:30:49 +00:00
chanial%noos.fr
1eb6ed7c4b
default icon for tabs
...
cutting related browser and communicator dependencies in toolkit
2002-10-10 19:21:54 +00:00
gerv%gerv.net
4a8f1c1357
Bug 170903 - review markup I missed. Patch by gerv; r=bbaetz.
2002-10-10 19:12:52 +00:00
gerv%gerv.net
160210ab39
Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=bbaetz.
2002-10-10 19:02:36 +00:00
asa%mozilla.org
9b9179c15d
change bookmark to the index of phoenix forums rather than the general forum
2002-10-10 17:36:49 +00:00
blakeross%telocity.com
1bfee3b1e0
Backing out backout of history changes.
2002-10-10 10:55:21 +00:00
hyatt%netscape.com
16c69f558e
Remove class attribute setting on open in tabs menu item.
2002-10-10 09:02:28 +00:00
hyatt%netscape.com
3ef03b1313
Backing out change that breaks history.
2002-10-10 07:47:36 +00:00
hyatt%netscape.com
3236f21a12
Back out change to global history that stopped it from writing itself to disk.
2002-10-10 07:35:10 +00:00
hyatt%netscape.com
63c070044b
Make personal toolbar look better during customization.
2002-10-10 07:13:43 +00:00
hyatt%netscape.com
870ffefdc5
Make personal toolbar look better during customization.
2002-10-10 07:03:27 +00:00
gerv%gerv.net
1a742d6d4f
Bug 173581 - Changing milestone sortkeys is broken. Patch by gerv; r=bbaetz.
2002-10-10 06:54:58 +00:00
hyatt%netscape.com
f26923e068
Fix menu icon bustage.
2002-10-10 06:40:31 +00:00
varga%netscape.com
fbe8dade3e
Fix for bug 171752 - Merge nsBoxFrameInner and nsBoxFrame
...
r=hyatt, sr=jag, a=asa
2002-10-10 06:39:30 +00:00