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 |
pavlov@pavlov.net
|
2b83b509ab
|
bug 386585. update libpng to 1.2.22. patch from Glenn Randers-Pehrson <glennrp@gmail.com>. r=tor sr=me
|
2007-11-06 20:24:14 -08:00 |
jst@mozilla.org
|
dd25c93099
|
Fixing bug 398446. Make sure any JS exceptions thrown while plugins invoke JS are reported before we return control to the plugin. r+sr=mrbkap@gmail.com, a=dsicore@mozilla.com
|
2007-11-06 09:56:03 -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 |
sdwilsh@shawnwilsher.com
|
0de0974e41
|
Bug 402434 - Libjar unittests failing (due to DST?). Backout of extra logging...
|
2007-11-04 07:41:02 -08:00 |
sdwilsh@shawnwilsher.com
|
48b2ee3b3a
|
Bug 402434 - Libjar unittests failing (due to DST?). This just adds some logging to the test so we can try to figure it out...
|
2007-11-04 07:05:50 -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 |
jst@mozilla.org
|
07f4756c14
|
Fixing bug 401053. Make sure to initialize LiveConnect any time a Java applet is loaded, no matter what markup was used to load the applet. r+sr=dveditz@cruzio.com, a=dsicore@mozilla.com
|
2007-10-31 15:52:11 -07:00 |
reed@reedloden.com
|
db7cd57c4e
|
Bug 389628 - "Implement UI for full page zoom" [p=dao r=mconnor r+sr=sicking (for content/events/) a=blocking-firefox3+ for M9]
|
2007-10-25 16:02:20 -07:00 |
jst@mozilla.org
|
895e975e0d
|
Fixing bug 400619. Make sure to push the JS context onto the JS context stack in NP_HasProperty() to make sure the JS calls in that function work even when called w/o any JS on the stack. r+sr=jonas@sickin.cc, a=drivers.
|
2007-10-25 15:21:04 -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 |
vladimir@pobox.com
|
71295591ee
|
back out bug 386585 (libpng update) due to bug 399630 (startup crash), a=stuart,Ryan,#developers
|
2007-10-12 13:57:04 -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
|
32eeebb55b
|
Bug 386585 - "Update libpng to version 1.2.21" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r=tor sr=stuart a=blocking1.9+]
|
2007-10-11 17:49:44 -07:00 |
jst@mozilla.org
|
eb538159bf
|
Fixing bug 393928. Lazily initialize liveconnect, and only initialize it when we can't find a Java plugin that supports NPRuntime. When a Java plugin that supports NPRuntime is found, use NPRuntime to expose liveconnect functionality (i.e. window.java and window.Packages). r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu, a=jonas@sicking.cc
|
2007-10-09 18:24:28 -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 |
ginn.chen@sun.com
|
5712f86d90
|
Fix bustage bug 397992
|
2007-10-02 03:31:18 -07:00 |
ginn.chen@sun.com
|
157990e30f
|
Bug 397992 Gtk-CRITICAL assertion `GTK_IS_WIDGET (widget)' failed at exit Firefox r+sr+a=roc
|
2007-10-02 03:07:17 -07:00 |
sayrer@gmail.com
|
ff9980a04c
|
Bug 396828. 'Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread' within ns4xPluginInstance::Stop. r=jst, sr=brendan, a=jst
|
2007-09-29 23:19:52 -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 |
gerv@gerv.net
|
1561d3ad75
|
Bug 397803 - add ICANN test IDN TLDs to whitelist. r=biesi.
|
2007-09-29 08:37:00 -07:00 |
reed@reedloden.com
|
2402d7d9ed
|
Bug 386844 - "Crash when running Java Applets [@ XSync - JavaPluginInstance5::SetWindow]" (move ws_info and xtbin code from ns4xPluginInstance to nsPluginNativeWindowGtk2) [p=karlt r+sr+a1.9=jst]
|
2007-09-29 00:08:14 -07:00 |
dbaron@dbaron.org
|
7944e94fab
|
Remove default preferences associated with freetype2 code, which was used only by the old gfx code, and with other previously-removed X11 font code. b=389697 r+a1.9=vlad
|
2007-09-27 13:45:31 -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 |
jst@mozilla.org
|
747c480bf6
|
Adding npruntime scriptability sample. A dumb sample, but it's all we've got an I have no time to make it better now. Not part of the build.
|
2007-09-21 11:35:38 -07:00 |
mozilla@weilbacher.org
|
851c3357d5
|
Bug 396861: Need short libname for zipwriter on OS/2, r=ted.mielczarek, a=bzbarsky
|
2007-09-21 03:04:37 -07:00 |
masayuki@d-toybox.com
|
897a8a34bd
|
Bug 299222 Mac font defaults for "new" langGroups (Indic + Armenian, Georgian, Ethiopic, Can. Syllabics). patch by Smokey Ardisson<alqahira@ardisson.org> r=smontagu, sr=roc, a=dsicore
|
2007-09-20 08:51:01 -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 |
ted.mielczarek@gmail.com
|
0abdfd5d21
|
bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor
|
2007-09-17 11:22:55 -07:00 |
dtownsend@oxymoronical.com
|
5a4266c345
|
Follow-up to bug 379633: Scriptable zipwriter component. r+a=bsmedberg
|
2007-09-17 08:33:04 -07:00 |
rflint@ryanflint.com
|
048860cdba
|
Disable zipwriter tests
|
2007-09-17 00:13:56 -07:00 |
rflint@ryanflint.com
|
eb75358be4
|
Disable failing zipwriter tests
|
2007-09-16 22:30:58 -07:00 |
dtownsend@oxymoronical.com
|
ea740b6146
|
Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky
|
2007-09-16 16:48:03 -07:00 |