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

67515 Коммитов

Автор SHA1 Сообщение Дата
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
rayw%netscape.com d8d52c08c6 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 578dafb772 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 7b9d17d491 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 1b0457aca1 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 2d052c14df Initial branch Bidi checkin 2000-08-10 19:56:33 +00:00
jgaunt%netscape.com 0874f937bc a=blizzard@redhat.com r=jgaunt@netscape.com
fixing hp bustage
2000-08-10 19:55:25 +00:00
sgehani%netscape.com 978f5a1897 Merge M17 branch fix for nsbeta2+ bugscape bug 1895: get rid of error 340 in
Mac installer during XPCOM autoreg by delaying so fragment registry has time
to update newly extracted shlbs.

[branch fix r=dveditz; a=pdt]
2000-08-10 19:05:19 +00:00
mkaply%us.ibm.com 321737b438 file nsBidiPresUtils.cpp was initially added on branch IBMBIDI_20000809_BRANCH. 2000-08-10 18:22:22 +00:00
mcafee%netscape.com 23bfcd1b52 More double-space lossage, whitespace change only. 2000-08-10 08:16:40 +00:00
valeski%netscape.com 1eaedb3d26 fixing build bustage 2000-08-10 07:59:50 +00:00
cmanske%netscape.com 02a3dbae11 Simplified background image UI in Colors and Background dialog, b=47693, r=sfraser 2000-08-10 07:31:52 +00:00
warren%netscape.com 76affc9fde Fixed nsStringKey -> nsCStringKey problem 2000-08-10 07:28:01 +00:00
mcafee%netscape.com 3865182dc5 Ignore gnerated files. 2000-08-10 07:25:12 +00:00
mcafee%netscape.com 7adab3233a Ignore generated files. 2000-08-10 07:24:02 +00:00
warren%netscape.com 8860496f83 Fixed nsStringKey problems due to hashtable changes. 2000-08-10 07:10:42 +00:00
cmanske%netscape.com 025e74f8b8 Fixed layout in Colors and Background dialog, b=47693, r=sfraser 2000-08-10 07:08:07 +00:00
mcafee%netscape.com 72f0f0f8dd Backing out reorder, to match valeski's backout 2000-08-10 07:07:13 +00:00
valeski%netscape.com f26a37ddd8 backing out 2000-08-10 07:06:21 +00:00
warren%netscape.com bfefb0ab2a Fixed warnings. 2000-08-10 07:05:13 +00:00
valeski%netscape.com 0a3c9fa9df re-ordering so clobber builds are ok 2000-08-10 07:01:40 +00:00
alecf%netscape.com 5a903519d1 fix for #39016 r=mscott
make more strings localization friendly, and use formatStringFromName where appropriate
2000-08-10 07:00:16 +00:00
cmanske%netscape.com 127e7a0bd2 Fixed tooltip in Colors and Background dialog, b=47693, r=sfraser 2000-08-10 06:54:03 +00:00
valeski%netscape.com 3e47c27e06 backing out 2000-08-10 06:51:30 +00:00
valeski%netscape.com 2dcce96813 backing out 2000-08-10 06:46:00 +00:00
cmanske%netscape.com c502ac0a84 Tweaked Insert Table dialog, b=47688, r=sfraser 2000-08-10 06:44:59 +00:00
mcafee%netscape.com e8acba6bf7 Moving embedding directory to follow xpfe, dependency on xpfelocation_s.a was introduced by embedding tonight. Component ? or better solution? Fixes linux bustage. a=syd 2000-08-10 06:43:05 +00:00
scc%mozilla.org 6835c7e5c5 fixes needed to get multi-fragment strings working; r|a=waterson 2000-08-10 06:36:54 +00:00