Граф коммитов

123678 Коммитов

Автор SHA1 Сообщение Дата
chanial%noos.fr f2fb9711ec tri licencing 2003-10-26 03:28:11 +00:00
justdave%syndicomm.com e418c7f328 Bug 208647: Fixes taint error in add new products code.
Patch by jpyeron@pyerotechnics.com (Jason Pyeron)
r= bbaetz, a= justdave
2003-10-26 02:37:48 +00:00
dwitte%stanford.edu 2b63e9581a er, for real this time... 2003-10-26 01:17:13 +00:00
dwitte%stanford.edu 3af5bf4c96 fix the domainwalking hashtable code to do a lookup for the toplevel domain. this fixes a regression where cookies for "localhost" weren't getting sent.
b=223365, r=mvl, sr=darin, a=asa.
2003-10-26 01:13:23 +00:00
darin%meer.net 176481e5c2 fixes bug 221491 "crash [@ nsHostResolver::GetHostToLookup]" r=dougt sr=bzbarsky a=dbaron 2003-10-25 23:48:33 +00:00
chanial%noos.fr 2619964d15 correct typo. no need to PP here. 80 column fix. untabify. 2003-10-25 20:16:48 +00:00
chanial%noos.fr fc9f0c7879 bug 223534: alt+enter for opening URL in new tab doesn't work at all. Fix the problem by preventing Alt+Enter default action in the bubbling phase instead of the capturing one so that Alt+Enter can be handled and still doesn't beep on WinXP. 2003-10-25 19:31:07 +00:00
varga%nixcorp.com bda96ca0cc Fixing a deadlock. 2003-10-25 19:15:34 +00:00
bienvenu%nventure.com 87f9c532c4 ignore ldap hosts after the first host (i.e., space delimited host lists) until we can make multiple hosts work r=mscott, sr=dmose,a=asa 223603 2003-10-25 15:34:39 +00:00
wchang0222%aol.com 624f671470 Bugzilla bug 223624: declare pk11_FindAttrInTemplate before it is used.
r=nelsonb.
2003-10-25 14:10:11 +00:00
wchang0222%aol.com c96d1ed9b5 Bugzilla bug 223624: use PR_MAX to avoid redefining MAX, a macro commonly
defined in system headers. r=nelsonb.
2003-10-25 14:08:31 +00:00
wchang0222%aol.com 31dbf3bf9f Bugzilla bug 223624: removed an extraneous format string for fprintf.
r=nelsonb.
2003-10-25 14:05:08 +00:00
wchang0222%aol.com ab5ecc5b5c Bugzilla bug 223624: node->error is a 'long', so it should match a %ld
format.  r=nelsonb.
2003-10-25 14:01:43 +00:00
igor%mir2.org ff9cd1a75d Common logic to create and cache adapter class on demand is moved to the new method getAdapterClass 2003-10-25 11:46:18 +00:00
igor%mir2.org f75ab50572 In getApplicationClassLoader cache result of Thread.getContextClassLoader if it coincides with the loader that loaded Context class. 2003-10-25 11:42:34 +00:00
myk%mozilla.org 2c8310dfae Fix for bug 183788: make request mail go out when a request is created and there's no requestee but there is a cc: list 2003-10-25 01:34:33 +00:00
jpierre%netscape.com ded6578ea5 Initialize crlHandle . r=wtc 2003-10-25 00:41:14 +00:00
nelsonb%netscape.com 95d6c3f26e Require DES, DES2 and DES3 keys to have correct length in all cases.
Expand DES2 keys to be DES3 keys when used with DES3 mechanisms.
Bug 201521.
2003-10-25 00:12:34 +00:00
cmanske%jivamedia.com b444821722 Fixed crash in table editing, b=217717, r=mozeditor, sr=dbaron, a=asa 2003-10-24 23:01:30 +00:00
brendan%mozilla.org 574241310a Hack to cope with input case (/|/, /x|/, etc.) not handled by recent rewrite (223535, r=timeless, sr=shaver, a=asa). 2003-10-24 22:23:36 +00:00
scott%scott-macgregor.org 4a1a30e33d remove dos line endings from this file. I don't know why they keep showing up here 2003-10-24 22:19:32 +00:00
ian%hixie.ch 456e7237ba Skip variables in -E that have weird names (environment shouldn't be able to cause fatal errors) 2003-10-24 22:17:32 +00:00
scott%scott-macgregor.org c6f7e8d5e4 Port Bug #92726 to thunderbird --> Save As should default to the message subject 2003-10-24 21:42:29 +00:00
mostafah%oeone.com 715923b1a5 Added comments describing reason for each file 2003-10-24 20:40:32 +00:00
rginda%netscape.com 61710761f5 bug 223247, unable to connect to irc servers: internal error dispatching
command ���goto-url���
a=asa

js engine new returns empty array element for optional captures in regexps, we need to account for that.
2003-10-24 18:29:35 +00:00
darin%meer.net 7763797cd2 follow-up patch for bug 117026 "bookmark properties dialog very slow to load" patch=alfredkayser@nl.ibm.com, r=p_ch@verizon.net, sr=bzbarsky@mit.edu 2003-10-24 18:24:13 +00:00
myk%mozilla.org 1d01977a9f Updated README with better instructions and fixed Perl path at top of doctor.cgi not to be wierd now that we're on new server. 2003-10-24 18:03:10 +00:00
pschwartau%netscape.com 106370e00a Adding more cases. 2003-10-24 17:55:06 +00:00
pschwartau%netscape.com 60359c2bff Initial add. Regression test for bug 223535. 2003-10-24 17:47:36 +00:00
pschwartau%netscape.com d518ebafde Follow Perl 5, not ECMA-262 Ed 3 on unescaped, unbalanced brackets and braces. See bug 223273. 2003-10-24 17:18:21 +00:00
wchang0222%aol.com ec00f34485 Bugzilla bug 173715: fixed a crash in OCSP. We incorrectly assumed that
'addr' was the last IP address of the host when PR_EnumerateHostEnt
returned 0 and attempted to connect to 'addr', resulting in an assertion
failure in PR_Connect. The fix is to not use 'addr' when
PR_EnumerateHostEnt returns 0.  r=relyea.
2003-10-24 17:17:37 +00:00
tor%cs.brown.edu 6bbf24c3e4 Bug 223551 - postscript output invalid in locales not using periods
for decimals.  Patch by kjh-5727@comcast.net,  r=tor, sr=bzbarsky, a=roc.
2003-10-24 16:27:11 +00:00
neil%parkwaycc.co.uk f40d86059a Bug 92726 Save As should default to the message subject r=me moa=glazou sr=bienvenu a=asa 2003-10-24 12:13:46 +00:00
ben%bengoodger.com e26335bbb1 Update static rules for Mac to ensure we link against Quicktime. 2003-10-24 07:44:34 +00:00
ben%bengoodger.com 4d422d55f4 MacOS X Firebird Updates:
- bug 222688 (tabbrowser.xml)
- downloads options panel is broken (pref-downloads.js)
2003-10-24 07:43:01 +00:00
ben%bengoodger.com 0205da5af7 MacOS X Firebird updates:
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2003-10-24 07:41:43 +00:00
bzbarsky%mit.edu eb422d6812 Adding regression tests. 2003-10-24 07:36:06 +00:00
bzbarsky%mit.edu 1c3e6f3548 Fix regression bug 223394 -- percent-height replaced inlines that only have
auto-height ancestors should get intrinsic height instead of 0, even in quirks
mode.  r+sr=roc, a=asa
2003-10-24 07:31:50 +00:00
chanial%noos.fr 95533bcc09 Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2003-10-24 06:55:04 +00:00
wchang0222%aol.com ba7cb76b6a Removed the nonexistent directory 'rngtest' from DIRS. 2003-10-24 06:22:58 +00:00
wchang0222%aol.com 7cba11a0bb Removed nonexistent directory "crypto" from DIRS. 2003-10-24 05:29:08 +00:00
wchang0222%aol.com 24e7c95246 Bugzilla bug 223427: added a note section so that the linker knows we're
not executing off the stack.  This patch is received from Christopher
Blizzard of Red Hat <blizzard@redhat.com>.
2003-10-24 04:47:23 +00:00
wchang0222%aol.com 0fa1d8be46 Bugzilla bug 223427: added a note section so that the linker knows we are
not executing off the stack.  This patch is received from Christopher
Blizzard of Red Hat <blizzard@redhat.com>.
2003-10-24 04:12:54 +00:00
tor%cs.brown.edu 33ddd7bb0a Bug 222293 - gif crasher if animation overlay is offscreen in only one
direction.  r=paper, sr=blizzard, a=asa.
2003-10-24 02:58:03 +00:00
dean_tessman%hotmail.com a8e3fce75e 213250 - get middle click working properly in XML documents.
p=bugzilla@accessibleinter.net, r=me
2003-10-24 02:11:53 +00:00
wchang0222%aol.com 689be7412b Use a larger buffer. 2003-10-24 01:34:28 +00:00
wchang0222%aol.com 244f520ed4 Added a missing printf statement. 2003-10-24 01:17:42 +00:00
wchang0222%aol.com 9e5bdd305b Added formattm.c, a test program for PR_FormatTime and
PR_FormatTimeUSEnglish.
2003-10-24 01:02:40 +00:00
pschwartau%netscape.com 235dc1efdf Correcting a mistake: remember to escape the escape character inside eval strings! 2003-10-24 00:51:37 +00:00
wchang0222%aol.com 9133421095 Bugzilla bug 217121: fixed a crash in strftime on Mac OS X. The patch is
contributed by Ben Goodger <bugs@bengoodger.com>.
2003-10-24 00:47:19 +00:00