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

5909 Коммитов

Автор SHA1 Сообщение Дата
reed%reedloden.com d27bbe8aca Bug 397373 - "Make &state=disabled work again" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a1.9=stuart] 2007-10-14 04:48:28 +00:00
vladimir%pobox.com 2e6476e380 back out bug 386585 (libpng update) due to bug 399630 (startup crash), a=stuart,Ryan,#developers 2007-10-12 20:57:05 +00:00
dolske%mozilla.com c87460623b 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-12 02:17:06 +00:00
reed%reedloden.com 4b6e855d87 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-12 00:49:44 +00:00
jst%mozilla.org ea78707626 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-10 01:24:29 +00:00
reed%reedloden.com 6e37665e9e Bug 398369 - "Break friendship between imgContainer and nsGIFDecoder2" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r+sr+a1.9=stuart] 2007-10-04 03:07:38 +00:00
martijn.martijn%gmail.com 8737cd6c24 Bug 398407 � Animated gif images only working once on mouseover/mouseout, patch by Andrew Smith, r=pavlov, a=pavlov (+blocking1.9+) 2007-10-03 21:41:12 +00:00
reed%reedloden.com ba01959098 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 21:41:06 +00:00
ginn.chen%sun.com 7450a1a7ba Fix bustage bug 397992 2007-10-02 10:31:18 +00:00
ginn.chen%sun.com 2ab119db2d Bug 397992 Gtk-CRITICAL assertion `GTK_IS_WIDGET (widget)' failed at exit Firefox
r+sr+a=roc
2007-10-02 10:07:17 +00:00
sayrer%gmail.com 64fd100a67 Bug 396828. 'Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread' within ns4xPluginInstance::Stop. r=jst, sr=brendan, a=jst 2007-09-30 06:19:52 +00:00
reed%reedloden.com a78e9e1046 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 19:06:21 +00:00
gerv%gerv.net adfde33c9f Bug 397803 - add ICANN test IDN TLDs to whitelist. r=biesi. 2007-09-29 15:37:00 +00:00
reed%reedloden.com aff9e9c31a 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 07:08:14 +00:00
dbaron%dbaron.org 5558249775 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 20:45:31 +00:00
reed%reedloden.com 8c49542c9e Bug 391643 - "Remove GetAlphaBytesPerRow from imgContainer.cpp" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=stuart sr=tor a1.9=stuart] 2007-09-27 16:42:22 +00:00
dtownsend%oxymoronical.com ffc5d9822f Backing out bug 389188 due to potential private bytes increase on talos 2007-09-26 04:30:18 +00:00
bzbarsky%mit.edu e4b6eb3a8a Expose the image's principal on its imgIRequest. Bug 389188, r=pavlov,
sr=biesi, a=pavlov.
2007-09-25 15:46:40 +00:00
tor%cs.brown.edu d3a51a5be0 Bug 395170 - with color managment on, grayscale pngs displaying incorrectly.
r=vlad, a=pavlov
2007-09-24 21:45:10 +00:00
tor%cs.brown.edu faf9f8d1fc Bug 396031 - with color management on, ycck/cymk jpeg images crash.
r=alfredkayser, sr+a=pavlov
2007-09-24 21:42:39 +00:00
asqueella%gmail.com a395354c99 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 19:40:57 +00:00
jst%mozilla.org 452fc1e706 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 18:35:38 +00:00
mozilla%weilbacher.org eba79be9d0 Bug 396861: Need short libname for zipwriter on OS/2, r=ted.mielczarek, a=bzbarsky 2007-09-21 10:04:37 +00:00
masayuki%d-toybox.com a6f7487acf 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 15:51:01 +00:00
roc+%cs.cmu.edu df1d8efba7 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 23:12:10 +00:00
ted.mielczarek%gmail.com f48ee2a181 bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor 2007-09-17 18:22:55 +00:00
dtownsend%oxymoronical.com 2abb981479 Follow-up to bug 379633: Scriptable zipwriter component. r+a=bsmedberg 2007-09-17 15:33:05 +00:00
rflint%ryanflint.com b984f0612b Disable zipwriter tests 2007-09-17 07:13:57 +00:00
rflint%ryanflint.com d3cf72b7ba Disable failing zipwriter tests 2007-09-17 05:30:58 +00:00
dtownsend%oxymoronical.com 36bfea8648 Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger,
a=bzbarsky
2007-09-16 23:48:08 +00:00
sayrer%gmail.com 99069d71e4 Bug 395618. UseUserPrefFile should check that user.js exists. r/sr/a=bsmedberg 2007-09-15 19:32:51 +00:00
tor%cs.brown.edu a65510b0db Bug 391266 - png files with tRNS chunk displaying incorrectly with
color management.  r=pavlov, a=dsicore
2007-09-10 20:01:18 +00:00
reed%reedloden.com 888405dad1 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 19:10:00 +00:00
dveditz%cruzio.com 5cc5eb60c8 loosen restrictions introduced by bug 230606 to "subdir" to unbreak the automated tests. 2007-09-06 09:00:48 +00:00
dveditz%cruzio.com ded345250e bugs 230606 and 209234: add options to restrict file: URI same-origin policies, r+sr=jst, blocking+=pavlov 2007-09-06 07:02:57 +00:00
reed%reedloden.com f485fa122e Bug 394535 - "Remove obsolete code from PNG decoder" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r+sr+a1.9=tor] 2007-09-06 03:46:16 +00:00
timeless%mozdev.org e5994a7a78 Bug 341958 add some more items to .cvsignore
r=bsmedberg sr=pavlov
2007-09-06 03:44:50 +00:00
roc+%cs.cmu.edu 1949e9dd0a Bug 386537. Provide a reliable way for plugins to detect whether windowless mode is available. patch by karlt, r+sr=jst, a=jonas 2007-09-06 01:45:09 +00:00
reed%reedloden.com 279b5ccc2e Bug 377395 - "remove .doubleclick.net from network.dns.ipv4OnlyDomains" [p=jo.hermans@gmail.com (Jo Hermans) r+sr+a1.9=bsmedberg] 2007-09-05 23:21:55 +00:00
philringnalda%gmail.com 9f291e4b23 Bug 394545 - Remove intl.collationOption, r+moa=smontagu, a1.9=dsicore 2007-09-05 13:47:25 +00:00
jag%tty.nl 470bf4ec8c Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 13:05:02 +00:00
flamingice%sourmilk.net a3cf8d8f5a Bug 392125, Java plugin doesn't stay disabled on restart when disabled via plugin manager, r+sr=jst, a=blocking1.9 2007-09-04 18:19:31 +00:00
asqueella%gmail.com 4d91e20129 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 16:10:57 +00:00
asqueella%gmail.com 6c25824752 Bug 393031 - remove obsolete file: modules/libimg/png/pngasmrd.h
p=Glenn Randers-Pehrson <glennrp@gmail.com>
r+sr=tor
2007-09-02 16:04:45 +00:00
thunder%mozilla.com 40a549816d Bug 392967: Load app and extension prefs separately. r=bsmedberg 2007-09-01 02:16:47 +00:00
bzbarsky%mit.edu 529842ff7f 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 19:00:10 +00:00
gerv%gerv.net ec6ef44196 Bug 389600 - add .pl to IDN whitelist. Patch by gerv; a=bzbarsky. 2007-08-29 16:30:32 +00:00
jst%mozilla.org ecae905e1d Fixing bug 394086. Pave the way for java applets that are scriptable using NPRuntime. r+sr=cbiesinger@gmx.at 2007-08-29 00:28:33 +00:00
jst%mozilla.org 3429356407 Fixing bug 392505. Make nsNPObjWrapper::GetNewOrUsed() remove entries from the right hash table when out of memory. r+sr=peterv@propagandism.org, a=jst@mozilla.org 2007-08-27 23:55:47 +00:00
philringnalda%gmail.com c31b668b9c Bug 379886 ��� Font preferences panel selects random fonts in cairo builds, patch by Karl Tomlinson <mozbugz@karlt.net>, r+sr=vlad/pavlov 2007-08-26 21:34:03 +00:00