Граф коммитов

83797 Коммитов

Автор SHA1 Сообщение Дата
nicolson%netscape.com a1549c3461 Move new symbols to NSS 3.3 section of smime.def. 2001-06-12 22:25:32 +00:00
nicolson%netscape.com 64c48bf881 Make NSS_Init* idempotent.
Move new symbols to NSS 3.3 section of nss.def.
2001-06-12 22:25:13 +00:00
jfrancis%netscape.com 64ef101b12 fix for 67847: forward delete can make caret go to start of doc. r=kin; sr=sfraser; a=asa 2001-06-12 22:21:12 +00:00
darin%netscape.com 2dcafcf582 Fixes bug 80020 "Accept-Language and Accept-Charset format error"
patch=havill@redhat.com, r=bbaetz, sr=darin, a=asa
2001-06-12 22:17:31 +00:00
nicolson%netscape.com 370347f8b8 isCACert should be CERT_IsCACert 2001-06-12 21:25:07 +00:00
nicolson%netscape.com 2ddef9db33 More NSS integration. 2001-06-12 21:11:33 +00:00
nicolson%netscape.com 706dcde7af Changes for NSS/JSS integration. 2001-06-12 20:57:20 +00:00
jj%netscape.com de188e878e Fix for bug 68643: add talkback to mozilla installer on mac (milestones). r=sgehani, sr=sfraser, a=leaf 2001-06-12 20:54:39 +00:00
edburns%acm.org a0ffdbf651 Changed del and rmdir to rm -rf. clobber_all didn't work on win32. 2001-06-12 20:52:31 +00:00
kin%netscape.com 94fa10216a Fix for bug #83946 (Crash/freeze when backspacing over signature lines)
Fixed infinite loop in PriorVisibleNode() and NextVisibleNode() which would
happen when aNode was a node that could have children, but didn't have any,
and it's prior/next siblings weren't  eNormalWS.

r=jfrancis@netscape.com  sr=sfraser@netscape.com  a=asa@mozilla.org
2001-06-12 20:46:57 +00:00
ashuk%eng.sun.com 01fa38a293 Bug=85492
author=ashuk

Files modified:
java/build/install_dom_win32.js
java/build/install_pluglets_win32.js
java/build/install_blackconnect_win32.js
java/build/install_webclient_win32.js
java/build/install_blackwood_win32.js

This fix modifies the install.js files for the Blackwood XPIs
to ensure that XPI's copies the appropriate files in the
components dir upon installation.

Thanks to Girish for helping with the changes related to
the new XPInstall API.
2001-06-12 20:42:29 +00:00
nboyd%atg.com 36b0995475 Names should be final. 2001-06-12 20:35:48 +00:00
rginda%netscape.com c2b54f9fcf - not built -
add some styles for the new source, stack, and script outliners
2001-06-12 20:28:47 +00:00
rginda%netscape.com 7f7a3f53e5 - not built -
add strings for "no stack" error and "not available" value
2001-06-12 20:28:13 +00:00
rginda%netscape.com a6a892459b - not built -
add entities for the new outliners and their headers
2001-06-12 20:27:42 +00:00
nelsonb%netscape.com 7ae15ef1c0 Add two new functions to permit application tuning of the number of SSL
server session cache locks.  We may yet decide to back this out for the
NSS 3.3 release.  Modified Files: ssl.def ssl.h sslsnce.c
2001-06-12 20:27:12 +00:00
rginda%netscape.com dded67ac00 - not built -
adding support for source, stack, and script list outliners.

include venkman-outliners.js in the party.
add the three outliners mentioned above, with splitters and grippies and all that jazz.
2001-06-12 20:26:47 +00:00
rginda%netscape.com 96e02bc3ea - not built -
fix HAS_XPCOM test broken by XPCDOM landing
2001-06-12 20:25:41 +00:00
rginda%netscape.com a7f072fb13 - not built -
adding support for source, stack, and script list outliners.

add startupTests() function to run a few tests on startup.
add cont() to continue from a debugTrap()
add focusSource() to bring a filename/linenumber up in the source text outliner
fix window._content code in init()
add const for "no stack" error
2001-06-12 20:25:09 +00:00
rginda%netscape.com d3bc382027 - not built -
add "not available" message id
2001-06-12 20:23:09 +00:00
rginda%netscape.com 21ab1c462c - not built -
adding support for source, stack, and script list outliners.

add onDebugTrap and onFrameChanged handlers, to be called by debugger.js when something happens that the UI might want to know about.
moved breakpoint related display()s into debugger.js
refactored break, clear, fbreak, and fclear command handlers to use set[Future]Breakpoint()
added handlers for clicks on the three outliners
2001-06-12 20:22:37 +00:00
ashuk%eng.sun.com e374ba5f96 Bug=85486
author=ashuk

Files modified:
mozilla/java/webclient/src_moz/Makefile.in

