Commit Graph

67563 Commits

Author SHA1 Message Date
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
jgaunt%netscape.com
2386a87345 a=blizzard@redhat.com r=jgaunt@netscape.com
fixing hp bustage
2000-08-10 19:55:25 +00:00
sgehani%netscape.com
e4eb57d447 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
24739e6bd8 file nsBidiPresUtils.cpp was initially added on branch IBMBIDI_20000809_BRANCH. 2000-08-10 18:22:22 +00:00
mcafee%netscape.com
c6ded73515 More double-space lossage, whitespace change only. 2000-08-10 08:16:40 +00:00
valeski%netscape.com
58c0bca46c fixing build bustage 2000-08-10 07:59:50 +00:00
cmanske%netscape.com
80996423fc Simplified background image UI in Colors and Background dialog, b=47693, r=sfraser 2000-08-10 07:31:52 +00:00
warren%netscape.com
560b643684 Fixed nsStringKey -> nsCStringKey problem 2000-08-10 07:28:01 +00:00
mcafee%netscape.com
4fca56849f Ignore gnerated files. 2000-08-10 07:25:12 +00:00
mcafee%netscape.com
6a6d503490 Ignore generated files. 2000-08-10 07:24:02 +00:00
warren%netscape.com
4cd132b6fb Fixed nsStringKey problems due to hashtable changes. 2000-08-10 07:10:42 +00:00
cmanske%netscape.com
0752fd3cbb Fixed layout in Colors and Background dialog, b=47693, r=sfraser 2000-08-10 07:08:07 +00:00
mcafee%netscape.com
ce31d8a507 Backing out reorder, to match valeski's backout 2000-08-10 07:07:13 +00:00
valeski%netscape.com
1357f0e9e7 backing out 2000-08-10 07:06:21 +00:00
warren%netscape.com
a35f9c8adb Fixed warnings. 2000-08-10 07:05:13 +00:00
valeski%netscape.com
44dd637a1b re-ordering so clobber builds are ok 2000-08-10 07:01:40 +00:00
alecf%netscape.com
d13e0c95f9 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
8cfad023a2 Fixed tooltip in Colors and Background dialog, b=47693, r=sfraser 2000-08-10 06:54:03 +00:00
valeski%netscape.com
376d8a682e backing out 2000-08-10 06:51:30 +00:00
valeski%netscape.com
0458b909bd backing out 2000-08-10 06:46:00 +00:00
cmanske%netscape.com
742c525adf Tweaked Insert Table dialog, b=47688, r=sfraser 2000-08-10 06:44:59 +00:00
mcafee%netscape.com
6cd25dc41d 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
cc67834dfe fixes needed to get multi-fragment strings working; r|a=waterson 2000-08-10 06:36:54 +00:00
warren%netscape.com
501b575efa Fixed nscom.h -> nsCom.h 2000-08-10 06:35:34 +00:00
morse%netscape.com
a204ee0d93 fix bug 48241, crash when visiting url 2000-08-10 06:34:24 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
conrad%ingress.com
f32e087836 Fixed double line feed problem. 2000-08-10 06:06:02 +00:00
valeski%netscape.com
c38e718733 fixing windows hatred of goto inits 2000-08-10 05:23:05 +00:00
mcafee%netscape.com
2f7a5e6fcd Fixing unix bustage. 2000-08-10 05:14:54 +00:00
mcafee%netscape.com
18b68e428a Adding nsDirectoryServiceDefs.h, fixing whitespace problems. This would have become linux bustage later. 2000-08-10 04:53:37 +00:00
conrad%ingress.com
da645761e9 Changed strings to use macros Fixed FindWinFolder which was not doing anything. 2000-08-10 04:39:30 +00:00
conrad%ingress.com
a76baabb28 Added nsDirectoryServiceDefs.h 2000-08-10 04:37:43 +00:00
conrad%ingress.com
9a82cefb6a Added the building of appfilelocationprovider lib. r=sfraser 2000-08-10 04:36:59 +00:00