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
sergei_d%fi.tartu.ee
560705e4b9
[BeOS]Bug 327197. Fixing corrupted alpha in iconChannel.r=sergei_d, BeOS-only
2006-02-15 15:32:20 +00:00
leon.sha%sun.com
196ef90fe9
Bug 293987 Mozilla cannot open PDF document via proxy and It crash after close the tab when it loaded.
...
Patch by leon.sha@sun.com
darin: review+
shaver: superreview+
2006-02-14 08:13:51 +00:00
mark%moxienet.com
d2dbd89701
backout 322578 asdecode and resources (again) due to jaguar fire (again)
2006-02-14 06:15:27 +00:00
mark%moxienet.com
969400b8c5
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink. This will break the build on Mac OS X 10.2 ("Jaguar"), and it's not going to be fixed. See bug 299214.
2006-02-14 03:42:42 +00:00
dbaron%dbaron.org
ce919b811f
Cache GnomeIconTheme to fix serious performance problems. b=326714 r=biesi sr=roc
2006-02-13 00:27:11 +00:00
dbaron%dbaron.org
ad3f376058
Make the icon decoder allow 8-bit alpha in addition to 1-bit alpha (and a little further cleanup), and make the GTK icon code go through the icon decoder instead of PNG. b=326714 r=biesi sr=roc
2006-02-13 00:25:59 +00:00
pavlov%pavlov.net
dc9de5a879
removing unused files.
2006-02-11 06:31:41 +00:00
darin%meer.net
bf52ab8ccf
fixes bug 324645 "<a ping> support should be opt-in, not opt-out, for Gecko-based apps" r+sr=bzbarsky
2006-02-07 18:20:03 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
263cf7dc11
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
masayuki%d-toybox.com
ef625f0e76
Bug 323142 Selecting from drop down in Java applet no longer populates field. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=ere, sr=roc
2006-02-01 15:37:04 +00:00
bzbarsky%mit.edu
a94a3b2c3b
Tighten up some stuff. Bug 325297, r+sr=jst
2006-01-31 21:33:12 +00:00
cbiesinger%web.de
37b8557e3a
bug 269280 implement moz-icon on BeOS
...
patch by Simon <simontaylor2@gawab.com> and Doug Shelton
<doug@sheltonfamily.org> r=biesi r=mconnor (toolkit parts)
2006-01-28 14:25:18 +00:00
mark%moxienet.com
227fa8f814
322578 backing out due to 10.2 bustage
2006-01-27 22:19:42 +00:00
mark%moxienet.com
ce64f51e07
322578 Bustage fix for Mac OS X 10.2 build hosts (why haven't these tinderboxes been upgraded?!)
2006-01-27 21:49:08 +00:00
mark%moxienet.com
c24980bb5e
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink
2006-01-27 21:00:32 +00:00
bryner%brianryner.com
ecc0706743
Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin.
2006-01-24 19:22:02 +00:00
dbaron%dbaron.org
4cd142ba43
Make DPI preference behave the same on OS/2 as on Unixes. r=mkaply sr=roc b=323964
2006-01-20 20:08:02 +00:00
dbaron%dbaron.org
a329e374b1
Fix regression of default DPI preference. b=233082 r+sr=roc
2006-01-20 20:06:33 +00:00