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

153233 Коммитов

Автор SHA1 Сообщение Дата
nelson%bolyard.com d4b05e6bb3 Work around bug 292285: don't encode x400 addresses, don't print CRL contents
r=julien.pierre
2006-02-02 07:56:19 +00:00
wtchang%redhat.com 3dc55f1174 Allow CKM_ECDSA_SHA1 to be multipart. Bug 325494.
Patch contributed by Andreas Sterbenz <Andreas.Sterbenz@sun.com>
r=nelsonb,relyea,wtc.
2006-02-02 07:21:56 +00:00
brendan%mozilla.org 5f77e86780 Add purely stack allocated rooting facility (325269, r=igor). 2006-02-02 06:46:32 +00:00
smfr%smfr.org 0477cbfa89 Fix bug 179307: when a sheet is displayed in Camino, push a native code security context onto the stack so that the context is correct for native code that can run via PLEvents while the sheet is being displayed. This fixes backwards typing in other windows. r=mento
Also fix warnings.
2006-02-02 06:41:56 +00:00
joshmoz%gmail.com 2486bb7ef2 bustage fix. oh, that wily XML preprocessor... b=324180 2006-02-02 05:34:52 +00:00
mark%moxienet.com f345a03ffd 190307 Non-blocking alert service/MathML for Camino. Adding copyright and license information for makotoy@ms.u-tokyo.ac.jp. Also marking the interface scriptable and cleaning up the documentation. 2006-02-02 04:25:41 +00:00
alexei.volkov.bugs%sun.com a2cde1a2cd [Bug 325307] infinite loop in SECU_FindCrlIssuer. r=julien 2006-02-02 02:45:02 +00:00
mark%moxienet.com d8c110078c 190307 nsINonBlockingAlertService.idl is not frozen, moving out of SDK_XPIDLSRCS 2006-02-02 02:43:42 +00:00
alexei.volkov.bugs%sun.com 81fbb31a8a [Bug 324878] crlutil -L outputs false CRL names. r=julien 2006-02-02 02:35:07 +00:00
mike.morgan%oregonstate.edu 6852577796 Fixed missing app param in link. 2006-02-02 02:29:50 +00:00
mark%moxienet.com 887b2ad73e 190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink 2006-02-02 02:07:45 +00:00
cltbld 9df5db8d3d Automated update from host egg 2006-02-02 01:37:59 +00:00
dougt%meer.net 56719db3d5 The static shunt project file name is different. Windows CE / Minimo only. NPODB. 2006-02-02 01:33:33 +00:00
joshmoz%gmail.com 83d02aae82 detab this file. no bug. 2006-02-02 01:20:54 +00:00
mrbkap%gmail.com c481b14f74 Testcase for bug 18308 doesn't work. bug 319826, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r+sr=jst 2006-02-02 01:07:57 +00:00
alexei.volkov.bugs%sun.com bc7dfc231d 325305: minor memory leak in CERT_FindCertByNameString. r=wtc 2006-02-02 00:57:54 +00:00
jwatt%jwatt.org 1180e9b533 Tweak fix checked in for bug 300868 (use nsLayoutAtoms instead of nsGkAtoms) for parity between 1.8 branch and trunk. r=jst on IRC 2006-02-02 00:31:32 +00:00
joshmoz%gmail.com 592a183bfe Make Firefox Application menu work with Cocoa widgets. b=324180 r=mento sr=mconnor 2006-02-02 00:23:03 +00:00
cvshook%sicking.cc ddc770fda9 More bug 325404. Use the right charset when parsing baseuris, and fix copy-n-paste error. r/sr=jst 2006-02-02 00:17:15 +00:00
gijskruitbosch%gmail.com 949cad9ed4 Bug 325500 - ChatZilla should be closing its <script> tag in outputwindow.html
ChatZilla Only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=samuel
2006-02-01 23:54:46 +00:00
richm%stanfordalumni.org 9d4c7f77b0 added Windows build instructions - fixed spec file - added patch file for broken coreconf location.mk 2006-02-01 23:39:01 +00:00
sandeep.konchady%sun.com 3c41a24d51 Bugzilla bug: 324451. Changed JSS version to 4.2.3. sr=glen, r=alexei 2006-02-01 23:18:57 +00:00
scott%scott-macgregor.org 38b2571eed remove a spurious dump statement I accidentally checked in last year 2006-02-01 22:48:48 +00:00
scott%scott-macgregor.org 1ba44af949 Bug #239136 --> package downloads.xpt now that we use the toolkit
download manager
2006-02-01 21:56:29 +00:00
wtchang%redhat.com ca31a3a1e8 Bugzilla Bug 318966: implemented the tests for the NIST RNG Validation
System.  r=glen.beasley.
Modified file: fipstest.c
Added file: rng.sh
2006-02-01 21:28:25 +00:00
wtchang%redhat.com 2deab42637 Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
FIPS186Change_ReduceModQForDSA to blapi.h for the NIST RNG Validation
System. r=relyea,nelsonb.
Modified files: blapi.h ldvector.c loader.c loader.h prng_fips1861.c
2006-02-01 21:18:44 +00:00
masayuki%d-toybox.com 4184b09564 fix bustage by bug 258006 2006-02-01 20:33:20 +00:00
dougt%meer.net 8ba61d7f8f Removing debug output on onProgressChange 2006-02-01 20:32:11 +00:00
dougt%meer.net 4acdacb17c Use the release library. wince only 2006-02-01 20:23:53 +00:00
masayuki%d-toybox.com 4155af519e Bug 258006 Mouse-wheel scroll events does not propagate to viewport from fixed pos. elements r+sr=roc 2006-02-01 19:55:35 +00:00
mrbkap%gmail.com 6917a6e3d9 Don't create extra parser contexts once the parser has been terminated. Also make sure to clean up any extra parser contexts if they do get created. bug 323441, r=sicking sr=jst 2006-02-01 18:57:09 +00:00
aaronleventhal%moonset.net e624f8f622 Bug 324846. XUL links still being exposed as buttons. r=parente, sr=neil 2006-02-01 18:53:54 +00:00
dougt%meer.net 1305fd795a Use the right preference when starting up softkey. Minimo only. 2006-02-01 18:50:25 +00:00
davel%mozilla.com ad5bbcba6a Bug 325470 - jssh driver test harness and libraries 2006-02-01 18:41:49 +00:00
mark%moxienet.com c18492a6a4 325408 Omit NSS .chk files during Camino build. These should be generated during packaging. r=smfr r=wtchang 2006-02-01 18:16:34 +00:00
scott%scott-macgregor.org 1d5deaa080 Bug #319248 --> We no longer use navigator.properties and navigator-platform files. These files all come from toolkit now.
r=axel
2006-02-01 17:20:43 +00:00
joshmoz%gmail.com 6bc05404e9 remove unnecessary call from Carbon window code. b=325336 r=mento sr=smfr 2006-02-01 17:14:38 +00:00
pedemont%us.ibm.com 6f84983f54 Bug 325260 - On Mac OS X, XPCOMGlueLoadXULFunctions should search library's symbol table, not global symbol table. Also, use snprintf (instead of sprintf) on all platforms. r=bsmedberg, sr=mentovai. 2006-02-01 16:51:12 +00:00
rrelyea%redhat.com fd80d52937 Bug 319619 "large" ECC private keys cannot be exported through PKCS #11
1) Change the export encrypted private key function to ask the token the wrap
size rather than trying to figure it out ourselves.

