Commit Graph

5426 Commits

Author SHA1 Message Date
bryner%brianryner.com
2768ce1dbd Don't lose track of image requests that are multipart/x-mixed-replace, so that we can disable bfcache for these documents. Bug 308903, r=pavlov, sr=darin. 2005-10-03 22:27:20 +00:00
jshin%mailaps.org
77c4c35d76 bug 222919 : change default font for zh-HK on OS X (r=me, pikerton, sr=sfraser, a=asa) patch by Smonkey Ardisson (alqahira%mindspring.com) 2005-10-01 07:38:07 +00:00
dveditz%cruzio.com
9e0319346f Support \u and \x escapes in pref files (bug 307438). r=cbiesinger, sr=darin 2005-09-29 18:09:06 +00:00
peterv%propagandism.org
8702e6b0aa Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin. 2005-09-28 13:13:27 +00:00
mozilla.mano%sent.com
370f4cb779 Bug 309227 - Support for mousewheel.withmetakey.*/mousewheel.horizontal.withmetakey.*. r=mento, sr=neil. 2005-09-26 03:38:29 +00:00
bryner%brianryner.com
6ba0ca043f Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-23 18:16:40 +00:00
scott%scott-macgregor.org
40fb68a0b2 Bug #309228 --> Default prefs in mailnews have a typo.
r=jesse
2005-09-23 01:13:21 +00:00
cbiesinger%web.de
7002686d0d bug 1156
- Make object frames have no children
  - Make the frame constructor construct a subdocumentframe, object frame or
    image frame as appropriate
- start the load of <applet>, <embed> and <object> in content code
- fallback to alternate rendering correctly

NOTE: This checkin will break the plugin finder. This will be fixed soon.

