waterson%netscape.com
abb7aa4bf8
Fix build bustage. Added nscore.h, which declares NS_STATIC_CAST et. al.
2000-05-13 02:05:50 +00:00
sfraser%netscape.com
4919f300cb
WIP for bug 33810 -- add an image animation enum, and getters and setters in the pres context
2000-05-13 01:39:20 +00:00
dmose%mozilla.org
6b38a9662c
created an nsILDAPConnection interface, and set up nsLDAPConnection to implement it so that we can use XPCOM proxies for cross-thread marshalling, and so we get JS access as well
2000-05-13 01:38:38 +00:00
dmose%mozilla.org
cb59429f00
a couple of shutdown related things: added an mThreadRunning member, and made thread PR_JOINABLE
2000-05-13 01:36:25 +00:00
waterson%netscape.com
f284e62f26
Fix string backsliding. r=scc
2000-05-13 01:11:31 +00:00
sspitzer%netscape.com
9882cd015b
such a dumbass. nntp is the server type, not news.
2000-05-13 01:09:26 +00:00
racham%netscape.com
83b0c94d02
Fixing bug 10953. Modifying SetRegString interface to store all required values in the registry. r=gayatrib
2000-05-13 01:02:29 +00:00
ben%netscape.com
7cf9640d99
skinnable sidebar
2000-05-13 01:02:28 +00:00
sspitzer%netscape.com
40408e6fae
whoops.
2000-05-13 00:55:20 +00:00
sspitzer%netscape.com
f02481be2e
fix for #38929 , when building the subscribe dialog, don't block the ui thread.
...
using nsTimer to do this. need to fix some performance problems, but that's
covered in other bugs.
2000-05-13 00:53:44 +00:00
ben%netscape.com
d62b1a4591
tweaks to sidebar customize XUL classes
2000-05-13 00:49:23 +00:00
law%netscape.com
89b6bc06ea
Add desktop integration component for windows
2000-05-13 00:49:03 +00:00
waterson%netscape.com
00a181bcf2
Fix string backsliding. r=scc
2000-05-13 00:47:48 +00:00
sspitzer%netscape.com
d490ed66e0
get type down to do the right things for imap.
2000-05-13 00:47:47 +00:00
law%netscape.com
854508076f
Add Desktop Integration pref panel
2000-05-13 00:41:56 +00:00
ben%netscape.com
94b682b963
skinnable taskbar
2000-05-13 00:40:39 +00:00
ben%netscape.com
e6eaaad37d
patch sidebar to use new tab classes
2000-05-13 00:40:22 +00:00
cmanske%netscape.com
0dd4f7da76
Fixed layout of personal dictionary dialog
2000-05-13 00:38:54 +00:00
sspitzer%netscape.com
931dd42d43
fix #38097 , #37927 , #37759 . in official bits, menulists were horked.
...
we forgot to package menulistBindings.xml
2000-05-13 00:28:12 +00:00
waterson%netscape.com
7c5e4bf508
Deal with type unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
2000-05-13 00:23:04 +00:00
scc%netscape.com
80b0f54e6f
bug #38765
2000-05-13 00:22:38 +00:00
waterson%netscape.com
a926ea50f1
Deal with type-unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
2000-05-13 00:19:21 +00:00
cmanske%netscape.com
205aaa3ea3
Adding TableCommands to <commandset> for message composer
2000-05-13 00:18:59 +00:00
waldemar%netscape.com
e4b1d1c7b0
Simplified grammar without changing syntax
2000-05-13 00:18:56 +00:00
waterson%netscape.com
2ecdf03c7c
Add necessary code to get NEW_STRING_APIS to compile properly on gcc-2.7.2.3. r=scc
2000-05-13 00:05:29 +00:00
waterson%netscape.com
ff6b6e3c9a
Add notation as to why the SetOriginalURI() hack is necessary.
2000-05-13 00:01:22 +00:00
ben%netscape.com
0de2c4b80f
remove redundant directory, files
2000-05-12 23:51:34 +00:00
tao%netscape.com
0529872f0d
Adjust code logic to use the new Accpet-Lang file structure.r=jbetak.
2000-05-12 23:50:33 +00:00
gordon%netscape.com
cd6840ddb1
Fixes for bug 34663 and bug 33821 - crashes in DNS CompleteLookup and/or Shutdown.
2000-05-12 23:44:20 +00:00
jfrancis%netscape.com
f9cbdf9698
fix for 38991: making lists screwed up
2000-05-12 23:43:50 +00:00
ben%netscape.com
754fdc0818
remove dependency on pref.css
2000-05-12 23:42:55 +00:00
gordon%netscape.com
1851500ae6
Change allocation/deallocation of monitor to use nsAutoMonitor methods, as per brendan's suggestion.
2000-05-12 23:42:33 +00:00
gordon%netscape.com
aebe469af2
Reorder shutdown of DNS and SocketTransport services to allow the DNS service to notify socket transports that outstanding lookups are going away.
Part of fix for bug 33821 and 34663.
2000-05-12 23:41:40 +00:00
gordon%netscape.com
26fd2a9c50
Let go of monitor a bit earlier in ReleaseService() so that services which are shuttingdown may aquire their own monitors without potential deadlocks. Also changed allocation/deallocation of ServiceManager's monitor to use nsAutoMonitor methods, as per brendan's suggestion.
2000-05-12 23:39:34 +00:00
ben%netscape.com
05450c42f1
code cleanup for charset configuration window
2000-05-12 23:38:07 +00:00
mcgreer%netscape.com
50cdc7829c
Add condition for BSAFE build.
2000-05-12 23:37:36 +00:00
mcgreer%netscape.com
0d6b5ee3a6
Initial checkin of implementations of MD2 and MD5. An empty definition of Diffie-Hellman to allow for building, more later. Changes to Makefile for building with BSAFE.
2000-05-12 23:35:06 +00:00
jbetak%netscape.com
e1db5c4c67
32591 View source page is displayed as ISO-8859-1 in no meta tag page
...
r=ftang
2000-05-12 23:33:37 +00:00
sfraser%netscape.com
7b44ffcf68
Add a null check.
2000-05-12 23:11:04 +00:00
scc%netscape.com
cf127bfa10
fix bug #36316
2000-05-12 23:09:28 +00:00
scc%netscape.com
4b1f539a77
fix bug #36311
2000-05-12 23:05:11 +00:00
dougt%netscape.com
5f1e01ec8c
fixing user profile directory and pref InstallFolder targets.
2000-05-12 23:03:44 +00:00
law%netscape.com
a97ea28d00
New native app support to enable Win32 dde
2000-05-12 22:37:20 +00:00
rginda%netscape.com
e14b7f93eb
* Makefile.in, makefile.win
...
install new file.
* command-manager.js
handle exact match case.
* chatzilla.css
remove old styles.
* output-default.css
darker bg on QUIT messages.
2000-05-12 22:30:53 +00:00
rginda%netscape.com
1c483d887f
-- CHATZILLA CHANGES ONLY --
...
* xul/content/MANIFEST
install new file.
* chatzilla.xul
remove old js file.
add new js file.
menu restructuring.
userlist as rdf populated tree.
* commands.js
hookup for quit, exit, clear, delete, hide, commands, names, toolbar, and statusbar commands.
* handlers.js
implement new commands.
userlist sorting.
tab completion reorg.
pgup/dn functionality.
userlist rdf related hookup.
* static.js
remove unused client.vars.
make version reply one line.
show activity in titlebar if toolbar is not visible.
fix scrolling AND redraw problems!!
userlist rdf related hookup.
2000-05-12 22:30:21 +00:00
mkaply%us.ibm.com
4c8a84ce2c
# 37239
...
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
2000-05-12 22:23:36 +00:00
mkaply%us.ibm.com
eba0a57ff7
# 37239
...
r= dcone
OS/2 bring up continues - PR_CALLBACK and typo
2000-05-12 22:21:42 +00:00
tao%netscape.com
8ecb361185
34954: need a mechanism to convert from accpet-lang to locale name and
...
vice verse.
2000-05-12 22:17:49 +00:00
dougt%netscape.com
e28f98f20b
Patch from snizinsk@us.ibm.com
...
from email:
What is in the tree from 5/2 was not correct (the
PR_CALLBACKs that were checked in 5/2 were incorrect for our build. They
should be on the prototypes which are declared "static PRIntn" not on
"NS_IMETHOD".
2000-05-12 22:11:45 +00:00
cmanske%netscape.com
0e428e9ba3
Fixing spellcheck bug 34356
2000-05-12 22:11:06 +00:00