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

50545 Коммитов

Автор SHA1 Сообщение Дата
jfrancis%netscape.com a5fc421d20 fixed bug 20613 & 21121: both invloved newlines in preformatted text. Layout gives no frames for blanklines caused by newlines, so you cant click or arrow to them. I replace such newlines with breaks now. fixed 21196: select all no longer selects the special break we use in empty documents (this would cause an invisible selection). fixed 21430: choosing a new alignment in an empty doc used to do nothing. Now it works but I've exposed a selection bug inthe process... fixed 22225: a little unintended re-entrancy caused multiple breaks to be inserted in empty table cells when doc read in. 2000-01-13 10:17:35 +00:00
rjc%netscape.com 6222e5412c Sorting optimizations. (Sort-of) review by putterman@netscape.com 2000-01-13 10:16:32 +00:00
hyatt%netscape.com 545ae7fd61 XBL anonymous content can (in theory) now be built. 2000-01-13 09:43:42 +00:00
rgoodger%ihug.co.nz 6835844d3c profile manager II, text correction. 2000-01-13 09:43:38 +00:00
sspitzer%netscape.com e706278316 we don't have panes in 5.0, remove some of this HAVE_PANES cruft. 2000-01-13 09:31:20 +00:00
sspitzer%netscape.com 230b5320a7 fix that annoying off by one bug. 2000-01-13 09:27:08 +00:00
hyatt%netscape.com 124f675a41 More XBL work. 2000-01-13 09:21:09 +00:00
hyatt%netscape.com 25002cc5a7 Fix Linux bustage. 2000-01-13 09:20:58 +00:00
warren%netscape.com be673ef2a3 Added 2000-01-13 09:11:01 +00:00
sspitzer%netscape.com 36b0a01555 polish and shine. 2000-01-13 09:08:35 +00:00
alecf%netscape.com 4bf54686cc switch account wizard to using .controls instead of getElementsByTagName 2000-01-13 09:01:00 +00:00
hyatt%netscape.com 3aeb5cb791 Stubbing out some more XBL functions for future implementation. 2000-01-13 08:54:16 +00:00
sspitzer%netscape.com 464dcb3188 fix some minor problems with the download header dialog. 2000-01-13 08:51:53 +00:00
hyatt%netscape.com 7868624ce2 Giving XUL elements the capability to own bindings. 2000-01-13 08:48:33 +00:00
sspitzer%netscape.com 84219d96dc clean this up. since I'm passing the server id through, I don't
need to pass the markOldRead and max_articles values through.
I can get them in JS.  no doy.
2000-01-13 08:37:26 +00:00
sspitzer%netscape.com 943f4cfb7f heed the per server "news.notify.on" pref. 2000-01-13 08:22:19 +00:00
sspitzer%netscape.com 49ccc5989b changes for the per server (instead of global) news.mark_old_read, max_messages, and news.notify.on
prefs.  hook up the download news headers dialog to use and set these prefs.
2000-01-13 08:12:12 +00:00
sspitzer%netscape.com 6c2be4b95c remove more dead weight 2000-01-13 06:28:57 +00:00
rgoodger%ihug.co.nz f0a623ac76 ProfileManager II: re-adding file accidentally removed. 2000-01-13 06:25:33 +00:00
sspitzer%netscape.com 53318e044b remove more dead weight. 2000-01-13 06:20:32 +00:00
sspitzer%netscape.com b313611599 remove more dead weight for the almighty ben g. 2000-01-13 06:17:19 +00:00
sspitzer%netscape.com d53069e4ce removing dead files for ben goodger. 2000-01-13 06:14:28 +00:00
putterman%netscape.com eeefbc770a styles for menuitem/menu/menuseparator when they are hidden. r=hyatt. 2000-01-13 06:03:28 +00:00
putterman%netscape.com 6508b732a6 Secondary sort thread pane by date. r=sspitzer. Bug 15142. 2000-01-13 06:02:29 +00:00
jband%netscape.com 8ebdc7fd46 Fix to deal with arrays of interface pointers. r=mccabe 2000-01-13 05:54:40 +00:00
scc%netscape.com a2dea03069 macros and defs to removed conditional definition of |GetIID()| within |nsISupports|. r=beard, (waterson?), bug=10477 2000-01-13 05:48:47 +00:00
bienvenu%netscape.com ce4293d0ec fix mark all read performance for news,r=sspitzer 17470 2000-01-13 05:44:07 +00:00
karnaze%netscape.com d41822031d bugs 19061, 9879 - each top level row group gets its own cell map; CellData reduced to 4 bytes. 2000-01-13 05:29:38 +00:00
ftang%netscape.com 3df7c0b3ac fix bug 7614. call the xterm keysym2ucs function to convert keysym which
XmbLookupString do not understand to unicode. r=pavlov
2000-01-13 05:20:51 +00:00
syd%netscape.com bc209b8ee8 restore id to first treechildren tag to fix broken overlay in commercial tree.
r=ben goodger
2000-01-13 04:56:59 +00:00
mscott%netscape.com df476382d9 Landing imap integration with the memory cache!! *Yeah*
Bug #23491 --> add memory cache support for imap urls.
Bug #23325 --> fix a crasher...only try to find a folder if we have a folder name
r=bienvenu
2000-01-13 04:54:23 +00:00
chuang%netscape.com 69cc1d4e10 fix bug5476 Preference radio buttons are not initialized, r=ducarroz 2000-01-13 04:31:02 +00:00
sspitzer%netscape.com 836b495516 changes needed to get -installer and -ProfileManager working in the new
ben goodger world.
2000-01-13 04:30:20 +00:00
nisheeth%netscape.com e0e3ba5b00 The timers used by the asynchronous reflow code were not compiling on the Mac earlier. Fixed them so that they compile on all platforms. 2000-01-13 04:27:05 +00:00
rgoodger%ihug.co.nz 754c6494a8 profilemanager II, r=gayatrib@netscape.com, sspitzer@netscape.com 2000-01-13 04:21:25 +00:00
rgoodger%ihug.co.nz 064abf35b7 ProfileManager II, r=gayatrib@netscape.com, sspitzer@netscape.com 2000-01-13 04:19:46 +00:00
sspitzer%netscape.com 567c4a4565 "news.notify.size" is not used anymore 2000-01-13 04:09:43 +00:00
sspitzer%netscape.com 09bddcbd46 "news.notify.size" is not used anymore. 2000-01-13 04:05:51 +00:00
dbragg%netscape.com af748a19f5 fixing bug #23389 where the mac install wizard simply quits in the middle of the installer. The problem arose after a change to NS_InitXPCOM(). r=dveditz 2000-01-13 03:53:22 +00:00
alecf%netscape.com 2e7af13168 use new .controls attribute to speed up account manager 2000-01-13 03:48:16 +00:00
alecf%netscape.com 284bc34f4d use the new "controls" attribute of the document to speed up the prefs and profile wizard
r=ben_goodger
2000-01-13 03:44:01 +00:00
mscott%netscape.com 10c6137a8d Bug #23491 --> add GetSet/AddToMemoryCache as part of hooking up imap urls
to the memory cache
r=bienvenu
2000-01-13 03:20:59 +00:00
mscott%netscape.com 4b1316a4e3 Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
to the memory cache
r=bienvenu
2000-01-13 03:20:29 +00:00
mscott%netscape.com c18efc0320 add nsIStreamObserver to QI method. Since it is inherited from nsIStreamListener, you need to explicitly list both
otherwise it generates an assert when you use a nsCOMPtr to QI for a method on nsIStreamObserver
2000-01-13 03:17:38 +00:00
pinkerton%netscape.com cebe5a092d Fix for 23757. I over-zealously removed OnPaint() which was relied upon to actually paint native widgets. Doh! Anyway, all should be back to normal again. 2000-01-13 02:59:37 +00:00
pollmann%netscape.com 7f103c359e Bug 16253: Update form margins to be the same as Nav and IE's (this checkin has no effect on layout until 23388 is fixed) r=harishd 2000-01-13 02:59:22 +00:00
alecf%netscape.com 714e7a48a9 expose the form controls in a XUL document in the "controls" DOM attribute
this will make prefs and wizards much faster
r=hyatt
2000-01-13 02:59:08 +00:00
waterson%netscape.com e3393dd236 Remove assertion from nsRDFDOMNodeList::Item(); it was being triggered from JS, and it really isn't a "fatal" program condition. 2000-01-13 02:49:10 +00:00
rhp%netscape.com 2a564f20c4 Fix for bug #: 12675 - Code never reached in vCard handler. r: rhp (external contribution) 2000-01-13 02:47:30 +00:00
waterson%netscape.com 9ba6076abd Revert to eager scrollbar update. pav made me. 2000-01-13 02:41:38 +00:00