L. David Baron
|
db6289bc0a
|
Use nsAutoLock::NewLock, nsAutoLock::DestroyLock, nsAutoMonitor::NewMonitor, and nsAutoMonitor::DestroyMonitor as required by the API. (Bug 594666) r=cjones
|
2011-03-29 08:43:26 -07:00 |
|
Ehsan Akhgari
|
692c3a0600
|
Merge cedar into mozilla-central
|
2011-03-29 10:39:07 -04:00 |
|
Michael Wu
|
8eca213efe
|
Bug 635087 - nsCryptoRunnable::Run leaks JSPrincipals, r=jst
|
2011-03-28 16:24:38 -07:00 |
|
Ehsan Akhgari
|
8761668e87
|
Merge cedar into mozilla-central
|
2011-03-28 13:28:13 -04:00 |
|
Kai engert
|
c9629e60a4
|
Bug 552951 followup - Avoid the use of goto; r=mayhemer
|
2011-03-28 00:05:04 -04:00 |
|
timeless@mozdev.org
|
33f87d892f
|
Bug 552951 nsKeygenFormProcessor::GetPublicKey doesn't use pqgParams/arena created by decode_pqg_params
r=kaie
|
2011-03-28 00:03:11 -04:00 |
|
Zack Weinberg
|
c940b01168
|
Bug 644006: Don't crash on zero-length input to nsNSSCertificateDB::ConstructX509FromBase64. r=honzab
|
2011-03-27 11:21:08 -07:00 |
|
Wan-Teh Chang
|
da5eb09b05
|
Bug 584562: Add algorithm string for RSA-PSS signatures.
The patch is contributed by Hanno Boeck <hanno@hboeck.de>.
r=wtc.
|
2011-03-27 10:49:36 -07:00 |
|
timeless@mozdev.org
|
a3caaea36d
|
Bug 619201 nsCertOverrideService needs to initialize on the main thread to use the directory service
r=kaie
|
2011-03-28 16:55:29 -04:00 |
|
Justin Lebar
|
d5dcbf68a6
|
Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} functions in favor of PR_ATOMIC_{INCREMENT,DECREMENT} macros. r=bsmedberg,gal
--HG--
extra : rebase_source : 71069eb9c9d61131adee49279e136c8574dabc62
|
2011-03-28 15:58:49 -04:00 |
|
David Bienvenu
|
3e1af4323f
|
Bug 379661 - ###!!! ASSERTION: PipUIContext not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread() - Mark PipUIContext as threadsafe as it doesn't contain member variables; r=kaie
|
2011-03-25 12:50:58 +02:00 |
|
Ehsan Akhgari
|
6baf553ccb
|
Backout changeset de9265797f0a (bug 644070) because of test failures on Mac
|
2011-03-23 20:47:08 -04:00 |
|
Ehsan Akhgari
|
0df195a529
|
Bug 644070 - nsNSSCertificate::defaultServerNickname leaks in case of server name conflict; r=mayhemer
|
2011-03-23 15:06:27 -04:00 |
|
Gervase Markham
|
db431fa9e7
|
Bug 642395 - further change to handling of bad certificates. r=kaie, a=beltzner.
|
2011-03-18 11:43:21 +00:00 |
|
Kaie Engert
|
09939d2bba
|
Bug 642395 - change to handling of bad certificates. r=rrelyea, bsmith. a=sayrer
|
2011-03-17 14:40:13 -07:00 |
|
Brian Smith
|
2eef6d784d
|
Bug 637361: Backout bug 573043, a=blocker
|
2011-03-01 19:16:22 -08:00 |
|
Brian Smith
|
a5edaf27e8
|
Bug 637361: Backout bug 573043
|
2011-03-01 19:11:22 -08:00 |
|
Honza Bambas
|
48a2c64df8
|
Fix bug 573043. r=jmathies@mozilla.com, a=blocker.
--HG--
rename : security/manager/ssl/public/nsISSLStatus.idl => netwerk/base/public/nsISSLStatus.idl
rename : security/manager/boot/public/nsISSLStatusProvider.idl => netwerk/base/public/nsISSLStatusProvider.idl
rename : security/manager/ssl/public/nsIX509Cert.idl => netwerk/base/public/nsIX509Cert.idl
|
2011-02-08 16:12:29 -08:00 |
|
mattm@chromium.org
|
a1b20bbcc4
|
Bug 584922, leak of unicodePw SECITEM in nsPKCS12Blob::ExportToFile and nsPKCS12Blob::ImportFromFileHelper, r=kaie, a=beltzner
|
2011-02-17 14:53:44 +01:00 |
|
Kai Engert
|
d3295be19b
|
Bug 614852, Enable multiple roots from NSS 3.12.9 for EV. (Nov/Dec 2010 batch), r=honzab.moz, a=johnath
|
2011-02-17 14:52:25 +01:00 |
|
Neil Rashbrook
|
609169c5e7
|
Bug 616813 Remove extraneous CRs r=kaie a=beltzner
|
2011-02-16 21:37:53 +00:00 |
|
Chris Jones
|
97685d6934
|
Rollup of bug 615386, parts 1-6. Teach the reftest harness about <browser remote>. r=dbaron,roc,ted a=a
--HG--
rename : layout/tools/reftest/reftest.js => layout/tools/reftest/reftest-content.js
|
2011-02-03 13:54:10 -06:00 |
|
Sid Stamm
|
ea85829c9d
|
bug 557598 - Support strict-transport-security (STS) in private browsing mode; r=ehsan,dveditz a=blocking-betaN+
|
2010-10-06 10:07:39 -07:00 |
|
Boying Lu
|
46c6093f7a
|
Bug 621848 - memory leak in nsNSSComponent::IdentityInfoInit; r=mayhemer a=johnath
|
2011-01-17 12:26:53 -05:00 |
|
Kai Engert
|
99bcecf2cd
|
Bug 529485, PSM crashes [@ ProcessAuthKeyId ] when CERT_DecodeAuthKeyID(arena, extData) fails. Fix suggested by timeless, minimal patch by me. r=kaie/bsmith. a2.0=dolske
|
2011-01-13 23:33:37 +01:00 |
|
Shawn Wilsher
|
7a35d860e3
|
Merge mozilla-central into Places.
|
2010-11-29 08:43:57 -08:00 |
|
Kai Engert
|
28f32b7a5b
|
Bug 612613, Comments only: Clarify intention of nsIX509CertDB::findEmail[Encryption|Signing]Cert
r=honzab, a=comment-only
DONTBUILD
|
2010-11-27 17:40:07 +01:00 |
|
Shawn Wilsher
|
d47a50d39b
|
Bug 607115 - use a much smaller guid format than we currently use for bookmarks
Part 1 - Mark and make nsIRandomGenerator threadsafe.
r=kaie
|
2010-11-23 16:04:28 -08:00 |
|
Kai Engert
|
605686c34f
|
Bug 521849, SSL broken, may crash when FIPS softtoken checksum verification fails
r=honzab.moz, a=blocking2.0-final+=bsmedberg
|
2010-11-09 17:10:40 +01:00 |
|
timeless@mozdev.org
|
3dd6ebe7f7
|
Bug 577919 mark DEBUG only variables as ifdef DEBUG in security
r=kaie
|
2010-07-11 15:57:22 +03:00 |
|
Ehsan Akhgari
|
4b57cbc135
|
Bug 644070 - nsNSSCertificate::defaultServerNickname leaks in case of server name conflict; r=mayhemer
|
2011-03-27 15:09:32 -04:00 |
|
timeless@mozdev.org
|
8ae3094574
|
Bug 564584 @mozilla.org/security/certoverride;1 overrides crashes the application [@ nsNSSComponent::LogoutAuthenticatedPK11]; r=kaie a=bsmedberg
|
2010-05-25 17:34:13 +03:00 |
|
Kai Engert
|
44a8bb8f8a
|
Bug 482939 - Additional patch; r=roc a=bsmedberg
|
2010-11-26 12:20:30 -05:00 |
|
Robert O'Callahan
|
b45c880475
|
Bug 482939 - Need to use nsAutoMonitor::New/DestroyMonitor when using nsAutoMonitor to grab monitors; r=kaie a=bsmedberg
|
2010-11-26 12:19:32 -05:00 |
|
Edmund Wong
|
919741bd6e
|
Bug 423401 - Removed usage of nsDependentCString() r=kaie, r=honzab.moz a=bsmedberg
|
2010-11-26 12:15:16 -05:00 |
|
Kai Engert
|
6c5d18fb5f
|
bug 582759, Enable multiple new roots from NSS 3.12.8 for EV
r=rrelyea, a=johnath
|
2010-11-25 20:53:32 +01:00 |
|
Kai Engert
|
09c3a31272
|
Bug 566478 - Invalid SSL cert error is not mobile-friendly [r=mayhemer a=blocking-fennecb2]
|
2010-10-28 11:46:00 -04:00 |
|
Mark Finkle
|
e1dcc97a16
|
Backout bug 566478 due to test orange a=orangehurts
|
2010-10-28 12:17:01 -04:00 |
|
Honza Bambas
|
46bfc7b965
|
Bug 566478 - Invalid SSL cert error is not mobile-friendly [r=kaie a=blocking-fennecb2]
|
2010-10-27 14:35:00 -04:00 |
|
Honza Bambas
|
f6306f00c7
|
Bustage on gcc fix for changeset 45376975eca8, a=bustage-fix
|
2010-10-26 14:17:26 +02:00 |
|
Honza Bambas
|
76abdfb524
|
Bug 575950 - (Fennec) SSL certificate is not confirmed for secure webpages, r=kaie+bz, a=blocking-fennec:2.0.b2+
|
2010-10-26 13:57:18 +02:00 |
|
Kai Engert
|
7b173b9a32
|
Bug 104103 - [r=rrelyea a=dolske]
|
2010-11-19 01:22:40 -08:00 |
|
Igor Bukanov
|
08acfd00c4
|
bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal
|
2010-11-11 21:40:29 +01:00 |
|
David Anderson
|
b4ec0dde6d
|
Backed out changeset 8e119f847f97 (build busted)
|
2010-11-11 11:19:42 -08:00 |
|
Igor Bukanov
|
048e1e0a13
|
bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal
|
2010-11-02 15:36:25 +01:00 |
|
Robert Sayre
|
48cc92a4b0
|
Merge mozilla-central to tracemonkey.
|
2010-11-09 15:29:44 -05:00 |
|
Igor Bukanov
|
c074b68d29
|
bug 607695 - Avoid unnecessary JS_GetStringBytes. r=gal
|
2010-10-28 17:15:53 +02:00 |
|
Alon Zakai
|
71de5a40f0
|
Bug 517584 - Fix orange in test for bug 480619. r=dwitte a=blocking-fennec
|
2010-10-14 17:28:45 -07:00 |
|
Wan-Teh Chang
|
5413a14eed
|
Bug 587407: Add error message for error code
SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY. r=wtc a=blocking2.0:betaN
|
2010-09-18 11:42:40 -07:00 |
|
Geoff Lankow
|
95dc73998b
|
Bug 588511 - Alert displayed after compatibility wizard 'The operation could not be completed because of an internal failure. A secure network communication has not been cleaned up correctly. r=dtownsend, a=blocking2.0-beta6
|
2010-09-13 23:52:52 -07:00 |
|