Commit Graph

30503 Commits

Author SHA1 Message Date
radha%netscape.com
93ad497c98 New arguments to OnEndDocumentLoad() added 1999-06-14 23:36:24 +00:00
buster%netscape.com
e8cc730b08 fixed keydown event processing to return NS_OK when a key is not handled. 1999-06-14 23:25:48 +00:00
sfraser%netscape.com
eb6c46ed5d Add JS logging files for kin. 1999-06-14 23:21:03 +00:00
blizzard%redhat.com
b66da08ef0 merge erik's changes 1999-06-14 23:20:51 +00:00
sfraser%netscape.com
cf71ed2648 Include new config file 1999-06-14 23:20:36 +00:00
sfraser%netscape.com
55c9847471 First Checked In. 1999-06-14 23:20:24 +00:00
vidur%netscape.com
1e53949df6 Implemented Set/GetValue for Select elements 1999-06-14 23:14:17 +00:00
sspitzer%netscape.com
3e64b16bad ignore the generated Makefile 1999-06-14 23:05:23 +00:00
slamm%netscape.com
3e9bce1889 Use chrome URLs. Fix for bug #6369. 1999-06-14 23:01:15 +00:00
akkana%netscape.com
15e2d7ad0b Change NS_ASSERTION to NS_VERIFY -- not a fatal condition 1999-06-14 23:00:50 +00:00
slamm%netscape.com
7d19a465fb Add entry for Sidebar skin. Fix for bug #6369. 1999-06-14 22:59:42 +00:00
erik%netscape.com
a0c4a683fe Added support for CP 1251 and KOI8-R fonts (Cyrillic). 1999-06-14 22:55:39 +00:00
mcmullen%netscape.com
41bafe8c4e Fix casting problem 1999-06-14 22:55:24 +00:00
alecf%netscape.com
a16cc81bf2 implement GetPrettyName() correctly - return the hostname if no prettyname is known 1999-06-14 22:53:09 +00:00
alecf%netscape.com
e7fe1f0f6e fix leak in case it fails (GetLocalPath might return nsnull) 1999-06-14 22:51:41 +00:00
alecf%netscape.com
2de3b5c34f add searchdialog.js to the build 1999-06-14 22:49:05 +00:00
alecf%netscape.com
0c20adee9e implement more/less and add strawman for auto-updating combo boxes when search terms change 1999-06-14 22:47:42 +00:00
ducarroz%netscape.com
88daa70d06 add nsICopyMsgStreamListener.idl 1999-06-14 22:47:38 +00:00
mscott%netscape.com
b6b31b270a Fix for Bug #8117 --> aborting a connection was causing an error condition to get passed into the
nsDocumentLoader::OnStopBinding. But an abort is not an error condition. the document loader
was incorrectly complaining that we had an error when we really didn't.
1999-06-14 22:47:15 +00:00
alecf%netscape.com
cf64697634 localize this file 1999-06-14 22:46:28 +00:00
putterman%netscape.com
6209458cd1 use nsICopyMsgStreamListener. 1999-06-14 22:44:33 +00:00
putterman%netscape.com
427f461702 use nsICopyMsgStreamListener.idl 1999-06-14 22:44:03 +00:00
putterman%netscape.com
24683a112f changed nsICopyMessageStreamListener.idl to nsICopyMsgStreamListener.idl 1999-06-14 22:43:45 +00:00
kin%netscape.com
6a985fd0f2 Fixed "===" typo. 1999-06-14 22:42:35 +00:00
radha%netscape.com
f8ca53874b Added nsISessionHistory.h 1999-06-14 22:36:46 +00:00
edwin%woudt.nl
ce5b1daf61 Oops, lameness. Also: switch the two comments on the previous commits of these two files. 1999-06-14 22:36:19 +00:00
av%netscape.com
ad244932bd Cleaning up 1999-06-14 22:35:46 +00:00
ssu%netscape.com
805032a259 updated makefile to define USE_NON_MT_LIBS (use libc.lib) 1999-06-14 22:35:21 +00:00
jband%netscape.com
c38eddc1d0 updating status page 1999-06-14 22:33:18 +00:00
rpotts%netscape.com
4158178158 Temporary implementation of AsyncRead(...). Fixed some ref-counting bugs with the NS_WITH_SERVICE macro... 1999-06-14 22:32:54 +00:00
radha%netscape.com
cd90ffe1f2 Increase the height of the location bar as per request from QA. BUG # 3805 1999-06-14 22:32:22 +00:00
slamm%netscape.com
49f67e8514 Defaults are good enough for margin, padding, and border. 1999-06-14 22:31:52 +00:00
slamm%netscape.com
dd37b275f7 Use one generic sidebar.css that everyone shares. 1999-06-14 22:28:32 +00:00
slamm%netscape.com
a6e827a9c8 simplify sidebar styles. Inherit more from xul.css 1999-06-14 22:27:40 +00:00
sspitzer%netscape.com
c353199c84 fix my debugging printfs. if we are on a PC, allow the dialogs to show up. 1999-06-14 22:27:34 +00:00
sspitzer%netscape.com
b0a4a38719 if we are on a PC, allow the dialogs to pop up. 1999-06-14 22:26:47 +00:00
putterman%netscape.com
c7f23c6607 Added deleteStorage parameter. 1999-06-14 22:25:10 +00:00
putterman%netscape.com
be6c52c258 Add deleteStorage parameter. 1999-06-14 22:24:52 +00:00
putterman%netscape.com
0517f9b823 Move messages to trash on delete. 1999-06-14 22:24:35 +00:00
putterman%netscape.com
1ea80282cc DeleteStorage on delete message. 1999-06-14 22:24:16 +00:00
putterman%netscape.com
7f68ca1c73 Added GetRootFolder. 1999-06-14 22:22:51 +00:00
putterman%netscape.com
2538964415 nsCopyMessageStreamListener can be created from the factory, and deleting a message
doesn't deleteStorage.
1999-06-14 22:22:19 +00:00
rhp%netscape.com
d42d4bf36f Fix for Bug#: 5866 ... I think this is fixed...again 1999-06-14 22:21:01 +00:00
putterman%netscape.com
a153009352 created nsICopyMessageStreamListener interface and added deleteStorage and GetRootFolder
to nsIMsgFolder.
1999-06-14 22:20:19 +00:00
ssu%netscape.com
43695723f6 added USE_NON_MT_LIBS definition 1999-06-14 22:19:41 +00:00
putterman%netscape.com
2a13bab9b4 nsCopymessageStreamListener can be created through the factory. 1999-06-14 22:19:22 +00:00
mcafee%netscape.com
e3575da7c5 Fixing Solaris memory problem, patch supplied by bruce@cybersight.com. a=mcmullen (6098) 1999-06-14 22:18:29 +00:00
jband%netscape.com
da093b18b7 adding BeOS x86 changes from Duncan Wilcox <duncan@be.com> 1999-06-14 22:17:41 +00:00
mcmullen%netscape.com
9b2634f442 Added nsSessionHistory.cpp for radha. 1999-06-14 22:16:18 +00:00
ducarroz%netscape.com
4b085ce46a do not export an auto-generated interface file (nsIDBFolderInfo.h) 1999-06-14 22:13:56 +00:00