r+sr=bz
2005-09-21 19:14:30 +00:00
mark%moxienet.com
793f191702 Bug 171680, modifier keys have no effect on mouse wheel (Mac). Handle modifier keys for scrollwheel events. Bug 255415, scroll wheel doesn't scroll the right scrollable thing until the mouse is moved. Walk the widget hierarchy to find out what's under the mouse. r=mano sr=smfr 2005-09-21 04:10:59 +00:00
gerv%gerv.net
6385a36ab4 Bug 308344: add .vn to list of IDN TLDs. Patch by gerv; a=asa. 2005-09-20 09:10:23 +00:00
masayuki%d-toybox.com
b5c1236a8f Bug 306209 Should fire NS_FOCUSCONTENT event on nsPluginInstanceOwner by clicking plugin's content patch by VYV03354@nifty.ne.jp r+sr=roc 2005-09-18 09:41:37 +00:00
bzbarsky%mit.edu
9f1f508f2a Fix bug 300756. Make sure we can find a JS context when tearing down plugins
even with fastback enabled. Patch by jst, r=shaver@mozilla.org, sr=brendan@mozilla.org
2005-09-17 03:40:08 +00:00
pkw%us.ibm.com
b7a89848c8 Bug 308126 - Trunk build failure in libpr0n module
r=mozilla@kaply.com, sr=tor@acm.org
2005-09-16 23:50:39 +00:00
bzbarsky%mit.edu
19d2add95a Keep the results of EvaluateStringWithValue properly alive while we're using
them, and make sure we don't GC the xbl property getter when we create the
setter.  Bug 299205, r=jst, sr=brendan
2005-09-16 15:44:59 +00:00
timeless%mozdev.org
3be5fc7179 Bug 210305 crash [@ nsJARChannel::nsJARChannel] NS_ADDREF(gJarHandler) because gJarHandler is 0
r=darin sr=darin
2005-09-16 07:09:35 +00:00
cbiesinger%web.de
277901a6fb bug 307879 destroy the stream in the nullplugin
r=jst sr=darin
2005-09-15 16:06:31 +00:00
bzbarsky%mit.edu
1b2b138576 Attempt to fix some plugin leaks. Bug 302737, r+sr=jst 2005-09-14 17:17:25 +00:00
bryner%brianryner.com
53d768e870 Backing out 292965 until Tp regression is understood. 2005-09-14 07:28:05 +00:00
bryner%brianryner.com
d67792fcc9 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-14 03:38:40 +00:00
darin%meer.net
f89d6cb246 backing out fix for bug 301694 since it doesn't work 2005-09-08 00:32:14 +00:00
cbiesinger%web.de
539905ea1a return a better error code when content policy blocked the load
followup to bug 305565, r+sr=bz
2005-09-07 16:32:52 +00:00
cbiesinger%web.de
4e925e55a0 bug 301052 call NPN_{Push,Pop}PopupsEnabledState around window opening
functions, so that they don't get blocked
r+sr=jst
2005-09-07 12:54:11 +00:00
brendan%mozilla.org
52eeba63ea Branch version of patch for bug 305565 (r/sr=jst/bz). 2005-09-07 02:39:51 +00:00
gerv%gerv.net
f8e51b544d Bug 301694: change to more human-readable format for IDN character blacklist. Patch by usenet@tonal.clara.co.uk; r=gerv, sr=darin, a=asa. 2005-09-06 12:33:11 +00:00
smfr%smfr.org
1b0e63378d Fix bug 306177: fix the "click here to get the plugin" action of the Default Plugin by enabling popups from the plugin. r=mark, sr=jst. 2005-09-04 19:30:32 +00:00
dougt%meer.net
e890b300d8 Backing out Bug 268798 which caused a Tp regression. See bug 305356 for details. r+sr=bz, a=asa 2005-09-01 14:33:07 +00:00
pavlov%pavlov.net
6232847cca adding support for image encoding. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad 2005-08-31 22:15:33 +00:00
smfr%smfr.org
cd50c324c2 Fix the signatures of NPN_PushPopupsEnabledState(), NPN_PopPopupsEnabledState() (fallout from bug 176079). r/sr=jst, a=brendan. 2005-08-29 15:09:21 +00:00
vladimir%pobox.com
00e47b5654 b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa 2005-08-25 20:05:24 +00:00
pavlov%pavlov.net
9d85e378b2 moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc 2005-08-23 02:11:54 +00:00
cbiesinger%web.de
eaaf0466e4 bug 285872 GIF Decoder: replace gathering buffer with dynamic malloc to fixed
256 bytes hold
patch by Alfred Kayser <alfredkayser@nl.ibm.com> r/sr=tor/pavlov
2005-08-22 18:10:23 +00:00
doronr%us.ibm.com
c2900bc495 Bug 298202 - java preference ignored depending on java plugin location when javascript calls into Java directly. r=jst sr=shaver 2005-08-22 14:07:32 +00:00
cbiesinger%web.de
fec0690909 bug 304833 allow loading help: uris on non-mac systems
r=bsmedberg sr=roc
2005-08-19 15:40:17 +00:00
bienvenu%nventure.com
690785e15a add optional support for mit kerberos for windows, patches by cneberg@gmail.com, r=darin, sr=bienvenu 280792 2005-08-19 14:25:22 +00:00
scott%scott-macgregor.org
4d6214ff5e fix bad patch error 2005-08-18 21:23:46 +00:00
scott%scott-macgregor.org
f28b5cb053 Bug #302569 --> moz-icon urls broken on Mac OS X
r=biesi,pavlov
2005-08-18 21:10:58 +00:00
roc+%cs.cmu.edu
971dd68989 Bug 32807. Make triple-click select paragraphs, not lines. Patch by uriber, r+sr=roc 2005-08-18 17:09:16 +00:00
gerv%gerv.net
2fd22646fa Bug 304277: add .cl and .fi to IDN whitelist. Patch by gerv; r=jshin, a=asa. 2005-08-16 23:07:09 +00:00
dbaron%dbaron.org
7b6c6f51b5 Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin 2005-08-12 22:53:22 +00:00
jst%mozilla.jstenback.com
e23ea875f3 Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org 2005-08-12 04:11:00 +00:00
joshmoz%gmail.com
1f4f8b035d bustage fix from bug 303815 2005-08-08 08:26:19 +00:00
joshmoz%gmail.com
2b2f8d299d clean up Mac OS X plugin scriptability check so that it works with x86 Macs and uses pre-defined Apple macros for executable file headers instead of hard-coding them. b=303815 r=mento sr=smfr a=asa 2005-08-08 08:03:41 +00:00
joshmoz%gmail.com
8bcc0b9728 don't translate mach-o function pointers to CFM unless we're on ppc Mac OS X. b=303345 r=pinkerton sr=smfr a=asa 2005-08-08 04:29:34 +00:00
joshmoz%gmail.com
d635277de3 bustage fix. I typed the wrong bug number into the comment for the original patch. b=297600 2005-08-07 07:54:50 +00:00
joshmoz%gmail.com
c63c3132dd Verify (on Mac OS X only) that plugins are useable. Among other things, now we don't load CFM plugins on x86 Macs (CFM executables can't be used on x86 Macs). Note: This patch considers Universal Binary plugins to be useable, but we don't actually support them yet. We should and we will soon. b=191749 r=mento sr=smfr a=bsmedberg 2005-08-07 07:12:11 +00:00
joshmoz%gmail.com
2c1fa35867 clean up old mac code and comments. b=191567 r=dougt sr=smfr a=bsmedberg 2005-08-07 07:05:09 +00:00
dougt%meer.net
e999241a5e Adding a build configuration option that will allows us to no build the
xpcom obsolete library.  r/a=benjamin. b=303429
2005-08-05 17:09:41 +00:00
tor%cs.brown.edu
1316da993e Bug 301646 - update to zlib 1.2.3.
Patch by glennrp@imagemagick.org, r=tor, sr=dveditz, a=bsmedberg
2005-08-04 19:14:14 +00:00
darin%meer.net
5efdf2880b fixes bug 301643 "Off-by-one in mar_consume_index" r+a=bsmedberg 2005-07-28 22:19:37 +00:00
dougt%meer.net
e75e37664c * This moves most of the configuration options of minimo into configure.in.
* This makes minimo use the same toolkit that ff uses.

* This makes toolkit build on WINCE.  (makefile love only)

* This moves all default configuration options above where we enable
applications in configure.in

Build only changes.

r=bsmedberg
a=bsmedberg
2005-07-27 20:42:44 +00:00