Граф коммитов

379 Коммитов

Автор SHA1 Сообщение Дата
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
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
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
bryner%brianryner.com 178ad5a677 Dispatch an OnStartDecode notification for ICO images. Bug 310740, r=biesi, sr=tor. 2005-10-11 00:21:51 +00:00
pavlov%pavlov.net 9d85e378b2 moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc 2005-08-23 02:11:54 +00:00
cbiesinger%web.de eaaf0466e4 bug 285872 GIF Decoder: replace gathering buffer with dynamic malloc to fixed
256 bytes hold
patch by Alfred Kayser <alfredkayser@nl.ibm.com> r/sr=tor/pavlov
2005-08-22 18:10:23 +00:00
scott%scott-macgregor.org 4d6214ff5e fix bad patch error 2005-08-18 21:23:46 +00:00
scott%scott-macgregor.org f28b5cb053 Bug #302569 --> moz-icon urls broken on Mac OS X
r=biesi,pavlov
2005-08-18 21:10:58 +00:00
dbaron%dbaron.org 7b6c6f51b5 Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin 2005-08-12 22:53:22 +00:00
cbiesinger%web.de 7e9227a886 bug 300936 null check allocations, and remove a useless alloc. Also, indent a
block correctly.
r=tor sr=dveditz a=bsmedberg
2005-07-25 21:16:12 +00:00
mkaply%us.ibm.com 24710753a4 #291381
r=mkaply, sr=mkaply, a=mkaply
OS/2 only - certain icons resolutions crash - patch from Rich Walsh
2005-06-12 04:58:03 +00:00
dveditz%cruzio.com 5fed65d9b5 bug 295457 use malloc to avoid OOM exceptions thrown by libstdc++. Patch by biesi, r=tor, sr=dveditz, a=chofmann 2005-05-26 22:43:36 +00:00
cls%seawood.org 118b7cb7a2 Set FORCE_USE_PIC when building libimgicongtk_s.a
Bug 292714 r=cbiesinger a=asa,bsmedberg
2005-05-10 06:05:56 +00:00
mkaply%us.ibm.com 63f1f21948 #291381
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - rewrite OS/2 icon code to fix some color corruption and overall cleanup
2005-05-07 04:26:15 +00:00
cbiesinger%web.de 44a8c8c1aa 245631 patch by Son Le <son.le0@gmail.com> r=biesi sr=dveditz a=asa
- Return error from WriteFrom when ProcessData fails
- verify that the type of the icon is correct (icon or cursor)
- make sure that the image offset is valid
- check for OOM (mRow, mAlphaBuffer)
- add safety checks for mRow and mAlphaBuffer
2005-04-29 12:16:00 +00:00
cbiesinger%web.de 6ba8eb78b9 286897 store hotspot information on XBM images if present in the file
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor a=asa
2005-04-20 17:17:02 +00:00
bsmedberg%covad.net 9b88173870 Fix internal defines (affects gtk2 only), bustage from bug 288626 2005-04-06 04:32:20 +00:00
timeless%mozdev.org f8a0934ba2 Bug 274956 return NS_ERROR_OUT_OF_MEMORY when NS_NEWXPCOM fails
patch by 116057@bacon.qcc.mass.edu r=darin sr=darin
2005-03-24 18:17:15 +00:00
cbiesinger%web.de 538651988d Bug 251446 don't return failure when getting data while in DONE state. instead,
just ignore the extraneous bytes.
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor
2005-03-23 17:57:45 +00:00
tor%cs.brown.edu 7c6595e4d4 Bug 274391 - clean up gif decoder allocation.
Patch by alfredkayser@nl.ibm.com, r=pavlov, sr=tor.
2005-03-10 13:31:26 +00:00
bsmedberg%covad.net 3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
paper%animecity.nu 0dd638f20e Bug 274244: Display more broken GIFs. r=stuart sr=tor 2005-03-08 03:44:28 +00:00
pedemont%us.ibm.com 4ebc402441 Bug 245407 - Use Quartz for nsImageMac. r=sfraser, sr=tor. 2005-02-20 03:21:04 +00:00
marco%gnome.org d97e0de464 Make uris in the form
moz-icon://file://C:/foo/bar.exe?size=16
work again.
Bug 233461 r=biesi sr=blizzard
2005-02-04 23:22:57 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
marco%gnome.org 3a26c3a61b 279015 Do not build icon theme lookup for gtk < 2.4, which
does not support the icon name API. Fix the build with gtk < 2.4
Patch by marco@gnome.org r=cbiesinger
2005-01-19 20:01:27 +00:00
marco%gnome.org 3020fc1718 Change nsStaticAtom definition from class to struct.
Trying to fixing windows build bustage.
Bug 233461. r=bsmedberg
2005-01-19 13:59:36 +00:00
marco%gnome.org de336606f1 233461 Add an icon channel for gnome icon themes
Patch by marco@gnome.org r=cbiesinger sr=bryner
2005-01-19 11:27:21 +00:00
cbiesinger%web.de 2d5fec5c1a Bug 38447 store hotspot information from .cur files on the imgIContainer; and
support storing arbitrary information on image containers (via nsIProperties)
r=pavlov sr=tor
2005-01-12 20:16:07 +00:00
cbiesinger%web.de 8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
bsmedberg%covad.net f6d769bd98 The gnome icon decoder cannot be part of libxul because it uses gnome libs that are allowed to not be present at runtime. See bug 273876 2004-12-10 17:58:29 +00:00
bsmedberg%covad.net 79241940e8 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
roc+%cs.cmu.edu 826f164081 Bug 265084. Progress towards floating point nscoord: make image interfaces and libpr0n use PRInt32 instead of nscoord. r+sr=tor 2004-11-15 04:16:07 +00:00
varga%nixcorp.com b88f4a6f88 Updating my email address. 2004-10-22 18:33:55 +00:00
dveditz%cruzio.com 65730c0a8a bug 255067 reduce max image size to prevent DOS 2004-08-27 10:34:14 +00:00
tor%cs.brown.edu 49e8786590 Bug 251381 - libpng buffer overflow vulnerabilities.
p=glennrp,tor; r=glennrp,tor; sr=tor
2004-08-04 14:02:34 +00:00
cbiesinger%web.de d4c20e93be bug 251446 X10-style XBM images do not render properly
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor
2004-08-03 12:59:56 +00:00
cbiesinger%web.de b39229fabe removing trailing CR, to fix OS/2 bustage 2004-07-25 10:42:14 +00:00
timeless%mozdev.org c1c1acb909 Bug 225164 nsIconDecoder needs not be built anymore on win32
patch by sdwalker@myrealbox.com r=biesi sr=tor
2004-07-21 03:22:28 +00:00
neil%parkwaycc.co.uk 10b39fef0c Remove ben's win/nsIconChannel.cpp dependency on IE allowing it to work on W95/NT4 again also fixing mingw builds p=lorenzo@colitti.com r=me sr=mscott 2004-06-29 20:16:00 +00:00
ben%bengoodger.com d69e125618 bug 246616 - moz-icon should be able to draw special virtual namespace icons for Desktop and My Documents, r=mscott 2004-06-22 22:36:40 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
bsmedberg%covad.net a7deb4f150 Bug 239925 - fix static initializers in DOM/widget/libpr0n so that we can restart XPCOM safely r=jst sr=darin 2004-06-09 18:36:25 +00:00
tor%cs.brown.edu 86308739fc Bug 244506 - speed up drawing of tiled 1-bit alpha images. r=blizzard, sr=roc 2004-06-01 14:26:44 +00:00
cbiesinger%web.de 73833f787e fix bustage, on machines with older libgnomeui, and on systems whose test doesn't support == 2004-05-19 18:19:04 +00:00
cbiesinger%web.de f263fb0777 fix typo, not part of default build 2004-05-19 14:41:17 +00:00
cbiesinger%web.de 51b797f77f fixing more bustage 2004-05-18 20:01:27 +00:00
cbiesinger%web.de 1ee6b3e440 bug 225148. implement moz-icon channel for gnome.
r=bryner sr=darin
2004-05-18 19:00:56 +00:00