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

50607 Коммитов

Автор SHA1 Сообщение Дата
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
slamm%netscape.com 176f2d9179 Fix for bug #21862, unable to resize preview dialog. 2000-01-13 02:26:02 +00:00
hyatt%netscape.com 812e7179f0 added files: mozilla/layout/xbl/src/nsXBLBinding.cpp 2000-01-13 02:24:51 +00:00
hyatt%netscape.com d8a58e8990 more xbl work. 2000-01-13 02:23:54 +00:00
waterson%netscape.com c098826ddd Bugs 20724, 23715. Add a fixed-size allocator for nsXULAttribute objects. Always atomize 'id' attributes so nsXULElement::GetID() can be fast. r=hyatt 2000-01-13 02:22:16 +00:00
rhp%netscape.com b5a5457f98 Fix for controlling FCC operation - Bug #18919 - r: jefft 2000-01-13 02:20:28 +00:00
slamm%netscape.com 56280431b3 Add minimum widths to fix bug #18428 (iframe would overlap when sidebar made narrow). 2000-01-13 02:18:23 +00:00
slamm%netscape.com 8af180d2b0 Indent xul properly. 2000-01-13 02:17:19 +00:00
slamm%netscape.com fcf7564232 Pick some colors that color-blind folks can distinguish more easily. bug #23805 2000-01-13 02:12:08 +00:00
troy%netscape.com ce72bfda3b b=23388. Make sure mIsTopMarginRoot is set correctly in nsBlockReflowState
constructor
2000-01-13 02:05:31 +00:00
pinkerton%netscape.com 266f783682 Fixes for 23716. Remove AOLMAIL as a flavor we advertise through the converter to improve performance. Don't do the charset conversion when we want text/unicode. 2000-01-13 02:02:47 +00:00
pinkerton%netscape.com 153998843d fix the case where the char stream impl reallocated its buffer to accomodate data > 256 bytes. mLength wasn't set (at all) so the memcpy() copied nothing into the new buffer. 2000-01-13 02:00:57 +00:00
law%netscape.com 74c3c08fc8 Fix for Mac build bustage; comment out some debugging code 2000-01-13 01:09:41 +00:00
mcafee%netscape.com 42231083f9 Backing out test8 to workaround bug 23767, we will put this back in when 23767 is fixed. r=nisheeth 2000-01-13 00:47:41 +00:00
rginda%netscape.com a52dbe085e Initial checkin of tostring test 2000-01-13 00:31:09 +00:00
slamm%netscape.com 56ce3a4d58 Adjust min child count. It is different with the new tab layout. 2000-01-13 00:08:52 +00:00
waterson%netscape.com d01a727f3a Fix build bustage. 2000-01-13 00:05:46 +00:00
sspitzer%netscape.com 53ac0203b9 fix for #23744. r=alecf
the problem here is that when you use -CreateProfile, prefs don't get
initialized correctly, and you don't get a prefs.js file!  this causes
all sorts of problems, as you might imagine.

addition code cleanup, too.
2000-01-13 00:04:30 +00:00
bienvenu%netscape.com e07fcecffc fix solaris build bustage 2000-01-12 23:48:35 +00:00
slamm%netscape.com 741329d94f Make selected panel more visible. Have selected panel header slide out to the left. Add a border under the panel headers to visually group them. 2000-01-12 23:36:07 +00:00
rjc%netscape.com 32ec74465f (Really morse) Fix Mac bustage. Review: sdagley, rjc 2000-01-12 23:32:23 +00:00
law%netscape.com 839d36a74a Fix for clobber build bustage 2000-01-12 23:12:12 +00:00
waterson%netscape.com affe01376b Add .cvsignore file. 2000-01-12 23:03:47 +00:00
morse%netscape.com 4199eb8cec attempt to fix build bustage 2000-01-12 22:55:14 +00:00
valeski%netscape.com 596198c777 17697. r=dougt. we now throw a dialog when we can't find a protocol handler. 2000-01-12 22:54:07 +00:00
valeski%netscape.com 0cb098cd93 keywords protocol no longer determins enalbed state, it's up to the app 2000-01-12 22:53:13 +00:00
jj%netscape.com 568ddd211c #23776: bumped up version number to M13 (Finder's Get Info strings) 2000-01-12 22:51:02 +00:00
law%netscape.com 5b8cd272cc Adding #include for that picky Solaris compiler; this will head off a future red cycle 2000-01-12 22:37:21 +00:00
sspitzer%netscape.com 841ec989a9 fix the slashdot panel (the old ones were either delete or not updating.)
r=waterson
2000-01-12 22:21:21 +00:00
sspitzer%netscape.com a39617cb0f after all my bitching, I goofed and made it so for a new imap server, the copies and folders prefs defaults to the imap server, and not local folders.
fix #21237
2000-01-12 22:18:50 +00:00
bienvenu%netscape.com 5b392de1c5 remove obsolete file 2000-01-12 22:07:53 +00:00
law%netscape.com c0d0a4cbdb Fix for #5708; add parent window attribute and use as nsIFileWidget parent when opening file chooser; r=danm@netscape.com 2000-01-12 22:06:42 +00:00
rginda%netscape.com b5c9bc3965 First round of Mac related changes.
It runs now, but test list files and single test files on the command line are still broken.
2000-01-12 22:02:23 +00:00
bienvenu%netscape.com 4937f4c8bb remove obsolete folder sink proxy 2000-01-12 21:59:10 +00:00
law%netscape.com 2c1b6b44ee Stuff for bug #18804; tweaks for new web shell; r=radha@netscape.com 2000-01-12 21:59:02 +00:00
nhotta%netscape.com 13b67ecf4e Adding a new project to the build, bug 23343, r=ftang. 2000-01-12 21:54:15 +00:00
troy%netscape.com 116ce36bc6 b=20772. Changed ColumnsAreValidFor() so that it correctly handles the case
where the cell's desired width shrinks
2000-01-12 21:53:55 +00:00
morse%netscape.com 61a9624d09 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp 2000-01-12 21:53:32 +00:00
nisheeth%netscape.com 14ec803b33 r=troy. nsContainerFrame::ReflowDirtyChild() always generates a reflow command targeted at its child. nsInlineFrame::ReflowDirtyChild() always passes up the reflow request to its parent. nsBlockFrame::ReflowDirtyChild() no longer has code for checking whether its parent is an area frame. 2000-01-12 21:52:58 +00:00