2) Fix the soften to correctly return the size.


r=wtc, nelsonb
2006-02-01 16:43:47 +00:00
wr%rosenauer.org 72e478eaaa Bug 300856 - Cannot set default download directory to home on Linux/Unix, r=mconnor 2006-02-01 16:19:24 +00:00
gavin%gavinsharp.com d5fe093618 Bug 325400: client.mk fast-update broken under Cygwin, patch by Teemu Mannermaa <wicked@etlicon.fi>, r=bsmedberg 2006-02-01 15:53:14 +00:00
masayuki%d-toybox.com 1478213825 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
gavin%gavinsharp.com bdbbce47f0 Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2006-02-01 15:22:15 +00:00
bclary%bclary.com 22ed6732d5 Rename regress-234389-n.js back to regress-234389.js, no bug, not part of the build 2006-02-01 07:42:00 +00:00
pavlov%pavlov.net 458b144d3d if 0'ing out the printer init code 2006-02-01 07:24:09 +00:00
pavlov%pavlov.net 89b505d337 use a empty PRUnichar instead of NS_L 2006-02-01 07:12:38 +00:00
pavlov%pavlov.net 5ce0d03508 need to cast NS_L() for gcc... 2006-02-01 06:50:33 +00:00
annie.sullivan%gmail.com 30c482bdad Adding livemark_item.png which got missed by the crosscommitt script. 2006-02-01 05:53:44 +00:00
pavlov%pavlov.net 1d9b3843ee use the new thebes printing APIs. 2006-02-01 05:23:36 +00:00
pavlov%pavlov.net 6a222af4bc adding Thebes printing APIs 2006-02-01 05:21:59 +00:00