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

365 Коммитов

Автор SHA1 Сообщение Дата
pnunn%netscape.com d253f04e12 bug# 37909: added multipart support. pnunn. r:valeski@netscape.com 2000-05-12 01:38:18 +00:00
cls%seawood.org 4bb89416eb More OS/2 Makefile changes. Bug #34106 Batch 12 2000-05-04 11:00:47 +00:00
pnunn%netscape.com 7908f988b5 bug#29643: add new method FlushImgBuffer(). pnunn. r:valeski 2000-04-26 21:25:53 +00:00
pnunn%netscape.com fd360453f6 bug#29643: add new method. pnunn. r: valeski 2000-04-26 21:24:32 +00:00
pnunn%netscape.com 41ccf33623 bug#3013: turning on 8 bit mask generation. pnunn. tested nt, mac, linux. 2000-04-20 22:36:06 +00:00
pnunn%netscape.com bc3e85db29 bug#3013; bug#16742; and maybe bug#28616: fixed scaling on 8 bit masks. pnunn. tested on nt, linux, mac 2000-04-20 22:34:05 +00:00
pnunn%netscape.com d26b29c168 bug#924. Added test in clean up. pnunn. 2000-04-18 21:20:56 +00:00
neeti%netscape.com 3b00311664 fix for 21329, restricting the number of items in cache only for windows.r=pnunn 2000-04-17 00:28:56 +00:00
pnunn%netscape.com 3117bfbb19 corrected comment in code. pnunn. 2000-04-13 21:27:47 +00:00
pnunn%netscape.com d93b10b48e Changed rand function for converting 8bit mask to 1bit dithered mask.
msrand() function not working properly on mac.  pnunn.
2000-04-13 21:26:01 +00:00
pnunn%netscape.com c077c8bfe7 bug#3013. Changed code so simple conditional sets generation of 8 bit mask
or triggers 8 bit to dithered 1 bit mask conversion. Set for dithering on
all platforms until rendering crash bug fixed. Tested on linux, NT, mac. pnunn.
2000-04-13 19:47:18 +00:00
pnunn%netscape.com acd440b546 Bugs 3013, 16742. Added dithering algorithms from Glenn Randers-Pehrson
<randeg@alum.rpi.edu> for platforms that do not support 8 bit masks.
Fixed reducing algorithm for masks.  tested on linux, NT, mac. pnunn.
2000-04-13 19:44:22 +00:00
neeti%netscape.com fb486b0017 fix for bug 21329,r=pnunn, Image cache needs to limit number as well as size of the image resources consumed on WIN95/WIN98 2000-04-13 13:00:31 +00:00
pnunn%netscape.com c633f66dcc bug#34801: put a frame notification back at end of frame decoding. r:rods, a:leaf. 2000-04-06 21:51:58 +00:00
mkaply%us.ibm.com 1217d7950e # 34082
r= pnunn@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:36:47 +00:00
pavlov%netscape.com b91c4d19b9 fix morse's last checkin to not have to allocate strings 2000-04-05 00:34:36 +00:00
morse%netscape.com 81518e0e27 fix bug 34165, Allow viewing blocked images 2000-04-05 00:13:00 +00:00
pnunn%netscape.com 4395e272e6 bug#33452, line 476, remove extraneous frame notification. r: troy, tested on NT, linux
bug332697, line 1563, Use net context of last image req for reconnect. r: neeti, tested on NT, linux.
	pnunn.
2000-03-30 22:39:53 +00:00
pnunn%netscape.com 92caad713d bug#33452: r:troy. tested on linux, NT.
fix so frame_complete notifications only occur with animated images.
		  Single frame images only get image_complete notifications.
		  pnunn.
2000-03-27 22:08:15 +00:00
pnunn%netscape.com d08f7c9bb2 bug#32320: r:neeti, fix memleak of png structs. tested on linux,NT
bug#33452: r:troy,  fix so frame_complete notifications only occur on animated images.
		        on single frame images, only give image_complete notifications.
		    tested on linux, NT.
