hyatt%netscape.com
8cd9098263
New XUL tree code. Not turned on (and therefore harmless)
2000-05-21 07:02:15 +00:00
hyatt%netscape.com
c2087cd7f0
ifdef tree code. not part of build.
2000-05-21 07:00:35 +00:00
hyatt%netscape.com
2dc2812235
XBL event handler support. r=ben
2000-05-21 06:58:15 +00:00
dougt%netscape.com
76d0fd531d
fixing confusing comment. 38553
2000-05-21 05:42:57 +00:00
leaf%mozilla.org
4e44245ff5
Automated update
2000-05-21 03:45:10 +00:00
tor%cs.brown.edu
7374469368
Temporary fix for SUNWspro link bustage 39452.
2000-05-21 03:37:39 +00:00
tor%cs.brown.edu
7a9a8bf9e7
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
e16c3964fe
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
8254c9cbf3
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
dc02e4d194
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
09ea95c306
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
26693d73dc
New beta-quality Plugin API (now in IDL!).
2000-05-20 20:03:36 +00:00
scc%mozilla.org
51e3e8b60c
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
04f49487ce
Adding a new file. Part of the fix for Bug #39686 .
2000-05-20 19:57:03 +00:00
scc%mozilla.org
525623fdcd
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
bbba7ebfa6
add do_GetServiceFromCategory, r/a=brendan
2000-05-20 18:55:35 +00:00
brendan%mozilla.org
c099365219
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
31e48aabc5
Fix old stddev calc bug (#ifdef'd code, not part of build).
2000-05-20 18:41:13 +00:00
scc%mozilla.org
a1285d663d
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
1c92045198
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
54e569a787
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
5f9c16b57b
fix url of dtd
2000-05-20 08:07:19 +00:00
rhp%netscape.com
8b73b3c7ec
Fix for signatures in Japanese - Bug #: 34373 - r: sspitzer
2000-05-20 07:12:28 +00:00
rhp%netscape.com
245fb3c7ec
Fix for mail bodies displaying HTML codes - Bug #38555 - r: sspitzer
2000-05-20 05:54:22 +00:00
wtc%netscape.com
ca83c50499
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
a55fae3f46
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
e9807fb3d1
Fix for problem with forwarding images - Bug #: 31207 - r: sspitzer
2000-05-20 04:21:36 +00:00
tor%cs.brown.edu
bfa5796a55
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
01f22cffbb
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
3e21428f32
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
495890a44b
fix bustage.
2000-05-20 02:52:27 +00:00
cls%seawood.org
b129e998c9
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
3c87ddc96d
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
fdd83cc803
Fix for failing silently if prefs arent set - Bug 39872 - r: sspitzer
2000-05-20 02:06:15 +00:00
sspitzer%netscape.com
a83ba9b73b
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
83b6a12dae
Revised section on Personal Security Password w/ SDR info, plus related glossary items.
2000-05-20 01:23:34 +00:00
cyeh%bluemartini.com
641d0dc553
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
e315e104ae
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
0da3936bb1
correcting invalid port number. They should be -1, not zero.
2000-05-20 00:19:24 +00:00
sspitzer%netscape.com
b16732ba77
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
4ea1d81354
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
d992f5bbb1
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
892b0c2a3a
#39172 , i18n friendly subscribe dialog
2000-05-19 22:42:47 +00:00
sspitzer%netscape.com
8900bcb5d4
last bit of the fix for #39172 , i18n friendly subscribe dialog
2000-05-19 22:38:07 +00:00
sspitzer%netscape.com
a7ebd62939
rest of fix for #39172 , i18n friendly subscribe dialog.
2000-05-19 22:33:38 +00:00
sspitzer%netscape.com
3c77570a67
changes for make the subscribe dialog i18n friendly. now, imap folders with
...
japanese names work. thanks to ji@netscape.com for the help in getting
a japanese folder name. remove the old news/tests. they are old
and not used anymore.
2000-05-19 22:27:18 +00:00
waterson%netscape.com
4ca4d3fb2a
Remove obsolete file that is no longer part of the build.
2000-05-19 22:15:23 +00:00
nelsonb%netscape.com
3573568670
Performance enhancement. Takes only 70% as long as previous version.
2000-05-19 22:14:38 +00:00
sspitzer%netscape.com
ff63a2b3da
whoops. sorry about that, chief.
2000-05-19 21:38:24 +00:00
sspitzer%netscape.com
c4c772750d
ignore generated makefiles.
2000-05-19 21:12:38 +00:00