mscott%netscape.com
53bde8bcd6
Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
...
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com
72ca3bedea
fix windows build breakage.
1999-06-09 06:18:08 +00:00
sspitzer%netscape.com
dada2bda7f
more fix for SunOS and other UNIX platform build bustage.
...
I don't need to include the .idl file since I'm not deriving from it.
but as I side effect, I need to add the include to the other .h file.
1999-06-09 05:42:57 +00:00
sspitzer%netscape.com
ae0826e548
fix for build bustage on SunOS and other unix platforms..(but curiously, not
...
windows, mac, or linux.)
since we aren't deriving from these interfaces, I only need to declare
them as interfaces. I don't have to include the idl files.
1999-06-09 05:22:30 +00:00
hangas%netscape.com
adb263d613
Changed Address Book window to show selected card only when a single card is selected. Multi-selection and no selection shows no card.
1999-06-09 02:39:56 +00:00
tague%netscape.com
1fb0b5851e
Fix for #7798 : Spelling error in locale GetCategory API. Made one change to mailnews to reflect new spelling
1999-06-09 02:37:14 +00:00
jefft%netscape.com
a138fef42c
added GetTransactionManager() method
1999-06-09 01:31:01 +00:00
jefft%netscape.com
acaf589a1f
added readonly attribute nsITransactionManager transactionManager
1999-06-09 01:30:27 +00:00
alecf%netscape.com
77f0e5e0ac
remove unnecessary files, and fixup includes to avoid use of %{C++
1999-06-09 00:34:51 +00:00
alecf%netscape.com
17f11c4edc
don't export these files on unix
1999-06-09 00:23:37 +00:00
alecf%netscape.com
f3ef2c8d77
these files are now generated
1999-06-09 00:23:01 +00:00
alecf%netscape.com
019ff47f35
start doing XPIDL on windows in local
1999-06-09 00:20:38 +00:00
alecf%netscape.com
5e3b2dba89
get rid of generated headers
1999-06-08 22:50:58 +00:00
hangas%netscape.com
e9107d88eb
Added code to clear the card view when changing address books.
1999-06-08 22:50:43 +00:00
hangas%netscape.com
2781e89fa8
Cleaned up row selection styles.
1999-06-08 22:50:01 +00:00
jefft%netscape.com
8a50930fea
added Undo/Redo method
1999-06-08 22:15:58 +00:00
jefft%netscape.com
8ecbcdaa88
added Undo/Redo method; construct instance of nsTransactionManager in InitializeFolderRoot()
1999-06-08 22:15:04 +00:00
sspitzer%netscape.com
67ad11021f
turn off my debugging printfs.
1999-06-08 21:25:39 +00:00
putterman%netscape.com
c97d52c526
Use onchange in threadPane and make selected color white.
1999-06-08 21:08:12 +00:00
warren%netscape.com
aaf94a8b04
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
hangas%netscape.com
dab7ddbe8b
Cleaned up results pane of address book. Added select entire line code.
1999-06-08 20:21:53 +00:00
alecf%netscape.com
87a6736e51
ignore generated files
1999-06-08 19:20:01 +00:00
alecf%netscape.com
837b932cfb
localize this file by using entities
1999-06-08 19:18:44 +00:00
jefft%netscape.com
9266235983
make sure we destroy the nsMessenger object after we close down the messenger window; call Release() in OnUnload() method
1999-06-08 19:05:40 +00:00
alecf%netscape.com
1717287490
remove the stupid dialog opening code
1999-06-08 19:02:43 +00:00
alecf%netscape.com
69b561b90a
open account manager with window.openDialog()
1999-06-08 18:57:55 +00:00
alecf%netscape.com
b66714debc
add search makefiles to list (doesn't make search part of the build)
1999-06-08 18:44:48 +00:00
sspitzer%netscape.com
a4b404929c
25 is the right max for Mac. from ns/lib/libmsg/newshost.cpp in the old world.
1999-06-08 18:33:30 +00:00
jefft%netscape.com
a90f283b21
accomodate alecf's name change for CloseMessenger()
1999-06-08 18:15:01 +00:00
mscott%netscape.com
1cc1ee131f
Bug #6722 -- part of PR_Open removal.
1999-06-08 18:04:30 +00:00
putterman%netscape.com
230fc32716
Selection now selects the entire line. Folder pane no longer wraps.
1999-06-08 17:47:28 +00:00
sspitzer%netscape.com
ef436c5166
makefile fixes from reg@shale.csir.co.za (Jeremy Lea)
1999-06-08 06:25:56 +00:00
sspitzer%netscape.com
a3228d6649
move StringHash to nsMsgUtils.cpp, and use NS_MsgHashIfNecessary() in all
...
the ns*URI2Path() calls in the ns*Utils.cpp files to hash the file
names if necessary.
also, don't use fprintf().
1999-06-08 05:08:31 +00:00
rhp%netscape.com
06d2084cd8
a new test harness for send unsent messages (send later) interfaces
1999-06-08 04:46:08 +00:00
alecf%netscape.com
ca56df219f
use attribute rather than function
1999-06-08 04:29:35 +00:00
alecf%netscape.com
15ea1a33ab
we can now use the frame directly instead of the IFRAME
1999-06-08 04:29:03 +00:00
alecf%netscape.com
68a4ca0c83
for now, still use SetWindow whenever OpenURL is run
1999-06-08 04:28:43 +00:00
mscott%netscape.com
76d6a71063
random changes to a non building test file =).
...
Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time.
1999-06-08 03:13:10 +00:00
mscott%netscape.com
c3bbe5f281
Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time.
1999-06-08 03:09:13 +00:00
sspitzer%netscape.com
ab7d0a1f39
whoops, forgot one.
1999-06-08 02:34:51 +00:00
sspitzer%netscape.com
d03bc12900
giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.)
1999-06-08 02:22:10 +00:00
alecf%netscape.com
16e20b0d4c
add NPL 1.1
1999-06-08 02:17:35 +00:00
sspitzer%netscape.com
6e2a3cc01a
giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
...
name things so that Windows and UNIX match. (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
alecf%netscape.com
a16a714e73
load the messenger start page from the onload handler rather than the src= attribute of the iframe
1999-06-08 00:59:47 +00:00
alecf%netscape.com
f0209fe9f4
add mozilla license, rename OnLoad/etc to OnLoadMessenger/etc
1999-06-08 00:59:02 +00:00
jefft%netscape.com
c4bf5745da
call Release() instead of NS_RELEASE(this)
1999-06-08 00:32:18 +00:00
jefft%netscape.com
8ec4df616a
clean up - get rid of FindMessenger() & SetWindow() calls; fixed Move/CopyMesseages not working for POP3 mail folders; implemented Close() & OnUnload() method
1999-06-08 00:26:29 +00:00
jefft%netscape.com
0d74bb8c8c
added Close() & OnUnload() method
1999-06-08 00:23:03 +00:00
mscott%netscape.com
5b134b5d2e
LoadUrl signature takes a display consumer
1999-06-08 00:02:27 +00:00
mscott%netscape.com
0fcdd2bbb9
Unification of LoadUrl signature to remove some warnings on Linux & Mac. LoadUrl signature takes a display consumer.
1999-06-08 00:01:54 +00:00