Joe Drew
cf5541dc63
Fix the obvious mistakes I'd made in the previous patch for bug 468160.
2008-12-10 21:10:03 -08:00
Joe Drew
0f5fffdcd6
Keep track of the URI we're keyed on in imgRequests. This makes it possible to avoid leaks. b=468160 r=bzbarsky sr=vlad
2008-12-10 20:58:28 -08:00
Joe Drew
b1879ea25f
Don't discard animated images so we don't have to worry about how to restore them. b=414259 r/sr=vlad
2008-12-10 20:58:28 -08:00
Joe Drew
004fd475bb
Handle 302 redirects properly in imagelib. b=89419 r=bzbarsky sr=vlad/pavlov
2008-12-10 16:26:15 -08:00
Joe Drew
294499eab5
Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad
2008-12-10 16:25:34 -08:00
Shawn Wilsher
bf0e65a35b
Bug 466582 - smarter handling of remote chrome (and not allowing it)
...
This adds a new flag, URI_IS_LOCAL_RESOURCE, to nsIProtocolHandler that allows
something of this protocol to be registered in chrome.
This changeset removes a runtime check every time we open a chrome channel to
see if it is remote to a registration time check that checks flags. The old
code could be easily worked around, and allowed for remote resources to be used.
r=bsmedberg
r=bz
sr=bz
2008-12-09 16:27:42 -05:00
Shawn Wilsher
6ea17d3edc
Backed out changeset b6f762fde736 (bug 466582) for unit test orange.
2008-12-08 18:51:46 -05:00
Shawn Wilsher
52fa025019
Bug 466582 - smarter handling of remote chrome (and not allowing it)
...
r=bsmedberg, r=bz, sr=bz
2008-12-08 17:14:14 -05:00
Serge Gautherie
be4694b633
Bug 458847 - colordepth.html TEST-UNEXPECTED-FAIL on my Windows 2000: 24<->32 bit colors mismatch; (Av2a) Allow higher values, on all platforms; r=dbaron
2008-12-02 13:45:09 +01:00
Brad Lassey
cc9f2ff870
Bug 460767 - Crash in imgRequest.cpp in OOM conditions r=pavlov r=joedrew a19b2=beltzner. CLOSED TREE
2008-11-24 11:57:47 -05:00
Joe Drew
a2b8f5356f
Backed out changeset 6bedb1e92dd0 due to refcount leaks
2008-11-07 15:01:35 -05:00
Joe Drew
8fd1536f32
Bug 393936 - Cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call CancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). r=bz, sr=pavlov, a=blocking1.9.1+
2008-11-07 14:35:22 -05:00
Dave Townsend
68663a73e2
Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the Vista Ts regression
2008-11-07 15:21:35 +00:00
Dave Townsend
2545ad97e1
Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the
...
Vista Ts regression
2008-11-07 15:21:23 +00:00
Justin Dolske
23299930f7
Bug 455057 - some chrome images have embedded profiles (sRGB chunk removal). ui-r=faaborg, r=dbaron
2008-11-05 19:19:44 -08:00
Joe Drew
6683bd098a
Crash [@imgRequest::NotifyProxyListener(imgRequestProxy*)] at tokyomango.com - bug 441563 r=vladimir sr=pavlov
2008-11-06 16:31:20 -05:00
Phil Ringnalda
bbe7e1d08a
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Ian
ee43bba9c1
Bug 251475. Make sure channels don't return null for the originalURI. Initial work by Daniel Kraft <domob@daniel-kraft.net> and Brandon Ferguson <bnferguson@gmail.com>. r+sr=bzbarsky.
2008-10-15 16:05:23 -04:00
Arpad Borsos
8b11d938d2
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Boris Zbarsky
5964ca6e14
Backed out changeset d07aa0d0712a: Relanding: Bug 373701. Make sure to properly cancel multipart image loads when they need canceling. r=joedrew, sr=biesi
2008-10-02 09:53:35 -04:00
Boris Zbarsky
a1df483e98
Backing out changeset afcc5aa0fb07 to see effect on the Windows Txul
2008-10-01 20:06:48 -04:00
Joe Drew
0e14c97490
Bug 455606 - Remove old cache elements when pushing elements with the same key r/sr=stuart
2008-09-30 17:47:47 -04:00
Doug Turner
e06e303ba0
Merge after pull
2008-09-29 14:20:20 -07:00
Boris Zbarsky
82a62c8b90
Bug 373701. Make sure to properly cancel multipart image loads when they need canceling. r=joedrew, sr=biesi
2008-09-29 16:46:53 -04:00
Doug Turner
921312204b
Bug 457728 - icon decoder wince fixes. patch by blassey, r=stuart/dougt
2008-09-29 11:06:09 -07:00
Oleg Romashin
88bcb5a900
Bug 451263 - Implement moz-icon for Qt port. Add missing icon/qt directory part. r=vladimir.
2008-09-24 18:45:42 -05:00
Oleg Romashin
2f3f67b169
Bug 451263 - Implement moz-icon for Qt port. r=vladimir.
2008-09-20 04:03:23 -04:00
Bobby Holley
106aaaae97
Turning color management on by default for tagged images - bug 418538. r=vlad
...
Also updating some reftests whose behavior changes with color management
enabled - bug 453548. r=dolske
2008-09-11 18:45:43 -07:00
Ginn Chen
3d8a8e5ede
Bug 454376 imgLoader.cpp does not compile with Sun Studio 12 on Solaris r=joedraw sr=vladimir
2008-09-11 19:34:17 +08:00
Bobby Holley
b750bcc898
Backed out changeset e7c6d7843e81 due to linux reftest failures
2008-09-10 22:24:41 -07:00
Bobby Holley
1bcc99f8b1
Turning color management on by default - bug 418538. r=vlad
...
Also updating some reftests whose behavior changes with color management
enabled - bug 453548. r=dolske
2008-09-10 19:35:00 -07:00
Doug Turner
a49e520740
Bug 453836 - handle OOM while images decoding. r=jim
2008-09-10 13:23:29 -07:00
Ted Mielczarek
468a3823fc
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Joe Drew
e917f1c904
Bug 430061: Don't use necko's memory cache in imglib; r/sr=stuart,vlad,bz
...
? .fast-update
? _profile
? _tests
? obj-ff-debug
? staticlib
? README/.fast-update
? browser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
? build/pgo/automation.py
? build/pgo/profileserver.py
? config/buildid
? config/system_wrappers
? content/base/test/TestNativeXMLHttpRequest
? content/base/test/TestPlainTextSerializer
? embedding/components/printingui/src/mac/printpde/build
? gfx/thebes/public/.gfxContext.h.swp
? gfx/thebes/test/gfxFontSelectionTest
? gfx/thebes/test/gfxSurfaceRefCountTest
? gfx/thebes/test/gfxTextRunPerfTest
? gfx/thebes/test/gfxWordCacheTest
? intl/uconv/tests/TestUConv
? intl/uconv/tests/nsconv
? intl/uconv/tests/plattest
? intl/unicharutil/tests/NormalizationTest
? js/src/host_jskwgen
? js/src/jsautokw.h
? layout/style/test/css_properties.js
? layout/style/test/host_ListCSSProperties
? layout/tools/reftest/autoconf.js
? modules/libpr0n/src/.imgContainer.cpp.swp
? modules/libpr0n/src/.imgLoader.cpp.swp
? modules/libpr0n/src/.imgLoader.h.swp
? modules/libpr0n/src/.imgRequestProxy.cpp.swp
? modules/libpr0n/src/check-all-at-removal-time
? modules/libpr0n/src/currpatch
? modules/libpr0n/src/update-every-time
? modules/plugin/samples/default/mac/build
? netwerk/cache/src/.nsMemoryCacheDevice.cpp.swp
? netwerk/dns/src/etld_data.inc
? netwerk/test/ReadNTLM
? netwerk/test/TestCookie
? netwerk/test/TestIncrementalDownload
? netwerk/test/TestOpen
? netwerk/test/TestServ
? netwerk/test/TestStreamLoader
? netwerk/test/TestUDPSocketProvider
? nsprpub/.fast-update
? nsprpub/unallmakefiles
? parser/htmlparser/robot/test/htmlrobot
? parser/htmlparser/tests/grabpage/grabpage
? parser/htmlparser/tests/html/TestParser
? rdf/tests/triplescat/triplescat
? storage/test/teststorage1
? testing/mochitest/automation.py
? testing/mochitest/automation.pyc
? testing/mochitest/runtests.pl
? testing/mochitest/runtests.py
? testing/mochitest/ssltunnel/ssltunnel
? toolkit/components/url-classifier/tests/TestUrlClassifierUtils
? toolkit/crashreporter/client/crashreporter
? toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/dump_syms
? toolkit/crashreporter/test/TestCrashReporterAPI
? toolkit/library/XUL
? toolkit/mozapps/update/src/nsUpdateService.js
? toolkit/xre/platform.ini
? tools/rb
? tools/trace-malloc
? widget/src/cocoa/libwidget.rsrc
? xpcom/io/.nsStringStream.cpp.swp
? xpcom/proxy/tests/proxy-create-threadsafety
? xpcom/sample/program/nsTestSample
? xpcom/tests/TestAutoPtr
? xpcom/tests/TestExpirationTracker
? xpcom/tests/TestHashtables
? xpcom/tests/TestINIParser
? xpcom/tests/TestPipe
? xpcom/tests/TestProxies
? xpcom/tests/TestRegistrationOrder
? xpcom/tests/TestStorageStream
? xpcom/tests/TestStringAPI
? xpcom/tests/TestStrings
? xpcom/tests/TestTArray
? xpcom/tests/TestTextFormatter
? xpcom/tests/TestThreadPool
? xpcom/tests/TestVersionComparator
? xpcom/tests/external/TestMinStringAPI
? xpfe/bootstrap/appleevents/mozillaSuite.rsrc
Index: modules/libpr0n/build/nsImageModule.cpp
===================================================================
RCS file: /cvsroot/mozilla/modules/libpr0n/build/nsImageModule.cpp,v
retrieving revision 1.20
2008-09-04 19:00:42 -04:00
Bobby Holley
b587524e03
Removing embedded ICC profiles from reftest reference images - bug 453547. r=me
2008-09-04 10:24:07 -07:00
Boris Zbarsky
64fa469cc7
Backed out changeset aaecc637558e
2008-09-04 12:36:27 -04:00
Joe Drew
5e0c0fbf08
Bug 430061. Make imglib no longer use necko's memory cache, r/sr=stuart
2008-09-04 11:23:16 -04:00
Marco Bonardo
fed5a1056a
Bug 442731 - GIF favicons are not resampled in places.sqlite (large icons are stored), r=dietrich, pavlov
2008-09-02 13:59:59 +02:00
honzab@allpeers.com
2eba452039
Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
...
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-09-01 22:53:59 +02:00
Bobby Holley
87c0ed791b
Bug 452676 - PNG Pseudo-CMS chunks (gAMA and cHRM) aren't handled properly with color management on. r=vlad,joe
2008-08-30 15:54:58 -07:00
Brian Crowder
075862a92a
Bug 422776 - reduce narrow Windows API calls in imagelib, original patch by Brad Lassey <blassey@mozilla.com>, r=pavlov
2008-08-27 14:44:55 -07:00
Reed Loden
b89ad17341
Backed out changeset 6eec92f9276a from bug 416157 because the image tests need to be updated before it can be landed.
2008-08-20 02:03:01 -05:00
Michael Moy
f9e264bb68
Bug 416157 - "Add JPEG SSE2 color processing for ycc_rgb_convert_argb" [r=stuart sr=vlad]
2008-08-20 00:03:46 -05:00
Dave Camp
73041a5aa1
Backed out changeset e63a23edb90c due to Rlk regression (bug 430061).
2008-08-19 14:42:03 -07:00
Joe Drew
7330eb1491
Bug 430061 - replace imglib use of necko memory cache with an imglib-specific cache, r=pav
2008-08-19 16:28:28 -04:00
Dão Gottwald
5e5814d2b9
backout bug 444898 to fix orange
2008-08-19 13:58:40 +02:00
Glenn Randers-Pehrson
743e5b22f5
Bug 428045 – Incorrect transparency in .png image. sr=tor, r=pavlov
2008-08-19 10:12:31 +02:00
Glenn Randers-Pehrson
4c06ce90fa
Bug 444898 – JPEG writer uses poor quality default options for compression. r=tor, sr=pavlov
2008-08-19 10:07:09 +02:00
Dave Townsend
330ddd2b79
Backout of bug 135007 due to Tp regression
2008-08-18 15:08:44 +01:00
Dave Townsend
9cb6773784
Backed out changeset cf3eae029913
2008-08-18 15:08:14 +01:00
Bobby Holley
f0efbd4775
Code to fastpath Alpha PNGs in LCMS - part of bug 445552. r=vlad
2008-08-17 22:08:53 -07:00
Bobby Holley
ead2727c2c
Floating point path through lcms as part of bug 445552. r=vlad
2008-08-16 14:44:51 -07:00
honzab@allpeers.com
a19d587018
Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
...
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-08-16 09:12:42 +02:00
Bobby Holley
3b34cb4ebc
Bug 449681 – switch color_management pref from off/on bool to off/on/taggedonly int. r=vlad
2008-08-11 21:55:36 -07:00
Bobby Holley
4a0c36fc63
Firefox honors embedded ICC intent flag - bug 444014 r=vlad
2008-07-23 10:33:12 -07:00
Robert Longson
be6dcc3eb6
Bug 444996 - Compilation broken on various platforms. INT_MAX was not declared in this scope. r+sr=vladimir
2008-07-16 10:20:24 +01:00
Vladimir Vukicevic
04fc36140f
b=443693, check png info callback correctly; r=joe
2008-07-11 13:52:30 -07:00
gavin@gavinsharp.com
e74996a506
Bug 427978: default to using file extension if file used in moz-icon doesn't exist, patch by Jim Mathies <jmathies@mozilla.com>, r=stuart, a=schrep
2008-04-16 13:16:31 -07:00
dolske@mozilla.com
cca6ad8675
Reenable pngsuite-corrupted tests, since disabling them didn't help (bug 425987).
2008-04-05 13:10:56 -07:00
dolske@mozilla.com
3e3d6293f7
Try disabling pngsuite-corrupted tests (bug 425987).
2008-04-05 01:27:01 -07:00
johnath@mozilla.com
7d1d211b40
Back out test-landing of JOEDREW!'s bug 425941.
2008-04-04 09:02:44 -07:00
johnath@mozilla.com
f010a55cf2
Test-landing of JPEG patch in bug 425941 to gauge perf delta. Should be backed out after a test run. p=joedrew!
2008-04-04 06:03:25 -07:00
reed@reedloden.com
242e29b1f2
Bug 415273 - "moz-icon failing to display correct icon with contentType parameter specified" [p=jmathies@mozilla.com (Jim Mathies) r=stuart a1.9=beltzner]
2008-04-04 02:16:44 -07:00
dolske@mozilla.com
743678b1aa
Bug 411852 - Glitch in an aPNG image rendering and tab thumbnail. r=stuart, a1.9=beltzner
2008-04-03 18:01:17 -07:00
bzbarsky@mit.edu
eff8edca50
Fix a mistake in the fix for bug 363986 that was causing writes to the wrong part of memory. Patch and tests by Fredrik Larsson <nossralf@gmail.com>, r=stuart, sr=bzbarsky.
2008-04-01 16:20:12 -07:00
reed@reedloden.com
67056548e6
Back out Alfred Kayser and Joe Drew's patch from bug 399925 in order to find out if it caused the 7% Tp regression (bug 425941).
2008-03-30 00:17:08 -07:00
dtownsend@oxymoronical.com
6513decccd
Disabling mochitests for libpr0n due to test crashing
2008-03-29 03:37:33 -07:00
reed@reedloden.com
93d22bbf70
Bug 399925 - "GIF decoder needs to allow its data to be discarded" (mochitest for the bug earlier patches caused) [p=joe@drew.ca (Joe Drew [JOEDREW!]) r=stuart]
2008-03-28 23:53:25 -07:00
reed@reedloden.com
e24e952a2b
Bug 399925 - "GIF decoder needs to allow its data to be discarded" [p=alfredkayser@gmail.com (Alfred Kayser) / joe@drew.ca (Joe Drew [JOEDREW!]) r=stuart sr=tor a=blocking1.9+]
2008-03-28 01:36:27 -07:00
bzbarsky@mit.edu
72f7db6e18
Hold strong ref to ourselves so we don't die while touching members. Bug 421602 followup, r= and a= pending
2008-03-20 23:13:11 -07:00
reed@reedloden.com
7a6025e7f1
Bug 418796 - "Cleanup imgContainer and decom GetCurrentFrameNoRef" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a1.9=beltzner]
2008-03-19 22:54:30 -07:00
bzbarsky@mit.edu
c7132d3d58
Don't garbage-collect still-loading Image nodes until their onload/onerror has fired. Bug 421602, r=stuart, sr=sicking
2008-03-19 12:07:59 -07:00
jwalden@mit.edu
9156d6bbff
Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing...
2008-03-18 10:42:39 -07:00
blassey@mozilla.com
3c99833e3e
backing out: switching narrow char system calls to wide char in windows b=418703
2008-03-11 15:46:26 -07:00
blassey@mozilla.com
eeea24bde6
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
2008-03-11 14:49:53 -07:00
reed@reedloden.com
223ffcf984
Back out Alfred Kayser's patch from bug 399925 due to Tp crashes.
2008-03-09 23:09:37 -07:00
reed@reedloden.com
fd30224781
Bug 399925 - "GIF decoder needs to allow its data to be discarded" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2008-03-09 22:09:24 -07:00
roc+@cs.cmu.edu
7ee2d30596
Bug 403181, fix test image
2008-03-09 15:46:40 -07:00
roc+@cs.cmu.edu
11aa232422
Bug 403181. Pass the desired source rectangle for background images down into nsThebesImage and ensure we don't sample outside it. Back out a bad pixman patch that caused regressions, and adjust image encoding tests so they don't depend on the regression. Also switchs some reftests to quirks mode so that the 1-appunit width of <br>s doesn't bite us. r=vlad,sr=dbaron
2008-03-09 14:55:05 -07:00
reed@reedloden.com
82531bad28
Bug 418791 - "Don't try to discard image data when the image is animating" (Don't start the timer when image is animating) [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a=blocking1.9+]
2008-03-09 12:58:40 -07:00
reed@reedloden.com
265a939d63
Bug 262505 - "image/x-ms-bmp MIME type not recognized as BMP picture" [p=sciguyryan@gmail.com (Ryan Jones) r+sr=stuart a1.9=beltzner]
2008-03-08 03:26:50 -08:00
vladimir@pobox.com
104f6a38a1
b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad
2008-03-05 22:51:13 -08:00
blassey@mozilla.com
92c51991b0
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
2008-03-05 14:56:43 -08:00
blassey@mozilla.com
9bc9e44b40
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
2008-03-05 13:39:29 -08:00
joshmoz@gmail.com
9d15dd6a9e
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
2008-02-29 15:24:53 -08:00
dolske@mozilla.com
88f7abe48c
Add explicit colordepth test for bug 414720 - Enable 24-bit display on Windows test boxes.
2008-02-25 21:30:36 -08:00
bent.mozilla@gmail.com
988b2f61df
Bug 417562 - 'protect against Obj-C exceptions in "modules" top-level directory'. r=josh, sr=roc, a=blocking1.9+.
2008-02-20 09:32:13 -08:00
dolske@mozilla.com
0a1d2a6b29
Bug 414186 - slow loop code in nsICODecoder? r=stuart. a1.9=schrep
2008-02-19 15:40:04 -08:00
jag@tty.nl
2fbcb59ed7
Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep
2008-02-18 23:36:50 -08:00
jag@tty.nl
057bc17743
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
dolske@mozilla.com
c9f4c663b6
Bug 411626 - Need regression tests for JPEG image decoding.
2008-02-15 14:13:55 -08:00
reed@reedloden.com
fd9e477a32
Bug 44781 - "Support CMYK, YCCK JPEGs" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a1.9=schrep]
2008-02-14 12:38:19 -08:00
reed@reedloden.com
99e85089c1
Bug 413324 - "Not all image decoders call 'DecodingComplete', so for these the image is not 'optimized'" (Make the decoders all (except JPEG) use DecodingComplete) [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a=blocking1.9+]
2008-02-13 02:54:39 -08:00
reed@reedloden.com
86175b0c32
Bug 413933 - "APNGs flash while loading" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a=blocking1.9+]
2008-02-13 02:53:17 -08:00
dolske@mozilla.com
40ef92e8ae
Re-Re-Enabling reftests (bug 405384).
2008-02-11 15:57:26 -08:00
jwalden@mit.edu
2873b90ecc
Add a test for bug 398066 (image/* should be in the Accept header for <img>-related requests), and add CGI support to the reftest harness. r=dbaron on the harness changes
2008-02-11 12:32:40 -08:00
pavlov@pavlov.net
f373d75168
backing out bug 405384. doesn't look like color depth change on windows unit test box stuck
2008-02-09 01:58:34 -08:00
dolske@mozilla.com
efdce45420
Re-enable pngsuite reftests on Windows (bug 405384 - pngsuite reftest fails on Windows with slight color differences)
2008-02-08 10:35:36 -08:00
mats.palmgren@bredband.net
9d4e123ff6
Don't decrement the loop variable when it's zero. b=414854 r+sr=jag approval1.9b3=beltzner
2008-01-30 17:04:36 -08:00
reed@reedloden.com
02307473cf
Bug 412753 - "Speed up JPEG decoding by another 10%" (Replace include "jpegint.h" with some locally copied definitions) [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a1.9b3=beltzner]
2008-01-30 12:46:38 -08:00
jag@tty.nl
7bbff4292c
Bug 413143: trunk is broken(sigbus) on SPARC since 20071221. r/sr=pavlov, a=beltzner Unaligned 32-bit memory reads cause a sigbus on SPARC. Turns out that fixing this also gets us a little performance boost on other platforms because we're now mostly doing aligned 32-bit reads.
2008-01-29 22:22:23 -08:00
reed@reedloden.com
79085d9d3d
Bug 412753 - "Speed up JPEG decoding by another 10%" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a=blocking1.9+]
2008-01-29 20:41:42 -08:00
reed@reedloden.com
56e474d4eb
Bug 398066 - "Image requests should include image/* in Accept header" [p=lholst@students.cs.uu.nl (Laurens Holst) r=biesi sr=stuart a1.9=damons]
2008-01-29 20:27:11 -08:00
mozilla@weilbacher.org
0a7ee49586
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
2008-01-28 15:07:34 -08:00
mozilla@weilbacher.org
fce6b77d96
[OS/2] Bug 413530: fix icon display of files without extensions in listings, fix=Rich Walsh, r=me
2008-01-28 14:30:45 -08:00
reed@reedloden.com
9d5e82db62
Bug 413931 - "Crash [@nsGIFDecoder2::DoLzw] when loading GIF file, part 2" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a1.9=beltzner a=blocking1.9+]
2008-01-26 20:45:56 -08:00
vladimir@pobox.com
aac57ee0a6
update test images (pixman rounding changes cause slightly different scaling)
2008-01-25 17:28:31 -08:00
reed@reedloden.com
7ac67f5845
Bug 363986 - "nsJPEGEncoder::ReadSegments() and nsPNGEncoder::ReadSegments() do not advance read pointer" [p=daim.project@free.fr (David Marteau) r=stuart sr=bzbarsky a1.9=beltzner a=blocking1.9+]
2008-01-25 00:00:18 -08:00
reed@reedloden.com
ea5d5976bc
Back out akayser's patch from bug 399925 due to Tp crash.
2008-01-24 09:30:17 -08:00
reed@reedloden.com
a1e2ae5e2c
Bug 399925 - "GIF decoder needs to allow its data to be discarded" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2008-01-24 08:51:30 -08:00
reed@reedloden.com
e813fe5f38
Bug 411718 - "Speed up JPEG decoding by 30% by skipping buffer" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2008-01-24 07:59:32 -08:00
reed@reedloden.com
b980913cfe
Bug 413373 - "Crash [@nsGIFDecoder2::DoLzw] when loading GIF file" (detect malformed LZW encoding [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a1.9=beltzner]
2008-01-24 01:29:38 -08:00
reed@reedloden.com
efc7a30f99
Bug 411112 - "AIX Compilation error for trunk build source nsPNGEncoder.cpp : mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp", line 159.14: 1540-0217 (S) "jmpbuf" is not a member of "struct png_struct_def"." [p=shailen.n.jain@gmail.com (Shailen) r+a1.9=stuart]
2008-01-23 23:02:58 -08:00
dolske@mozilla.com
03b8bceab4
Testcase for bug 413512 - Crash loading www.pricerunner.de.
2008-01-22 22:09:21 -08:00
dolske@mozilla.com
8a93f98f2a
Bug 413512 - Crash loading www.pricerunner.de [@ imgTools::EncodeScaledImage]. r=stuart, a=blocking-ff3+
2008-01-22 18:14:23 -08:00
dolske@mozilla.com
ef9bd56830
Bug 413424 - PNG encoder leaks a string. r=stuart, a1.9=schrep, guilty=dolske
2008-01-22 15:15:23 -08:00
mozilla@weilbacher.org
d63fc3957a
[OS/2] Bug 411332: fix icon handler to work with cairo and add icon logic using RWS, code by Rich Walsh, p=me, r=me/mkaply
2008-01-22 12:08:43 -08:00
reed@reedloden.com
60d9f2b7d9
Bug 410111 - "Catch more cases of frame clipping in AGIF/APNG animations" (Clean up the clipping in drawFrameTo) [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a1.9=schrep]
2008-01-21 23:36:57 -08:00
reed@reedloden.com
6f04e2cbd2
Back out patch from bug 411718 again due to MH regression again.
2008-01-21 01:48:18 -08:00
reed@reedloden.com
1e5e81d05b
Bug 411718 - "Speed up JPEG decoding by 30% by skipping buffer" (try without the realloc optimization) [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2008-01-21 00:18:19 -08:00
Olli.Pettay@helsinki.fi
d121da98db
Backing out bug 411718 to see if it caused MH regression
2008-01-19 14:41:35 -08:00
reed@reedloden.com
d99b4d9ac1
Bug 411718 - "Speed up JPEG decoding by 30% by skipping buffer" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2008-01-19 01:04:04 -08:00
reed@reedloden.com
c62f3cb576
Bug 403364 - "APNG animations sometimes loop incorrectly" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a=blocking1.9+]
2008-01-19 00:10:26 -08:00
reed@reedloden.com
a2bce09846
Bug 411874 - "Crash [@ ffff068b nsGIFDecoder2::EndImageFrame] while loading MySpace page (hard to repro)" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a1.9=schrep]
2008-01-18 23:00:24 -08:00
dolske@mozilla.com
35ee6e8f98
Disable problematic tests for Windows. Grr.
2008-01-18 22:33:46 -08:00
dolske@mozilla.com
1075a6b8f1
Reenable imgITools tests from bug 389273.
2008-01-18 21:43:19 -08:00
dolske@mozilla.com
312f215559
Partially back out bug 389273 while I look into the test failures.
2008-01-12 21:35:29 -08:00
dolske@mozilla.com
97a57a7769
Bug 389273 - large favicons (>32 KB) won't show up in url bar autocomplete, history / bookmarks menu, bm organizer. r=sspitzer, stuart. a1.9=schrep
2008-01-12 20:15:20 -08:00
reed@reedloden.com
efbdfff6ff
Bug 409012 - "Firefox - trunk build Version 3.0b3pre is crashing on AIX [@ strlen.strlen ] nsMozIconURI::GetIconState" [p=shailen.n.jain@gmail.com (Shailen) r+sr+a1.9=roc]
2008-01-12 18:53:33 -08:00
dolske@mozilla.com
1eb8d12ab7
Fix test bustage. Filed bug 411636 - pngsuite-background reftest fails on Linux with slight color differences.
2008-01-09 23:22:26 -08:00
dolske@mozilla.com
3f913cd568
Fix test bustage. These tests actually pass on Windows.
2008-01-09 23:11:29 -08:00
dolske@mozilla.com
9b7d4db5ba
Bug 386651 - Need regression tests for PNG image decoding. [Part 5, done!]
2008-01-09 21:49:18 -08:00
reed@reedloden.com
56c4d2753e
Bug 409878 - "Garbage displayed for part of bluebar.gif animation" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r+a1.9=stuart]
2008-01-08 01:51:13 -08:00
reed@reedloden.com
b2a38f8cb5
Bug 408288 - "This particular animated gif looks distorted at the right side" (Really do the clipping in the right way) [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart a=blocking1.9+]
2007-12-21 03:41:59 -08:00
reed@reedloden.com
100f2a76b4
Bug 406580 - "Faster copying of RGB pixel data" (Where Alpha=0xFF, keep RGB values contiguous in pixel copying) [p=swsnyder@insightbb.com (Steve Snyder) r+a1.9=stuart]
2007-12-21 02:26:31 -08:00
dtownsend@oxymoronical.com
76d0d01daa
Bug 405982: Improve error handling and consistency with image encoders. r=dolse, r+sr=pavlov, a=beltzner
2007-12-21 01:19:15 -08:00
reed@reedloden.com
0bd3fbe93c
Bug 408310 - "20071213 trunk crash when visiting protopage.com @ all platforms" (Make sure to use the right paletteSize to prevent crashes) [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2007-12-20 01:38:53 -08:00
reed@reedloden.com
c0e026e0ed
Bug 408073 - "Some frames of this animated gif image looks slightly distorted" (Fix the clearing of the 'second' frame) [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2007-12-20 01:37:34 -08:00
dwitte@stanford.edu
e1f9209274
relanding part of 407442.
2007-12-19 23:30:04 -08:00
dwitte@stanford.edu
2b31364ac3
back out changes.
2007-12-19 03:07:41 -08:00
dwitte@stanford.edu
63050186f2
reland nsTObserverArray changes only.
2007-12-18 22:03:05 -08:00
dwitte@stanford.edu
8b3567b59d
backing out to investigate Ts increase
2007-12-18 20:12:11 -08:00
dwitte@stanford.edu
3b75d76adb
implement nsTObserverArray using nsTArray, clean up the interface, provide an nsAutoTObserverArray, and use it to reduce allocations in nsEventListenerManager. b=407442, r+sr=sicking, a=beltzner
2007-12-18 17:06:34 -08:00
dolske@mozilla.com
fbbebe2844
Enable 3 tests that I thought were not working (see bug 408622)
2007-12-17 11:46:06 -08:00
dolske@mozilla.com
100d53749d
Bug 386651 - Need regression tests for image decoding. [Part 4]
2007-12-16 21:26:13 -08:00
dolske@mozilla.com
1f944d58a9
Bustage fix - mark tests as passing which were not actually tickling bug 405384.
2007-12-16 20:15:44 -08:00
dolske@mozilla.com
40ee4d55d8
Bug 386651 - Need regression tests for image decoding. [Part 3]
2007-12-16 19:31:07 -08:00
dolske@mozilla.com
6314a3d519
Workaround bug 405384 (pngsuite reftest fails on Windows with slight color differences) by marking tests as fails-if(MOZ_WIDGET_TOOLKIT=="windows") These are not the crashtests you're looking for.
2007-12-15 22:17:55 -08:00
jonas@sicking.cc
5378dfb532
Bug 408123: Use nsTObserverArray rather than array copy to deal with listeners going away while firing event. r=smaug sr=jst
2007-12-13 17:41:48 -08:00
gavin@gavinsharp.com
743a6dd269
Bug 408256: use a constant-size buffer in BMP decoder to reduce fragmentation, r+sr=dveditz
2007-12-13 13:49:05 -08:00
martijn.martijn@gmail.com
ed2ac513cb
Bug 403578 - glibc detected firefox-bin: malloc(): memory corruption, patch by Alfred Kayser, r=pavlov, sr=tor, a=blocking1.9
2007-12-12 08:56:39 -08:00
reed@reedloden.com
1b8dbc3500
Bustage fix #4 for bug 402742.
2007-12-07 17:09:15 -08:00
reed@reedloden.com
9af1289d4a
Bustage fix for bug 402742.
2007-12-07 16:21:44 -08:00
reed@reedloden.com
b1ffb3d6b7
Bug 402742 - "Stock icons will not display if libgnomeui is not present" (more soft runtime dependencies) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=vlad sr=roc aM10=schrep]
2007-12-07 16:08:09 -08:00
reed@reedloden.com
ead0723781
Bug 406871 - "Getting 32x32 px icons using -moz-icon" [p=reed r+sr=biesi a1.9=damons]
2007-12-04 17:08:23 -08:00
reed@reedloden.com
4992732357
Bug 402742 - "Stock icons will not display if libgnomeui is not present" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+]
2007-12-04 14:08:41 -08:00
reed@reedloden.com
ac9b5300ca
Bug 403423 - "PNG files with sRGB chunk displayed improperly when color_management is enabled" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r=tor sr=stuart a1.9=damons]
2007-12-03 20:43:09 -08:00
reed@reedloden.com
96f5ba58d1
Bug 364221 - "[cairo] bad page scrolling performance with large background images" [p=alfredkayser@nl.ibm.com (Alfred Kayser) / vladimir@pobox.com (Vladimir Vukicevic [vlad]) r=stuart sr=tor a=blocking1.9+]
2007-11-27 01:35:18 -08:00
dolske@mozilla.com
9c8e59ce28
Disabling tests, since Windows is still failing (bug 405384)
2007-11-25 21:41:15 -08:00
dolske@mozilla.com
f3639e8d3b
Bug 386651 - Need regression tests for image decoding. [Part 2]
2007-11-25 20:42:33 -08:00
reed@reedloden.com
fafae44af3
Bug 403363 - "crash loading image [@ imgContainer::DrawFrameTo]" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+]
2007-11-17 01:23:51 -08:00
dolske@mozilla.com
4ba63e640c
Bug 399542 - libpng 1.2.21 update broke a unit test. r=stuart. (fixes and reenables test)
2007-11-15 21:47:36 -08:00
dolske@mozilla.com
0ad6da8436
Bug 402498 - imgIEncoder documentation is wrong. r=stuart, a1.9=stuart
2007-11-15 21:43:52 -08:00
dolske@mozilla.com
1e80a5b391
Temporarily disable new reftests until I know why Windows doesn't like them.
2007-11-13 19:08:19 -08:00
dolske@mozilla.com
2cd030fcc3
Bug 386651 - Need regression tests for image decoding. rs=stuart. [This is part 1 -- framework and initial tests. More to come.]
2007-11-13 17:44:53 -08:00
reed@reedloden.com
fd52608803
Bug 403239 - "Update libpng to version 1.2.23 and reduce libpng footprint" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r=stuart sr=tor a1.9=schrep]
2007-11-13 03:03:32 -08:00
neil@parkwaycc.co.uk
31768ba40a
Bug 400603 Last row of bottom-up bitmap is never updated r+a=pavlov sr=tor
2007-11-09 04:47:50 -08:00
reed@reedloden.com
3615d4510b
Bug 399794 - "Remove the use of Atoms of nsIconURI" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart sr=tor a1.9=stuart]
2007-11-09 00:23:13 -08:00
bzbarsky@mit.edu
7138ba0a03
Relanding bug 389188. r=pavlov, sr=biesi
2007-11-08 18:55:41 -08:00
pavlov@pavlov.net
1f88978ad9
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
b15d580fc4
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
ca27f92a95
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
4905fee97d
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
9061c61d0a
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
918a9ce9c1
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
3c23ff1867
bug 400588. fixing animation regression. r=tor a=beltzner
2007-10-22 09:13:37 -07:00
mats.palmgren@bredband.net
1c55d78969
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
34e55fba26
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
a23c4cf481
Backing out bug 296818 to see if it fixes the Tp regression
2007-10-16 08:45:31 -07:00
pavlov@pavlov.net
1a9df2217e
fixing whitespace
2007-10-15 18:25:21 -07:00
pavlov@pavlov.net
1c0a558e30
fixing crash from bug 296818. r=vlad
2007-10-15 18:25:12 -07:00
pavlov@pavlov.net
5a8bcb7cb2
need null check around mImage incase of an error
2007-10-15 15:47:37 -07:00
pavlov@pavlov.net
15c0e8a3ab
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
844889fb94
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
51df12515e
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
9fc9d59934
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
7b5ce6298a
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
4b52eaca7a
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
5ac6de56e4
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
c72196e0f8
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
ce60f37a8a
Backing out bug 389188 due to potential private bytes increase on talos
2007-09-25 21:30:17 -07:00
bzbarsky@mit.edu
ed736dd3a6
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
f816fd8f88
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
fd9604d9fc
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
70469d1cb5
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
559a8984a7
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
970b793653
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
21e7e02314
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
0fa2ce9b3c
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
fbaa951e40
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
80238a770e
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
9a5f4e3ae2
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
d797cd5094
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
f5c681f4ef
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
0b4333cd31
b=384864, apply the rest of the patch to fix bustage
2007-08-25 12:43:27 -07:00
asqueella@gmail.com
998f07566c
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
1e536127c0
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
94c42b373d
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
10ea784eab
b=391583, DoesARGBImageDataHaveAlpha is slow, r=stuart,a=me
2007-08-17 12:54:58 -07:00
philringnalda@gmail.com
5b4cb5308a
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
625a1fed0e
386998 better check for UNC paths r=dveditz sr=bz
2007-08-15 17:22:28 -07:00
bzbarsky@mit.edu
82ee29bb76
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
1b7bba6183
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
afa36716cb
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
d04ad3b03b
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
d4f82c78c8
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
bc86c212e7
Bug 388342 - imglib warning when loading jpeg images. r=pavlov
2007-07-16 15:55:21 -07:00
dveditz@cruzio.com
ff522537e0
bug 379314 clarify moz-icon checks, r=timeless
2007-07-12 02:27:49 -07:00
neil@parkwaycc.co.uk
11ed13d71f
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
e3c4baccae
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
f9e82220bc
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
c1e7c073c4
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
13ee412ff4
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
602b28cb66
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
1c3c025984
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
f6de351e69
bug 376573 prevent memory leak if realloc fails. r=biesi, sr=stuart
2007-06-05 17:25:15 -07:00
vladimir@pobox.com
616e778b1e
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
9d4cffa5c2
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
57c7cfc98a
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
6637cff253
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
035859265a
backed out, b=317748
2007-04-25 14:21:28 -07:00
asqueella@gmail.com
8d9af20e87
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
6fb9578986
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
5bd113dcf9
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
940f8ab5ac
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
5295d19da2
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
7ec4dbb8b7
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
465265d0d4
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