This fix allows building the JAWT native stuff
in Webclient on Linux.
2001-06-12 20:19:56 +00:00
rginda%netscape.com ccd5b22a3b - not built -
adding support for source, stack, and script list outliners.
moved breakpoint related status display()s from handlers.js to here, to that you get console feedback when you set a breakpoint with the UI.
moved initDebugger() and attachDebugger() to the top of the file.
add setCurrentFrameByIndex(), clearCurrentFrame(), getCurrentFrameIndex(), and getCurrentFrame(), migrated code that accessed console._currentFrameIndex to these functions.
make setBreakpoint() smarter (it doesn't blindly clear any breakpoints before setting the new one anymore.  that spewed extra "clearing breakpoint" "setting breakpoint" messages.  now we scan the breakpoint list ourselves for dupes.)
2001-06-12 20:19:24 +00:00
bzbarsky%mit.edu 627d1d00da Bug 68541 -- "no checkmark for View|Toolbar in bookmarks manager".
Patch by Stephen Walker (walk84@usa.net), r=hwaara, sr=ben, a=dbaron
2001-06-12 20:15:29 +00:00
rginda%netscape.com d5d9568e4b - not built -
package outliners.js and new images
2001-06-12 20:13:23 +00:00
rginda%netscape.com 8d9b51a7d9 - not built -
initial add of outliner utility file
2001-06-12 20:12:50 +00:00
bzbarsky%mit.edu 76d4c982c3 Add an accesskey for Help > Help Contents. Bug 83417. Patch by Stephen
Walker (walk84@usa.net).  r=bzbarsky@mit.edu, sr=blake, a=dbaron
2001-06-12 20:05:57 +00:00
hwaara%chello.se 4674e6d249 fix for bug 63026, r=jag, sr=ben, a=asa - adds a menu to the viewsource window - also fixes 22022 39389 50877 59489 69036 74862 76250 79518 81102 82663.
patch by doronr@naboonline.com
2001-06-12 20:05:16 +00:00
rginda%netscape.com 237d3740a5 - not built -
initial add of some debugger images
2001-06-12 19:59:31 +00:00
blizzard%redhat.com 7d55d65643 Fix bug #85295. Make plugin registration quiet. r=av, rs=tor, a=asa 2001-06-12 19:16:11 +00:00
blizzard%redhat.com 84c3bbfc1f Spec file before generation. 2001-06-12 19:14:26 +00:00
blizzard%redhat.com e3d396e9a5 Check in Red Hat's spec files and remove the old outdated spec files utilities and patches. Not part of the regular build. 2001-06-12 19:13:55 +00:00
mcgreer%netscape.com c7f42c4009 fix for bug 82560, canceling pkcs12 backup requires two clicks
r=javi, sr=blizzard, a=asa
2001-06-12 18:57:48 +00:00
chuang%netscape.com 36c92bfa44 Bug82991 Copying a large number of addresses between address books causes crash,
r=ducarroz, sr=mscott, a= asa@mozilla.org
2001-06-12 18:55:53 +00:00
mcgreer%netscape.com 1107fd9523 fix for bug #83160, change master password broken
r=javi, sr=blizzard, a=asa
2001-06-12 18:52:20 +00:00
dougt%netscape.com 1035447227 Adds a test case for bug 84489. r=danm@netscape.com, sr=darin@netscape.com, a=clayton@netscape.com 2001-06-12 18:38:17 +00:00
dougt%netscape.com cb41e513ea Fixes bug 84489. Ensures that worker threads can not process the same reque
st at the same time. r-danm@netscape.com, sr-darin@netscape.com, a-clayton@n
etscape.com
2001-06-12 18:35:23 +00:00
dougt%netscape.com a2f659d9c4 fixes bug 84489. ensures that workthreads never process the same request at the same time. r=danm@netscape.com, sr=darin@netscape.com, a=clayton@netscape.com. 2001-06-12 18:32:26 +00:00
edburns%acm.org 4bd855bf00 ra=ashuk
bug=79427.

This checkin adds the following behavior:

On GetValue, if a checkbox or radio button, it returns "CHECKED" or "UNCHECKED".

On SetValue, any string not equal to the empty string causes the checkbox
to be set.
2001-06-12 18:30:56 +00:00
locka%iol.ie 1f9b2ab1f3 Added code to fire TitleChange events. b=84496 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2001-06-12 16:23:35 +00:00
ben%netscape.com c8b1465b80 Content packs extension. Part of "correct" implementation for 65251 (if any implementation of this feature can be considered
"correct"). NOT PART OF BUILD.
2001-06-12 08:57:16 +00:00
idk%eng.sun.com e138d3f3ae *not part of the build*
urpConnect update
a=lsv@sparc.spb.su,
  sep@sparc.spb.su
2001-06-12 04:47:40 +00:00
peterlubczynski%netscape.com 2cc4fc61de Fix for full page mouse down being broken bug 75582 patch by bnesse r=peterl sr=attinasi a=asa 2001-06-12 04:27:08 +00:00
mkaply%us.ibm.com 26153dffb5 IRIX bustage - more CR/LF stuff 2001-06-12 03:15:12 +00:00
andreww%netscape.com 8555dc226e bugzilla 84076: r=timeless, sr=hewitt, a=asa 2001-06-12 03:06:34 +00:00
arik%netscape.com 084ce42761 Commiting patch by patrick c. beard to a fix memory leak and bogus free in the gif decoder. Fixes bug 81207, r=saari, sr=hyatt. 2001-06-12 01:31:16 +00:00
sonmi%netscape.com 7b626dfb57 fixed one more "where is MKS installed" problem 2001-06-12 01:26:13 +00:00
sonmi%netscape.com 78cac56f77 added binary compatibility tests for Solaris x86 2001-06-12 01:25:04 +00:00
nelsonb%netscape.com 2599424c9f Use NSPR's Atomic increment and decrement functions in the simulated
Posix semaphore code to make the non-contention case really fast.
Modified Files: sslmutex.c sslmutex.h
2001-06-12 01:10:01 +00:00
sonmi%netscape.com 054c1c0494 removed RH 6.0, 6.1 and OSF1 4.0 2001-06-12 00:14:05 +00:00