gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
darin%netscape.com
5a2d9f0d2d
checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
...
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +00:00
alecf%netscape.com
298c713fa2
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
2001-09-10 20:46:52 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
cls%seawood.org
94fe7404df
Update REQUIRES so that we do not accidentally build using the system headers of jpeg,zlib,png,mng when we are supposed to be building using the Mozilla copies of these libraries.
...
Bug #97386 r=mcafee a=dbaron
2001-08-29 03:29:44 +00:00
mkaply%us.ibm.com
06073b160d
OS/2 will take this as well, thank you very much.
...
Fixes transparent PNGs on OS/2.
2001-08-21 22:29:25 +00:00
tor%cs.brown.edu
308246a092
Bug 84980 - zero out the color components of transparent pixels
...
in a binary alpha PNG on win32 before handing them off to libpr0n.
r=pavlov, sr=brendan
2001-08-21 21:59:08 +00:00
pavlov%netscape.com
a77ca11aff
fix for bug 87739 r=dougt sr=darin
2001-08-21 20:17:22 +00:00
pavlov%netscape.com
b19a91b684
fixing indentation of {
2001-08-21 19:45:18 +00:00
sfraser%netscape.com
4d87b83d18
Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage.
2001-08-17 01:16:19 +00:00
andreas.otte%primus-online.de
6917b5d061
bug 40670 [URL: resolution of protocol:/path] checking in the groundwork to have an easy fix if we ever decide to support these kind of deprecated relative urls. For that a new attribute URIType is added to nsIProtocolHandler and its implementations to store some protocol/scheme dependend information to have enough information to allow correct parsing. r=darin@netscape.com sr=rpotts@netscape.com
2001-08-07 20:42:57 +00:00
dbaron%fas.harvard.edu
730c332685
Fix Windows bustage from fastload branch landing.
2001-07-31 20:21:01 +00:00
brendan%mozilla.org
dbd7fed5b1
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
2001-07-31 19:05:34 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
tor%cs.brown.edu
63fe1e459e
Mac build fixes and set alpha properly for all platforms. Not in build.
2001-07-18 21:34:15 +00:00
pavlov%netscape.com
8aaaf796a4
part of bug 78690. r=bryner sr=jst
2001-07-17 01:14:40 +00:00
mscott%netscape.com
3b18db52c8
Bug #89181 --> fix a typo.
...
r/sr=sspitzer
2001-07-13 04:44:56 +00:00
mscott%netscape.com
0f3b19b652
Bug #89181 --> dword align the moz-icon RGB data so they render at certain
...
resolutions.
r=pavlov
sr=sspitzer
2001-07-10 00:55:06 +00:00
tor%cs.brown.edu
7f036e48d0
Bug 87542 - slight mismatch of update regions of an interlaced gif under
...
some circumstances. r=pavlov, sr=blizzard
2001-07-09 18:51:36 +00:00
mscott%netscape.com
712ed0f759
If we don't have a file ext in the moz-icon url, fall back to using the content type if it
...
was specified.
r/sr=sspitzer
2001-07-02 19:12:12 +00:00
tor%cs.brown.edu
1ab9af0ced
Bug 86822 - gif spacer image detector was looking at uninitialized data;
...
animated gif spacer flag wasn't being updated. r=pavlov, sr=blizzard, a=dbaron
2001-06-23 05:04:43 +00:00
dougt%netscape.com
758f79ff72
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
jat%princeton.edu
76e5d3ba17
Fixes bug 78649: so libimg/libpr0n do not print to console on opt builds.
...
r=cls, sr=tor, a=drivers(dbaron)
2001-06-20 23:25:34 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
tor%cs.brown.edu
3a6cd76573
Backout of jat's checkin for 78649 - win32 line endings will break some
...
commercial unix compilers.
2001-06-20 00:53:26 +00:00
jat%princeton.edu
3a75667d13
Removes console output from non-debug builds in libimg and libpr0n modules.
...
r=cls, sr=tor, a=drivers(dbaron), bug=78649.
2001-06-20 00:32:47 +00:00
pavlov%netscape.com
5825708ad5
fix for bug 38322 r=cmanske sr=jst a=tor
2001-06-18 06:36:37 +00:00
pavlov%netscape.com
fb5cea14ff
fixing image rendering color problems on photon. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa
2001-06-13 01:13:06 +00:00
arik%netscape.com
7683543edd
Commiting patch by patrick c. beard to a fix memory leak and bogus free in the gif decoder. Fixes bug 81207, r=saari, sr=hyatt.
2001-06-12 01:31:16 +00:00
pavlov%netscape.com
739b3b0133
fix for bug 83992 r=valeski sr=blizzard a=asa
2001-06-08 10:03:27 +00:00
attinasi%netscape.com
67a224ce0c
Prevent notifications during cancelation of notifications by clearing listener before removing proxy. b=82926 r=pavlov sr=waterson a=asa t=booyah!
2001-06-08 05:44:38 +00:00
tor%cs.brown.edu
72f01417ff
Bug 83804 - bounds check transparent pixel index to be inside colormap.
...
r=pavlov, sr=blizzard, a=asa
2001-06-08 04:36:25 +00:00
dougt%netscape.com
e0c4831d10
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
2001-06-06 00:10:09 +00:00
mkaply%us.ibm.com
119d23f310
More REQUIRES bustage - need mimetype in libpr0n
2001-06-05 02:08:59 +00:00
tor%cs.brown.edu
951d575359
Bug 83835 - tweak jpeg decoder performance by not doing a OnDataAvailable()
...
for every line of the image. r=pavlov, sr=blizzard, a=asa
2001-06-04 23:57:45 +00:00
ducarroz%netscape.com
18073f24cc
Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa
2001-06-04 22:59:22 +00:00
tor%cs.brown.edu
4eaa263d05
Bug 83804 - crash in gif decoder caused by mismatch in rgb line buffer size.
...
Moved ownership of rgb line buffer to nsGIFDecoder2.
r=pavlov, sr=blizzard, a=blizzard
2001-06-04 22:24:38 +00:00
tor%cs.brown.edu
776863635a
Bug 73195 - interlaced gif display problems. Handle wrapped point in
...
image data flush and do row replication for solid progressive loading.
r=pavlov,saari sr=waterson a=blizzard
2001-05-31 14:25:33 +00:00
pavlov%netscape.com
efeddaf9d5
removing #ifdef MOZ_NEW_CACHEs since they arn't needed anymore (and they are gone from the rest of the code) r=jst
2001-05-23 07:01:38 +00:00
tor%cs.brown.edu
96ecfa7c41
Plug memory leak in XP_MAC code. Not in build.
2001-05-21 14:56:44 +00:00
tor%cs.brown.edu
4ca27180ba
MNG/JNG decoder. Not in build.
2001-05-21 14:27:45 +00:00
pavlov%netscape.com
f8f2f014ef
fixing bug 80011 r=bryner sr=blizzard
2001-05-20 19:26:21 +00:00
jst%netscape.com
77aeecc056
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
kandrot%netscape.com
f51c400592
Checkin for Ron Guilmette. bug #46775 r=pavlov sr=waterson
2001-05-15 06:21:28 +00:00
darin%netscape.com
b26d5adb54
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
dr%netscape.com
b10ec5431b
fix for 75828 (mozilla repeating animation of images when it shouldn't). patch by saari, r=pavlov, sr=hyatt
2001-05-11 05:41:24 +00:00
dr%netscape.com
c4713968bd
fix for 55918 (some gif images incorrectly parsed and displayed). patch by saari, r=pavlov, sr=hyatt
2001-05-11 05:39:24 +00:00
pavlov%netscape.com
4e4a6541ef
fix for bug 79460 r=dbaron sr=waterson
2001-05-09 07:21:36 +00:00
gordon%netscape.com
893e8e0225
Fix bug 79585 "need non-blocking OpenCacheEntry() for HTTP", r=pavlov, sr=darin.
2001-05-09 03:36:00 +00:00
mscott%netscape.com
89ac58ca92
Bug #79178 --> fix crash on release windows builds for moz-icon urls
...
a=leaf
2001-05-08 23:31:56 +00:00
pavlov%netscape.com
7b41e6b5bf
the rest of 79314 r=bryner sr=hyatt
2001-05-08 04:21:49 +00:00
pavlov%netscape.com
b59b508a20
fixing bug 74284 r=bryner sr=ben
2001-05-08 04:12:40 +00:00
pavlov%netscape.com
e7a6b56631
fixing up the logging in imglib bug 79314 r=bryner sr=hyatt
2001-05-08 04:01:28 +00:00
pavlov%netscape.com
4ae3184536
adding some new files... not part of the build
2001-05-08 03:38:35 +00:00
pavlov%netscape.com
5c43e187fa
removing the quotes from the module name
2001-05-05 09:58:31 +00:00
kandrot%netscape.com
afdac97c93
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
mscott%netscape.com
951ee67dcf
First Checked In.
2001-05-05 04:02:11 +00:00
mscott%netscape.com
6c62507a09
Bug #74222 --> turn on moz-icon urls. moz-icon urls fetch system icons for mac and windows and render them in mozilla.
...
r=pavlov
sr=hyatt
2001-05-05 03:59:04 +00:00
valeski%netscape.com
349d7fcbf7
r=pavlov, sr=rpotts. 77906. making GetName() more generic for user presentation purposes.
2001-05-04 20:29:32 +00:00
tor%cs.brown.edu
3447e15d9b
Bug 78906 - jpeg images not loading. r=pavlov, sr=blizzard
2001-05-04 20:05:49 +00:00
pavlov%netscape.com
8928744f6a
fixing topcrash bug 77328 r=hixie sr=tor@cs.brown.edu
2001-05-04 07:22:38 +00:00
saari%netscape.com
f2ce8ef7ed
Fix for 76119, "clever" 0x0 GIFs crashing. r=pavlov, sr=hyatt
2001-05-03 00:44:37 +00:00
saari%netscape.com
f6eb7f9be2
Fix for 76230, some GIFs don't display. r=pavlov, sr=hyatt
2001-05-02 22:42:19 +00:00
pavlov%netscape.com
29c400c954
fixing bug 78109 r=jband sr=brendan
2001-05-01 02:53:27 +00:00
pavlov%netscape.com
2bae74fb15
fix for bug 77962 r=dbaron sr=blizzard
2001-04-30 23:00:02 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
dprice%netscape.com
547090e6e3
71010 - 76045 new order files a=chofmann
2001-04-28 04:07:11 +00:00
jelwell%netscape.com
ac2d9d752e
Fix for bug 73978 "transparent animating gif problems", r=pavlov sr=hyatt.
...
Module owners are on vacation so Asa asked me to check this into the trunk to bake, for possible branch landing.
2001-04-26 07:11:52 +00:00
hyatt%netscape.com
8130400b54
Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov
2001-04-25 19:52:49 +00:00
timeless%mac.com
b935c0c0ce
Bugzilla Bug 75339 [BeOS] Fix color issues with libpr0n
...
patch by guru@startrek.com r=pavlov, sr=brendan@mozilla.org , a= asa@mozilla.org
2001-04-25 07:40:04 +00:00
pavlov%netscape.com
7f6c689f4d
fixing image colors on beos. patch from Wade Majors <guru@startrek.com>. bug 75339. r=pavlov sr=cls@seawood.org
2001-04-23 08:27:06 +00:00
mscott%netscape.com
87777aed43
(NOT PART OF THE BUILD)
...
Changes to get the icon loader working on win2k with 16bit icons.
2001-04-18 02:48:04 +00:00
pavlov%netscape.com
e9b54cf19b
fixing from generating huge imageframes with broken images. bug 76230. r=akkana, sr=hyatt
2001-04-16 23:13:01 +00:00
akkana%netscape.com
c702439ead
74169: Enable controls on image animation in libpr0n. r=pavlov,saari sr=sfraser
2001-04-16 22:02:39 +00:00
pavlov%netscape.com
1a74015ecf
removing the request attribute from imgIDecoder since it was unused and pointless. r=saari sr=hyatt
2001-04-16 09:41:01 +00:00
pavlov%netscape.com
dbb8d15bf9
adding some additional error checking r=saari sr=hyatt
2001-04-16 09:17:59 +00:00
darin%netscape.com
9deb4986e3
Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
...
cache validation preferences and browsing via history. r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
hyatt%netscape.com
46df562a47
Fix to ensure 100ms minimum when timeout is less than 100ms for animated images. Checking in for pav. r=saari, sr=me
2001-04-14 00:40:47 +00:00
mscott%netscape.com
13da2a9965
NOT PART OF THE BUILD
Make the mac moz-icon url code work when the file doesn't exist by leveraging the new get file extension method.
2001-04-14 00:27:09 +00:00
mscott%netscape.com
58b067cb80
NOT PART OF THE BUILD
...
Make moz-icon urls support both a nested file url and a non existent dummy file.
i.e.
moz-icon:file:///c/test.html?size=32
and
moz-icon:dummyFile.html?size=16
in the later case we use the file extension to determine the icon to fetch.
2001-04-13 23:58:24 +00:00
pavlov%netscape.com
3dc09d7412
fixing build bustage
2001-04-13 05:37:29 +00:00
pavlov%netscape.com
8cdb5c5510
fixing stupid bustage from my last checkin r=saari sr=waterson
2001-04-13 04:59:21 +00:00
sfraser%netscape.com
c89f703086
Fixing imgCache files for pavlov.
2001-04-13 03:07:22 +00:00
pavlov%netscape.com
579d28db50
forgot a file
2001-04-13 02:44:30 +00:00
pavlov%netscape.com
aa7e9724eb
fix for at least bugs 6074,72087,74506,75190,75180,74165,69857,75576,75326,75417,75474 r=waterson, sr=brendan
2001-04-13 02:42:56 +00:00
mscott%netscape.com
8bdce72a1d
NOT PART OF THE BUILD
...
extract the content Type and the size from the icon url
2001-04-13 00:08:25 +00:00
mscott%netscape.com
3c48fc14c1
(NOT PART OF THE BUILD)
...
fix some build breakage for moz-icon urls caused by the necko api changes from the other day.
2001-04-12 00:19:52 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
hyatt%netscape.com
75145f0e74
Fix linux orange. r=pav, sr=ben
2001-04-10 05:06:57 +00:00
pavlov%netscape.com
3f230b528f
fix for bug 74503 r=jag sr=blizzard
2001-04-10 04:54:58 +00:00
mscott%netscape.com
12e8021ba7
(NOT PART OF THE BUILD YET)
...
turn icon urls into moz-icon to avoid name space problems.
the format is now:
moz-icon://file://some file?size=16&contentType=text/html
The content type parameter is optional. The file need not exist.
2001-04-10 03:40:02 +00:00
saari%netscape.com
eba6e78ed4
changes for creating the image container from the decoder. Needed for supporting different image container types (needed for ART support in the short term).
2001-04-10 01:51:36 +00:00
saari%netscape.com
62c7acafe1
changes to image container creation to facilitate different container types. Needed for ART support, and cleaner GIF and JPEG support. r=pavlov, sr=hyatt
2001-04-10 01:44:20 +00:00
pavlov%netscape.com
d247a52181
fixing bug 73685 r=jag sr=hyatt
2001-04-09 00:45:06 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
mscott%netscape.com
b41f4e3935
(NOT PART OF THE BUILD).
...
Help get icon urls working on the Mac. Get rid of a bogus real bytes per row value which wasn't accurate. Just rely
on the # bytes per row the image frame gives us.
2001-04-05 03:51:59 +00:00
mscott%netscape.com
9fc54abc6b
First Checked In.
2001-04-05 03:39:55 +00:00
pavlov%netscape.com
5a2825431e
fixing bug 74652 r=shaver sr=waterson
2001-04-04 08:04:54 +00:00
sdagley%netscape.com
5279233213
Fix linkage probs preventing lib loading under Carbon. No bug #. r/a/doh!=saari
2001-04-03 07:19:51 +00:00
mscott%netscape.com
58f07d7ea8
(NOT PART OF THE BUILD)
...
get icon support working on win2k by supporting 16 bit per pixel RGB data from the OS.
Turn this 5:5:5 data into 24 bit per pixel data.
still doesn't look quite right color wise (the blues are off) but it's closer.
2001-04-03 07:09:20 +00:00
mkaply%us.ibm.com
0b6af1610d
I give up.
...
Hack fix to fix OS/2 TB break.
Real fix is in #74224
2001-04-02 23:16:19 +00:00
mscott%netscape.com
23101321c2
NOT PART OF THE BUILD YET
...
Windows specific icon channel implemenation for reading out icon bitmaps from the OS.
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).
Currently doesn't work on win2k yet.
2001-04-02 04:57:23 +00:00
mscott%netscape.com
fe97cce85f
NOT PART OF THE BUILD YET
...
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).
Currently doesn't work on win2k yet.
2001-04-02 04:56:18 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
pavlov%netscape.com
a9b2c20ed0
removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris
2001-03-30 02:07:00 +00:00
pavlov%netscape.com
ed26fe3e6d
fix for crash when loading images with a null URL. bug 72447. r=dr sr=hyatt
2001-03-30 01:59:03 +00:00
pavlov%netscape.com
22823e1dc1
fix for timer crash with animated images when changing pages bug 73477 r=pinkerton sr=brendan
2001-03-27 02:42:51 +00:00
blakeross%telocity.com
e9fcf507e5
pav sucks. Fixing his startup crash (he didn't checkin the patch that fixed the double mem free). How did mozbot miss this?!?
2001-03-26 05:06:11 +00:00
pavlov%netscape.com
d290d58079
fix for the remaining gif leaks. bug 73394. r=saari sr=mozbot
2001-03-26 02:22:40 +00:00
pavlov%netscape.com
06f113e4dc
fixing leaks in the new gif decoder bug 73394 r=pinkerton sr=shaver
2001-03-26 00:11:53 +00:00
pavlov%netscape.com
8350e90e65
fix for hugeass memory leak. bug 73351. r=jag sr=mozbot
2001-03-25 11:57:25 +00:00
cls%seawood.org
0bcdbebb9b
Whitespace change for tinderbox test
2001-03-25 07:04:14 +00:00
bryner%uiuc.edu
9155c05033
If we get the URI from the channel, return the result of that call, not NS_ERROR_FAILURE. r=saari, sr=tor.
2001-03-24 07:12:41 +00:00
saari%netscape.com
da2d099a22
fix opt build
2001-03-24 04:55:47 +00:00
saari%netscape.com
81aecfde33
libpr0n 4 mac
r=pinkerton,pavlov, sr=smfr
2001-03-24 02:44:26 +00:00
saari%netscape.com
b97dfa73f4
like MIR, libpr0n is landing for mac
r=pinkerton, pavlov, sr=smfr
2001-03-24 02:44:07 +00:00
saari%netscape.com
a0298951c0
jpeg decoder for mac libpr0n
2001-03-24 02:30:15 +00:00
pavlov%netscape.com
d804ee01ed
adding extern "C" around the #include <jpeglib.h> to fix bug 73164 r=tor@cs.brown.edu
2001-03-23 07:45:00 +00:00
tor%cs.brown.edu
f79e3c3fa7
Fix alpha depth check to return the right value for rgba images.
...
Not part of build. r=pavlov
2001-03-23 07:12:52 +00:00
pavlov%netscape.com
0ac6b74695
adding a way to get the imgIDecoderObserver back from the request
2001-03-22 23:16:52 +00:00
pavlov%netscape.com
6251623a21
removing printfs. adding asserts... fixing warnings
2001-03-22 10:26:36 +00:00
pavlov%netscape.com
f24ba3784c
make it build without the new cache
2001-03-22 09:31:00 +00:00
pavlov%netscape.com
121f25d180
fix the crash on shutdown in the new cache due to us holding on to cache descriptors too long. destroy our cache session when we get unregistered. more assertions
2001-03-21 02:37:47 +00:00
pavlov%netscape.com
fc77739bc6
fixing jpegs on windows, adding some more assertions.
2001-03-20 23:06:29 +00:00
saari%netscape.com
bf7005514f
updating mac build
2001-03-20 21:44:22 +00:00
saari%netscape.com
fb6236dc4f
Updates for imglib2 mac build
2001-03-20 21:43:23 +00:00
saari%netscape.com
ae70571b9f
update for mac build
2001-03-20 21:42:19 +00:00
pavlov%netscape.com
eaa80070c5
fix the image cache problem with nsImageDocuments and add some more assertions
2001-03-20 02:23:42 +00:00
pavlov%netscape.com
396047b67a
send the onstopframe message
2001-03-19 21:58:07 +00:00
pavlov%netscape.com
f02f79a7bb
new caching stuff
2001-03-19 21:57:39 +00:00
pavlov%netscape.com
bd7a5b1038
changes wrt where we cache images. now setting the size and expiration date information on the cache entry descriptor
2001-03-16 02:40:04 +00:00
pavlov%netscape.com
9962e95c3f
making function prototype static so it doesn't default to extern
2001-03-15 23:33:52 +00:00
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
pavlov%netscape.com
9fc60b39a9
adding file...
2001-02-20 23:03:47 +00:00
pavlov%netscape.com
21092358de
renaming nsIImageRequest2
2001-02-20 23:02:50 +00:00
pavlov%netscape.com
570d5a0a59
changing nsIImageRequest[2] to lpImageRequest
2001-02-20 22:55:53 +00:00
pavlov%netscape.com
5822a94835
changing nsIImageRequest2.idl to lpIImageRequest.idl
2001-02-20 22:55:15 +00:00
pavlov%netscape.com
95cab5df49
adding gif decoder.. oops
2001-02-20 22:45:10 +00:00
pavlov%netscape.com
e3fbe3ae72
merge from IMGLIB_20010126_BRANCH
2001-02-20 22:43:56 +00:00
saari%netscape.com
6bb2937eca
First Checked In.
2001-02-06 00:22:05 +00:00
pavlov%netscape.com
ca4fe72fc4
adding decoderobserver so that people will be able to listen for notifications
...
decoders should QI the request to nsIImageDecoderObserver and call the methods with null for the request param
people will be able to add an observer to the request so that they can get the messages
2001-01-26 12:05:55 +00:00
pavlov%netscape.com
4f8f2165ba
hee hee. threads are fun
2001-01-23 02:02:29 +00:00
pavlov%netscape.com
9cfbff6f51
adding more unix makefiles
2001-01-22 22:05:48 +00:00
pavlov%netscape.com
a9cbc5ee24
some code for new imagelib (not part of bulid)
2001-01-22 22:01:03 +00:00