Commit Graph

31 Commits

Author SHA1 Message Date
bienvenu%netscape.com
db90172f17 fix escaping of user name (r=alecf) also fix build bustage
git-svn-id: svn://10.0.0.236/trunk@59825 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 01:19:38 +00:00
valeski%netscape.com
867f16ef2b URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
git-svn-id: svn://10.0.0.236/trunk@59615 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 03:44:22 +00:00
mscott%netscape.com
51e97f2218 Bug #23325 --> if someone tries to illegally make us resolve a relative url against a mailnews url (imap,
mailbox, news, etc.) just return "about:blank" as the url. Why? 'cause mailnews urls aren't relative and
trying to do so with msgs that don't have base urls associated with them is causing lots of problems.
r=sspitzer,rhp
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@58348 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 05:49:20 +00:00
sspitzer%netscape.com
24fd826e2a backing out andreas and warren
git-svn-id: svn://10.0.0.236/trunk@57840 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 22:01:56 +00:00
warren%netscape.com
41d0793ce9 Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
git-svn-id: svn://10.0.0.236/trunk@57808 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 08:50:03 +00:00
mscott%netscape.com
168dcdbed2 Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
to the memory cache
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@57617 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 03:20:29 +00:00
alecf%netscape.com
10b399a462 more incredibly minor mailsession dependancy cleanup (no reviewer)
git-svn-id: svn://10.0.0.236/trunk@57162 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 03:38:45 +00:00
alecf%netscape.com
89b340951c oops, forgot to check this file in with my last checkin
git-svn-id: svn://10.0.0.236/trunk@55047 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 07:25:39 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
warren%netscape.com
fa66ea22fe Structural changes for MakeAbsolute performance. bug#10736 r=valeski
git-svn-id: svn://10.0.0.236/trunk@52673 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:13:44 +00:00
bienvenu%netscape.com
3b1ca7dd5b more work to hook up stop button, r=mscott 17743
git-svn-id: svn://10.0.0.236/trunk@52584 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:36:59 +00:00
bienvenu%netscape.com
9187011a29 changes to use nsIMsgWindow r=putterman
git-svn-id: svn://10.0.0.236/trunk@52190 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:39:06 +00:00
warren%netscape.com
6a952509ef Lowercased idl method names for scriptability. Cleaned up nsIURL interface.
git-svn-id: svn://10.0.0.236/trunk@50406 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:39:37 +00:00
valeski%netscape.com
6f9ef9e6d4 r=warren, 15457. Added file extension attribute to URL implementations
git-svn-id: svn://10.0.0.236/trunk@49977 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 14:36:22 +00:00
mccabe%netscape.com
69a8cf7c7b Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.


git-svn-id: svn://10.0.0.236/trunk@48284 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:46:35 +00:00
bienvenu%netscape.com
ba3469f83a add folder loaded notifications
git-svn-id: svn://10.0.0.236/trunk@47489 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:59:03 +00:00
bienvenu%netscape.com
d10044de46 clear progress when it meteors stop
git-svn-id: svn://10.0.0.236/trunk@44239 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 04:24:19 +00:00
gagan%netscape.com
577a76139d Added the Param field for a URL. Fixes the bugs being seen by semicolons in URL.
git-svn-id: svn://10.0.0.236/trunk@43235 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 10:01:33 +00:00
mscott%netscape.com
1f21409c33 add get server support.
git-svn-id: svn://10.0.0.236/trunk@42982 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 18:17:25 +00:00
bienvenu%netscape.com
1c7cfbb36e more work on meteors when loading imap folders
git-svn-id: svn://10.0.0.236/trunk@42906 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 03:28:30 +00:00
bienvenu%netscape.com
34728dd0c2 get rid of nsString2, more hooking up of status
git-svn-id: svn://10.0.0.236/trunk@42619 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 02:30:11 +00:00
mscott%netscape.com
71367f55ef Correctly handle ref counting for nsMsgStatusFeedback member variable.
git-svn-id: svn://10.0.0.236/trunk@42352 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 22:25:03 +00:00
mscott%netscape.com
fd597eeb44 SetErrorMessage takes a const char *, stub out Set/GetErrorMessage
add accessors for nsIMsgStatusFeedback.


git-svn-id: svn://10.0.0.236/trunk@42183 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 20:29:22 +00:00
mscott%netscape.com
e842ae2afa Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
git-svn-id: svn://10.0.0.236/trunk@41503 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 00:42:25 +00:00
putterman%netscape.com
2c5afbbd59 Use nsCOMTypeInfo
git-svn-id: svn://10.0.0.236/trunk@37592 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 00:16:39 +00:00
bienvenu%netscape.com
cc5c62232a check for ISupports in QI
git-svn-id: svn://10.0.0.236/trunk@37581 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 23:20:34 +00:00
alecf%netscape.com
ef3b34668b get ready for some XPIDLIZING!
git-svn-id: svn://10.0.0.236/trunk@37096 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-27 04:09:41 +00:00
warren%netscape.com
b870de7299 Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
git-svn-id: svn://10.0.0.236/trunk@36818 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 02:17:37 +00:00
warren%netscape.com
06d707be48 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
git-svn-id: svn://10.0.0.236/trunk@36440 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 03:29:44 +00:00
mscott%netscape.com
c04579e399 Add threadsafe check in Query Interface call.
git-svn-id: svn://10.0.0.236/trunk@36088 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 21:11:29 +00:00
mscott%netscape.com
a2d049e3ae Necko prep-integration work...add a base implementation class for mailnews urls. This encapsulates some common code that was shared across mailnews protocols. It should make my necko integration work easier as well.
(not part of the build yet).


git-svn-id: svn://10.0.0.236/trunk@36075 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 20:36:03 +00:00