Commit Graph

87165 Commits

Author SHA1 Message Date
dp%netscape.com
fdbe5cd9c6 Bug 94366 Reducing url object creations by not converting urls schemes
that done need conversion to absolute. r,sr=waterson
2001-08-21 20:09:20 +00:00
naving%netscape.com
a8c7eb79ae 89698 r=suresh sr=bienvenu; Check if the newName for folder to be renamed has hierarchyDelimiter, if
so throw an alert. Also did some clean up in nsImapStringBundle.
2001-08-21 20:04:00 +00:00
jj%netscape.com
f6b9a047d4 #93164: bump up mac version number to 0.9.3+ on the trunk 2001-08-21 19:49:54 +00:00
pavlov%netscape.com
b19a91b684 fixing indentation of { 2001-08-21 19:45:18 +00:00
dougt%netscape.com
26380f5632 fixes 95671, 96129. Caching control connections fixed, removing check against browser.enabled.cache, fixing double list response handling error. r= gordon, darin, sr= darin 2001-08-21 19:40:55 +00:00
timeless%mac.com
728471dfeb Bugzilla Bug 24515 Cant build XPCOM standalone
Bugzilla Bug 88747 nsCRT::atoi should be removed or fixed
Whoops, i contributed to xpcom standalone not working
patch by jband, r=dbaron, sr=brendan

This makes nsCRT::atoi in standalone assert and functionally NOP
2001-08-21 19:36:07 +00:00
bernd.mielke%snafu.de
6c51b86add handle captions and innertable frames identical if the containing block is to small,
bug 76726 r=karnaze sr=waterson
2001-08-21 19:31:53 +00:00
ftang%netscape.com
e8e1ca5a60 fix 91193. r=nhotta, sr=blizzard
add universialchardet.dll to the window installer packages
2001-08-21 19:16:35 +00:00
javi%netscape.com
93ce7df694 Fix for Bug 92003, r=ddrinan, sr=mscott
If the client of SSL/TLS socket provider doesn't provide callbacks,
use the window watcher service to get an nsIPrompt or whatever
interface is requested.
2001-08-21 19:10:56 +00:00
dp%netscape.com
3b887dad3f adapting to CreateInstancebyContractID() perf improvement 2001-08-21 19:07:26 +00:00
ftang%netscape.com
fc6705b321 fix 92988. r=shanjian rs=ftang
add more fallback font face for Japanese
2001-08-21 19:01:40 +00:00
jaggernaut%netscape.com
977b546d7a Bug 91884: postpone focus() calls from browser onload till after the window is shown. r=jrgm, sr=hyatt 2001-08-21 18:54:51 +00:00
harishd%netscape.com
28d9dc0a0d 96117 - Cache Observer service. r=dp, sr=waterson 2001-08-21 18:46:46 +00:00
shanjian%netscape.com
a765b24b69 #95162 Auto-detect doesn't work on kinokuniya page
r=yokoyama sr=jst
2001-08-21 18:46:44 +00:00
rjesup%wgate.com
607822f402 bug 93830. patch by gisburn. r=dcone@netscape.com, r=timeless,
sr=waterson@netscape.com
2001-08-21 18:43:55 +00:00
cavin%netscape.com
1e0eeb717e Bug #68296: In SubscribeToFolder(), make sure we pass the right folder object to SubscribeFolder(). In PossibleImapMailbox(), set the correct delimiter for unsubscribed folders. r=bienvenu, sr=sspitzer. 2001-08-21 18:39:46 +00:00
rjesup%wgate.com
f48461942b Bug 96132. ~nsTypedSelection misuses arrays. r=dbaron,
sr=jst@netscape.com sr=kin@netscape.com
2001-08-21 18:38:20 +00:00
cavin%netscape.com
26a14368bc Bug #55774: In GetListOfFoldersWithPath(), make sure we pass the right folder object to DiscoverChildren(). r=bienvenu, sr=sspitzer. 2001-08-21 18:38:02 +00:00
rjesup%wgate.com
aecb8ff748 Bug 96137. Fix array accesses. r=pavlov@netscape.com, sr=jst@netscape.com 2001-08-21 18:34:40 +00:00
varada%netscape.com
105869bb06 fix for bug#79053-identity crisis mail compose;r=ducarroz;sr=bienvenu 2001-08-21 18:33:33 +00:00
rods%netscape.com
70eac9d60f Oops, left in a rule I used for testing.
It's removed.
2001-08-21 15:12:45 +00:00
dbaron%fas.harvard.edu
84da7ccfa5 Fixing MOZ_TRACK_MODULE_DEPS bustage by adding pref to REQUIRES (for nsRuleNode.cpp). 2001-08-21 14:27:36 +00:00
morse%netscape.com
1e95684f80 bug 84432, wallet menu items missing when inside certain frames, r=matt, sr=brendan 2001-08-21 14:25:48 +00:00
kaie%netscape.com
537e8b6fba addon for b=79153 rs=wtc@netscape.com
Fixes obvious portability error, moving thread starter function from C++ static method to C function.
No change in logic or functionality.
You can reach me at kai.engert@gmx.de
2001-08-21 14:22:11 +00:00
rods%netscape.com
b8f1b52da9 Disabling Quirks sizing for form controls, it can be put back in via a pref
and uncommenting a line in quirk.css
Bug 91602 r=dcone sr=attinasi
2001-08-21 14:01:55 +00:00
cmanske%netscape.com
9c70463ead Fixed Doc title in Revert dialog message bug=96073, r=brade, sr=kin; Composer part of 'noshade' syntax bug 88761, r=kin, sr=sfraser 2001-08-21 13:45:01 +00:00
dbradley%netscape.com
d5008db8dd Bug 44989: the memory allocated via g_malloc() should be freed via g_free(). sr=blizzard, r=jst 2001-08-21 12:33:28 +00:00
dbradley%netscape.com
c7afe77c82 Bug 83591: XPIDL does not store the file length in the header in XPT Files. sr=scc, r=jband 2001-08-21 12:29:34 +00:00
peterv%netscape.com
e979d55673 Adding null checks to fix crash. No bug. r=Pike, sr=jst. 2001-08-21 09:14:51 +00:00
jst%netscape.com
ce7442eb89 Fixing bug 92272. Avoid malloc(0), patch mostly by mkaply@us.ibm.com. sr=me, r=nobody (trivial fix) 2001-08-21 09:02:22 +00:00
jst%netscape.com
e7ee086f77 Fixing bug 95871. Making it possible to put null pointers in nsISupportArrays. r=pavlov@netscape.com, sr=waterson@netscape.com 2001-08-21 08:51:19 +00:00
rpotts%netscape.com
34d72acb6a Fix warnings... 2001-08-21 08:13:04 +00:00
darin%netscape.com
500cf3e2a6 fixes bug 92563 "Bad comment in nsIInputStream?" r/sr=jst 2001-08-21 06:49:46 +00:00
stephend%netscape.com
1a6e6c97aa Bug 40191. Bad 'connection refused' message. Patch by Jessico Blanco <jblanco@us.ibm.com> r=jglick@netscape.com/stephend@netscape.com sr=sspitzer@netscape.com 2001-08-21 06:43:46 +00:00
hyatt%netscape.com
614c49b79e Fix for 96179. r=sspitzer, sr=darin 2001-08-21 06:41:21 +00:00
rpotts%netscape.com
f5ce40fc78 bug #96029 (r=valeski, sr=mscott) Loading cnn.com caused the sav-as dialog to appear... 2001-08-21 06:26:59 +00:00
sspitzer%netscape.com
04d9ea0906 backing out an accidental check in. 2001-08-21 06:26:51 +00:00
rpotts%netscape.com
402fefe7c2 bug #92425 (r=adamlock, sr=jst). OnLoad() handler which executes a javascript URL causes an infinite loop... 2001-08-21 06:20:53 +00:00
sspitzer%netscape.com
9c896ab736 fix for #95457. the open / closed state of servers and folders in the folder pane
was not persisting across sessions.  I added a new attribute to outliner "statedatasource"
that you can set to use for state, otherwise, if you are "trusted" it will use the localstore.
if not trusted, it will use an in memory datasource, which will not persist across sessions.

r/sr=bienvenu for the mailnews part, r/sr=waterson for the content part.
2001-08-21 06:18:58 +00:00
blakeross%telocity.com
c4a9f265fc More fallout from xul syntax changes. r=ben sr=hyatt 2001-08-21 06:16:33 +00:00
hyatt%netscape.com
3814cd6c73 Fix for 95422. r/sr=the usuals (brendan et al) 2001-08-21 06:14:38 +00:00
blakeross%telocity.com
5b72dd44ae Removing files used for performance testing that shouldn't be part of default build. r=hewitt sr=ben 2001-08-21 06:14:21 +00:00
sspitzer%netscape.com
596e6d5952 more mac bustage fixage. sr=waterson 2001-08-21 05:56:48 +00:00
waterson%netscape.com
fff663cb81 Fix Mac build bustage. 2001-08-21 04:26:03 +00:00
sspitzer%netscape.com
1557fa3888 fix for #96164.
don't make a connection to the news server when updating unread counts
if there are no groups.  r/sr=bienvenu
2001-08-21 04:17:27 +00:00
waterson%netscape.com
a990025b86 Attempt to fix build bustage. 2001-08-21 03:30:03 +00:00
hewitt%netscape.com
0e58f8d7f8 93936 - die, 'work offline' text, die!, r=blake, sr=hyatt 2001-08-21 03:11:54 +00:00
hewitt%netscape.com
ab67b977f3 95190 - buttons too tall, r=blake, sr=hyatt 2001-08-21 02:59:14 +00:00
dbaron%fas.harvard.edu
c6bde97c4f fixing Mac bustage. b=45797 2001-08-21 02:58:44 +00:00
hewitt%netscape.com
bdce6b480a 91430 - precache back and forward images, r=blake, sr=hyatt 2001-08-21 02:58:25 +00:00