Commit Graph

32112 Commits

Author SHA1 Message Date
mcafee%netscape.com
9107baba71 BeOS changes. a=jband 1999-06-29 06:51:25 +00:00
mcafee%netscape.com
f2d4af5b11 BeOS changes, a=jband. 1999-06-29 06:47:38 +00:00
rickg%netscape.com
886da23024 allow view-source to work with XUL/RDF 1999-06-29 06:46:03 +00:00
mcafee%netscape.com
cb27a1049b BeOS changes. a=jband 1999-06-29 06:44:17 +00:00
mcafee%netscape.com
0890671c0d BeOS changes 1999-06-29 06:42:26 +00:00
mcafee%netscape.com
1a6cdf6b8f BeOS changes 1999-06-29 06:36:18 +00:00
mcafee%netscape.com
b62c5954a7 Changes for BeOS. r=jband 1999-06-29 06:23:40 +00:00
sspitzer%netscape.com
9650cf0b49 export the news-test resources on the mac. 1999-06-29 06:14:39 +00:00
sspitzer%netscape.com
58461b8fc0 wrap the derefernce with a check for null 1999-06-29 06:02:41 +00:00
sspitzer%netscape.com
9595eff3ea export the news-test files on windows 1999-06-29 06:02:20 +00:00
briano%netscape.com
d8bed1ef04 Automated update 1999-06-29 05:45:00 +00:00
ramiro%netscape.com
71d39ae5fb Build GtkMozilla only if MOZ_TOOLKIT is "gtk". 1999-06-29 05:38:05 +00:00
sspitzer%netscape.com
3f70efd7e9 add instructions. make pretty. 1999-06-29 05:15:17 +00:00
alecf%netscape.com
1325d1187f for now, use GetCurrentIdentity hack when SendMessagesLater gets fired 1999-06-29 05:07:12 +00:00
sspitzer%netscape.com
029253f05c argh. I'm insane. ignore me. 1999-06-29 05:06:00 +00:00
sspitzer%netscape.com
483adf6fbd putting back briano's changes. sorry 1999-06-29 05:05:00 +00:00
sspitzer%netscape.com
3575210d93 changes to get more sophisticated newsgroup addressing to work. thanks to rhp for the backend work. also checking in some xul / js to test this. 1999-06-29 05:04:17 +00:00
alecf%netscape.com
0872db7da4 add support for identity dropdown, and reformat header toolbars to look a little nicer 1999-06-29 04:55:30 +00:00
alecf%netscape.com
67cc9fa367 remove identity-specific prefs 1999-06-29 04:45:28 +00:00
alecf%netscape.com
eb006f3664 now take the identity at send-time 1999-06-29 04:45:11 +00:00
alecf%netscape.com
352b452b97 now use the identity that was passed in instead of GetHackIdentity, and remove GetHackIdentity 1999-06-29 04:44:24 +00:00
sspitzer%netscape.com
708883d10d fixing build bustage. sending mail to briano about this. 1999-06-29 04:44:01 +00:00
alecf%netscape.com
c7b7ada7df generate the message ID from an identity, and take the identity from Init() rather than from GetHackIdentity 1999-06-29 04:41:06 +00:00
sspitzer%netscape.com
293db05a4d not part of the build yet. 1999-06-29 04:13:43 +00:00
ramiro%netscape.com
82ad939149 No need to link gfxps into the app anymore. Its a component. Hopefully by
exorcising it from everywhere in the tree, it wont be cut and pasted anywhere
else.
1999-06-29 04:03:19 +00:00
bienvenu%netscape.com
05cfcb0f1d fix imap uri parsing 1999-06-29 03:49:18 +00:00
troy%netscape.com
d0002c6559 Fix for bug #2062. When sizing the view, take into account child frames
that stick outside the right/bottom edges of the parent's frame
1999-06-29 03:41:58 +00:00
alecf%netscape.com
386c052ce9 - make sure account keys are unique
- add method GetIdentityByKey that's needed by compose
1999-06-29 03:36:25 +00:00
shaver%netscape.com
6f90532000 no longer need to link against libgfxps.so -- necko merge regression? 1999-06-29 03:12:31 +00:00
sspitzer%netscape.com
9efe123e2a make the test prettier. dump the results to a text area. dump errors to the console 1999-06-29 03:10:36 +00:00
briano%netscape.com
82f4c09e8c Changed the hardcoded path to nsStubs.cpp to use the topsrcdir macro. 1999-06-29 03:10:28 +00:00
alecf%netscape.com
687601d166 - make getCharPref() return null when there is no such pref, instead of returning an error
- make identityName default to Full Name <email@address.com> if the identityName is missing
1999-06-29 02:59:06 +00:00
gagan%netscape.com
a46cae3c1c Removed gfxps linkage. 1999-06-29 02:54:04 +00:00
putterman%netscape.com
33fa19e224 Release an nsIRDFResource. 1999-06-29 02:49:55 +00:00
putterman%netscape.com
a2efda1874 Implement RemoveServer 1999-06-29 02:49:29 +00:00
putterman%netscape.com
eed8630e77 UnloadAccounts. 1999-06-29 02:49:15 +00:00
putterman%netscape.com
5fd99cd3de Release a ref on the server. 1999-06-29 02:48:58 +00:00
putterman%netscape.com
33f1df0385 Shutdown unregisters services. 1999-06-29 02:48:40 +00:00
putterman%netscape.com
584f09f36c Query Interface can handle nsISupports. 1999-06-29 02:48:12 +00:00
putterman%netscape.com
c7a25115fb Add UnloadAccounts 1999-06-29 02:47:49 +00:00
putterman%netscape.com
928b00c12d Register as a component. 1999-06-29 02:47:30 +00:00
gagan%netscape.com
9874158295 Removed gfxps linkage. 1999-06-29 02:46:56 +00:00
briano%netscape.com
c04acb13c9 Cleanup and fixes for OpenBSD. 1999-06-29 02:30:42 +00:00
jdunn%netscape.com
d7604beee6 declare class as public... since some compilers assume private 1999-06-29 02:25:08 +00:00
gagan%netscape.com
4983176d41 Argh.... missed a +. 1999-06-29 02:24:25 +00:00
sgehani%netscape.com
0f0cf4b928 Build libjar as a component on the Mac. 1999-06-29 02:22:13 +00:00
brendan%netscape.com
8a019b8da7 - Add (jsatomid) cast to GET_ATOM_INDEX to abate warnings.
- Fix js_GetAtom fallibility by returning &dummy on assert-botch "can't happen"
  index out of range case.
- js_InitAtomMap needn't bother nulling ale->next with tmp save
- js_InitAtomState explicit tail fusion for FROB via goto bad, and early memset
  (I know, JSRuntime is cleared already and it contains the atom state ... but
  jsatom.c doesn't know that).
- Clear all ATOM_ flags save ATOM_PINNED when creating a new atom.
- Cleanup xtra, ALIGNNUM, etc. useless variables, use JSVAL_ALIGN and JS_MAX.
1999-06-29 02:19:17 +00:00
varada%netscape.com
a2b8ba7542 default values 1999-06-29 02:11:17 +00:00
valeski%netscape.com
88c956f284 removing extraneous nsIEventQueue stuff 1999-06-29 01:55:35 +00:00
valeski%netscape.com
547e242951 nsIChannel api change 1999-06-29 01:54:05 +00:00