rjc%netscape.com
3891c1d58e
Small search changes. Convert various HTML entities. (We need a service for this, I think!) Fix assert when mParent is null.
1999-12-24 21:14:34 +00:00
sspitzer%netscape.com
6199d14fa0
clean up for fix for #18751 . don't use a constant for the type.
...
r=ducarroz
1999-12-24 16:06:52 +00:00
buster%netscape.com
03ce06ed8d
fixed bug 21032 ([regression] can paste multiple lines of text into a single-line text control)
...
when we were using <BR>'s in plaintext, this wasn't an issue.
when we switched to using \n, we needed to put in an extra check to transform CRLF to space.
partial fix bug 20387 (scroll bars appearing in single line text control)
part of the problem is we were leaving an empty text node lying around after inserting the bogus <br>
this induced layout to add a line after the <BR>, making the document in an empty text control too tall
Kin still has the task of hiding the scroll bar in certain situations, but this was the right thing to do
anyway.
r=kin
1999-12-24 15:48:48 +00:00
cls%seawood.org
51d1c6e8a3
Ok, taking this split of compiler options used only for compiles a step further....The idea is that when the user passes CFLAGS to configure, those flags are to be used basically anywhere that that CC is. COMPILE_FLAGS is set in configure to contain the compiler flags that cannot be used while linking (e.g. -include on BSD/OS). In config.mk, I moved all of the variables that used to compose CFLAGS into COMPILE_CFLAGS so that CFLAGS only contains the values from running configure.
...
Removed unused NOMD_CFLAGS & MDUPDATE_FLAGS.
1999-12-24 10:58:11 +00:00
sspitzer%netscape.com
1b413ccaef
fix for #18751 . now, if the user has a newsgroup selected in the folder pane,
...
and they hit new message, it comes up prepopulated to post to that group
on that host.
1999-12-24 10:54:52 +00:00
sspitzer%netscape.com
dc6f96ac32
rest of fix for #15845 , #15843 , and #15861 . for check boxes, see if
...
"reversed" attribute is true. if so, reverse the value.
1999-12-24 09:57:49 +00:00
sspitzer%netscape.com
f5a6026e45
fix for #15845 , #15843 , and #15861 . we had the pref ui reversed for a few prefs. doh!
1999-12-24 09:38:15 +00:00
sspitzer%netscape.com
d9aff6507e
fixes for #21345 and #17090 . remove the junk mail folder, since we
...
don't support it yet. and remove the message center prefs, since we
don't support that UI anymore.
1999-12-24 09:18:36 +00:00
sspitzer%netscape.com
d4a3bb6a6b
ignore generated makefiles
1999-12-24 09:16:59 +00:00
sspitzer%netscape.com
83ab92372a
Ignore generated makefile
1999-12-24 09:16:10 +00:00
sspitzer%netscape.com
33107dab44
fix for #17665 , allow the user to configure if they want to use
...
the newsgroup name abbreviations in the folder pane.
default is yes. comment out some dumps. make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
briano%netscape.com
726ab6fb1c
Use unsigned int instead of useconds_t in the usleep prototype.
1999-12-24 08:27:31 +00:00
tor%cs.brown.edu
c0c306f17d
Build bustage patch for SUNWspro so the compiler doesn't choke
...
seeing an "extern" and "static" definition of kPlatformCharsetCID.
Removes duplicate definition of PlatformCharsetCID and uses the
one from nsIPlatformCharset.h. r=sspitzer
1999-12-24 08:26:20 +00:00
sspitzer%netscape.com
e32328cd40
only hyatt needs to see his debugging printfs.
1999-12-24 07:53:41 +00:00
sspitzer%netscape.com
8b80c1262e
fix for #20990 . missing some filter choices, and fix a js error.
1999-12-24 06:28:44 +00:00
sspitzer%netscape.com
9ffa08f796
fix for #13767 . new nntp accounts should have text compose for the default.
...
the user can always override this in the account manager.
if it was a migrate account, we use what ever they had set in 4.x
1999-12-24 05:07:30 +00:00
sspitzer%netscape.com
127ef3aa9b
fix warings for pavlov and mcafee
1999-12-24 03:48:08 +00:00
troy%netscape.com
b3f6ab293f
Reduced size of table cell member data by 4 bytes by only storing the
...
maximum width and not both the width and height. The height was never used
so this wans't an issue
1999-12-24 03:46:21 +00:00
sspitzer%netscape.com
17c627bc23
fix warning for scc.
1999-12-24 03:42:54 +00:00
valeski%netscape.com
1479703c93
21789. r=gagan, a=don. The Extension() method for url's was returning everything after the *first* dot as the extension, rather than everything after the *last* dot. Now we return everything after the *last* dot as the extension
1999-12-24 03:10:24 +00:00
srinivas%netscape.com
a5551a2e4a
Backed out previous checkin for build breakage on Mac/Win.
1999-12-24 02:07:15 +00:00
briano%netscape.com
64f7a02c3f
Automated update
1999-12-24 01:15:15 +00:00
briano%netscape.com
958cd68998
Potential fix for Unixware 7 breakage, and a hack to deal with the lack of a prototype for usleep on Sol 2.5.1.
1999-12-24 01:14:23 +00:00
briano%netscape.com
ca56ccdd40
Fix for build breakage on Solaris 2.5.1, which doesn't provide a prototype for usleep in unistd.h.
1999-12-24 01:08:57 +00:00
sspitzer%netscape.com
9211b9189f
change to reflect the view | header state in the menu, using a radio
...
menu type. r=hangas. one thing isn't working, and that is having
it come up checked with the choice from prefs. I'll log a bug now.
1999-12-24 01:08:05 +00:00
srinivas%netscape.com
94a3b9e839
Minimize spurious notifications when interrupts are blocked.
...
Bugzilla #17055 .
1999-12-24 01:05:42 +00:00
rogerl%netscape.com
329f23093b
Need to update the value of newly created closure.
1999-12-24 00:49:44 +00:00
edburns%acm.org
d89128187f
r=marklin
...
a=edburns
Changes to complete the transition from BrowserControlMozillaShim to BrowserControlNativeShim.
1999-12-24 00:03:28 +00:00
sspitzer%netscape.com
c8e084ac35
fix #22493 and #22494 . at least turn the crash into an assertion.
...
r=hangas. also fix a warning.
1999-12-23 23:44:56 +00:00
edburns%acm.org
48f0c882b9
r=marklin
...
a=edburns
Get webclient working againg with tbogard's help on what has changed with webshell.
1999-12-23 23:40:57 +00:00
ducarroz%netscape.com
cd0826108e
Fix for bug 22420. Change capitalization. R=nicole
1999-12-23 23:37:00 +00:00
sgehani%netscape.com
543f3955e3
Turn on building Unix port of xpistub.
...
b = 20637
r = ssu
1999-12-23 23:26:23 +00:00
sgehani%netscape.com
da01f7b9aa
Part of fix for Linux installer.
...
b = 20637
r = ssu
1999-12-23 23:25:33 +00:00
sspitzer%netscape.com
59a392eb14
whoops, I removed the title from this window.
1999-12-23 23:10:19 +00:00
rickg%netscape.com
6bdc217af7
fixed bug22585; r=kmcclusk
1999-12-23 23:08:27 +00:00
sspitzer%netscape.com
f6ebaab416
fix the pref panel to explain what emoticons and structs are by example.
...
this is obviously no the final ui, but until we have an official one
for this new pref, this will do. r=bienvenu
1999-12-23 23:03:10 +00:00
sspitzer%netscape.com
9cf4030670
rest of fix for #21649 . don't get the pref values inside the stream converter, get it in compose and mime, and pass the value through.
...
thanks to mozilla@bucksch.org for explaining the right thing to do.
also fix a couple of warnings.
r=bienvenu
1999-12-23 22:20:10 +00:00
sspitzer%netscape.com
88ab0b9942
whoops, forgot to check in the default pref for #18118 .
1999-12-23 22:09:29 +00:00
hangas%netscape.com
41f9be581c
Fixing bugs (21868 Enter/Esc keys for password dialogs), (21391 new address book), (22213 Enter/Esc keys for prefs dialog), (22218 new address book card menu item). r=sspitzer
1999-12-23 21:38:25 +00:00
rjc%netscape.com
40b7d3eaf1
Fix bug # 20817: use default platform charset when reading in bookmarks until if/when we find a META charset tag that says to use something else. Review: ftang@netscape.com
1999-12-23 21:38:16 +00:00
buster%netscape.com
dc92b5dab3
fixed bug 22228
...
r=dcone
For this part of the fix, removed a precondition check for a null input param. It's legal (and necessary) here.
1999-12-23 21:02:45 +00:00
buster%netscape.com
0817720294
fixed bug 22228.
...
r=dcone.
problem was we were failing to null out the editor member of the controller on frame destruction.
1999-12-23 20:54:53 +00:00
buster%netscape.com
64906b0b20
fixed bug 19494
...
r=troy
The problem was the space mgr was computing mCount to be > 2* mSize, which this code couldn't handle correctly. So now if the space mgr computes mCount to be more than twice the size of the current count, we immediately bump up the size to that count.� If more are needed later, the next call will give us twice this number anyway.
1999-12-23 20:49:07 +00:00
dcone%netscape.com
f7bfb1a5f7
Added support for selected rounded corners...can now round individual corners. r=rods
1999-12-23 20:48:07 +00:00
ducarroz%netscape.com
2c3ebdcd2c
First Checked In.
1999-12-23 20:47:06 +00:00
ducarroz%netscape.com
95cf967e58
File Removed.
1999-12-23 20:45:53 +00:00
rods%netscape.com
a45b5daae1
backing out change and reopening bugs 17303, 19426, the default case where input isn't specified
...
causes a lot of problems becuase of the style it needs.
r=self
1999-12-23 20:13:46 +00:00
pnunn%netscape.com
15ca3e9c9f
Migrate change from if.h to if_struct.h. pnunn.
1999-12-23 20:10:14 +00:00
blizzard%redhat.com
1c903819e1
clean up nsWindow::DestroyNativeChildren(). this seems to leak one less widget per toplevel.
1999-12-23 20:09:38 +00:00
sspitzer%netscape.com
f16a570ecd
fix for #18118 . if the pref "profile.confirm_automigration" is true,
...
we put up a dialog before we auto migrate. (the mozilla build does this.)
if that pref is false, we just automigrate. (the ns build does this.)
r=bienvenu
1999-12-23 20:05:59 +00:00