Commit Graph

38352 Commits

Author SHA1 Message Date
pinkerton%netscape.com
12348ba7a9 remove nsIContentConnector references. 1999-08-27 05:14:19 +00:00
pollmann%netscape.com
a522c7ae8f Opps! 1999-08-27 05:13:40 +00:00
pollmann%netscape.com
3f220b35c5 Opps! 1999-08-27 05:05:33 +00:00
karnaze%netscape.com
89aed4a1fe new regression tests 1999-08-27 04:48:25 +00:00
pinkerton%netscape.com
bb33f01d50 remove refs to nsIContentConnector 1999-08-27 04:30:48 +00:00
karnaze%netscape.com
9d31e7c8a1 bug 12590 - vertical-align:middle working on cell 1999-08-27 04:29:05 +00:00
cmanske%netscape.com
ce2856a9e0 Fixed bug 12126. Removed pref code from nsHTMLEditor - do HLine pref stuff in JS instead. 1999-08-27 04:12:47 +00:00
alecf%netscape.com
d3d937ab94 fix my breakage again 1999-08-27 04:12:38 +00:00
endico%mozilla.org
b20f3dc7c9 fixed a typo 1999-08-27 04:11:44 +00:00
alecf%netscape.com
6c2881ae30 remove libcaps dependancy on libxp by using PL/PR routines instead of XP_* 1999-08-27 04:09:41 +00:00
dp%netscape.com
1d24a36c44 This patch improves the PNG error-handling. Primarily it fixes a very
subtle compile-time error involving the jmp_buf struct, which can be
different sizes depending on what macros are defined.  Since libpng and
Mozilla are not necessarily compiled at the same time (at least during
development), the only way to guarantee that their concept of jmp_buf
is consistent is to avoid using it at all in one of them; specifically,
replace libpng's default error-handler with essentially the same thing
within Mozilla.  (This will likely be required in a future version of
libpng, btw.)
1999-08-27 04:09:01 +00:00
beard%netscape.com
8309b3fbb5 First Checked In. 1999-08-27 04:08:09 +00:00
beard%netscape.com
b865953120 Added MemAllocatorGC target. 1999-08-27 04:06:44 +00:00
beard%netscape.com
027b20e345 removed USE_DISPLAY_LIST_ELEMENTS #ifdefs. 1999-08-27 04:02:55 +00:00
dp%netscape.com
e2dc7427b8 removed files: mozilla/modules/libimg/pngcom/png_png.cpp 1999-08-27 04:02:26 +00:00
beard%netscape.com
3fadca59b0 bug 11312: fixed Invalidate() of entire bounds, need to use (0, 0)-based rectangle. 1999-08-27 04:02:09 +00:00
morse%netscape.com
c577423b50 support browser-generated password forms 1999-08-27 04:00:14 +00:00
dp%netscape.com
bb944d1137 png cleanup from Greg Roelofs <newt@pobox.com> 1999-08-27 04:00:13 +00:00
pollmann%netscape.com
c0317528d3 Warning cleanups and Bug 12350 1999-08-27 03:59:49 +00:00
alecf%netscape.com
355a920fb3 remove unnecessary files 1999-08-27 03:59:40 +00:00
pollmann%netscape.com
30a0e34e7e Bug 12350 1999-08-27 03:58:47 +00:00
pollmann%netscape.com
22fef24c59 Cleanup, and bugfixes for bug 12475 and 12350 1999-08-27 03:58:13 +00:00
endico%mozilla.org
7db400311f oops. M9 was haredwired in 1999-08-27 03:57:49 +00:00
dp%netscape.com
2bc2dbe376 Removed png_png.cpp 1999-08-27 03:56:19 +00:00
dp%netscape.com
4f92e6c403 Removing png_png.cpp 1999-08-27 03:54:37 +00:00
dp%netscape.com
6bc4ef23fd PNG Cleanup from Greg Roelofs <newt@pobox.com>
- eliminate prototypes for libpng functions already declared in png.h
- eliminate prototype for il_create_alpha_mask() (now deleted)
- add "extern" to prototype for row_callback() (in png_png.cpp)
- eliminate il_png_init_transparency() and il_png_destroy_transparency() (never used)
- ifdef out GIF leftovers in il_png_complete()
- This patch plugs the memory leak. il_png_init() does PR_NEWZAP()on
ic->ds; never freed.
- Removed png_png.cpp
1999-08-27 03:54:08 +00:00
alecf%netscape.com
5efd86aaf1 removed files: mozilla/mailnews/base/src/nsMsgAccountDataSource.cpp, mozilla/mailnews/base/src/nsMsgIdentityDataSource.cpp, mozilla/mailnews/base/src/nsMsgServerDataSource.cpp 1999-08-27 03:52:57 +00:00
pinkerton%netscape.com
f4c6555b98 doing the right thing for xpidl. 1999-08-27 03:52:51 +00:00
pinkerton%netscape.com
1157b24fc7 First Checked In. 1999-08-27 03:52:38 +00:00
alecf%netscape.com
9f0038afd3 remove dud datasources from the build 1999-08-27 03:50:53 +00:00
putterman%netscape.com
38cfb0cdd1 Only Top level folders are special folders. 1999-08-27 03:50:20 +00:00
putterman%netscape.com
f4ee84842d Change peqWithParameter to work correctly. 1999-08-27 03:49:22 +00:00
putterman%netscape.com
855fc982d0 Add Priority and Size to thread pane. 1999-08-27 03:48:53 +00:00
alecf%netscape.com
f80eb7eab3 remove account/server/identity datasource from the build 1999-08-27 03:48:34 +00:00
putterman%netscape.com
b66321649f Sort FolderPane. 1999-08-27 03:48:32 +00:00
beard%netscape.com
6f900d6aec plugged a memory leak in GetProfileCount() 1999-08-27 03:48:24 +00:00
putterman%netscape.com
07d2e282e5 Setup copy menu correctly. 1999-08-27 03:47:58 +00:00
putterman%netscape.com
f27dca9da6 Sort folderPane. 1999-08-27 03:47:44 +00:00
beard%netscape.com
01f1e066fb plugged a memory leak in GetCString(). 1999-08-27 03:47:43 +00:00
beard%netscape.com
05f8b8e443 plugged some memory leaks. 1999-08-27 03:46:33 +00:00
pinkerton%netscape.com
215b9b4f1b File Removed. 1999-08-27 03:45:14 +00:00
alecf%netscape.com
7acaa619a1 fix 12549 1999-08-27 03:44:47 +00:00
pinkerton%netscape.com
ea28d30d31 remove nsIContentConnector.h exports. 1999-08-27 03:42:42 +00:00
rjc%netscape.com
9ab582d122 When enumerating a folder's contents, don't resolve aliases, and don't return hidden files/folders. 1999-08-27 03:42:23 +00:00
pinkerton%netscape.com
80fdd59867 remove nsTriStateCheckboxFrame.cpp 1999-08-27 03:41:43 +00:00
blizzard%redhat.com
4a51fac7b4 remove -ljsurl from the link line. a=leaf 1999-08-27 01:27:58 +00:00
dmose%mozilla.org
d61bf22774 replaced 'external' with non-Netscape, and 'internal' with Netscape. 1999-08-27 01:00:07 +00:00
briano%netscape.com
f67c64a32c Automated update 1999-08-27 00:15:48 +00:00
briano%netscape.com
fcb81da452 Yet another attempt to build successfully on HP-UX using gcc. HP-specific change. 1999-08-27 00:02:25 +00:00
rpotts%netscape.com
1b0be9b8eb Fixed up the calls to NewChannel to take a load group... 1999-08-26 23:38:02 +00:00