waterson%netscape.com
713bcb8c56
Remove redundant class forward decls that were causing VC++ internal compiler errors.
2000-04-04 08:32:58 +00:00
waterson%netscape.com
f070169ada
Ok, really fix HP-UX this time.
2000-04-04 08:19:51 +00:00
brendan%mozilla.org
e7aad0c475
Eliminate unused var warning and clean up other stuff not in the patch I reviewed and approved!
2000-04-04 08:17:05 +00:00
pierre%netscape.com
66aaad2336
Fix a crash with Test10: a missing SetPort() in FindScreenForSurface().
2000-04-04 08:01:15 +00:00
cls%seawood.org
0c1311d3fb
Add -Wno-multichar to WARNINGS_C*FLAGS for BeOS. Thanks to "Yannick Koehler" <koehler@mythrium.com> for the patch.
2000-04-04 07:53:25 +00:00
cls%seawood.org
c59a831b89
Generate Makefiles not Makefile.ins. Thanks to "Yannick Koehler" <koehler@mythrium.com> for the patch.
2000-04-04 07:50:34 +00:00
cls%seawood.org
fdd09457b4
Fix for EXTRA_DSO_LIBS in rules.mk
...
OS/2 Makefile.in changes (Patch 4a). Bug #34106
2000-04-04 07:37:50 +00:00
waterson%netscape.com
c0d96583c0
Fix build bustage on HP-UX. Access to protected classes only allowed by 'friends'.
2000-04-04 07:28:31 +00:00
sspitzer%netscape.com
58f71c90cd
fix for #34401 . partial backout of valeski's changes.
...
thanks to mscott, putterman and bienvenu for the detective work.
2000-04-04 07:14:01 +00:00
warren%netscape.com
91aed9a261
Changed 'default' content type to application/x-unknown-content-type (was text/html!).
2000-04-04 07:13:22 +00:00
warren%netscape.com
4bff76e760
Fixed uninitialized variable.
2000-04-04 07:11:30 +00:00
leaf%mozilla.org
0200d2416f
Automated update
2000-04-04 06:45:12 +00:00
hyatt%netscape.com
832184f047
Making menupopup support <children>. Needed a bit of special case code.
2000-04-04 06:43:02 +00:00
waterson%netscape.com
2831f7bd1b
Add |operator!=()| implementation, conditioned on HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL. r=scc
2000-04-04 06:42:59 +00:00
waterson%netscape.com
ffd3579926
Both VC++ and MetroWerks HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL. r=scc
2000-04-04 06:38:12 +00:00
waterson%netscape.com
55e54bcd71
Add test for HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL, which tests to see if |operator!=()| in the standard template library is overly helpful, and causes compiler bustage. r=scc
2000-04-04 06:36:08 +00:00
hyatt%netscape.com
220a5faae0
Making <children> support dynamic.
2000-04-04 06:29:20 +00:00
waterson%netscape.com
9d03c4287b
Explicit conversion required for NEW_STRING_APIS. r=scc
2000-04-04 06:03:20 +00:00
waterson%netscape.com
5ef034810c
Hackery to get NEW_STRING_APIS compiling on gcc-2.7.2.3. r=scc
2000-04-04 06:00:01 +00:00
cls%seawood.org
14ba9b82bb
Remove CFLAGS from LDFLAGS. Bug #23870
2000-04-04 05:58:09 +00:00
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