pavlov@pavlov.net
feda92f784
bug 143046. Keep GIFs at original 8bit. patch from Alfred Kayser <alfredkayser@nl.ibm.com>. r=me sr=tor
2007-11-07 13:33:57 -08:00
pavlov@pavlov.net
f57086a0a5
bug 399630. Don't decode PNG iCCP/cHRM chunks with color management is disabled. patch from Glenn Randers-Pehrson <glennrp@gmail.com>. r=vlad sr=me
2007-11-06 20:29:37 -08:00
reed@reedloden.com
3e7208069e
Bug 402631 - "Need to clear all images on memory-pressure notification" [p=stuart r+aM9=vlad]
2007-11-05 19:41:34 -08:00
dolske@mozilla.com
0de68b166c
Bug 402000 - imgContainer's ContainerLoader.mContainer should be a nsCOMPtr. r=pavlov a1.9=pavlov aM9=dsicore
2007-11-01 16:09:42 -07:00
jdaggett@mozilla.com
a2f4cc4bdc
Bug 328258. Prevent images larger than 32K pixels in height from loading to workaround Quartz bug. r=pavlov,vlad, a=beltzner
2007-10-23 23:01:16 -07:00
reed@reedloden.com
b832c7532f
Bug 391295 - "APNG blending mode APNG_BLEND_OP_SOURCE not implemented" [p=asmith15@littlesvr.ca (Andrew Smith) r=stuart a1.9=damons]
2007-10-23 12:33:20 -07:00
pavlov@pavlov.net
56b4260049
bug 400588. fixing animation regression. r=tor a=beltzner
2007-10-22 09:13:37 -07:00
mats.palmgren@bredband.net
399dc3d54c
Make nsPNGEncoder more robust against calls after a libpng error was encountered. b=395542 r+sr+a=pavlov
2007-10-19 21:29:58 -07:00
pavlov@pavlov.net
a9f77f74dc
bug 296818. discard uncompressed image data after a period of time. original patch from Federico Mena-Quintero <federico@ximian.com>. Changes from me. r=vlad
2007-10-18 17:36:34 -07:00
dtownsend@oxymoronical.com
b66fc6c976
Backing out bug 296818 to see if it fixes the Tp regression
2007-10-16 08:45:31 -07:00
pavlov@pavlov.net
02e5e3263a
fixing whitespace
2007-10-15 18:25:21 -07:00
pavlov@pavlov.net
af9f92ec34
fixing crash from bug 296818. r=vlad
2007-10-15 18:25:12 -07:00
pavlov@pavlov.net
462c8ea142
need null check around mImage incase of an error
2007-10-15 15:47:37 -07:00
pavlov@pavlov.net
b5ad6b5c1f
bug 296818. discard uncompressed image data after a period of time. original patch from Federico Mena-Quintero <federico@ximian.com>. Changes from me. r=vlad
2007-10-15 15:06:48 -07:00
reed@reedloden.com
52daf28215
Bug 397373 - "Make &state=disabled work again" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a1.9=stuart]
2007-10-13 21:48:28 -07:00
dolske@mozilla.com
1684fcef54
Disable failed unit test causing bustage. Tracked in bug 399542 - libpng 1.2.21 update broke a unit test. (likely just a test issue)
2007-10-11 19:17:06 -07:00
reed@reedloden.com
2d7666d6a1
Bug 398369 - "Break friendship between imgContainer and nsGIFDecoder2" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r+sr+a1.9=stuart]
2007-10-03 20:07:38 -07:00
martijn.martijn@gmail.com
b5677e1b9b
Bug 398407 - Animated gif images only working once on mouseover/mouseout, patch by Andrew Smith, r=pavlov, a=pavlov (+blocking1.9+)
2007-10-03 14:41:12 -07:00
reed@reedloden.com
f2f2f7be62
Bug 376471 - "Make XBM decoding also write directly to Cairo image buffer" (add back missing OnStartFrame call) [p=alfredkayser@nl.ibm.com (Alfred Kayser) r+sr+a1.9=tor]
2007-10-03 14:41:06 -07:00
reed@reedloden.com
590a6c4c0c
Bug 376471 - "Make XBM decoding also write directly to Cairo image buffer" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r+a1.9=stuart]
2007-09-29 12:06:21 -07:00
reed@reedloden.com
716ed86129
Bug 391643 - "Remove GetAlphaBytesPerRow from imgContainer.cpp" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart sr=tor a1.9=stuart]
2007-09-27 09:42:22 -07:00
dtownsend@oxymoronical.com
01eb76936f
Backing out bug 389188 due to potential private bytes increase on talos
2007-09-25 21:30:17 -07:00
bzbarsky@mit.edu
8f798c6fe0
Expose the image's principal on its imgIRequest. Bug 389188, r=pavlov, sr=biesi, a=pavlov.
2007-09-25 08:46:39 -07:00
tor@cs.brown.edu
bdf486cae5
Bug 395170 - with color managment on, grayscale pngs displaying incorrectly. r=vlad, a=pavlov
2007-09-24 14:45:10 -07:00
tor@cs.brown.edu
0c13afb3b0
Bug 396031 - with color management on, ycck/cymk jpeg images crash. r=alfredkayser, sr+a=pavlov
2007-09-24 14:42:39 -07:00
asqueella@gmail.com
a78c95dac8
fix bug 369214 (ASSERTION: The observer list changed while being iterated over!: 'count == mObservers.Count()' in libpr0n) by switching the observers list to use nsTObserverArray. r=stuart a=1.9 blocker
2007-09-22 12:40:57 -07:00
roc+@cs.cmu.edu
9972360428
Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky
2007-09-18 16:12:06 -07:00
tor@cs.brown.edu
be54e1e1a9
Bug 391266 - png files with tRNS chunk displaying incorrectly with color management. r=pavlov, a=dsicore
2007-09-10 13:01:18 -07:00
reed@reedloden.com
cffc854fcc
Bug 394403 - "Crash Viewing Image [ @ nsGIFDecoder2::DoLzw]" (don't write image pixels outside of image) [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=pavlov sr=tor a1.9=dsicore]
2007-09-10 12:09:59 -07:00
reed@reedloden.com
f482d849d5
Bug 394535 - "Remove obsolete code from PNG decoder" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r+sr+a1.9=tor]
2007-09-05 20:46:16 -07:00
asqueella@gmail.com
7eede6108d
Bug 391667 - imglib does not gracefully handle unknown images sent with incorrect MIME types p=Ben Karel <web+moz@eschew.org> r+a=pavlov
2007-09-02 09:10:57 -07:00
bzbarsky@mit.edu
bd21cadd28
Make "view iamge" work on -moz-icon images. Bug 392799, patch by Rich Dougherty <rich@rd.gen.nz>, r+a=pavlov, sr=biesi
2007-08-29 12:00:10 -07:00
philringnalda@gmail.com
4085c6630f
Bug 366465 - GIF Decoding in Cairo can skip all row buffers, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov, sr=tor, a1.9=pavlov
2007-08-25 22:08:53 -07:00
philringnalda@gmail.com
f5b9eb6a9f
Bug 298717 - Crash on multipart/x-mixed-replace: gif,jpeg,jpeg sequence [@ nsJPEGDecoder::OutputScanlines][@ gdk_rgb_convert_0888][@ gdk_rgb_init], patch by andrew smith <asmith15@learn.senecac.on.ca>, r+sr=pavlov, a1.9=itsablocker
2007-08-25 21:38:17 -07:00
asqueella@gmail.com
705de656cb
Bug 392089 - JPEG decoding: Prevent allocation of scanline and remove memcpy p=Alfred Kayser <alfredkayser@nl.ibm.com> r=stuart, sr=tor, a=stuart
2007-08-25 13:07:37 -07:00
asqueella@gmail.com
272e4468d3
b=384864, apply the rest of the patch to fix bustage
2007-08-25 12:43:27 -07:00
asqueella@gmail.com
3df79ebf25
Bug 384864 - imgRequest: replace nsVoidArray with nsAutoVoidArray to reduce the number of allocations p=Alfred Kayser <alfredkayser@nl.ibm.com> r=pavlov, sr=tor, a=pavlov
2007-08-25 12:26:12 -07:00
asqueella@gmail.com
b5dc24de40
Bug 216682 - Eliminate DrawToImage p=Alfred Kayser <alfredkayser@nl.ibm.com> r=tor, sr=pavlov, a=pavlov
2007-08-25 12:18:44 -07:00
Olli.Pettay@helsinki.fi
84c4927b90
Bug 369943, imgIRequest loadImage and loadImageWithChannel should be marked [noscript], p=web+moz@eschew.org r=pavlov, a=1.9+/pavlov
2007-08-22 03:59:40 -07:00
vladimir@pobox.com
87c819d510
b=391583, DoesARGBImageDataHaveAlpha is slow, r=stuart,a=me
2007-08-17 12:54:58 -07:00
philringnalda@gmail.com
3c4ba8d927
Bug 378881 - imgContainerGIF no longer used, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov, sr=tor, a1.9=pavlov
2007-08-16 21:13:16 -07:00
cbiesinger@gmx.at
42d5143b74
386998 better check for UNC paths r=dveditz sr=bz
2007-08-15 17:22:28 -07:00
bzbarsky@mit.edu
c62077654e
Remove animation hrottling that we don't want. Bug 386269, patch by tor and Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov, sr=tor
2007-08-08 09:32:57 -07:00
flamingice@sourmilk.net
ac69d81210
Bug 386268, Animated GIF doesn't loop properly, Patch by Alfred Kayser, r=pavlov, sr=tor, a=blocking1.9
2007-08-07 09:41:30 -07:00
tor@cs.brown.edu
a4f68dd9d6
Tp regression fix - don't color correct untagged jpegs if the pref is off.
2007-07-23 17:58:21 -07:00
pavlov@pavlov.net
5d187e457e
adding color management capabilities -- preffed off. bug 16769. patch from tor. r=bsmedberg, sr=me
2007-07-23 15:02:17 -07:00
asqueella@gmail.com
bab08593c7
Bug 334144 - Handling of alpha bits in nsBMPDecoder don't make sense in Cairo terms
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=pavlov/sr=tor
2007-07-17 14:08:46 -07:00
tor@cs.brown.edu
d66496efd5
Bug 388342 - imglib warning when loading jpeg images. r=pavlov
2007-07-16 15:55:21 -07:00
dveditz@cruzio.com
ebaaa5473e
bug 379314 clarify moz-icon checks, r=timeless
2007-07-12 02:27:49 -07:00
neil@parkwaycc.co.uk
10de8387c8
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
...
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 01:46:44 -07:00
jwalden@mit.edu
6d7584839a
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
cbarrett@mozilla.com
7eff900533
Bug 361299 - read image directly from input stream in icon decoder. Patch by Alfred Kayser <alfredkayser@nl.ibm.com>. r=tor, sr=biesi.
2007-07-03 18:09:10 -07:00
flamingice@sourmilk.net
ed466c2623
Bug 385883, imgRequest wrongly calculates image size for the cache, Patch by Alfred Kayser, r=pavlov, sr=tor
2007-06-27 12:30:34 -07:00
tor@cs.brown.edu
9f8dd00849
Bug 196295 - move/merge GIF2.cpp into nsGIFDecoder2.
...
Patch by alfredkayser@nl.ibm.com , r=biesi, sr=tor
2007-06-25 09:41:21 -07:00
asqueella@gmail.com
758861771f
Bug 379929 - Lazy creation of nsProperties object for imgContainer
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=stuart, sr=tor
2007-06-21 13:45:49 -07:00
tor@cs.brown.edu
ed264beda2
Bug 317748 - Merge BlackenFrame and SetMaskVisibility into ClearFrame.Patch by alfredkayser@nl.ibm.com, r=pavlov, sr=tor
2007-06-07 08:10:25 -07:00
dveditz@cruzio.com
334bf954a7
bug 376573 prevent memory leak if realloc fails. r=biesi, sr=stuart
2007-06-05 17:25:15 -07:00
vladimir@pobox.com
44e55eb2be
b=376446, spurious white pixels in animated gifs; r=asmith15, sr=pavlov -- patch from alfredkayser@nl.ibm.com
2007-05-30 01:40:45 -07:00
dveditz@cruzio.com
4a6cbcc4b5
bug 376328 normalize file urls used in moz-icon, r=mscott, sr=vlad, a=juanb
2007-04-30 16:25:10 -07:00
asqueella@gmail.com
0004fa2135
Bug 370942 - Remove non-Cairo from jpeg decoder and optimize loopp=Alfred Kayser <alfredkayser@nl.ibm.com>r=tor, sr=pavlov
2007-04-29 08:51:35 -07:00
martijn.martijn@gmail.com
d1b2b2dd11
Bug 293986 - OOM crash [@ nsJPEGDecoder::WriteFrom, fill_input_buffer], patch by Andrew Schultz, r=pavlov, sr=tor
2007-04-27 06:11:29 -07:00
asqueella@gmail.com
e58f2a8cc4
backed out, b=317748
2007-04-25 14:21:28 -07:00
asqueella@gmail.com
fef058d445
Bug 317748 - Merge BlackenFrame and SetMaskVisibility into ClearFramep=Alfred Kayser <alfredkayser@nl.ibm.com>r=pavlov, sr=tor
2007-04-25 13:55:06 -07:00
philringnalda@gmail.com
a0356eac51
Bug 375741 – Add support for APNG encoding, patch by Justin Dolske <dolske@mozilla.com>, r=asmith15, sr=pavlov
2007-04-24 22:56:53 -07:00
gavin@gavinsharp.com
b20b381bcd
Bug 375733: Add basic tests for PNG imgIEncoder, patch by Justin Dolske <dolske@mozilla.com>, r=sayrer, sr=pavlov
2007-04-21 18:30:35 -07:00
pavlov@pavlov.net
30e525feb6
various small fixes for APNG. bug 257197. patch from asmith15@learn.senecac.on.ca. r=me
2007-04-19 13:40:53 -07:00
crowder@fiverocks.com
75c29d34ea
Bug 373794: crash with bad gif image, r=tor@acm.org, sr=pavlov@pavlov.net
2007-03-23 09:15:43 -07:00
pavlov@pavlov.net
8c349ca074
updating for APNG 0.10. splitting out render_op in to dispose_op and blend_op. bug 257197. r=asmith13, sr=vlad
2007-03-22 16:35:51 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
crowder%fiverocks.com
e7a897b822
Bug 373794: backing out due to trunk closure, apologies.
2007-03-22 17:06:02 +00:00
crowder%fiverocks.com
a9f3f84f71
Bug 373794: bounds error with bad gif images, r=tor, sr=pavlov
2007-03-22 16:59:45 +00:00
pavlov%pavlov.net
df9df44f49
removing CRCs from the acTl chunk and making all the chunks not-safe-for-copy. bug 257197. r=asmith15@learn.senecac.on.ca
2007-03-21 19:12:00 +00:00
pavlov%pavlov.net
90172137f6
APNG. bug 257197. patch by Andrew Smith <asmith15@learn.senecac.on.ca>. r=biesi sr=pavlov
2007-03-20 23:56:50 +00:00
dbaron%dbaron.org
405d600298
When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc
2007-03-20 00:58:20 +00:00
tor%cs.brown.edu
657f430e03
Bug 372176 - complete GIF decoder transition to cairo gfx.
...
r=alfredkayser, sr=pavlov
2007-03-12 21:32:13 +00:00
tor%cs.brown.edu
c06b349623
Bug 371437 - Remove non-MOZ_CAIRO_GFX code from image decoders.
...
r=alfredkayser, sr=pavlov
2007-02-27 21:13:25 +00:00
dbaron%dbaron.org
a95e812cd2
Backing out 361299 in an attempt to fix orange on argo-vm on Firefox tinderbox.
2007-02-06 01:59:19 +00:00
asqueella%gmail.com
11381de011
more fixes for bustage from bug 361299
2007-02-06 00:09:47 +00:00
joshmoz%gmail.com
25d250795d
fix bustage from bug 361299
2007-02-05 22:58:53 +00:00
joshmoz%gmail.com
2dc65f829b
fix icon decoder on mac os x, don't call GetAlphaBytesPerRow and its underlying GetAlphaLineStride which is
...
plain wrong in Cairo. patch by Alfred Kayser. r=pav sr=tor
2007-02-05 22:35:37 +00:00
asqueella%gmail.com
779f93a830
Bug 366727 - Standardize Cairo Pixel construction and clean the PNG decoder a little
...
patch by Alfred Kayser <alfredkayser@nl.ibm.com>
r=stuart, sr=vlad
2007-01-31 21:09:20 +00:00
asqueella%gmail.com
fb62ffc5a6
Bug 366214 - more improvements for JPEG in Cairo
...
patch by Alfred Kayser <alfredkayser@nl.ibm.com>
r=pavlov, sr=tor
Patch description:
1. Use row_stride and bpr only in non-Cairo builds (for the RGBRow buffer)
(as jpg scanlines are always 3 bytes (in current config anyway)
2. Use 'client_data' to keep the pointer to the decoder instead of the offsetof
hack
3. Call 'img->ImageUpdated' not for every scanline, but for every batch of
scanlines received (just like OnDataAvailable).
Ad 1: Allows for better Cairo and non-Cairo separation
Ad 2: Removes the need for the offsetof hack
Ad 3: Makes image decoding for JPG in Cairo a lot faster (at least it feels
faster)
2007-01-31 14:53:21 +00:00
asqueella%gmail.com
a4f616bacb
The patch for 367275 (previous checkin) was by
...
Alfred Kayser <alfredkayser@nl.ibm.com>
2007-01-25 13:14:24 +00:00
asqueella%gmail.com
9618c54699
fix bug 367275 - download manager file folder icon is black
...
(regression from 360000)
Only do premultiplication when the 32bit ico really has alpha - move
premultiplication to SetImageData from SetPixel and only premultiply
if mHaveAlpha is true.
The 'premultiplication' function has been copied from libpixman.
r=pavlov
2007-01-25 11:39:48 +00:00
asqueella%gmail.com
cfd265046f
Bug 360000 - make 32-bit favicons with transparency work correctly in cairo
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov, sr=tor
2007-01-17 10:39:10 +00:00
dbaron%dbaron.org
c0407d49ab
Use a different internal icon format ifdef MOZ_CAIRO_GFX that is easier to convert to the image frame format we use, and make the relevant icon channel implementations produce it. b=333253 r=pavlov
2007-01-08 23:58:12 +00:00
gavin%gavinsharp.com
0f6377a389
Bug 325906: Remove one malloc from the JPEG decoder, and some optimizations, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, updated by Ryan VanderMeulen <ryanvm@gmail.com>, r=alfredkayser, sr=pavlov
2007-01-04 20:03:50 +00:00
timeless%mozdev.org
890a2338f0
Bug 341955 add some more items to .cvsignore
...
r=bsmeberg
2006-12-21 07:04:12 +00:00
dougt%meer.net
6e56193b6e
Trying bandaide for crash at [@ imgRequest::OnStopRequest]. see bug 361499.
2006-12-11 04:15:45 +00:00
pavlov%pavlov.net
195cfecbbe
bug 333253. disabling icon decoder in cairo until proper fix can go in.
2006-11-28 03:08:43 +00:00
pavlov%pavlov.net
e23d7c961e
move ns_ensure_true in to the right block. bug 333253. r=vlad
2006-11-28 01:14:29 +00:00
bzbarsky%mit.edu
0a3a624149
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
dougt%meer.net
1356f1669a
exposing the network status of a image request to wpl consumers. bug 355555. r=stuart.
2006-11-09 22:47:43 +00:00
pavlov%pavlov.net
a284df17b2
fix our old libpng's security problems. 334110. r=me, sr=tor, patch by Glenn Randers-Pehrson <glennrp@gmail.com>.
2006-09-26 21:15:04 +00:00
pavlov%pavlov.net
36223e5472
backing out bug 334110/libpng 1.2.12 until I can figure out why it is broken on mac.
2006-09-25 22:38:55 +00:00
pavlov%pavlov.net
de2a318956
upgrading to libpng-1.2.12. patch from Glenn Randers-Pehrson <glennrp@gmail.com>. r=me sr=tor
2006-09-25 19:52:06 +00:00
pavlov%pavlov.net
50e1abfc01
fixing build bustage
2006-09-05 22:28:50 +00:00
pavlov%pavlov.net
9388b24547
ico crash. bug 332386. r=vlad
2006-09-05 22:15:47 +00:00
mats.palmgren%bredband.net
f13b52b5ee
Fix a heap buffer overflow (cairo only). b=332611 r+sr=pavlov
2006-08-24 09:31:46 +00:00
bzbarsky%mit.edu
d7297fcabc
Make imagelib not blow away images in the image cache on 404. Bug 349200,
...
r=pavlov, sr=darin
2006-08-24 02:02:30 +00:00
gavin%gavinsharp.com
e4ee90b452
Bug 336532: Animated gif with transparency shows black background, patch by Pawel Chmielowski <prefiks@aviary.pl>, r=stuart, sr=roc
2006-08-11 23:48:48 +00:00
bzbarsky%mit.edu
6ea9abe3b5
Make docs better. Bug 345069, r=pavlov
2006-07-18 19:26:04 +00:00
pedemont%us.ibm.com
a009db85ec
Bug 338870 - imgIDecoderObserver is scriptable but inherits from the non-scriptable interface imgIContainerObserver. r=pavlov
2006-06-27 16:03:34 +00:00
mark%moxienet.com
8e02b71480
342064 When building using Cocoa widgets, use the Cocoa icon decoder. Really, this time. r=josh sr=pavlov
2006-06-22 21:27:32 +00:00
joshmoz%gmail.com
2cacb70302
fix memory leak in Cocoa icon decoder. b=342066 r=mento sr=pav
2006-06-20 16:59:15 +00:00
timeless%mozdev.org
27eaab5dcd
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
jwalden%mit.edu
6163084fd4
Bug 338003 - imgCache::Init leaks imgCache if do_GetService fails. Patch by Adam Guthrie <ispiked@gmail.com>, r+sr=pavlov
2006-06-15 21:59:13 +00:00
joshmoz%gmail.com
e5f2e32961
add 8-bit alpha support to Carbon icon decoder. b=339717 r=mento sr=pav
2006-06-01 22:05:08 +00:00
dbaron%dbaron.org
cd4d6ee0e9
Fix GC hazards associated with event handlers on images only reachable from their current network loads, some of which are regressions from 241518. b=321054 r=darin sr=bzbarsky
2006-06-01 18:35:21 +00:00
joshmoz%gmail.com
c35313a483
add the Carbon icon decoder back, alongside the Cocoa icon decoder. Use Carbon decoder for Carbon builds, Cocoa for Cocoa builds. We can't use the Cocoa API from Carbon due to runtime conflicts (that aren't completely resolved by calling NSApplicationLoad). Also, removing call to NSApplicationLoad. b=339389 r=mento sr=stuart
2006-05-30 15:54:28 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
cbiesinger%web.de
51a89a8b1e
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
joshmoz%gmail.com
d1b224ddec
be more aggressive about finding icon data. b=336356 r=mento sr=pav
2006-05-05 23:22:18 +00:00
vladimir%pobox.com
f6b5f78d52
b=336330, fix memory scribble in jpeg decoder, r+sr=roc
2006-05-03 00:24:25 +00:00
joshmoz%gmail.com
380e67da44
new Mac OS X icon decoder written in Cocoa with 8-bit alpha support. b=335723 r=mento sr=pav
2006-05-02 21:23:57 +00:00
darin%meer.net
f01d5ace75
fixes bug 329889 "Crash in [@ imgContainerGIF::GetFrameAt] when dragging a corrupted gif file" r=pavlov sr=dveditz
2006-05-02 18:48:16 +00:00
benjamin%smedbergs.us
cfa4b0b6f3
Bug 332115 - hide a bunch of symbols when building libxul, fix the thebes symbols so that they are exported/imported sanely, and some other graphics-related linking/visibility fixups, r=darin+vlad
2006-04-27 14:41:11 +00:00
jag%tty.nl
421b17ab81
Bug 245684: Add image encoding support
...
Make sure to rebuild nsImageModule when MOZ_IMG_ENCODERS changes. r=bsmedberg
2006-04-24 16:30:30 +00:00
bzbarsky%mit.edu
df55883ba5
Implement nsIconURI::Clone. Bug 312241, patch by chpe <chpe@gnome.org>,
...
r=biesi, sr=bryner
2006-04-23 19:02:19 +00:00
neil%parkwaycc.co.uk
f8f42ac8a8
Bug 291764 Fix GIF animation's interaction with print preview r=pavlov sr=tor
2006-04-18 22:31:45 +00:00
dbaron%dbaron.org
5b40b62297
Handle alpha in the MOZ_CAIRO_GFX codepath, and stop doing *some* of the work that's no longer needed in that codepath. b=331671 r=pavlov
2006-04-15 17:31:26 +00:00
gavin%gavinsharp.com
fd5df59c9a
Bug 319977: Minor string parser coding error in nsIconURI.cpp, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=biesi, sr=bryner
2006-04-14 19:45:39 +00:00
jag%tty.nl
cad1135c87
Bug 333308: make clean and make distclean miss various files. r=bsmedberg
2006-04-10 13:44:40 +00:00
cbiesinger%web.de
0cf032c25b
bug 331888. Make cairo-beos work. Requires --enable-pango for now
...
r=stuart
2006-04-04 21:22:35 +00:00
pavlov%pavlov.net
c4e5fd8088
first pass at making animated gifs work better in cairo builds. bug 324707. r=vlad
2006-04-01 00:35:58 +00:00
pavlov%pavlov.net
48062c9ae5
y was off-by-1 when calling UpdateImage() in cairo builds
2006-03-31 23:55:49 +00:00
pavlov%pavlov.net
1316de191a
additional speedups from bug 331298. r=vlad
2006-03-27 19:04:51 +00:00
pavlov%pavlov.net
897526fd54
speed up 8bit alpha png decoding by not doing extra division for opaque pixels. bug 331298
2006-03-25 20:02:21 +00:00
pavlov%pavlov.net
acc373cb6a
turns out you can't index in to an int
2006-03-25 04:55:19 +00:00
pavlov%pavlov.net
a1c738830c
more build fixes
2006-03-25 04:08:17 +00:00
pavlov%pavlov.net
2105bd3124
fixing linux build
2006-03-25 03:32:44 +00:00
pavlov%pavlov.net
572cb7e47b
didn't mean to remove this line.
2006-03-25 01:20:24 +00:00
pavlov%pavlov.net
c86f174d7a
fixing build bustage
2006-03-25 00:56:10 +00:00
pavlov%pavlov.net
714da423c5
speed up image drawing by decoding directly in to 32bpp buffers. bug 331298. r=vlad
2006-03-25 00:34:48 +00:00
pavlov%pavlov.net
88d2790e3b
remove locks and threadsafe claims from the not-really-threadsafe imagelib. bug 330425. r=mrbkap sr=bz.
2006-03-14 06:24:02 +00:00
darin%meer.net
4aca244416
fixes bug 328903 "Image requests need to cancel properly" r=biesi sr=bzbarsky
2006-03-11 20:32:47 +00:00
dveditz%cruzio.com
c2898dcf5a
bug 328509 initialization fix, patch from jhpedemonte, r/sr=pavlov, a=dveditz
2006-03-03 23:44:58 +00:00
benjamin%smedbergs.us
4e5473cf67
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-03-02 15:15:03 +00:00
roc+%cs.cmu.edu
20eba215e1
Bug 328684. Detect multipart channel by QI'ing the request object instead of peeking at the MIME type. r+sr=darin
2006-02-28 23:43:35 +00:00
timeless%mozdev.org
1ce5986f6b
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
vladimir%pobox.com
3d78c2d4b8
b=327580, fix image decoder endianness & pixel format bits [mainly cairo], r=stuart
2006-02-21 23:19:20 +00:00
cbiesinger%web.de
a381b0935f
bug 325177 r=darin sr=bz
...
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
stream converter
2006-02-17 16:54:27 +00:00
sergei_d%fi.tartu.ee
560705e4b9
[BeOS]Bug 327197. Fixing corrupted alpha in iconChannel.r=sergei_d, BeOS-only
2006-02-15 15:32:20 +00:00
dbaron%dbaron.org
ce919b811f
Cache GnomeIconTheme to fix serious performance problems. b=326714 r=biesi sr=roc
2006-02-13 00:27:11 +00:00
dbaron%dbaron.org
ad3f376058
Make the icon decoder allow 8-bit alpha in addition to 1-bit alpha (and a little further cleanup), and make the GTK icon code go through the icon decoder instead of PNG. b=326714 r=biesi sr=roc
2006-02-13 00:25:59 +00:00
pavlov%pavlov.net
dc9de5a879
removing unused files.
2006-02-11 06:31:41 +00:00
cbiesinger%web.de
37b8557e3a
bug 269280 implement moz-icon on BeOS
...
patch by Simon <simontaylor2@gawab.com> and Doug Shelton
<doug@sheltonfamily.org> r=biesi r=mconnor (toolkit parts)
2006-01-28 14:25:18 +00:00
neil%parkwaycc.co.uk
c44b992ba0
Make moz-icon: work on Windows drives b=236227 r=mscott sr=tor
2006-01-10 12:04:08 +00:00
darin%meer.net
eb3847a802
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
gerv%gerv.net
1dca58927a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-31 12:14:46 +00:00