Commit Graph

5585 Commits

Author SHA1 Message Date
martijn.martijn%gmail.com
c459374494 Remove network.image.warnAboutImages preference, r+sr=neil 2006-05-15 16:53:10 +00:00
mkaply%us.ibm.com
8f34963317 #326273
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
2006-05-11 17:22:54 +00:00
bzbarsky%mit.edu
6ccdcef971 Selection listeners and extra privileges go hand in hand. Bug 336830,
r=dveditz, sr=shaver
2006-05-11 16:09:04 +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
ajschult%verizon.net
a029c04ad9 Bug 336691: nsZipArchive::Test shouldn't try to ExtractFile on directories. r+sr=darin 2006-05-06 04:19:27 +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
darin%meer.net
799d6fc8c1 fixes bug 336593 "Firefox crashes when it starts [@ PL_FinishArenaPool]" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin 2006-05-05 20:44:52 +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
4a94571cee fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin 2006-05-02 19:33:09 +00:00
bzbarsky%mit.edu
722b5218b2 Add an interface for nested URIs (like jar:, view-source:, etc) to implement
and use it in various places.  Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:).  Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +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
sergei_d%fi.tartu.ee
403fd4f4ae [BeOS]Bug 335076. Fixing rendering of point-sized text. p=sergei_d, r=thesuckiestemail@yahoo.se, r=dbaron. BeOS-only change 2006-04-29 16:00:57 +00:00
gavin%gavinsharp.com
28f6d22231 Bug 334687: Possible null pointer dereference in nsPluginHostImpl.cpp, patch by Ryan Flint <rflint@dslr.net>, r+sr=jst 2006-04-28 17:25:48 +00:00
gerv%gerv.net
7d282a3cd4 Bug 331099: Add .cat to IDN whitelist. Patch by gerv; a=darin. 2006-04-28 10:55:29 +00:00
leon.sha%sun.com
7e4a64e3fd Bug 106386 Correct misspellings in source code.
Patch by Alfred.Peng@Sun.COM.
timeless: review+
2006-04-28 07:11:32 +00:00
bzbarsky%mit.edu
0c3706888c Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
benjamin%smedbergs.us
4f95c4bf02 Bustage fix attempt from bug 332115. 2006-04-27 15:15:48 +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
mark%moxienet.com
1fffe2d324 333121 BROKEN_PLUGIN_HACK (313347) can be removed. A fixed Flash plugin is available (8.0.27/x86) and was included with Mac OS X 10.4.6/x86. r=josh sr=pink 2006-04-24 18:29:16 +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
bryner%brianryner.com
98ca2e8272 ifdef includes and inline function that requires MOZILLA_INTERNAL_API, so that this header can be pulled in from a standalone extension (bug 334870). r+b181=darin. 2006-04-20 22:58:23 +00:00
leon.sha%sun.com
dbf1857505 Bug 334463 Variable "cx" tracked as NULL was passed to a function that dereferences it [@ ThrowJSException - nsJSObjWrapper::NP_SetProperty]
Patch by alfred.peng@sun.com.
jst: review+
jst: superreview+
2006-04-20 08:14:24 +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
darin%meer.net
8424b6883e fixes bug 332088 "Updater should use static libs on Windows" patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=bsmedberg 2006-04-16 16:29:28 +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
mozilla.mano%sent.com
48a9c0cd15 Bug 269813 - return failure when trying to open a zipreader twice. patch by Nickolay Ponomarev <asqueella@gmail.com>, r=darin, sr=bz. 2006-04-15 14:02:12 +00:00
mozilla.mano%sent.com
ca31c9047a Bug 269813 - document the fact that getZip returns an open zipreader. patch by Nickolay Ponomarev <asqueella@gmail.com>, r=darin, sr=bz. 2006-04-15 13:59:31 +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
gavin%gavinsharp.com
b263a7ca74 Bug 333386: crash [@ ns4xPluginStreamListener::OnFileAvailable], patch by Phil Ringnalda <philringnalda@gmail.com>, r+sr=jst 2006-04-14 19:23:39 +00:00
masayuki%d-toybox.com
51891c5774 Bug 261929 Consider sending urls in UTF-8 by default (images/links with non-ASCII chacters not displayed). patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=cbiesinger, sr=darin 2006-04-13 14:44:38 +00:00
mozilla.mano%sent.com
ee5ac74c76 Bug 301758 - disable click-and-hold contextual menus access by default, leaving it on in Seamonkey. r=mconnor. sr=neil. 2006-04-13 06:23:53 +00:00
benjamin%smedbergs.us
70a0f2207b Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
bzbarsky%mit.edu
f590d18aa0 Add a pref to force the XUL filepicker. Bug 333653, r+sr=roc 2006-04-12 00:49:46 +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
uriber%gmail.com
22b463bc6d Implemented bidi.edit.caret_movement_style pref, default is "visual, but logical during selection". bug=330175 r=smontagu sr=roc 2006-04-08 14:45:48 +00:00
mozilla.mano%sent.com
14c946a216 Bug 107433 - Make it possible to turn off click-and-hold contextual menu access. r=pedemonte, sr=neil. 2006-04-08 10:11:19 +00:00
gavin%gavinsharp.com
9ac789e54a Bug 193923: disable fart sound by default, r=mconnor, sr=jag 2006-04-08 02:35:16 +00:00
mkaply%us.ibm.com
b58c06d5d0 #329205
r=timeless, src=roc
Patch from Ganesh - check for empty string before dereferencing pointer
2006-04-07 15:44:53 +00:00
dbaron%dbaron.org
04b8c33eda Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +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
darin%meer.net
20837f71e1 fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron 2006-03-30 18:40:56 +00:00
jwalden%mit.edu
ac773c0354 Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky 2006-03-29 22:10:37 +00:00
benjamin%smedbergs.us
2bdd3b1c75 Bug 214889 - add mozreg_s to the static link list and don't link it into xpcom obsolete when in a static build, r=cls 2006-03-27 20:16:50 +00:00
pavlov%pavlov.net
1316de191a additional speedups from bug 331298. r=vlad 2006-03-27 19:04:51 +00:00
dbaron%dbaron.org
80962467f4 Always use the UI direction for the scrollbar side, which is what we used to do in the most common case, but make it a pref. b=330863 r=smontagu sr=roc 2006-03-26 00:48:03 +00:00