Commit Graph

5559 Commits

Author SHA1 Message Date
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
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
gerv%gerv.net
5ea24669b2 Bug 331604: restore our version of expat to the original MIT-like licence. 2006-03-24 16:47:36 +00:00
bryner%brianryner.com
4cd1e2b280 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +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
mkaply%us.ibm.com
0384e67b13 #3011064
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
2006-03-08 19:29:25 +00:00
smontagu%smontagu.org
68fd2fbdfe Add a user option to allow delete and backspace to delete immediately even if the character to be deleted is visually distant from the caret location. Bug 328834, r=uriber@gmail.com, sr=roc 2006-03-07 06:03:37 +00:00
jst%mozilla.jstenback.com
68aa2250ad Followup fix for bug 328989. Fixing BeOS build bustage. Patch by cbiesinger@gmx.at, r+sr=jst@mozilla.org 2006-03-04 02:28:48 +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
jst%mozilla.jstenback.com
c48986ae4e Landing fix for bug 296159. Adding support for NPObject enumeration to npruntime. Patch by alfred.peng@sun.com, r=mrbkap@gmail.com, sr=jst@mozilla.org 2006-03-01 00:13:38 +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
dbaron%dbaron.org
39054b499d Rename browser.display.screen_resolution pref, for which we used to have user interface, to layout.css.dpi, so old settings no longer take effect. b=327406 r+sr=roc 2006-02-28 10:00:47 +00:00
scott%scott-macgregor.org
b888a73f50 Bug #324521 --> poor inline spell checking performance on large text documents. When adding or ignoring a word, just spell check the existing spell selection instead of the entire document since those are the only words that would possibly be effected. Limit the size of the spell check selection to the first 250 mistyped words.
sr=bienvenu
2006-02-27 22:35:35 +00:00
jst%mozilla.jstenback.com
1ac2cd9bf6 Fixing bug 328457. Accessing ambigous members on scriptable plugins from JS can cause crashes. r=mrbkap@gmail.com, sr=brendan@mozilla.org 2006-02-25 00:32:03 +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
mark%moxienet.com
7ad20b7cf3 Excellent, we no longer have any Jaguar tinderboxes! 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. Third time's the charm. r=josh sr=pink 2006-02-17 20:54:32 +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
mark%moxienet.com
1040c02173 313347 Flash plugin crashes browser on Mac OS X/x86. Work around broken plugin's bugs with BROKEN_PLUGIN_HACK. r=josh sr=bryner 2006-02-15 21:11:21 +00:00