Граф коммитов

1315 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com ed22625c90 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 7d54348b45 Conform mindlessly to other 'Register foo' component printfs. 1999-08-27 10:18:44 +00:00
sspitzer%netscape.com a521beed7b 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 be985ad901 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +00:00
dp%netscape.com 10f850710d 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 350c8b6df2 removed files: mozilla/modules/libimg/pngcom/png_png.cpp 1999-08-27 04:02:26 +00:00
dp%netscape.com a8690299b5 png cleanup from Greg Roelofs <newt@pobox.com> 1999-08-27 04:00:13 +00:00
dp%netscape.com 0152e63dec Removed png_png.cpp 1999-08-27 03:56:19 +00:00
dp%netscape.com 0bf8694861 Removing png_png.cpp 1999-08-27 03:54:37 +00:00
dp%netscape.com 2ba9a7e305 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 3ed5c99db2 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
neeti%netscape.com 95201a81c8 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 b6ca6e5553 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 60f12e3b90 Removed default parameter to Open() to facilitate IDLification. 1999-08-26 03:22:26 +00:00
briano%netscape.com cfd8d924e3 Change the undef NETSCAPE to MOZILLA_CLIENT to fix Win and Mac. 1999-08-26 01:23:10 +00:00
dveditz%netscape.com 3af6fa7e62 backing out, briano has a different fix 1999-08-26 01:22:31 +00:00
dveditz%netscape.com c67202dfb5 fixing Windows build bustage. Will not fix the mac 1999-08-26 01:17:07 +00:00
briano%netscape.com 3597bae6c7 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 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
brendan%mozilla.org bbe959f4d1 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 7a7bc05322 Part of fix for bug 12426. 1999-08-25 01:34:31 +00:00
pnunn%netscape.com 322d5a6701 Removing an assert. pnunn. 1999-08-24 23:01:16 +00:00
pnunn%netscape.com daac3f22da Modifications for Necko and general cleanup of api. pnunn. 1999-08-24 22:30:42 +00:00
pnunn%netscape.com 17dd2009e7 Modifications for Necko and general cleanup of api. pnunn. 1999-08-24 22:18:27 +00:00
hshaw%netscape.com 891310e527 fix build bustage, argument type mismatch 1999-08-24 20:34:23 +00:00
pnunn%netscape.com d31014a9d1 Modifications needed for Necko and general clean up of imglib api. pnunn. 1999-08-24 19:53:32 +00:00
pnunn%netscape.com ba270c8ac9 Modifications for Necko and clean up of api. pnunn. 1999-08-24 19:47:46 +00:00
pnunn%netscape.com d2905254aa Modifications needed for Necko and clean up of api. pnunn. 1999-08-24 19:46:39 +00:00
scc%netscape.com 0454213f91 got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com 2290033202 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com b95a2bdd54 Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
bienvenu%netscape.com ed1d697bc5 add history ab 1999-08-20 23:28:48 +00:00
mscott%netscape.com 3fa7ac0c80 Fix for Bug #12151 on behalf of sspitzer. 1999-08-20 22:59:16 +00:00
arielb%netscape.com bb8560101c includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
cls%seawood.org 0991be09fa Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
pnunn%netscape.com f3f401c1c9 Cleaned up returns across api. pnunn. 1999-08-19 22:42:35 +00:00
pnunn%netscape.com dcd120c8f7 Cleaning up returns across api's. pnunn. 1999-08-19 22:31:12 +00:00
pnunn%netscape.com af9e76ad65 Cleaning up returns across api's. pnunn. 1999-08-19 22:22:46 +00:00
pnunn%netscape.com 9c94fb9fc4 Cleaning up returns across api's. pnunn 1999-08-19 22:19:06 +00:00
dp%netscape.com 73224d0136 - Adding a IID paramter to nsIModule::GetClassObject() 1999-08-19 14:55:52 +00:00
dcone%netscape.com 013a6c0e28 Took out some code that was not needed... 1999-08-19 14:17:13 +00:00
sgehani%netscape.com 46ce58a15b Adjusted static lib targets in anticipation of adding them to the build. 1999-08-19 10:52:58 +00:00
sgehani%netscape.com 3c86ec982a Fix for Mac specific bug: 10421. 1999-08-19 09:48:53 +00:00
tbogard%aol.net 81f90e5c5d Fixed Mac.. 1999-08-19 06:29:05 +00:00
sspitzer%netscape.com f35a6d8fb2 remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064 1999-08-19 06:28:39 +00:00
tbogard%aol.net c8c8eea4c0 XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree. 1999-08-19 05:36:30 +00:00