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
darin%meer.net
b75dc86e97
fixes bug 300349 "zlib-1.2.2 buffer overflow" patch by glennrp@imagemagick.org, r=biesi, sr=dveditz, a=bsmedberg
2005-07-26 21:50:24 +00:00
dougt%meer.net
8d1d39bf6c
Bug 268798. fixes not flushing session cache during a memory-pressure notification. r=pavlov, sr=dbaron, a=benjamin
2005-07-26 15:00:20 +00:00
cbiesinger%web.de
7e9227a886
bug 300936 null check allocations, and remove a useless alloc. Also, indent a
...
block correctly.
r=tor sr=dveditz a=bsmedberg
2005-07-25 21:16:12 +00:00
masayuki%d-toybox.com
adedd6a499
Bug 301694 Create IDN blacklist that include 'DIVISION SLASH'(U+2215) and 'FRACTION SLASH'(U+2044) r=gerv, sr=darin, a=benjamin
2005-07-22 19:07:11 +00:00
bzbarsky%mit.edu
10d1c576d9
Expose the subject name for the cert and an nsISupports pointer to the cert on
...
nsIPrincipal that represents a certificate principal. Change preference
storage to ensure matches in not only the fingerprint but also the subjectName
before applying privileges from preferences to a certificate principal. Remove
possibility for creating certificate principals without a useful identifying
name and make sure that names don't get munged by being forced to ASCII. Bug
240661, r=caillon, sr=dveditz, a=bsmedberg
2005-07-22 19:05:42 +00:00
bzbarsky%mit.edu
4c780114fc
Make content-encoded plugin data work even if there is no content-length
...
header. Bug 300438, r=jst, sr=darin, a=bsmedberg
2005-07-22 18:29:34 +00:00
gerv%gerv.net
73b04de2d4
Bug 300132: add the following TLDs to the IDN whitelist: .lt, .info, .th, .ac, .io, .sh, .tm, .gr, .br. Patch by gerv; r=jshin, a=bsmedberg.
2005-07-20 20:07:20 +00:00
timeless%mozdev.org
2d9d76dc6a
Bug 300572 FF11a2 Crash in [@ js_SetSlotThreadSafe] with new Shockwave Flash beta 8.0 b434
...
r=jst sr=jst a=shaver
2005-07-20 12:36:55 +00:00
masayuki%d-toybox.com
15165f0770
Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor
2005-07-20 08:40:13 +00:00
pete.zha%sun.com
c2a0855cd2
bug 293972 npruntime API does not support ambiguous members
...
r=jst sr=brendan a=asa
2005-07-14 02:36:41 +00:00
dougt%meer.net
b94fc67083
Making plugins work on Windows CE. There many crashes do to subclassing. This addresses those problem by not subclassing. This is WinCE only. r/sr=jst. a=asa. Relanding
2005-07-13 19:08:20 +00:00
timeless%mozdev.org
9b8ca91776
Bug 300084 Remove advanced.always_load_images pref
...
patch by bugzilla@mcsmurf.de r=biesi sr=neil a=bsmedberg
2005-07-13 18:06:01 +00:00
dougt%meer.net
3baac22e47
Backing out my changes in the last few hours because Chase is tagging the tree. (the tree was open, but he was tagging)
2005-07-12 22:01:25 +00:00
dougt%meer.net
7a8833bae7
Making plugins work on Windows CE. There many crashes do to subclassing. This addresses those problem by not subclassing. This is WinCE only. r/sr=jst. a=asa
2005-07-12 21:52:35 +00:00
jshin%mailaps.org
5015e754d3
bug 299927 : add .hu and .museum to the list of TLDs for which IDN is safe : r=gerv, sr=darin, a=shaver
2005-07-08 14:20:27 +00:00
darin%meer.net
f6fd9bf5d4
Remove -NODEFAULTLIB option to fix MSVC build bustage, bug 299557, r+a=chase
2005-07-05 21:30:12 +00:00
cls%seawood.org
2ab2ae58fa
Fixing mingw cross-compile bustage:
...
- Moves HOST_AR_FLAGS into configure.in
- Adds HOST_OS_ARCH to better handle the native build case
- Exposes autoconf standard host_cpu, host_vendor, host_os variables
- Always build native version of libmar & mar tool
Bug #299557 r,a=bsmedberg
2005-07-05 20:37:27 +00:00
bsmedberg%covad.net
7423f94c54
Bug 299445 - r=darin sr=dveditz a=chase
2005-07-05 20:29:57 +00:00
bsmedberg%covad.net
93719b3809
Bug 271802 - nsPrintDialogUtil uses a localizable string for a preference with no apparent reason, patch by dbaron, r=bsmedberg, a=asa
2005-07-01 12:32:15 +00:00
timeless%mozdev.org
e7d4b17335
Bug 283542 OOM crash [@ nsSanePluginInstance::GetDeviceOptions][@ nsSanePluginInstance::GetActiveDevice]
...
patch by b.jacques@planet.nl r=jst sr=jst a=asa
2005-07-01 04:28:17 +00:00
timeless%mozdev.org
b81405b84e
Bug 299146 nsPrefLocalizedString needs to tolerate null
...
r=dveditz sr=dveditz a=bsmedberg
2005-07-01 01:48:41 +00:00
darin%meer.net
dea2306931
fixes bug 295109 "support pr-loading gssapi libraries for negotiateauth" patch by cneberg@gmail.com, r=darin, a=bsmedberg
2005-06-30 00:19:18 +00:00
cls%seawood.org
fa9b3fbffb
Use HOST_EXTRA_LIBS for linking HOST_PROGRAMS.
...
Do not define WinMain() for gcc builds.
Bug #298417 r=bsmedberg a=chofmann
2005-06-22 15:55:32 +00:00
darin%meer.net
92c3735483
Add support for "-C working_dir" a'la GNUmake to simplify building mar files.
2005-06-22 00:26:29 +00:00
leon.sha%sun.com
38e2637635
Bugzilla Bug 297031 The default font setting on xft enabled firefox is not correct.
...
Patch maker: leon.sha@sun.com
blizzard: review+
roc: superreview+
asa: approval-aviary1.1a2+
2005-06-21 06:08:27 +00:00
joshmoz%gmail.com
ac67020454
better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa
2005-06-20 19:24:51 +00:00
darin%meer.net
bfd261503b
fixes bug 288053 "consider enabling automatic-ntlm auth for proxies (again)" r=mcsmurf sr=bryner a=asa
2005-06-20 19:12:48 +00:00
jshin%mailaps.org
669b86b53c
bug 286584 : Implement IDN punycode display by .tld (r=gerv, sr=darin, a=asa)
2005-06-20 05:23:30 +00:00
jst%mozilla.jstenback.com
0e2c22622d
Fixing bugstage.
2005-06-18 07:59:49 +00:00