Commit Graph

50392 Commits

Author SHA1 Message Date
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
kin%netscape.com
dab1c2d95d Fix for bug #22422: Textfields in mail news wizard only display first few characters.
Modified nsWindow::Update() to force it's child windows to update too.
r=blizzard@redhat.com,pavlov@netscape.com
2000-01-12 21:50:03 +00:00
jefft%netscape.com
1d1e279544 Fixed bug 21116 -- [PP] [Regression] Save attachement doesn't correctly set the default name; r=ducarroz 2000-01-12 21:46:23 +00:00
cmanske%netscape.com
732e3a013f Fixed RegExp problems in forceInteger method , implemented JS for text and background color buttons relating to bug 21410 (but blocked by bug 23739). Fixed bug 18707. r=sfraser 2000-01-12 21:45:13 +00:00
bienvenu%netscape.com
5c4612c424 add copymessages to message service,r=mscott 2000-01-12 21:43:59 +00:00
bienvenu%netscape.com
0ef6b2b69a add idl for mailbox spec and mail folder sink, r=mscott 2000-01-12 21:42:19 +00:00
bienvenu%netscape.com
36136bf490 add nsIIMailboxSpec, nsIImapMailFolderSpec.idl,r=mscott 2000-01-12 21:41:23 +00:00
mjudge%netscape.com
118e690267 small changes for 22752 ctrl left and right. r=cmanske 2000-01-12 21:39:36 +00:00
wtc%netscape.com
6537e5a176 Use only one definition of PipeAvailable and PipeAvailable64, which
requires _PR_MD_PIPEAVAILABLE.  Define _MD_PIPEAVAILABLE for Mac.
Modified files: _macos.h, prfile.c
2000-01-12 21:37:38 +00:00
pepper%netscape.com
37ef91ec08 Added necessary newline at the end of the file so that HP builds don't choke.
r=jdunn
2000-01-12 21:34:41 +00:00
terry%mozilla.org
41ec88d63e Provide a simple param to let the maintainer shut down Bugzilla for a while. 2000-01-12 18:55:24 +00:00
terry%mozilla.org
43c81eb98d "Change several bugs" was losing the sort order. 2000-01-12 18:31:33 +00:00
nisheeth%netscape.com
8407a2dc48 Removing the "ifndef XP_MAC" around the call to nsFrame::CreateAndPostReflowCommand(). The real problem, identified by Scott Putterman, was that the definition of this function was in a debug only section in nsFrame.cpp. He has moved the function out of the debug only section. 2000-01-12 17:43:18 +00:00
putterman%netscape.com
7650e4cd34 This should fix the build bustage. 2000-01-12 17:20:16 +00:00
erik%netscape.com
272bb4dd79 bug 8801; automatically reflow document(s) when font prefs change;
r=ftang
2000-01-12 16:10:48 +00:00
rods%netscape.com
8c47faf8b8 the call to Init was in the wrong place
b 23697 r=dcone
2000-01-12 16:02:12 +00:00