pnunn
2000-03-27 22:04:57 +00:00
morse%netscape.com c15ec9e970 fix bug 32374, block foreign images 2000-03-25 07:09:25 +00:00
pnunn%netscape.com 14334b4f85 bug#32378. fix memleak. r:bruce@cybersight.com. 2000-03-20 23:30:26 +00:00
pnunn%netscape.com 9d9706c641 No bug#. Changes so generic factory code is used. r: pavlov 2000-03-20 23:29:21 +00:00
morse%netscape.com b0e1cb4f98 backout last checkin since it was breaking other platforms 2000-03-20 18:44:06 +00:00
morse%netscape.com 7107518582 implement test for detecting foreign images 2000-03-19 16:58:35 +00:00
pnunn%netscape.com 2a47a38381 bug#31664: chkin for troy. r:pnunn. 2000-03-18 01:09:39 +00:00
neeti%netscape.com 760f19694f fix for 29853 in trunk, r=dp,Animated ads are stopping after one loop, and are then being reloaded from the server 2000-03-17 21:51:31 +00:00
pavlov%netscape.com d5ba4ef60f make the NS_GetFactory stuff use generic factory code instead of doing it all by hand r=dp 2000-03-16 23:42:23 +00:00
morse%netscape.com fae76c1259 generalize per-site permissions, r=norris 2000-03-11 20:09:57 +00:00
mkaply%us.ibm.com b85ccb4952 # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:47:25 +00:00
mkaply%us.ibm.com 91966d8e6a # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:41:41 +00:00
pnunn%netscape.com 3771c07581 bug#28289 & bug#28667. memleaks on gifdecoder and strdups. r:dp, danm a:jar 2000-02-23 02:24:01 +00:00
pnunn%netscape.com b5a25b83af bug#28289. fix leak. pnunn. r:danm, ok:jevering. 2000-02-18 23:11:48 +00:00
pnunn%netscape.com db8f010d7a bug#28289. fix leak. pnunn r:danm, ok:jevering 2000-02-18 23:10:19 +00:00
pnunn%netscape.com b6a91c50eb bug# 27172. pnunn r:neeti. restore mime type after delay callback. 2000-02-15 22:04:55 +00:00
pnunn%netscape.com aa85daed4b bug# 21036: Change imglib reload policies to work with necko load attributes. pnunn, r:neeti,dp. 2000-02-12 01:51:57 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
davidm%netscape.com 643d194472 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
pnunn%netscape.com 4b387cfa79 bug#1248, fix part1. pnunn. rev:troy,dcone,neeti 2000-02-01 22:25:21 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
neeti%netscape.com de2f1cc41f fix for memory leak bug# 21301. MLK: ImageNetContextSyncImpl leaks. r=pnunn 2000-01-18 13:10:47 +00:00
scc%netscape.com a6f15a4b09 Added |ilISystemServices::GetIID()| to fix build bustage 2000-01-14 02:05:53 +00:00
pnunn%netscape.com fc65a596ce bug#17781. Clean up. pnunn@netscape.com. 2000-01-13 23:08:35 +00:00
pnunn%netscape.com 60d91c9b89 bug#17781: clean up. pnunn@netscape.com. 2000-01-13 23:07:37 +00:00
pnunn%netscape.com 38aa1d4fda bug#17781. pnunn@netscape.com. 2000-01-13 23:06:31 +00:00
pnunn%netscape.com 4c7809c8ab bug#17781, 8520, 3791: ABR in gif comment field. pnunn. rev:neeti@netscape.com. 2000-01-13 23:04:20 +00:00
pp%ludusdesign.com 698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
pnunn%netscape.com d1a8e1af27 Updated makefile.win for jpgcom. pnunn. 2000-01-11 19:51:02 +00:00
pnunn%netscape.com 26f7d64cd8 bug 14734. Took out redundant code. pnunn. 2000-01-05 00:09:55 +00:00
pnunn%netscape.com 15ca3e9c9f Migrate change from if.h to if_struct.h. pnunn. 1999-12-23 20:10:14 +00:00