Commit Graph

57336 Commits

Author SHA1 Message Date
warren%netscape.com
1e3761ff4d Fix to make download observer not crash. 2000-04-04 05:56:11 +00:00
sspitzer%netscape.com
8ef6a389e0 remove my debugging dump statements. 2000-04-04 05:53:39 +00:00
sspitzer%netscape.com
8d102c93f1 more changes for "updating counts" when the news server expands.
because we persist the "open" state of a news server (unlike 4.x, which re-closed it)
I call PerformExpand() on all "open" servers at start up.

also, some performance optimizations, thanks to putterman for the help.
2000-04-04 05:47:24 +00:00
waterson%netscape.com
fbfadbfae0 Start trying to compile on Unix with new changes. r=scc 2000-04-04 05:45:57 +00:00
scc%netscape.com
c7f2aa9d6f Added tests for construction and |Find|. Added null loop timings to help better analyze results. Temporarily commented out block-stomping tests. 2000-04-04 05:20:05 +00:00
karnaze%netscape.com
38ae2db033 prevent trees from constructing pseudo frames in some cases as did rev 1.407, due to a bug in TableIsValidCellContent. Fix the bug for mathml. 2000-04-04 04:57:08 +00:00
rjc%netscape.com
9c97a6db13 Add support for adding a search engine via public sidebar JavaScript method (with appropriate user acceptance). 2000-04-04 04:55:58 +00:00
rjc%netscape.com
92e44d39e8 Fix a couple of signed/unsigned warnings. 2000-04-04 04:52:33 +00:00
cls%seawood.org
708005f119 Make gc/boehm compile under linux. Compiles but doesn't necessarily run programs. Bug #31287 2000-04-04 04:48:44 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
rjc%netscape.com
379258deea Expose support for adding a search engine via JavaScript (with appropriate user acceptance). 2000-04-04 04:42:50 +00:00
svn%xmlterm.org
67b2f8314a xmlterm changes only;
Initial terminal size is now explicitly passed through parameters, providing
better control. Session aborts now produce an error message on the screen.
2000-04-04 04:42:27 +00:00
erik%netscape.com
78bd430e0d bug 34037; added KOI8-U Ukrainian support for Unix 2000-04-04 04:36:32 +00:00
bruce%cybersight.com
68c3380b79 Fix for leak of nsByteArrayInputStream objects and associated buffers from nsHTTPChunkConv. r=scc 2000-04-04 04:35:25 +00:00
karnaze%netscape.com
41c7c7ff5d bug 2479 - deleting cols and/or colgroups caused incorrect reseting of col group starting index. 2000-04-04 04:28:18 +00:00
morse%netscape.com
82cbb9c3e1 fix bug 8530, expire cookies with excessive lifetimes, patch received from web 2000-04-04 04:19:01 +00:00
bruce%cybersight.com
1d051086ef Fixing nsByteArrayInputStream's QueryInterface() to be correct. Need this for a leak fix coming up shortly. r=scc 2000-04-04 04:16:07 +00:00
tbogard%aol.net
8a51e5cc71 Seems the conditional as a parameter was too much for speedracer's little brain. 2000-04-04 03:31:57 +00:00
yueheng.xu%intel.com
278b89630c fix to bug #31351 (printing need support Unicode string) and bug #30176 (Fail to
print Chinese webpages). Design documentation is at http://linux.webchina.org/
printing/cprint.html. Tested existing ASCII pages and it remains working as before. For Chinese pages or other i18n pages, need Unicode encoded PostScript font support on the platform for rendering. Here we just output Unicode and user defined rendering
procedure 'unicodeshow'. For platforms without a Unicode encoded PostScript font, need a seperate post-processing utility to insert the font info at run time before the PostScript file is fed into a printer. I have such an utility documented in above web address and it depends on a TrueType font file which the user should buy by themselves. r=dcone.
2000-04-04 03:23:45 +00:00
scc%netscape.com
8e418b816c make appending a single character faster for rickg 2000-04-04 03:06:15 +00:00
sspitzer%netscape.com
3ad854648b jefft has fixed bug #34383, so take out debugging dump(). 2000-04-04 02:58:38 +00:00
morse%netscape.com
ebbbda71d9 all for selecting multiple items 2000-04-04 02:52:56 +00:00
tbogard%aol.net
bf5d308f53 Added handling for the webProgress status changes. 2000-04-04 02:46:17 +00:00
tbogard%aol.net
3cbce7298c Changed the Status flags to be transition flags rather than flat current state. This makes it easier to implement a listener. Otherwise you are forced to cache the last status and then determine transitions based on the deltas. 2000-04-04 02:45:32 +00:00
roeber%netscape.com
0f208ea997 Make the conversion routines handle network byte order, not host byte order. 2000-04-04 02:36:46 +00:00
sspitzer%netscape.com
3341f57d8f fix for #10855. update newsgroup counts when expanding the server. still a few
edges to smooth.  also, continue clean up of the news code.  r=bienvenu
2000-04-04 02:31:43 +00:00
bienvenu%netscape.com
8317473e41 add nsINNTPProtocol.idl to build 2000-04-04 02:02:40 +00:00
bienvenu%netscape.com
013c4fc5d2 added files: mozilla/mailnews/news/public/nsINNTPProtocol.idl 2000-04-04 01:59:21 +00:00
rogerl%netscape.com
fcd2e813a5 cleaning up the codestate classes; continue labels 2000-04-04 01:48:35 +00:00
alecf%netscape.com
fc70ef2dc5 switch from titledbuttons to buttons 2000-04-04 01:45:06 +00:00
sfraser%netscape.com
70f554bb1e Fix bustage. NS_IMETHODIMP and nsresult don't mix on windows. 2000-04-04 01:43:32 +00:00
alecf%netscape.com
6798383d92 add support for auto-refreshing server list, set as default, and various other minior tweaks
r=sspitzer
2000-04-04 01:40:10 +00:00
alecf%netscape.com
6c4a494981 add support for automatically disabling certain controls in the smtp server editor
r=sspitzer
2000-04-04 01:39:11 +00:00
alecf%netscape.com
a382e36f3e add am-smtp.js to the builds r=sspitzer 2000-04-04 01:36:41 +00:00
alecf%netscape.com
be7a36352b make the smtp server panel reload itself when the advanced dialog tells it that there have been edits
r=sspitzer
2000-04-04 01:36:01 +00:00
alecf%netscape.com
7b171e786c add support for pages asking to be reloaded from scratch
(so that SMTP prefs can be reloaded)
r=sspitzer
2000-04-04 01:33:23 +00:00
karnaze%netscape.com
7dbf74f652 fix regression tests - not affecting the build 2000-04-04 01:29:10 +00:00
bienvenu%netscape.com
64e9d2f757 adding interface for nsINNTPProtocol, nOT PART OF BUILD YET 2000-04-04 01:29:08 +00:00
karnaze%netscape.com
509f652995 bug 2479 - rewrite of table frame construction. r=troy, b=winNT,linux 2000-04-04 01:28:15 +00:00
erik%netscape.com
f2f736b027 enabling the CSS font-family fix that the MathML guys contributed, by
turning the ifdef MATHML's into #if 1's
2000-04-04 01:20:35 +00:00
Jerry.Kirk%Nexwarecorp.com
0d2a2c7280 Adding Screen classes for Neutrino and makeing small interface changes
to catch up with new version of Photon header files that appeared
during latest Patch G.
PHOTON ONLY
2000-04-04 01:17:13 +00:00
Jerry.Kirk%Nexwarecorp.com
2d7bf2a545 Small change to build for Neutrino because uname changed
during the last patch.
r=kirkj
2000-04-04 01:15:29 +00:00
jefft%netscape.com
7bdb46368e fixed bug 34383 - JS exception when selecting the twisty; r=scottip 2000-04-04 01:07:49 +00:00
sfraser%netscape.com
2527500a42 Fix for 14599 -- detect attempt to edit frameset. a=akkana 2000-04-04 01:06:25 +00:00
Jerry.Kirk%Nexwarecorp.com
6e1a9b7495 Making minor changes to code for new release of Photon 2.
Patch G changed the interface on a few of the functions.
Photon Only.
2000-04-04 00:56:28 +00:00
erik%netscape.com
4fd828211a enabling the "Symbol" font support that was added by the MathML guys for
Unix, by removing the #ifdef ...MATHML
2000-04-04 00:56:02 +00:00
bienvenu%netscape.com
e47142bfe7 support for in-reply-to, r=sspitzer 8965 2000-04-04 00:53:23 +00:00
bienvenu%netscape.com
d90d59bf1d back out changes for in-reply-to header; I don't need them after all 2000-04-04 00:52:22 +00:00
waterson%netscape.com
03acc506a2 Add new XUL template builder to the build. 2000-04-04 00:47:20 +00:00
waterson%netscape.com
4f51782966 Add new template builder to the Mac build. 2000-04-04 00:46:44 +00:00