61 Commits

Author SHA1 Message Date
pavlov%netscape.com
bd4d38b6b3 change for new getrect method 2001-03-14 01:14:33 +00:00
pavlov%netscape.com
3c1e39ec62 more changes 2001-03-14 00:39:48 +00:00
saari%netscape.com
3b4452f069 imglib2 updates 2001-03-13 23:42:16 +00:00
saari%netscape.com
25faf7b23c updating mac build 2001-03-13 23:38:33 +00:00
saari%netscape.com
5b24f0e7bd updating mac build of libimg2 2001-03-13 23:37:51 +00:00
saari%netscape.com
86d9f98006 update for mac build 2001-03-13 23:37:11 +00:00
saari%netscape.com
03d24813af removing for update 2001-03-13 23:36:05 +00:00
saari%netscape.com
9e4d3548ff Updates for imglib2 2001-03-13 23:33:11 +00:00
pavlov%netscape.com
5c72cf143c adding imgContainer to the unix build 2001-03-13 02:10:09 +00:00
pavlov%netscape.com
25976fc65f fix an error case with jpegs 2001-03-13 01:18:04 +00:00
pavlov%netscape.com
f4094ea20e fixing alpha problem on windoze 2001-03-10 22:12:40 +00:00
pavlov%netscape.com
99105ce326 moving the container stuff here. 2001-03-10 01:11:54 +00:00
pavlov%netscape.com
6ac1a35b7b use NS_LITERAL_STRING instead of NS_LITERAL_CSTRING when creating an atom, and put dont_AddRef() around NS_NewAtom so we don't add an extra addref 2001-03-09 07:42:04 +00:00
pavlov%netscape.com
02944309fe don't #define MOZ_NEW_CACHE here 2001-03-09 03:00:02 +00:00
pavlov%netscape.com
202faf92e0 adding a printf to error 2001-03-07 23:41:54 +00:00
pavlov%netscape.com
f05ed89d96 adding some setjmp stff here that should hopefully avoid lameass crashes 2001-03-07 23:36:45 +00:00
pavlov%netscape.com
48a3a0a372 make imgIRequest an nsIRequest again. do RGB->BGR conversion for jpegs. add an error code for no decoder. add place to add expiration date to the cache entries once darin fixes http channel to give me an expiration date.. 2001-03-07 00:59:49 +00:00
pavlov%netscape.com
3c8c4c36b3 add the loadgroup back in.. send the proxy a onstoprequest message when addobserver is called if it has already been stopped... this makes sure the image request always gets removed from the loadgroup.. this could be further optimized to avoid adding it to the loadgroup at all if the image is complete when the proxy gets created. 2001-03-06 21:54:33 +00:00
pavlov%netscape.com
afad20bfea don't add requests to the loadgroup yet... it causes the browser not to start up... 2001-03-06 05:15:04 +00:00
pavlov%netscape.com
5e6ec3bd92 adding a dummy channel class that i can add to load groups for each request instead of giving the real channel a single load group. cache fixes, cleanups, etc. 2001-03-06 04:46:20 +00:00
pavlov%netscape.com
5290eb244b removing ImageLogging.h from this makefile 2001-02-27 22:35:07 +00:00
pavlov%netscape.com
2b619759b3 fixing the stupid jpeg decoder to work right 2001-02-27 06:06:22 +00:00
pavlov%netscape.com
db82897c01 make jpegs work. 2001-02-27 02:25:25 +00:00
pavlov%netscape.com
cc3b86f36b adding a warning if we call close on the jpeg decoder without us having made it to the end of decoding 2001-02-26 04:59:40 +00:00
pavlov%netscape.com
c455edff68 moving the logging code around a bit
fixing a crash in the jpeg code and a few other minor things
2001-02-26 04:22:47 +00:00
pavlov%netscape.com
be1d7289fa do the offsetting based on the bytes per row of the dest frame 2001-02-26 00:26:37 +00:00
saari%netscape.com
663288f745 JPEGs limping enough for preliminary performance numbers 2001-02-26 00:17:36 +00:00
pavlov%netscape.com
8254147b29 removing stupid code 2001-02-25 09:02:25 +00:00
pavlov%netscape.com
aac699b151 blah blah blah 2001-02-25 08:37:26 +00:00
pavlov%netscape.com
4a91682280 fixing the cancel nonsense to avoid longass page loads 2001-02-25 08:28:36 +00:00
pavlov%netscape.com
a1603566b9 remove the channel cancelation stuff... don't do this here... 2001-02-25 02:23:55 +00:00
pavlov%netscape.com
98a0eae111 adding a loadgroup param 2001-02-24 23:45:30 +00:00
pavlov%netscape.com
e29da0f07c add define incase of non-debug 2001-02-24 04:21:18 +00:00
pavlov%netscape.com
7ecc928aa6 check to see if numframes > 1 2001-02-24 00:31:08 +00:00
pavlov%netscape.com
43e705186c adding animation restart capibilities 2001-02-23 23:48:08 +00:00
pavlov%netscape.com
1f4d5cb549 using NS_STATIC_CAST(void*, this) 2001-02-23 18:40:29 +00:00
pavlov%netscape.com
fe86f1b6b1 append __LINE__ to the local var name when using LOG_SCOPE() 2001-02-23 18:32:09 +00:00
pavlov%netscape.com
ad99779364 more prlog fun.. added class to do scope based logging (enter/exit messages) 2001-02-23 10:57:00 +00:00
pavlov%netscape.com
ffd268c7b0 more prlog stuff. some useful info should be generatable from this stuff now 2001-02-23 08:36:51 +00:00
pavlov%netscape.com
75776864a0 use the new necko interfaces/apis 2001-02-22 08:41:20 +00:00
pavlov%netscape.com
5fa4de6466 remove lots of useless ifdef PR_LOGGING lines 2001-02-22 02:12:21 +00:00
pavlov%netscape.com
066cc71265 add pr logging of stuff, fixing places where we try to remove an observer multiple times. use GetOriginalURI isntead of GetURI on the channel when an error occurs and we have to remove ourselves from the cache 2001-02-22 02:06:24 +00:00
pavlov%netscape.com
f8ebd7ee8d aw yeah 2001-02-20 23:49:46 +00:00
pavlov%netscape.com
6dce52cf0e fixing decl stuff 2001-02-20 23:49:13 +00:00
pavlov%netscape.com
9bbc50ba30 changing libpr0n filenames to img* 2001-02-20 23:45:51 +00:00
pavlov%netscape.com
59bed3ba5f build baby build 2001-02-20 23:35:22 +00:00
pavlov%netscape.com
0311d39a5f renaming 2001-02-20 23:29:43 +00:00
pavlov%netscape.com
9d21c05189 lets do imgIRequest instead of lpIImageRequest 2001-02-20 23:27:48 +00:00
pavlov%netscape.com
e494b10ad8 fix build issues 2001-02-20 23:13:54 +00:00
pavlov%netscape.com
b526894c5e changing to new interface names 2001-02-20 23:09:09 +00:00