Commit Graph

1343 Commits

Author SHA1 Message Date
Jerry.Kirk%Nexwarecorp.com
d4fba16d44 Disable Memory mapped file support for QNX and Neutrino platforms. 1999-09-08 12:42:23 +00:00
dveditz%netscape.com
eff4c6bcca fixing mac bustage 1999-09-07 22:03:53 +00:00
dveditz%netscape.com
5d803bf4a6 walling off more MOZILLA_CLIENT junk so plain standard ZLIB works in the native install wizards 1999-09-07 21:23:17 +00:00
morse%netscape.com
2f29951965 fetch wallet files from netcenter 1999-09-07 18:28:50 +00:00
shaver%netscape.com
f7bda6b5b3 use NS_DECL_NSIMODULE and track nsIModule API changes 1999-09-07 05:06:36 +00:00
shaver%netscape.com
5713ca953c fix from bryner@uiuc.edu (Brian Ryner) for better PRInt64 handling 1999-09-06 03:41:57 +00:00
pinkerton%netscape.com
91ce1ee5ac adding #include of string.h for dveditz. 1999-09-04 21:42:02 +00:00
dveditz%netscape.com
ee89552282 remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.
1999-09-04 19:46:18 +00:00
dveditz%netscape.com
c3e1883efa fixing registry assert 1999-09-04 19:18:57 +00:00
alecf%netscape.com
c9289ef057 make libxp a static library, eliminate useless cruft, and link it into libjar
(it's the only one that uses libxp these days)
1999-09-03 23:50:11 +00:00
mgleeson1%netscape.com
5d211da01c added #ifndef for HPUX11 around #define _INT32 1999-09-03 22:17:16 +00:00
shaver%netscape.com
b749ab2168 Added mmapio patch from jim_nance@yahoo.com (James L. Nance) to speed
registry-read.  Enabled on XP_UNIX only.
1999-09-02 21:23:44 +00:00
cyeh%netscape.com
bef3eb8080 Remove useless NGLAYOUT_PLUGINS define. 1999-09-02 18:21:11 +00:00
cyeh%netscape.com
11cc154cdb Remove NGLAYOUT_PLUGINS useless define. 1999-09-02 18:18:31 +00:00
cyeh%netscape.com
acf1f2f7e0 remove STANDALONE_IMAGE_LIB define. We always built with it by default.
General makefile cleanup to make configuring easier.
1999-09-02 01:10:47 +00:00
av%netscape.com
6183868b93 Fix for #7125 1999-09-01 19:58:57 +00:00
av%netscape.com
ee1bdd4cef Fix for #9211 1999-09-01 19:58:22 +00:00
dveditz%netscape.com
368254f2fe fixing makefile weirdness 1999-09-01 01:30:04 +00:00
dveditz%netscape.com
8595145824 added blank lines for readability 1999-09-01 01:28:22 +00:00
cyeh%netscape.com
1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
pnunn%netscape.com
605b198faf fix for #10371. shortened lib names. pnunn. 1999-09-01 01:07:16 +00:00
norris%netscape.com
ec9d253f50 Add all-powerful system principals. Remove some dead code from the build. 1999-09-01 00:54:35 +00:00
ramiro%netscape.com
18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
morse%netscape.com
954bf7212f fetch server location from a pref 1999-08-31 02:48:28 +00:00
hoa.nguyen%intel.com
eed306cb0e Extended the example to create a simple button with label. 1999-08-31 00:12:15 +00:00
hoa.nguyen%intel.com
bf54286613 Added the proper Mozilla Toolkit flags. 1999-08-31 00:11:06 +00:00
norris%netscape.com
d8507f844e * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
neeti%netscape.com
b9758e25ce implemented ResetPrefs feature 1999-08-28 05:19:29 +00:00
gagan%netscape.com
5124c48251 More mem leak fixes that were showing up originating in nsStdURL in bruce's log. 1999-08-27 10:23:41 +00:00
brendan%mozilla.org
89220e3a2e Conform mindlessly to other 'Register foo' component printfs. 1999-08-27 10:18:44 +00:00
sspitzer%netscape.com
1654cf2872 fix for #12556. change homepage back to www.mozilla.org now that bug #7417 is fixed 1999-08-27 06:09:25 +00:00
vidur%netscape.com
ac58d4a6f3 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +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
dp%netscape.com
e2dc7427b8 removed files: mozilla/modules/libimg/pngcom/png_png.cpp 1999-08-27 04:02:26 +00:00
dp%netscape.com
bb944d1137 png cleanup from Greg Roelofs <newt@pobox.com> 1999-08-27 04:00:13 +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
rpotts%netscape.com
0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
neeti%netscape.com
8a390ae229 Implemented special processing required to handle # in prefs.js,
write out prefs file with #, fixed memory leak bug 10629
1999-08-26 12:54:52 +00:00
dp%netscape.com
88a4943bfd Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
being used and block scritability. So if we need then, we will figure
out a way to add them that wont break scritability.
1999-08-26 05:11:40 +00:00
dp%netscape.com
8d036420a9 Removed default parameter to Open() to facilitate IDLification. 1999-08-26 03:22:26 +00:00
briano%netscape.com
0546a72da3 Change the undef NETSCAPE to MOZILLA_CLIENT to fix Win and Mac. 1999-08-26 01:23:10 +00:00
dveditz%netscape.com
7dffabf8b6 backing out, briano has a different fix 1999-08-26 01:22:31 +00:00
dveditz%netscape.com
47cae9333b fixing Windows build bustage. Will not fix the mac 1999-08-26 01:17:07 +00:00
briano%netscape.com
d3a5a968b9 Replaced the NETSCAPE ifdefs with MOZILLA_CLIENT to reduce the number of macros we have to define. 1999-08-26 00:10:19 +00:00
ramiro%netscape.com
7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com
5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
brendan%mozilla.org
defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
sgehani%netscape.com
d4d84d53ad Part of fix for bug 12426. 1999-08-25 01:34:31 +00:00