Commit Graph

84915 Commits

Author SHA1 Message Date
kin%netscape.com
2ea1e201ca 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


git-svn-id: svn://10.0.0.236/trunk@96964 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:46:57 +00:00
ashuk%eng.sun.com
ccc914c61a 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.


git-svn-id: svn://10.0.0.236/trunk@96963 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:42:29 +00:00
nboyd%atg.com
0722b7b928 Names should be final.
git-svn-id: svn://10.0.0.236/trunk@96962 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:35:48 +00:00
rginda%netscape.com
8a3815638e - not built -
add some styles for the new source, stack, and script outliners


git-svn-id: svn://10.0.0.236/trunk@96961 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:28:47 +00:00
rginda%netscape.com
c58b1e4eb8 - not built -
add strings for "no stack" error and "not available" value


git-svn-id: svn://10.0.0.236/trunk@96960 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:28:13 +00:00
rginda%netscape.com
1692a7f143 - not built -
add entities for the new outliners and their headers


git-svn-id: svn://10.0.0.236/trunk@96959 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:27:42 +00:00
nelsonb%netscape.com
611ba43412 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


git-svn-id: svn://10.0.0.236/trunk@96958 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:27:12 +00:00
rginda%netscape.com
8db680e8c7 - 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.


git-svn-id: svn://10.0.0.236/trunk@96957 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:26:47 +00:00
rginda%netscape.com
2b2a0c89fc - not built -
fix HAS_XPCOM test broken by XPCDOM landing


git-svn-id: svn://10.0.0.236/trunk@96956 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:25:41 +00:00
rginda%netscape.com
930aa4a74e - 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


git-svn-id: svn://10.0.0.236/trunk@96955 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:25:09 +00:00
rginda%netscape.com
aeb56feff8 - not built -
add "not available" message id


git-svn-id: svn://10.0.0.236/trunk@96954 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:23:09 +00:00
rginda%netscape.com
c7cb5036cb - 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


git-svn-id: svn://10.0.0.236/trunk@96953 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:22:37 +00:00
ashuk%eng.sun.com
d4ef07dd64 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.


git-svn-id: svn://10.0.0.236/trunk@96951 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:19:56 +00:00
rginda%netscape.com
c4574eb663 - 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.)


git-svn-id: svn://10.0.0.236/trunk@96950 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:19:24 +00:00
bzbarsky%mit.edu
81e325d461 Bug 68541 -- "no checkmark for View|Toolbar in bookmarks manager".
Patch by Stephen Walker (walk84@usa.net), r=hwaara, sr=ben, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@96949 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:15:29 +00:00
rginda%netscape.com
743ab9021b - not built -
package outliners.js and new images


git-svn-id: svn://10.0.0.236/trunk@96948 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:13:23 +00:00
rginda%netscape.com
568eecf6f2 - not built -
initial add of outliner utility file


git-svn-id: svn://10.0.0.236/trunk@96947 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:12:50 +00:00
bzbarsky%mit.edu
17b77d06d7 Add an accesskey for Help > Help Contents. Bug 83417. Patch by Stephen
Walker (walk84@usa.net).  r=bzbarsky@mit.edu, sr=blake, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@96946 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:05:57 +00:00
hwaara%chello.se
6e521d2bd5 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


git-svn-id: svn://10.0.0.236/trunk@96945 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 20:05:16 +00:00
rginda%netscape.com
e536a819de - not built -
initial add of some debugger images


git-svn-id: svn://10.0.0.236/trunk@96944 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 19:59:31 +00:00
blizzard%redhat.com
7a4eef13a2 Fix bug #85295. Make plugin registration quiet. r=av, rs=tor, a=asa
git-svn-id: svn://10.0.0.236/trunk@96939 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 19:16:11 +00:00
blizzard%redhat.com
0a7bdd25f2 Spec file before generation.
git-svn-id: svn://10.0.0.236/trunk@96937 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 19:14:26 +00:00
blizzard%redhat.com
fea2566677 Check in Red Hat's spec files and remove the old outdated spec files utilities and patches. Not part of the regular build.
git-svn-id: svn://10.0.0.236/trunk@96936 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 19:13:55 +00:00
mcgreer%netscape.com
f4ff1eee6b fix for bug 82560, canceling pkcs12 backup requires two clicks
r=javi, sr=blizzard, a=asa


git-svn-id: svn://10.0.0.236/trunk@96935 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:57:48 +00:00
chuang%netscape.com
a03dd269bc Bug82991 Copying a large number of addresses between address books causes crash,
r=ducarroz, sr=mscott, a= asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@96934 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:55:53 +00:00
mcgreer%netscape.com
84672ab7d8 fix for bug #83160, change master password broken
r=javi, sr=blizzard, a=asa


