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

67692 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com 8c4633c394 Added more space above text for toolbar buttons. Part of 46423. r=hangas 2000-08-11 03:08:38 +00:00
wtc%netscape.com 65482ee02e Use real sockets in the poll desc array as opposed to NULL. Some
platforms seem to have problem polling on an array of -1's.
2000-08-11 03:00:45 +00:00
mccabe%netscape.com bb5fe130e4 Back in backed-out fix. 2000-08-11 02:58:30 +00:00
jtaylor%netscape.com 12e65c5f18 Fixes bug #41571. r=mstoltz. 2000-08-11 02:46:47 +00:00
saari%netscape.com d230b14bce Fix for leaks. Bug 48126 r=dbaron, hyatt 2000-08-11 02:11:53 +00:00
nelsonb%netscape.com 75cb7c8b33 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 cc29a3e679 fix for bug# 48472 (dogfood bug)
r: mjudge
a: beppe
2000-08-11 01:36:28 +00:00
wtc%netscape.com 26cfafe393 Updated for 4.1 release. 2000-08-11 01:34:31 +00:00
putterman%netscape.com d5696d5add 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 f035aeae72 Moved prgcleak.c from mozilla/nsprpub/pr/src/md/mac/prgcleak.c. 2000-08-11 01:02:37 +00:00
wtc%netscape.com c3db9b1429 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 81ad32038a Bug #47244. patch from sean@beatnik.com; thanks sean! r=scc, a=waterson 2000-08-11 00:55:59 +00:00
warren%netscape.com 9e0a82b706 Fixed bustage for chrome:: rule 2000-08-11 00:47:03 +00:00
scc%mozilla.org 00dda8db96 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 7bfe22cd85 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 42fad11257 *** empty log message *** 2000-08-11 00:35:25 +00:00
law%netscape.com 05d085136b Bug 17524; add 'Bookmark this Link' context menu choice; r=slamm@netscape.com 2000-08-11 00:31:52 +00:00
jelwell%netscape.com 6460890aac 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 139a4e0735 *** empty log message *** 2000-08-11 00:27:27 +00:00
leaf%mozilla.org e821d231f1 Automated update 2000-08-11 00:15:09 +00:00
warren%netscape.com 1dc501bfae 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 d528d1ae5a fix for 44714 - remove ignore/watch thread (easy fix, no review) 2000-08-11 00:10:18 +00:00
hyatt%netscape.com 8ba64ff10a Fix for 47081. r=ben 2000-08-11 00:05:49 +00:00
cmanske%netscape.com 0dea87edfc Attempt to fix plain text messenger composer bug 48474, r=sfraser 2000-08-11 00:02:43 +00:00
warren%netscape.com c9beb554de Preparing for jar packaging. Added warning. 2000-08-10 23:52:29 +00:00
sgehani%netscape.com ab2d386b6e 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 121f13f6ad 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 18bc6012bd Splitting cookies/images pref pane into two separate panes (40888). r=ben 2000-08-10 23:27:21 +00:00
warren%netscape.com 3d0b3b53b2 Fixed formatting of output so that things line up again. 2000-08-10 23:20:07 +00:00
pchen%netscape.com 8eae3816ad 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 0b8396b6f1 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 65e16aafd6 Removing wallet from makefiles, fixes solaris bustage. r=Daa 2000-08-10 23:04:33 +00:00
attinasi%netscape.com d68febe351 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 7486821862 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 80888bc8ae 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 7d58794627 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 3ef2f70f03 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 16bad1d0a3 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 d7ae6cb24f Fix 46496, r/a=gagan 2000-08-10 22:38:56 +00:00
ducarroz%netscape.com 97e96bc012 Fix for bug 27170. Remove option UUencode for attachment. R=mscott 2000-08-10 22:29:44 +00:00
ducarroz%netscape.com e650709f05 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 22d558594c 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 33be2f7e4d 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 6c45e79b60 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 17b1c02a54 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 d64d533dee 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 23f7e332b5 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 7fc9995a7b Make license box non-editable.
[nsbeta3+ bugscape b=1939; r=syd]
2000-08-10 20:19:20 +00:00
heikki%netscape.com caf2b9c19a 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 7da724733b Accidentally checked in branch file on trunk 2000-08-10 20:18:25 +00:00