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
warren%netscape.com
43fe8069d1
Fixed nscom.h -> nsCom.h
2000-08-10 06:35:34 +00:00
morse%netscape.com
64b0264006
fix bug 48241, crash when visiting url
2000-08-10 06:34:24 +00:00
warren%netscape.com
4af572e4c1
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
ab1c8173ed
Fixed double line feed problem.
2000-08-10 06:06:02 +00:00
valeski%netscape.com
d50faae952
fixing windows hatred of goto inits
2000-08-10 05:23:05 +00:00
mcafee%netscape.com
27646fda65
Fixing unix bustage.
2000-08-10 05:14:54 +00:00
mcafee%netscape.com
4b0d364ea2
Adding nsDirectoryServiceDefs.h, fixing whitespace problems. This would have become linux bustage later.
2000-08-10 04:53:37 +00:00
conrad%ingress.com
e9738e5a4e
Changed strings to use macros
Fixed FindWinFolder which was not doing anything.
2000-08-10 04:39:30 +00:00
conrad%ingress.com
315270d458
Added nsDirectoryServiceDefs.h
2000-08-10 04:37:43 +00:00
conrad%ingress.com
b17ecae372
Added the building of appfilelocationprovider lib.
r=sfraser
2000-08-10 04:36:59 +00:00
mcafee%netscape.com
ca7e606de4
Reverting conrads change, accidentally double-spaced entire file.
2000-08-10 04:29:05 +00:00
conrad%ingress.com
2af8351f9a
Export of nsDirectoryServiceDefs.h
r=valeski
2000-08-10 04:12:16 +00:00
conrad%ingress.com
0767639b48
Export of defs header file.
r=valeski
2000-08-10 04:11:15 +00:00
conrad%ingress.com
d4c887cd87
Added appfilelocprovider lib, shell32 lib
r=valeski
2000-08-10 04:10:24 +00:00
conrad%ingress.com
4bd4881f90
First checkin.
r=valeski
2000-08-10 04:03:52 +00:00
conrad%ingress.com
583502a9f2
First checkin.
2000-08-10 04:02:25 +00:00