jake%acutex.net
df7eee0ab3
Bug 122589 -- Update gnats conversion script to newer schema of 2.14.
...
Patch by Andrea Dell'Amico <adellam@link.it>
2002-01-31 14:29:21 +00:00
rods%netscape.com
c7e2e2869a
Clipping wasn't being set correctly in the PageContentFrame when the reflow was smaller than a page
...
Bug 122434 r=dcone sr=hyatt
2002-01-31 14:24:06 +00:00
igor%mir2.org
febdace285
Use heapsort instead of qsort for Array.sort to follow JS for reasons described in http://bugzilla.mozilla.org/show_bug.cgi?id=99120
2002-01-31 10:08:17 +00:00
bbaetz%student.usyd.edu.au
d2fe340a26
Bug 122548 - ftp was adding bogus (empty) entries for files. We shouldn't
...
be caching these at all
r=dougt, sr=darin
2002-01-31 08:43:52 +00:00
seawood%netscape.com
25dd75c93a
Remove check against fd->secret->md.connectionReturnValue as it always returns 0. Fixing page not loading due to nonblocking connection problem.
...
Bug #121327 r=arougthopher@lizardland.net
2002-01-31 07:43:22 +00:00
mscott%netscape.com
eeaa850c41
Bug #122351 --> if the shell doesn't support wide string
...
friendly versions of Shell_NotifyW, then gracefully fall back and
use the older ASCII versions (Shell_Notify).
r=bhuvan
sr=sspitzer
2002-01-31 07:31:07 +00:00
brendan%mozilla.org
fdf6f6bfee
Fix for(i in null) and for(i in undefined) to error per ECMA, rather than iterating zero times (121744, r=khanson, sr=shaver).
2002-01-31 07:30:05 +00:00
cotter%netscape.com
1099de413c
ongoing privacy & security updates; forms, privacy & security prefs changes; r=oeschger
2002-01-31 06:40:35 +00:00
seawood%netscape.com
f489fa77a2
Call 'alldep' instead of 'depend build' to avoid the extra export stage.
...
r=bryner
2002-01-31 06:15:19 +00:00
mcafee%netscape.com
f4a1b2b4be
adding mocha to dns
2002-01-31 05:25:08 +00:00
jaggernaut%netscape.com
907546c353
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 3: remove old files
2002-01-31 05:22:41 +00:00
racham%netscape.com
c89f4a0df7
Fixing bug 4198. This fix allows ISPs to add a customized signature file to their user mail accounts. r=ducarroz, sr=sspitzer
2002-01-31 05:22:24 +00:00
sfraser%netscape.com
0f6a4f07da
Back out a change that I commited by mistake, which turned double-buffering off. Thanks to jrgm for catching this.
2002-01-31 05:15:56 +00:00
racham%netscape.com
f85bc319ed
Fixing bug 4198. This fix allows ISPs to add a customized signature file to their user mail accounts. r=ducarroz, sr=sspitzer
2002-01-31 05:15:27 +00:00
bernd.mielke%snafu.de
c44d41db48
fieldset reflow cleanup:
...
bug 120958 report correct maxElementSize under table reflow conditions
bug 48318 implement correct default alignement under bidi conditions, make legend alignment
indepedent of fieldset content if fieldset size is not content driven.
bug 80422 route trough events for floats inside a fieldset
bug 42302 honour padding-top
bug 60375 large maxElementsize overwrite computedWidth
r=karnaze sr=waterson
2002-01-31 05:09:13 +00:00
stephend%netscape.com
ddf161923e
Bug 120255. Label text in download for offline dialog is confusing. r=jglick@netscape.com/sr=bienvenu@netscape.com
2002-01-31 04:33:30 +00:00
varga%utcru.sk
4e0d2195d1
Fix for bug 120579. Dragging a bookmark draws frame of entire window.
...
r=pinkerton, sr=blake
2002-01-31 04:31:22 +00:00
timeless%mac.com
10e66de5e7
Bug 122518 Speed up the showbuilds.cgi redirect on http://tinderbox.mozilla.org
...
patch by netdemonz@yahoo.com r=mcafee
2002-01-31 04:22:39 +00:00
bienvenu%netscape.com
c1fc188c1a
fix for failure downloading multiple newsgroups for offline use rs=mscott 102872
2002-01-31 04:20:55 +00:00
jaggernaut%netscape.com
b465107ccc
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
2002-01-31 04:08:19 +00:00
ddrinan%netscape.com
92c85311ed
Checkin for relyea. Call CERT_DestoryCertificateList instead of CERT_DestroyCertList
2002-01-31 04:00:12 +00:00
samuel%sieb.net
257dd45db1
Bug 119294 - fix JS strict warning
...
r=walk84
not in the build
2002-01-31 03:40:12 +00:00
samuel%sieb.net
541c71e055
Bug 116544 - fix 005 and 004 messages handlers
...
r=rginda
not in the build
2002-01-31 03:33:17 +00:00
samuel%sieb.net
3fa56dc173
Bug 117292 - add entities for the new copy messages menu item
...
r=rginda
not in the build
2002-01-31 03:31:06 +00:00
samuel%sieb.net
d7239d866c
Bug 117292 - add menu item for copying messages
...
r=rginda
not in the build
2002-01-31 03:29:11 +00:00
samuel%sieb.net
4f09962dea
Bug 117292 - add pref for copying messages
...
r=rginda
not in the build
2002-01-31 03:28:31 +00:00
samuel%sieb.net
7579f471a9
Bug 117292 - copy notification messages to the network tab and fix strict warnings
...
r=rginda
not in the build
2002-01-31 03:27:38 +00:00
samuel%sieb.net
ae942631fa
Bug 117292 - copy important messages to the network tab
...
r=rginda
not in the build
2002-01-31 03:25:41 +00:00
morse%netscape.com
9d37be6654
bug 116303, js prompt loses default input text, r=sgehani, sr=alecf
2002-01-31 03:16:58 +00:00
waterson%netscape.com
d4c708dd20
Add test case for bug 46918.
2002-01-31 03:02:30 +00:00
rginda%netscape.com
8bace61f89
- venkman only -
...
fix feedback call in cmdBreak
remove busted code in soruceView.onSelect, which tried to prevent users from selecting multiple ranges. It didn't work, and we don't need it anyway.
catch exceptions during dispatchCommand and display a message on the consoel view
fix = vs. == mixup in sourceView.getContext, arg!
add breakpointIndexList to sourceView.getContext so we can disable all selected breakpoints.
remove some debug dumps
add command name to dbgDispatch message
2002-01-31 02:42:09 +00:00
curt%netscape.com
0ca963681d
Moves xpi wrapped installer up a directory. Fixes 110919. r=leaf sr=dveditz.
2002-01-31 02:23:44 +00:00
relyea%netscape.com
3adedc6688
Fix certlist memory leak.
2002-01-31 02:19:43 +00:00
naving%netscape.com
928347f581
117723 r=bienvenu sr=mscott make drag and drop of messages work across multiple mail 3 pane windows
2002-01-31 02:16:12 +00:00
wtc%netscape.com
eeef12be2f
Bugzilla bug 119340: backed out the fix. We are still seeing the
...
"selfserv process not detectable" errors on Linux and I don't have
time to get to the bottom of it.
Modified files:
cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-31 02:03:57 +00:00
darin%netscape.com
4cd6759f45
fixes bug 121521 "ABR doing 'File->Open...' to open a file from disk"
...
r=jrgm,andreas.otte, sr=mscott
2002-01-31 01:53:05 +00:00
rginda%netscape.com
eef75bda04
fix incorrect bracing, r=beard
2002-01-31 01:32:43 +00:00
cavin%netscape.com
229e0f5868
Fix for bug 113421. Closed the msg db after a folder is imported so that the db can be re-generated when the imported folder is re-opened. r=naving, sr=bienvenu.
2002-01-31 01:28:27 +00:00
rogerl%netscape.com
2ed8d0a4c3
Fixes for RE bytecode + adding Context parameter for base JSObect methods
...
(and associated fall-out). Fixes for Array.length ahndling.Fixing Boolean
prototype.
2002-01-31 01:25:26 +00:00
rginda%netscape.com
44976e8826
adding REQUIRES for unix and windows bustage, r=beard
2002-01-31 01:18:33 +00:00
smeredith%netscape.com
137554ecf5
Mentioned the XSL. Problem prefs.
2002-01-31 01:17:16 +00:00
wtc%netscape.com
dc7133e6ef
Bugzilla bug 122712: temporarily export two additional symbols for Mozilla
...
static build.
2002-01-31 01:03:21 +00:00
sonja.mirtitsch%sun.com
7b6f72131a
put the sleep 30 back into the linux ssl test to give the selfserv time
...
to free the socket...
2002-01-31 01:01:47 +00:00
rginda%netscape.com
a71b5f5e4a
- venkman only -
...
ASSERT that we have children in removeChildAtIndex
dump the context object if |console.dbgContexts| in the contextFunction.
make cmdClear work if given a breakpointIndexList.
fix cmdFindBp.
add script realization debugging if |console.dbgRealize|.
add command dispatch debugging if |console.dbgDispatch|.
fix bug 110387, crash on exiting venkman.
add dbg* prefs and sync-debug command in venkman-dev.js.
2002-01-31 00:48:57 +00:00
relyea%netscape.com
5862391160
restore checks for critical extenstions and fail if we have any we don't
...
recognize. Just remove the bogus check that v2 crls must have critical extensions
2002-01-31 00:42:43 +00:00
rginda%netscape.com
905acd6402
changing a string constant, comenting out a DEBUG_rginda
...
use more descriptive url when compiling prettyprint changes
2002-01-31 00:37:28 +00:00
sonja.mirtitsch%sun.com
37e7d17867
next thry for bug 115200
2002-01-31 00:34:04 +00:00
jaggernaut%netscape.com
09a1e47747
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 1: add new files
2002-01-31 00:29:19 +00:00
relyea%netscape.com
71237064fc
Set token flag when saving the CRLs so they actually get put into the database!
2002-01-31 00:18:09 +00:00
relyea%netscape.com
622f360f9e
Fix searching code so it can find CRL's
2002-01-31 00:16:29 +00:00