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
timeless%mozdev.org
63408ce9ed
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin
2005-12-18 01:50:50 +00:00
brettw%gmail.com
9783de077a
Bug 245684, add JPEG encoder. r=pavlov, sr=vladimir
2005-11-15 18:10:08 +00:00
bzbarsky%mit.edu
5194b0488f
Remove unneeded row allocations and clean up some code in BlackenFrame. Bug
...
301594, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov,tor
2005-11-10 14:59:48 +00:00
cbiesinger%web.de
195b7e17c0
Bug 312241 make unimplemented methods return NS_ERROR_NOT_IMPLEMENTED
...
patch by Christian Persch <chpe@gnome.org> r=biesi sr=bryner
2005-11-08 20:13:39 +00:00