joshmoz%gmail.com
1df9ae796f
don't free TVector glue that wasn't allocated on Intel Macs. Patch by Eric Albert. b=313347 r=mento sr=smfr
2005-11-05 02:25:32 +00:00
mrbkap%gmail.com
030dd22ead
bug 315147: Error JSMSG_UNDEFINED_PROP should be JSEXN_REFERENCEERR (pointed out by Michael Daumling). r=brendan
2005-11-05 02:01:17 +00:00
mrbkap%gmail.com
809abae6c7
bug 232182: Allow SpiderMonkey to deal with UTF-8 strings (controlled by a define). Patch from Michael Daumling <daumling@adobe.com>. r=shaver
2005-11-05 01:06:30 +00:00
wtchang%redhat.com
d576bf2833
Replaced the magic constant 20 by SHA1_LENGTH. Use sizeof(buffer) to
...
be more robust. r=nelsonb
2005-11-05 01:00:14 +00:00
timeless%mozdev.org
54a7d2552e
Bug 313035 'nsAutoGCRoot' : type name first seen using 'struct' now seen using 'class'
...
r=bz sr=bz
2005-11-05 00:46:18 +00:00
bzbarsky%mit.edu
f64003e9da
Consolidate the out-of-flow handling in ContentRemoved, using
...
GetChildListNameFor. Also, replace various checks for display and floating
with a check for out-of-flow where relevant. Bug 313181, r=roc, sr=dbaron
2005-11-04 23:56:54 +00:00
relyea%netscape.com
ce75b22933
replace missing header files.
2005-11-04 23:44:19 +00:00
bzbarsky%mit.edu
213eab3d98
Change WipeContainingBlock to have a better definition of what it means for a
...
parent frame to be "inline", and remove checks for <select> around places that
called WipeContainingBlock. Bug 314878, r+sr=dbaron
2005-11-04 23:43:01 +00:00
bzbarsky%mit.edu
d5ef3ad3dc
Make sure to save our parent off before we call onload so we can tell it to
...
check whether it should also fire onload. Bug 300849, r=darin, sr=jst
2005-11-04 23:40:22 +00:00
bzbarsky%mit.edu
27c439cb3c
Remove the dummy frame stuff from selects. Replace it with smarter focus rect
...
painting and sizing for empty selects. Bug 314879, r+sr=dbaron
2005-11-04 23:36:27 +00:00
glen.beasley%sun.com
4c538f769b
313176 jss version 4.2 because JSS needs NSS 3.11 and up for bypass sr=sandeep
2005-11-04 23:16:43 +00:00
wtchang%redhat.com
1ce181b01e
Bugzilla Bug 311958: Update the nssckbi versions for NSS 3.11. r=relyea.
2005-11-04 22:51:55 +00:00
dougt%meer.net
3192863815
Updating for maps.google.com
2005-11-04 22:48:43 +00:00
joshmoz%gmail.com
4548664102
fix width of color preferences dialog on Mac OS X. b=314993 r=mano
2005-11-04 21:21:49 +00:00
bzbarsky%mit.edu
aee1056ad7
Implement a in-place (no copy) CompareUTF8toUTF16, and use it to make the atom
...
hashtable lookups zero-copy. Patch by jst, bug 314465 (with lots of the
discussion in bug 277479), r=bsmedberg,dbaron,brendan (on the PLDHashTable
keyhash value assumptions), sr=bzbarsky, moa=shaver.
2005-11-04 19:52:18 +00:00
bmlk%gmx.de
e7a8486231
limit search for real table cells to place where they can be expected, bug 313295 r/sr=bzbarsky
2005-11-04 18:41:32 +00:00
tor%cs.brown.edu
0f2999bf98
Bug 315061 - nsSVGCairoPathBuilder::ClosePath wasn't returning new point.
...
r=scooter
2005-11-04 17:02:26 +00:00
karl%kornel.name
916cb2bfa4
Bug 312439: The user being impersonated has "moral" rights to keep informed - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
2005-11-04 16:11:46 +00:00
mkaply%us.ibm.com
cf6829b514
#300302
...
r/sr=mkaply, a=mtschrep
Patch from Peter Weilbacher - disableIPv6 on OS/2 since we don't have it
2005-11-04 15:23:03 +00:00
bugzilla%standard8.demon.co.uk
7ede08837d
Bug 119948 Duplicated LDIF import code part 2 - use the ldap attribute map rather than redefining the attribute names. r=dmose,sr=bienvenu
2005-11-04 14:49:34 +00:00
bsmedberg%covad.net
c7147a805d
Bug 314958 - Separate out the tier_% targets into export_tier_% and libs_tier_% (and tools_tier_%) for easier incremental building, r=cls
2005-11-04 13:44:29 +00:00
bsmedberg%covad.net
37c47d6e3c
Bustage fix from bug 263042 - MOZ_LDAP_XPCOM is not defined by configure, it must be defined explicitly by makefiles that need it, pointed out by Neil
2005-11-04 13:41:24 +00:00
szegedia%freemail.hu
6260d33506
Added enter() and exit() methods to ContextFactory - behave identically to enter() and exit() in Context, except that the context factory on which the methods are invoked is used instead of the ContextFactory.global
2005-11-04 13:37:45 +00:00
szegedia%freemail.hu
6074b83bc6
Bugzilla #312702 : Feature for limiting call stack depth in interpeter
2005-11-04 13:10:56 +00:00
lpsolit%gmail.com
9dd7459c1b
Bug 313444: Remove the useless "This page lets you enter a new bug into Bugzilla" message from enter_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-11-04 10:23:36 +00:00
lpsolit%gmail.com
fedb4e58d1
Bug 301067: [PostgreSQL] editusers.cgi doesn't do a case-insensitive comparison - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-04 10:04:47 +00:00
lpsolit%gmail.com
2297568d7e
Bug 314548: "Error : document.refresh is not a function" appears in the JS console when (un)checking the "Private" checkbox in show_bug.cgi - Patch by Andr� Batosti <batosti@async.com.br> r=joel a=justdave
2005-11-04 09:55:19 +00:00
lpsolit%gmail.com
b14632e551
Bug 314791: process_bug.cgi should not complain if 'knob' is undefined - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-11-04 09:44:53 +00:00
lpsolit%gmail.com
4597fb6be3
Bug 314658: Incorrect column name "Result" in buglist.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-11-04 09:30:24 +00:00
bob%bclary.com
dd021cc4ed
Regression test for bug 314887
2005-11-04 07:32:54 +00:00
bryner%brianryner.com
cd25c9f80e
Fix undetermined progressmeters on gtk2 (bug 315017). r=mconnor.
2005-11-04 07:03:37 +00:00
julien.pierre.bugs%sun.com
799adefa45
Move ret_cr16.s from util to freebl. r=nelsonb
2005-11-04 04:11:04 +00:00
roc+%cs.cmu.edu
520b30a7f7
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
2005-11-04 02:38:33 +00:00
relyea%netscape.com
3597080dab
Initial CAPI PKCS #11 Module.
...
Needs the updated ckfw.
2005-11-04 02:05:04 +00:00
wtchang%redhat.com
898c89fc45
Bugzilla Bug 298512: Ensure the seed and seed key input for RNG do not have
...
same value for FIPS 140-2. r=nelsonb.
2005-11-04 01:07:30 +00:00
julien.pierre.bugs%sun.com
f1c5542df0
Remove dead files. r=wtchang
2005-11-04 01:02:50 +00:00
julien.pierre.bugs%sun.com
bd999cb1b2
Remove nmake Makefiles and references to them. r=nelson
2005-11-04 01:01:37 +00:00
jst%mozilla.jstenback.com
a15bbca516
Fixing bug 309044. Fix problem with errors being thrown if a plugin element for a scriptable plugin is being used after the plugin element was removed from the DOM tree. r=mrbkap@gmail.com/bzbarsky@mit.edu, sr=brendan@mozilla.org
2005-11-04 01:01:08 +00:00
julien.pierre.bugs%sun.com
4fb160cf44
Remove dead files. r=wtchang
2005-11-04 00:48:41 +00:00
mgalli%geckonnection.com
cb429a56d1
Checked in preferences sync fix.
2005-11-04 00:24:05 +00:00
glen.beasley%sun.com
3033b29443
311934 added PORT_JSSE_SERVER and PORT_JSSE_SERVER plus testing bypass r=sandeep
2005-11-03 23:30:38 +00:00
glen.beasley%sun.com
972005ad9a
313176 allow JSS to enable more NSS SSLOptions r=wtc, sr=nelson
2005-11-03 23:09:26 +00:00
dbaron%dbaron.org
cb91a9795b
Only ignore the body background that's actually propagated to the canvas. b=314998 r+sr=bzbarsky
2005-11-03 23:06:54 +00:00
mrbkap%gmail.com
1bcf4e73fc
bug 312363: Use the security info of the dynamic context instead of the static context. r=jst sr=bzbarsky
2005-11-03 22:47:06 +00:00
jminta%gmail.com
484f14faa6
Bug 306834 Sunbird uses 100% CPU, workaround for bug 291386, r=mvl
2005-11-03 22:46:19 +00:00
silver%warwickcompsoc.co.uk
e943538a63
Bug 281172 - Add DCC preferences, and some Unicode-awareness in DCC Chat.
...
r=samuel
p=silver@warwickcompsoc.co.uk (James Ross) + gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-11-03 22:35:00 +00:00
bienvenu%nventure.com
da40edc24b
use md5 hash of all msg headers as db message-id when incoming msg doesn't have a message id, instead of using the same message-id for all of them, sr=mscott 314990
2005-11-03 22:32:16 +00:00
mrbkap%gmail.com
cfd7dbec0a
bug 314890: Add in a fast early-out pointer comparison for quick string compares. r=brendan
2005-11-03 22:01:09 +00:00
joshmoz%gmail.com
aab736a753
update JEP to 0.9.5+a. Java shim plugin for Mac. b=314218 r=josh sr=sparky
2005-11-03 21:37:40 +00:00
bienvenu%nventure.com
e5377404d6
fix problem deleting local msgs while trash is being compacted, and display error when it happens sr=mscott 314831
2005-11-03 21:11:37 +00:00