Граф коммитов

38874 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com 35f377fe1c viewsource files 1999-08-31 12:53:49 +00:00
brade%netscape.com 1a9fec6d24 First Checked In. 1999-08-31 12:53:13 +00:00
brade%netscape.com ab5c9e1f08 View Source (contribution by Sammy Ford); fix year for copyright 1999-08-31 12:52:50 +00:00
brade%netscape.com c141070d53 add View Source to the menu (contribution by Sammy Ford) 1999-08-31 12:51:30 +00:00
nisheeth%netscape.com dd775a9b5f The HTML Content sink now generates content IDs for each of the content objects it creates. The IDs start at NS_CONTENT_ID_COUNTER_BASE, defined in nsIContentSink.h, and increase monotonically as content objects get created. 1999-08-31 11:17:26 +00:00
mcafee%netscape.com ec731f1185 Fixing solaris bustage. 1999-08-31 10:59:48 +00:00
gagan%netscape.com c21789520c added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp 1999-08-31 10:46:23 +00:00
gagan%netscape.com 7613c10b8a added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp 1999-08-31 10:46:10 +00:00
gagan%netscape.com 9e35370d9a Basic Auth files. First checkin. 1999-08-31 10:40:12 +00:00
gagan%netscape.com 2fe02d2b71 Added a struct to hold auth stuff. Not in the build (at least not for a couple of cycles anyway) 1999-08-31 10:39:38 +00:00
nisheeth%netscape.com 5c883a4105 Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state. 1999-08-31 10:06:17 +00:00
dp%netscape.com ca530067ab Fixed formatting. 1999-08-31 07:36:02 +00:00
pavlov%netscape.com 51e4ff5f82 change the default dpi from 96 to 100 so that we get readable fonts 1999-08-31 07:27:06 +00:00
pavlov%netscape.com d4a58eadaa fix some warnings on windows 1999-08-31 07:26:53 +00:00
waterson%netscape.com 8fe540af86 Fix nsCOMPtr --pedantic bustage. 1999-08-31 07:14:54 +00:00
mscott%netscape.com be68e722a4 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't run pop urls if the server is already busy.
1999-08-31 06:53:26 +00:00
mscott%netscape.com 5276387f56 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't biff if the server is alread busy.
1999-08-31 06:52:48 +00:00
mscott%netscape.com 30d1413c43 Bug #11895 --> add protection for preventing multiple get new message calls on the same server. 1999-08-31 06:52:27 +00:00
danm%netscape.com 5c43dbc2ce temporary groady hack to fix breakage in NS_OpenURI 1999-08-31 06:49:26 +00:00
waterson%netscape.com 4195d84e46 Bug 12811. Fix frame system notifications s.t. as _few_ as possible get forwarded through to layout. Temporarily remove timer hacks from tree widget. 1999-08-31 06:40:41 +00:00
alecf%netscape.com dc0ab14623 more exorcism of abort() 1999-08-31 06:36:23 +00:00
tague%netscape.com e6b1e38570 Updated direct comparison with NS_OK to appropriate macros. 1999-08-31 06:34:56 +00:00
alecf%netscape.com 9dad04c864 fix unused variable 1999-08-31 06:29:53 +00:00
alecf%netscape.com f0fae653eb do not EVER abort(). this is rediculous. 1999-08-31 06:23:12 +00:00
alecf%netscape.com cd99caccb6 fix leak of e-mail address 1999-08-31 06:17:02 +00:00
alecf%netscape.com ad31088561 fix leak 1999-08-31 06:16:21 +00:00
alecf%netscape.com 4b13cb9f48 some minor fixes for GFX widgets and changes to the DOM. 1999-08-31 06:14:50 +00:00
alecf%netscape.com cbf3f94e75 remove the second most common FMM in mail/news 1999-08-31 06:13:42 +00:00
alecf%netscape.com 1681120c17 remove the most common FMM in mail/news 1999-08-31 06:12:50 +00:00
troy%netscape.com 2cc22d56b9 Changed ReflowMappedChildren() to reset max element size to 0 for an
incremental reflow
1999-08-31 05:55:33 +00:00
mscott%netscape.com 202968d39c prevent future build breakage for unix builds that have tests enabled....
synch up new get password apis.
1999-08-31 05:44:41 +00:00
rpotts%netscape.com 9ed88d7a2f ug #8443. Added GetCharset to nsIHTTPChannel 1999-08-31 04:46:05 +00:00
mscott%netscape.com 7aac750157 password api synch 1999-08-31 04:43:29 +00:00
mscott%netscape.com d81053bf1e when getting pwd from the server, never try to bring up the UI when we are in the imap thread. use new
password methods on the server sink.
1999-08-31 04:42:49 +00:00
mscott%netscape.com 0007738fb3 user password code is now implemented on the server not on the folder... 1999-08-31 04:42:22 +00:00
mscott%netscape.com 7b2cea9125 remove GetPasswordFromuser 1999-08-31 04:42:01 +00:00
mscott%netscape.com e6c2125bd0 support prompt password method from nsIImapServerSink.idl 1999-08-31 04:41:43 +00:00
mscott%netscape.com 359d8af07c Remove get user password stuff as this is now a method on the server. 1999-08-31 04:41:16 +00:00
mscott%netscape.com 06d9067cf8 Add prompt for password method. 1999-08-31 04:40:58 +00:00
mscott%netscape.com 19c64fcfdc get password api synch 1999-08-31 04:40:38 +00:00
mscott%netscape.com 36c03921d2 remove over-ride of set/get password. Password knowledge has been centralized
move get password logic out to a common base class (nsMsgIncomingServer)
1999-08-31 04:40:14 +00:00
mscott%netscape.com 974f0bed4b migrate smarts about getting password from pop3 protocol to incoming server
so everyone can share in the logic including imap and eventually news.
Bug #7444 --> Add remember password smarts
1999-08-31 04:39:43 +00:00
mscott%netscape.com 555df29fdb specify that we don't want UI when asking for the password 1999-08-31 04:39:19 +00:00
mscott%netscape.com 24f7cf3c7d GetPassword takes an argument specifying if you want UI or not 1999-08-31 04:39:06 +00:00
kipp%netscape.com db5c199f08 Tally up lineBox's and textRun's seperately 1999-08-31 04:32:13 +00:00
kipp%netscape.com 20b3806ec4 Added new atoms 1999-08-31 04:31:39 +00:00
kipp%netscape.com 1d0c71c142 Added missing = 0 to make method's pure virtual 1999-08-31 04:20:22 +00:00
alecf%netscape.com fa430c8edc open account wizard a little larger by default 1999-08-31 03:36:29 +00:00
alecf%netscape.com 424a494f86 update account manager to size all content correctly 1999-08-31 03:36:11 +00:00
alecf%netscape.com 5e7b4fe1c5 add search locale to unix build 1999-08-31 03:22:23 +00:00