cls%seawood.org
a63714b4e6
More OS/2 fixes. Bug #34106 Batch 17 & 18. r=pavlov
2000-05-21 11:23:34 +00:00
mccabe%netscape.com
271ab4124c
Fixes to the xpcom sample. This code does not go into the Mozilla product.
...
- Update progid mentioned in the .html file to that actually used in the code.
- Remove outdated nsSampleFactory.cpp so nobody gets confused, but add note to nsSampleModule.cpp in its memory, as it had extensive comments.
2000-05-21 08:33:31 +00:00
hyatt%netscape.com
a506c6e88a
oops. files aren't supposed to be built.
2000-05-21 07:46:46 +00:00
hyatt%netscape.com
0db13c201f
grid fixes.
2000-05-21 07:45:12 +00:00
hyatt%netscape.com
f87999942a
New bindings for XUL trees. Not used.
2000-05-21 07:03:05 +00:00
hyatt%netscape.com
da1379408b
New XUL tree code. Not turned on (and therefore harmless)
2000-05-21 07:02:15 +00:00
hyatt%netscape.com
02387dd97c
ifdef tree code. not part of build.
2000-05-21 07:00:35 +00:00
hyatt%netscape.com
940cc1ade0
XBL event handler support. r=ben
2000-05-21 06:58:15 +00:00
dougt%netscape.com
5f08efa2cf
fixing confusing comment. 38553
2000-05-21 05:42:57 +00:00
leaf%mozilla.org
0775737da8
Automated update
2000-05-21 03:45:10 +00:00
tor%cs.brown.edu
f0c6e115a7
Temporary fix for SUNWspro link bustage 39452.
2000-05-21 03:37:39 +00:00
tor%cs.brown.edu
45aa9ead6c
SUNWspro5.0 build bustage fix - remove extra semicolon after a
...
body which confuses the compiler. a=brendan
2000-05-21 02:14:17 +00:00
scc%mozilla.org
00443cdd51
Bug #39963 . The NS_LITERAL_[C]STRING macros incorrectly counted the null terminator for a literal string in the length. This may not be the complete solution. r=sdagley
2000-05-21 01:45:19 +00:00
jim_nance%yahoo.com
d9992f2b2d
Code to help fix 39541. We now use the cxx compiler to generate shared libs
...
containing cxx generated objects rather than calling /usr/bin/ld directly.
r=cls@seawood.org a=brendan@meer.net
2000-05-20 23:47:23 +00:00
scc%mozilla.org
52c5791a3e
fixed non-standard include-guard. This file is not currently part of the build
2000-05-20 20:48:12 +00:00
scc%mozilla.org
80e3b6a3ae
Bug #39686 . Made an |NS_COUNT|. Put it in the new file "nsAlgorithm.h", to which I also moved |NS_MIN| and |NS_MAX| from "nscore.h", and |copy_string| and |copy_string_backward| from "nsAReadableString.h". Also fixed non-standard include-guards. r={sford, jag}
2000-05-20 20:43:26 +00:00
warren%netscape.com
afbcb4a48c
New beta-quality Plugin API (now in IDL!).
2000-05-20 20:03:36 +00:00
scc%mozilla.org
0430a32652
exporting to dist the new header file "nsAlgorithm.h" . Part of the fix for bug #39686
2000-05-20 20:00:49 +00:00
scc%mozilla.org
dae10b02a8
Adding a new file. Part of the fix for Bug #39686 .
2000-05-20 19:57:03 +00:00
scc%mozilla.org
3730f50409
ugh. Fix to placate egcs. |static_cast| should be sufficient for a |void*|, but egcs seems to need |reinterpret_cast|
2000-05-20 19:08:36 +00:00
shaver%mozilla.org
8c693ee0d9
add do_GetServiceFromCategory, r/a=brendan
2000-05-20 18:55:35 +00:00
brendan%mozilla.org
addb7242fb
Fix remove-while-enumerating, beef up metering and add JS_DHashTableDumpMeter (these files are not part of the client build).
2000-05-20 18:42:22 +00:00
brendan%mozilla.org
0858bc61ea
Fix old stddev calc bug (#ifdef'd code, not part of build).
2000-05-20 18:41:13 +00:00
scc%mozilla.org
ebc8903c87
Bug #39824 . Checking in patch from dp. This patch fixes exports on some |nsCOMPtr_helper| classes so we can link appropriately. r=scc.
2000-05-20 18:31:45 +00:00
scc%mozilla.org
82bbf19a82
Fixing platform bustage only caught by SunOS Workshop. Need a |const| in a cast to avoid casting away |const|-ness. r=jdunn
2000-05-20 18:22:05 +00:00
scc%mozilla.org
4814477a24
Checking in patch from Jim Dunn to fix platform bustage on HPUX. In fact, this is the way the code should have been written in the first place due to the C++ standard section 14.6.2(3). Members of the template base class just aren't visible without explicit scoping of some form, typically |this->|. r=scc
2000-05-20 18:19:27 +00:00
endico%mozilla.org
c35cfa3164
fix url of dtd
2000-05-20 08:07:19 +00:00
rhp%netscape.com
1da16c155c
Fix for signatures in Japanese - Bug #: 34373 - r: sspitzer
2000-05-20 07:12:28 +00:00
rhp%netscape.com
5ad69adb6d
Fix for mail bodies displaying HTML codes - Bug #38555 - r: sspitzer
2000-05-20 05:54:22 +00:00
wtc%netscape.com
d157b55e3a
Bugzilla bug #34920 : modified PR_EmulateSendFile so that it doesn't
...
depend on the mmap alignment being a power of 2.
2000-05-20 05:43:08 +00:00
cls%seawood.org
428b68b127
Ack! I missed a file. Why hardcode a static zlib when you should use a shared one?
2000-05-20 04:29:55 +00:00
rhp%netscape.com
6c8b7c06fe
Fix for problem with forwarding images - Bug #: 31207 - r: sspitzer
2000-05-20 04:21:36 +00:00
tor%cs.brown.edu
94713681c6
Fix crasher bug 36834 by making sure that the image we're about
...
to read/composite overlaps the underlying drawing surface. a=brendan
2000-05-20 04:03:17 +00:00
pavlov%netscape.com
528cf844b7
work to try and fix crasher bug 39752 by being sure to call Cancel() on the timers since the windows timer code holds a ref to itself.... more to come on that. r=jag@irc
2000-05-20 03:57:59 +00:00
pavlov%netscape.com
367dc92877
backing out a change that went in with the new timer code that had nothing to do with timers and shouldn't have been checked in (and I don't know why was in my tree)
2000-05-20 03:05:48 +00:00
sspitzer%netscape.com
99580eac94
fix bustage.
2000-05-20 02:52:27 +00:00
cls%seawood.org
df5725e323
Finishing off the standalone modules framework.
...
List js/src/liveconnect & js/src/xpconnect in toplevel Makefile.in to allow js to be built using the standalone framework.
Use the <module>_STANDALONE defines anytime BUILD_MODULES != all.
r=slamm
2000-05-20 02:45:59 +00:00
sspitzer%netscape.com
4973834992
fix for #39913 , no you can subscribe / unsubscribe from imap folders with japanese folder
...
names. r=mscott
2000-05-20 02:36:30 +00:00
rhp%netscape.com
ad545fe55f
Fix for failing silently if prefs arent set - Bug 39872 - r: sspitzer
2000-05-20 02:06:15 +00:00
sspitzer%netscape.com
397c363d61
fix bug #20987 , handle case where a non-subscribable server is selected, and handle the
...
edge case if there are no subscrible servers. r=alecf
2000-05-20 01:25:27 +00:00
cotter%netscape.com
cb9767f89b
Revised section on Personal Security Password w/ SDR info, plus related glossary items.
2000-05-20 01:23:34 +00:00
cyeh%bluemartini.com
400300bbf9
remove dependency on Mysql, use DBI instead. Patch submitted by
...
sstock@iconnect-inc.com , reworked slightly by cyeh@bluemartini.com
to update it to the tip
2000-05-20 01:22:07 +00:00
endico%mozilla.org
86c00dc4b1
perform system calls in a more secure manner at suggestion of Adam Spiers <adam@spiers.net>
2000-05-20 01:15:42 +00:00
dougt%netscape.com
4b4d8250bf
correcting invalid port number. They should be -1, not zero.
2000-05-20 00:19:24 +00:00
sspitzer%netscape.com
515e5080e8
last of it for #39172 , i18n friendly subscribe dialog.
...
this was a horrible landing. some one horse whip me.
2000-05-19 22:56:34 +00:00
dougt%netscape.com
d83290854c
Fix for 31164, possibly 35658, and prep work for 31174.
...
1) Passing the proxy hostname and port to the underlying socket
and changing all users that appeared in lxr.
2) (psm-glue) registering with the cache manager to allow local loopback so that
psm will work with a proxy.
3) (psm-glue) Storing proxy information in psmSocketInfo.
most reviewed by gagan@netscape.com .
2000-05-19 22:56:12 +00:00
mcgreer%netscape.com
ebf9115175
hash performance functions now look the same as the other ciphers. add a zerobuffer option to avoid creating random buffers when performance testing.
2000-05-19 22:50:48 +00:00
sspitzer%netscape.com
32e2a970fd
#39172 , i18n friendly subscribe dialog
2000-05-19 22:42:47 +00:00
sspitzer%netscape.com
8ca2d0d7ca
last bit of the fix for #39172 , i18n friendly subscribe dialog
2000-05-19 22:38:07 +00:00
sspitzer%netscape.com
7b47f851a0
rest of fix for #39172 , i18n friendly subscribe dialog.
2000-05-19 22:33:38 +00:00