Commit Graph

83851 Commits

Author SHA1 Message Date
rginda%netscape.com
237c92c0ac - not built -
add some styles for the new source, stack, and script outliners
2001-06-12 20:28:47 +00:00
rginda%netscape.com
b32b879bdf - not built -
add strings for "no stack" error and "not available" value
2001-06-12 20:28:13 +00:00
rginda%netscape.com
c338b8b71e - not built -
add entities for the new outliners and their headers
2001-06-12 20:27:42 +00:00
nelsonb%netscape.com
35577f7c85 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
4c5d2fbc18 - 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
37b947770f - not built -
fix HAS_XPCOM test broken by XPCDOM landing
2001-06-12 20:25:41 +00:00
rginda%netscape.com
efd583d7b6 - 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
3cb1369c47 - not built -
add "not available" message id
2001-06-12 20:23:09 +00:00
rginda%netscape.com
da356fb05b - 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
f95ccf916c 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
f973eadac2 - 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
17009a68ba 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
ded0eaf937 - not built -
package outliners.js and new images
2001-06-12 20:13:23 +00:00
rginda%netscape.com
96d0cdf3d5 - not built -
initial add of outliner utility file
2001-06-12 20:12:50 +00:00
bzbarsky%mit.edu
ededa2e15e 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
41860f4bd1 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
50fcbf5369 - not built -
initial add of some debugger images
2001-06-12 19:59:31 +00:00
blizzard%redhat.com
00d88465a3 Fix bug #85295. Make plugin registration quiet. r=av, rs=tor, a=asa 2001-06-12 19:16:11 +00:00
blizzard%redhat.com
e895718f48 Spec file before generation. 2001-06-12 19:14:26 +00:00
blizzard%redhat.com
8df716e837 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
c1e8db36ec 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
4d9bff303f 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
49303a06c2 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
cf53c8d954 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
ea1c9a9cab 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
330156b06e 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
aba0c0a15a 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
f430e67cb8 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
8391757749 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
6c73ffba85 *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
bb749d670f 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
59c9314898 IRIX bustage - more CR/LF stuff 2001-06-12 03:15:12 +00:00
andreww%netscape.com
bf4fd43e55 bugzilla 84076: r=timeless, sr=hewitt, a=asa 2001-06-12 03:06:34 +00:00
arik%netscape.com
7683543edd 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
dbf1ccd7c7 fixed one more "where is MKS installed" problem 2001-06-12 01:26:13 +00:00
sonmi%netscape.com
78ad808db6 added binary compatibility tests for Solaris x86 2001-06-12 01:25:04 +00:00
nelsonb%netscape.com
2fb89eeb0a 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
de78cc575e removed RH 6.0, 6.1 and OSF1 4.0 2001-06-12 00:14:05 +00:00
sfraser%netscape.com
2944a4ec42 Fix for bug 82474; ignore the console window on Mac when sending off events. r=conrad, sr=scc, a=blizzard 2001-06-11 23:44:46 +00:00
naving%netscape.com
2e584a74be whoops! backing out changes not part of the last checkin 2001-06-11 22:55:04 +00:00
naving%netscape.com
1888d913e6 61171 r=bienvenu sr=mscott a=dbaron; make the password dialog come up again and again independent of the biff settings.
83634 r=bienvenu sr=mscott a=dbaron; wait for the start up connection only; for wrong
passwords we are using existing connection so just try the new password without waiting.
2001-06-11 22:45:25 +00:00
yokoyama%netscape.com
73791f7a73 bug: 73882
Processing WM_FONTCHANGE msg and update font cache and global font list.
r=rbs, sr=blizzard, a=asa
2001-06-11 22:42:27 +00:00
shrutiv%netscape.com
9c3909f62a Fix for bug 85261: Browser Window's Title Bar Text customization broken
Removing build name from title bar (r=bobj)
2001-06-11 22:38:06 +00:00
shrutiv%netscape.com
3b6e7e6e85 Fix for bug 85261: Browser Window's Title Bar Text customization broken
Changing location of "mainWindow.titlemodifier" (r=bobj)
2001-06-11 22:35:58 +00:00
heikki%netscape.com
d1ba08fb69 Bug 83557, make xmlextras work in embedding. XMLHttpRequest is more like a DOM class now, events are fired and executed on the proper context, and a lot of JS specific code was removed. Patch by jst, r=heikki, sr=vidur, a=asa@mozilla.org. 2001-06-11 22:16:10 +00:00
jaggernaut%netscape.com
a2ef1b7f0d Bug 77307: ``%27 codes after url redirection'', r=rpotts, sr=shaver, a=asa@mozilla.org
Bug 79582: ``content refresh with non-digit chars before ; not parsed "correctly"'', r=rpotts, sr=ben, a=asa@mozilla.org
2001-06-11 22:05:59 +00:00
bzbarsky%mit.edu
24928e712a Fix bug 77110. Make us treat wrap="physical" like NS 4.x and IE do, not
as it was originally (in NS 2.x) intended.  r=timeless, sr=attinasi,
a=blizzard
2001-06-11 22:05:52 +00:00
bzbarsky%mit.edu
6d86bed09e Fix incorrect paths in initial fix for bug 37642. r=timeless, sr=alecf,
a=leaf
2001-06-11 21:59:01 +00:00
blizzard%redhat.com
e1a946c67e Fix bug #85290. "proxy autoconfig module needs to shut the hell up" r=gerv,rs=tor,a=asa 2001-06-11 21:54:48 +00:00
gerv%gerv.net
252373a24b Fix misnamed referer pref. (Sadly, we can't correct the misspelling of "referrer" <sigh>.) Bug 83229. r=bbaetz, sr=darin, a=asa. 2001-06-11 21:49:30 +00:00