Commit Graph

67595 Commits

Author SHA1 Message Date
nelsonb%netscape.com
8f6b77ce4d Change mp_add and mp_sub to not allocate a temporary variable unless it's
really necessary.
2000-08-11 01:58:20 +00:00
anthonyd%netscape.com
13c10a6478 fix for bug# 48472 (dogfood bug)
r: mjudge
a: beppe
2000-08-11 01:36:28 +00:00
wtc%netscape.com
94e6a9e20e Updated for 4.1 release. 2000-08-11 01:34:31 +00:00
putterman%netscape.com
b4631ff06b Fix for bugs 46973. Select all now selects all messages in threaded mode. Fix for 20375. Expand/Collapse All in threaded mode.
r=alecf.
2000-08-11 01:14:59 +00:00
wtc%netscape.com
310e944631 Moved prgcleak.c from mozilla/nsprpub/pr/src/md/mac/prgcleak.c. 2000-08-11 01:02:37 +00:00
wtc%netscape.com
aa2c5c7732 Bugzilla bug #30746: backed out the PR_SetConcurrency(2) workaround
because it introduced other problems.
2000-08-11 00:57:50 +00:00
scc%mozilla.org
cf26b4b61e Bug #47244. patch from sean@beatnik.com; thanks sean! r=scc, a=waterson 2000-08-11 00:55:59 +00:00
warren%netscape.com
36e8a7c7a7 Fixed bustage for chrome:: rule 2000-08-11 00:47:03 +00:00
scc%mozilla.org
5082251b3e bug #48464. explicitly picking my own or the auto-generated function, in particular |operator=|. r={vidur, waterson}, a=vidur 2000-08-11 00:42:41 +00:00
pinkerton%netscape.com
65e76de777 another great patch from dean, with a honker of a comment explaining what is going on from me. we need to check more than one level down to see if we should move the selected item back to |mTimerMenu| when the selection timer fires. fixes bug 29400. yay!!!! r=hyatt. 2000-08-11 00:37:59 +00:00
kestes%staff.mail.com
14c60163c0 *** empty log message *** 2000-08-11 00:35:25 +00:00
law%netscape.com
b788068405 Bug 17524; add 'Bookmark this Link' context menu choice; r=slamm@netscape.com 2000-08-11 00:31:52 +00:00
jelwell%netscape.com
5d875d7a8c Fixing bugscape bug 830, Address Book was calling CallSaveListeners before the abURI was created. r=alecf 2000-08-11 00:29:14 +00:00
kestes%staff.mail.com
737afa472d *** empty log message *** 2000-08-11 00:27:27 +00:00
leaf%mozilla.org
72ad22a061 Automated update 2000-08-11 00:15:09 +00:00
warren%netscape.com
80ee64b1e3 Getting gc leak-detector to work on linux. Non-nspr changes. code=beard,wade r=warren 2000-08-11 00:13:39 +00:00
alecf%netscape.com
0a7bf6c176 fix for 44714 - remove ignore/watch thread (easy fix, no review) 2000-08-11 00:10:18 +00:00
hyatt%netscape.com
c37ff4e02a Fix for 47081. r=ben 2000-08-11 00:05:49 +00:00
cmanske%netscape.com
f1310a8d52 Attempt to fix plain text messenger composer bug 48474, r=sfraser 2000-08-11 00:02:43 +00:00
warren%netscape.com
1b419f9721 Preparing for jar packaging. Added warning. 2000-08-10 23:52:29 +00:00
sgehani%netscape.com
e300a01140 For Unix, create component.reg in cwd, not the specified program dir.
[nsbeta3+ b=47721; r=dveditz]
2000-08-10 23:50:32 +00:00
mccabe%netscape.com
e38da88c9f Backout until I can figure out why mac doesn't like strlen here, even though it seems OK elsewhere. 2000-08-10 23:32:03 +00:00
mcafee%netscape.com
da01eb1416 Splitting cookies/images pref pane into two separate panes (40888). r=ben 2000-08-10 23:27:21 +00:00
warren%netscape.com
1b255eb6c4 Fixed formatting of output so that things line up again. 2000-08-10 23:20:07 +00:00
pchen%netscape.com
671da2897c bug 42854, r = ben, checking patch from gemal@gemal.dk to change download progress dialog to not have OK button 2000-08-10 23:13:33 +00:00
alecf%netscape.com
020e12d7b0 fix for #35803 - call the onload handler so that the page is re-initialized too
r=putterman
2000-08-10 23:09:26 +00:00
mcafee%netscape.com
2bbc6dbc4e Removing wallet from makefiles, fixes solaris bustage. r=Daa 2000-08-10 23:04:33 +00:00
attinasi%netscape.com
c2db7a5f52 Text with 'whitespace:nowrap' no longer uses special Win32-only text measurement code becasue it didn't work. b=42832 r=waterson 2000-08-10 23:03:11 +00:00
mccabe%netscape.com
8ddfc050c7 Fix to 46566.
Always copy the current line string out of the token buffer when generating an error report, rather than just passing the token buffer itself.  The token buffer wasn't necessarily a well-terminated string, so displaying the contents of the string in the error report produced unexpected results.

The unicode string in the error report is owned by a JSString; this string is rooted for the (stack-based) lifetime of the error report.

Fix courtesy jband.

r=mccabe
a=beard
2000-08-10 23:02:39 +00:00
mccabe%netscape.com
bb5465f725 Fix to 34425 -
Always create an error report, even when there is no current stack frame and it might be empty.  This fixes an API regression; we used to allow JS_ReportError to be called from the API when no JavaScript was running.

