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
mscott%netscape.com
083cfc89a1
Backing out mstoltz's earlier checkin to bring mailnews back to life.
...
a=mcafee
2000-08-10 03:57:43 +00:00
valeski%netscape.com
5c07271df2
fixing windows linkage problems
2000-08-10 03:50:12 +00:00
cmanske%netscape.com
479cdf9bee
Big UI fix checkin continued - same bugs as last checkin. r=sfraser
2000-08-10 03:43:09 +00:00
conrad%ingress.com
b5580d4dad
Changed params to NS_InitEmbedding.
2000-08-10 03:43:06 +00:00
mkaply%us.ibm.com
1766df0ac3
r=waterson, a=waterson
...
OS/2 and AIX tinderbox break - shouldn't NS_IF_ADDREF a member in a const function
2000-08-10 03:39:05 +00:00
valeski%netscape.com
883fd675f1
fixing build bustage on linux
2000-08-10 03:37:36 +00:00
valeski%netscape.com
7900689208
fixing bustage
2000-08-10 03:29:50 +00:00
valeski%netscape.com
54f2ea5ce4
checking in for conrad to fix build bustage
2000-08-10 03:27:21 +00:00
valeski%netscape.com
bf151ebc77
temp fix for build problem
2000-08-10 03:15:57 +00:00
brendan%mozilla.org
fe5af9cfa3
Fix cut-and-paste bugs in JavaMember_finalize (48304, r=pschwartau).
2000-08-10 03:09:41 +00:00
conrad%ingress.com
1a902d1034
Added implementation of nsIDirectoryServiceProvider.
r=alecf
2000-08-10 03:08:39 +00:00
conrad%ingress.com
312a538082
1. Uses appfilelocationprovider. Can pass one in or pass nsnull and default is made.
2. Removed version of NS_InitEmbedding which took char* path.
r=dougt
2000-08-10 03:07:25 +00:00
wtc%netscape.com
93013efded
Bugzilla bug #34920 : fixed a bug in PR_EmulateAcceptRead that depended
...
on the implementation of an enum.
2000-08-10 02:40:12 +00:00
rhp%netscape.com
aaab803903
Fix for Japanese text being corrupted in Forward Inline - Bug #: 48118 - r: mscott
2000-08-10 02:28:26 +00:00
dmose%mozilla.org
4525e9564d
Changed nsLDAPConnection to execute the nsILDAPMessageListener callbacks directly rather than through an nsISupports proxy, meaning that the default is for them to execute on the nsLDAPConnection thread. Callers can still create a proxy manually and pass it in, if desired. Changed the datasource and channel objects to run correctly on the nsLDAPConnection thread, in the hopes that this would help avoid UI stalls. On Linux, at least, this didn't make any perceptible improvement, but it still is probably a good thing, and may help once more event system loving gets checked in. a=r=(not built)
2000-08-10 02:13:21 +00:00
cmanske%netscape.com
77d34e941e
Changed images for editmode toolbar, part of bug 47515. r=sfraser
2000-08-10 02:11:00 +00:00
cmanske%netscape.com
a62a9dffa1
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 02:10:17 +00:00
mscott%netscape.com
cd50372be3
Bug #46086 --> can't read forwarded messages in 4.x because we are setting
...
a bogus content type on the news article (when it's forwarded as an attachment)
Bug #48135 --> fix forwarding of news messages bustage. Clear the channel listener
and re-generate it every time we load a url.
r=bienvenu
2000-08-10 02:09:33 +00:00
mscott%netscape.com
0581e3797c
Bug #48078 , 48081 --> bring up save to disk dialog right away from the helper app dialog instead of
...
waiting till the download is finished.
properly implement Cancel so we stop the download and clean up the temp file.
r=alecf
2000-08-10 01:49:06 +00:00
edburns%acm.org
4e0e4a0292
First checkin of Webclient/IE
2000-08-10 01:33:35 +00:00
edburns%acm.org
4f4b815479
Make it so the jni headers are built in src_share.
2000-08-10 01:08:14 +00:00
syd%netscape.com
2351f10b90
partial fix for 1611. r=cmanske
2000-08-10 01:04:50 +00:00
edburns%acm.org
e0e314d645
Make it so the jni headers are built in src_share.
2000-08-10 01:02:57 +00:00
anthonyd%netscape.com
72a6df722f
bug fix for 47399
...
dropping a drag session onto the originating selection
should do nothing.
r: mjudge, jfrancis
2000-08-10 01:01:18 +00:00
dr%netscape.com
6b92c2eabe
one-line fix for 46658, r=ben
2000-08-10 00:52:02 +00:00