git-svn-id: svn://10.0.0.236/trunk@96933 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:52:20 +00:00
dougt%netscape.com
0aa55ad7f3 Adds a test case for bug 84489. r=danm@netscape.com, sr=darin@netscape.com, a=clayton@netscape.com
git-svn-id: svn://10.0.0.236/trunk@96930 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:38:17 +00:00
dougt%netscape.com
25b069207e 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


git-svn-id: svn://10.0.0.236/trunk@96929 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:35:23 +00:00
dougt%netscape.com
8735a6cb14 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.
git-svn-id: svn://10.0.0.236/trunk@96928 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:32:26 +00:00
edburns%acm.org
49fd6e2f59 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.


git-svn-id: svn://10.0.0.236/trunk@96927 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 18:30:56 +00:00
locka%iol.ie
b5ce383ad0 Added code to fire TitleChange events. b=84496 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@96923 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 16:23:35 +00:00
ben%netscape.com
ffbf4a124b Content packs extension. Part of "correct" implementation for 65251 (if any implementation of this feature can be considered
"correct"). NOT PART OF BUILD.


git-svn-id: svn://10.0.0.236/trunk@96922 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 08:57:16 +00:00
idk%eng.sun.com
89636688be *not part of the build*
urpConnect update
a=lsv@sparc.spb.su,
  sep@sparc.spb.su


git-svn-id: svn://10.0.0.236/trunk@96918 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 04:47:40 +00:00
peterlubczynski%netscape.com
0ef882c534 Fix for full page mouse down being broken bug 75582 patch by bnesse r=peterl sr=attinasi a=asa
git-svn-id: svn://10.0.0.236/trunk@96917 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 04:27:08 +00:00
mkaply%us.ibm.com
8067549009 IRIX bustage - more CR/LF stuff
git-svn-id: svn://10.0.0.236/trunk@96916 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 03:15:12 +00:00
andreww%netscape.com
6cdabde021 bugzilla 84076: r=timeless, sr=hewitt, a=asa
git-svn-id: svn://10.0.0.236/trunk@96915 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 03:06:34 +00:00
arik%netscape.com
634c1c2cdc 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.
git-svn-id: svn://10.0.0.236/trunk@96913 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 01:31:16 +00:00
sonmi%netscape.com
a9c16d4025 fixed one more "where is MKS installed" problem
git-svn-id: svn://10.0.0.236/trunk@96912 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 01:26:13 +00:00
sonmi%netscape.com
98c344eef3 added binary compatibility tests for Solaris x86
git-svn-id: svn://10.0.0.236/trunk@96911 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 01:25:04 +00:00
nelsonb%netscape.com
54469bf7dd 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


git-svn-id: svn://10.0.0.236/trunk@96909 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 01:10:01 +00:00
sonmi%netscape.com
e1586e714b removed RH 6.0, 6.1 and OSF1 4.0
git-svn-id: svn://10.0.0.236/trunk@96908 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-12 00:14:05 +00:00
sfraser%netscape.com
9187bad8ce Fix for bug 82474; ignore the console window on Mac when sending off events. r=conrad, sr=scc, a=blizzard
git-svn-id: svn://10.0.0.236/trunk@96906 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 23:44:46 +00:00
naving%netscape.com
94f78cea7b whoops! backing out changes not part of the last checkin
git-svn-id: svn://10.0.0.236/trunk@96905 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:55:04 +00:00
naving%netscape.com
0a2fa7c256 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.


git-svn-id: svn://10.0.0.236/trunk@96903 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:45:25 +00:00
yokoyama%netscape.com
0038dd1b10 bug: 73882
Processing WM_FONTCHANGE msg and update font cache and global font list.
r=rbs, sr=blizzard, a=asa


git-svn-id: svn://10.0.0.236/trunk@96902 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:42:27 +00:00
shrutiv%netscape.com
cebcc7dc35 Fix for bug 85261: Browser Window's Title Bar Text customization broken
Removing build name from title bar (r=bobj)


git-svn-id: svn://10.0.0.236/trunk@96901 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:38:06 +00:00
shrutiv%netscape.com
6e82068398 Fix for bug 85261: Browser Window's Title Bar Text customization broken
Changing location of "mainWindow.titlemodifier" (r=bobj)


git-svn-id: svn://10.0.0.236/trunk@96900 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:35:58 +00:00
heikki%netscape.com
b9cd82717d 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.
git-svn-id: svn://10.0.0.236/trunk@96899 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:16:10 +00:00
jaggernaut%netscape.com
a5b2e544cf 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


git-svn-id: svn://10.0.0.236/trunk@96898 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:05:59 +00:00
bzbarsky%mit.edu
2719fce5ec 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


git-svn-id: svn://10.0.0.236/trunk@96897 18797224-902f-48f8-a5cc-f745e15eee43
2001-06-11 22:05:52 +00:00