r=rogerl
a=beard
2000-08-10 22:57:40 +00:00
mscott%netscape.com
95650422bb Bug #44161, 44160 --> get the correct prompt object for the current window instead
of using the one attached to the hidden window. We used to get it from the compose
docshell but when you send the message, that window is actually gone. We should
parent the alerts off of an underlying mail window...
r=ducarroz
2000-08-10 22:56:29 +00:00
mccabe%netscape.com
69b8cc3cca Fix to 47409 -
Don't use timezone comment in javascript Date object toString string if it looks like it might not be ASCII.

a,r=beard
2000-08-10 22:54:45 +00:00
mscott%netscape.com
c42c921e8e Bug #44161 --> remove reference to m_docshell which we don't need now.
r=ducarroz
2000-08-10 22:54:37 +00:00
ruslan%netscape.com
4331a40a89 Fix 46496, r/a=gagan 2000-08-10 22:38:56 +00:00
ducarroz%netscape.com
a21ab101dd Fix for bug 27170. Remove option UUencode for attachment. R=mscott 2000-08-10 22:29:44 +00:00
ducarroz%netscape.com
04d5762efc Fix for bug 47361. Don't access direclty the buffer of a nsAutoCString, it might not be in sync with the content of the string itself. R=bienvenu,mscott 2000-08-10 22:27:09 +00:00
gagan%netscape.com
f9c2459ff0 Fix for bugscape 1800. Offline mode would have sit in recursion. This was already fixed for the M17 branch just doing the same for the tip. 2000-08-10 22:11:13 +00:00
heikki%netscape.com
277fca0c27 Trivial, bug 41772, we were not setting the return value in all cases for HandleEventInternal. r=jst. 2000-08-10 22:07:33 +00:00
alecf%netscape.com
91b7d6ef1f fix for #43484 - sort the account manager and folder pane according to spec
r=putterman
2000-08-10 22:02:52 +00:00
nelsonb%netscape.com
d2a30db497 Replace s_mp_ispow2d with faster version. Change s_mp_mul_d to detect
multiplication by 0, 1, and powers of 2, and handle them without actual
multiplication.
2000-08-10 21:43:16 +00:00
edburns%acm.org
0a19898c15 a=edburns
r=ashuk
bug=47357
M classes_spec/org/mozilla/webclient/wrapper_native/NativeEventThread.java
M src_moz/CBrowserContainer.cpp
M src_moz/NativeEventThread.cpp
M src_moz/ns_util.cpp
M src_moz/ns_util.h
M src_share/jni_util.cpp
M src_share/jni_util.h

tar -cvf 47357.2.tar classes_spec/org/mozilla/webclient/wrapper_native/NativeEventThread.java src_moz/CBrowserContainer.cpp src_moz/NativeEventThread.cpp src_moz/ns_util.cpp src_moz/ns_util.h src_share/jni_util.cpp src_share/jni_util.h

cvs diff -u classes_spec/org/mozilla/webclient/wrapper_native/NativeEventThread.java src_moz/CBrowserContainer.cpp src_moz/NativeEventThread.cpp src_moz/ns_util.cpp src_moz/ns_util.h src_share/jni_util.cpp src_share/jni_util.h

This change modifes what one has to do on the native side to add a
listener.

 * How to create a new listener type on the native side: <P>

 * 1. add an entry in the gSupportedListenerInterfaces array defined in
 * ns_util.cpp <P>

 * 2. add a corresponding entry in the LISTENER_CLASSES enum in
 * ns_util.h <P>

 * 3. add a jstring to the string constant list in
 * CBrowserContainer.cpp, below.

 * 4. Initialize this jstring constant in CBrowserContainer.cpp
 * initStringConstants() <P>

 * 5. add an entry to the switch statement in NativeEventThread.cpp
 * native{add,remove}Listener <P>

You have to clobber_all in webclient after this change.
2000-08-10 21:38:52 +00:00
wtc%netscape.com
20e4421fed Added comments to explain the format of the PR_VERSION string.
Set version number to 4.1 Beta.
2000-08-10 21:19:17 +00:00
sgehani%netscape.com
2dfdacd869 Make license box non-editable.
[nsbeta3+ bugscape b=1939; r=syd]
2000-08-10 20:19:20 +00:00
heikki%netscape.com
418d0168ea Fixed bug 41772, if XLink target was XML file it never opened it in new window. r=jst. 2000-08-10 20:18:49 +00:00
mkaply%us.ibm.com
f54de3516e Accidentally checked in branch file on trunk 2000-08-10 20:18:25 +00:00
rayw%netscape.com
6385bb207a Changed case of nsIFactory.idl methods to start with lower case to be like other
interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.
2000-08-10 20:12:08 +00:00
dbaron%fas.harvard.edu
370ac10052 Fix huge leak warren introduced last night. Changing the hash keys to have owning pointers caused circular ownership. r=waterson b=48373 (nsbeta3+) 2000-08-10 20:08:30 +00:00
ducarroz%netscape.com
6a3d693662 Fix for bug 43441 & bug 32598. Fix various problems with message compose prefs panel. R=varada 2000-08-10 20:03:54 +00:00
ducarroz%netscape.com
7beb9aa7d0 Fix for bug 32598. Re-arrange the frame to be sure it fit (UI change approuved by jglick). R=varada 2000-08-10 19:56:56 +00:00
mkaply%us.ibm.com
bff4aa2496 Initial branch Bidi checkin 2000-08-10 19:56:33 +00:00