Michael Wu
|
c0f3877f71
|
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
|
2011-08-06 22:03:32 -07:00 |
Kai Engert
|
a2ae009116
|
Bug 673382, Upgrade to NSS 3.12.11, landing beta 3, r=wtc
|
2011-08-05 17:50:59 +02:00 |
Kai Engert
|
c80f058c64
|
Bug 673382, upgrading to NSS 3.12.11 beta 2, r=wtc
|
2011-08-05 02:13:14 +02:00 |
Ehsan Akhgari
|
34c203de23
|
Merge the last green changeset on mozilla-inbound to mozilla-central
|
2011-07-28 10:37:23 -04:00 |
Kai Engert
|
2d2cad33d8
|
Bug 662557, OCSP validation errors are wrongly reported as SEC_ERROR_NO_MEMORY errors from CERT_PKIXVerifyCert, backout debug patch, r=bsmith
|
2011-07-27 20:49:33 +02:00 |
Wan-Teh Chang
|
5fc0969a29
|
Bug 673382: Update NSS to NSS_3_12_11_BETA1, which includes the fixes for
Bug 661609, Bug 650276 (code not used by Mozilla), Bug 602509, Bug 655411,
Bug 655850, Bug 671711, Bug 617565, Bug 668001, Bug 346583, Bug 661061.
|
2011-07-27 09:07:32 -07:00 |
Ginn Chen
|
4623a268c3
|
Bug 665509 - Firefox in dist/bin failed to load any webpage on Solaris after Bug 552864. r=mh+mozilla
|
2011-07-28 11:39:13 +08:00 |
Kai Engert
|
f6ff34a005
|
Bug 670454 - Certificates usage in Certificate Viewer is always shown as "could not verify this certificate for unknown reasons", r=bsmith
|
2011-07-20 18:21:53 +02:00 |
Kai Engert
|
94c18e76a7
|
Bug 442150 - "Backup all" button not enabled after cert import, r=johnath/gavin
|
2011-07-20 17:04:49 +02:00 |
Yu-Hsun Lin
|
1692d6ba9c
|
Bug 486081. Remove nsTime. r=roc
Use TimeStamp/TimeDuration instead.
|
2011-07-19 11:20:50 -04:00 |
Ms2ger
|
ddde247e90
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
Gavin Sharp
|
0c20ac8b09
|
Bug 662996. Don't send cookies with OCSP requests. r=bsmith, sr=kaie
|
2011-07-12 12:06:34 -04:00 |
Neil Rashbrook
|
2af15d4ba0
|
Bug 660529 Remove useless use of PromiseFlatString r=kaie
|
2011-07-04 22:06:24 +01:00 |
Kai Engert
|
dbcd7f12db
|
Bug 596221, PSM should use new function to find encryption certificates of email recipients -- Original patch contributed by Juergen Brauckmann, enhanced by me -- r=rrelyea -- Should fix bug 558337 and bug 337430, too.
|
2011-06-28 14:26:41 +02:00 |
Brian Smith
|
7ba664e7f8
|
Bug 662557 - assert on out-of-memory errors in NSS even in release builds, r=kaie
|
2011-06-24 15:23:10 -07:00 |
timeless@mozdev.org
|
41271d1553
|
Bug 468736 - PSM nsPSMBackgroundThread::requestExit is racy and not threadsafe, r=mayhemer
|
2009-04-07 04:51:32 +03:00 |
Mounir Lamouri
|
cb7ece5357
|
Bug 658037 (1/2) - r=bz
|
2011-06-21 18:52:22 +02:00 |
Dão Gottwald
|
fdce1adfed
|
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
|
2011-06-14 00:02:28 +02:00 |
Ed Morley
|
13cfc322c6
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
Ian Neal
|
a3a1dddf4b
|
Bug 260364 - Fixup radiogroups to use new .value functionality of radio.xml pki patch r=kaie
|
2011-06-10 16:56:17 +01:00 |
Kyle Huey
|
57525def50
|
Merge m-c to cedar since I already pushed it in, and push what I actually wanted to push
|
2011-06-07 13:23:03 -07:00 |
Jonathan Protzenko
|
471035dfb8
|
Bug 662126 - Audit ConfirmEx callers to ensure that aCheckState is not an uninitialized PRBool r=bz
|
2011-06-07 20:06:12 +02:00 |
Oonishi Atsushi
|
362ebc4eec
|
Bug 311007 - Add onLocationChange2 which distinguishes between same-document and different-document location changes to web progress listeners. r=smaug, sr=bzbarsky
|
2011-06-04 05:31:07 +09:00 |
Jonathan Protzenko
|
8ed9a51251
|
Bug 659666 - PSM passes uninitialized value for inout checkValue argument of promptPassword r=jdm
|
2011-05-31 20:17:57 +02:00 |
Rafael Ávila de Espíndola
|
cdcce78023
|
b=659748 r=kaie Avoid jumping over variable definition.
|
2011-05-28 14:32:38 +02:00 |
Ms2ger
|
a0fc97409f
|
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
|
2011-05-23 18:46:36 +02:00 |
Kai Engert
|
e630eb7a43
|
Bug 642148, finalize upgrade to NSS 3.12.10, missing piece is version numbers, no code changes, rs=me, DONTBUILD
|
2011-05-23 15:24:24 +02:00 |
Joel Maher
|
7aa6e96e23
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
Ed Morley
|
a618c989ae
|
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
|
2011-05-17 16:01:36 +02:00 |
Olli Pettay
|
67bb0c0f53
|
Bug 656954 - Add defaultPrevented to nsIDOMEvent, r=sicking
--HG--
extra : rebase_source : f491aa3d1b40980ca0f6b8cc38a5e9e60d80b9e7
|
2011-05-13 23:44:35 +03:00 |
Ed Morley
|
612c9829cc
|
Bug 654600 - Remove WinCE code from security/manager/Makefile.in; r=kaie
|
2011-05-05 09:40:21 -07:00 |
Matt Brubeck
|
1deaa8332c
|
Back out changeset 1defe29fdf3c, ffe31dc2d27f, 54bacc404a6f, 16772cb4a781, c169c3b8dfb2, 94f06945b818, 6a2724d755f3 for test failure.
|
2011-05-05 14:21:38 -07:00 |
Kai Engert
|
19e85a84da
|
Bug 479393, incremental patch to fix if condition, r=bsmith
|
2011-05-05 22:41:40 +02:00 |
Kai Engert
|
11192ac0a9
|
Bug 479393, fix whitespace, no code changes, rs=me
|
2011-05-05 22:41:40 +02:00 |
Kai Engert
|
360a52793a
|
Bug 479393, move two functions within the file, no code change, rs=me
|
2011-05-05 22:41:40 +02:00 |
Kai Engert
|
a62ee5e18e
|
Bug 479393, Add libpkix-based certificate validation to PSM (off by default), r=rrelyea, r=bsmith
|
2011-05-05 22:41:40 +02:00 |
Ed Morley
|
ffa7ace501
|
Bug 654600 - Remove WinCE code from security/manager/Makefile.in; r=kaie
|
2011-05-05 09:40:21 -07:00 |
Kai Engert
|
aa1339da29
|
Bug 646460, Don't allow to override after treating certificates as revoked, r=bsmith
|
2011-05-05 16:38:45 +02:00 |
Kai Engert
|
d2ca3881ff
|
Bug 642144, Enable multiple roots for EV. (March 2011 batch, depends on NSS 3.12.10), r=rrelyea, r=honzab
|
2011-05-05 16:38:11 +02:00 |
Kai Engert
|
ba3a76ae9d
|
Bug 642148 - Upgrade Mozilla to NSPR 4.8.8 beta 3 and NSS 3.12.10 beta 1, r=wtc, r=kaie
|
2011-05-05 16:35:11 +02:00 |
Kai Engert
|
603db0f871
|
Backout bug 345094, revision 77ce8faa1906, r=bsmith
|
2011-05-05 16:33:36 +02:00 |
Chris Jones
|
fbd51041fd
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
--HG--
rename : xpcom/glue/Monitor.h => xpcom/glue/ReentrantMonitor.h
|
2011-04-29 14:21:57 -05:00 |
Ed Morley
|
5342af4503
|
Bug 648545 - Remove outdated instances of META_COMPONENT from mozilla-central; r=kaie
|
2011-04-29 12:36:17 +02:00 |
Ehsan Akhgari
|
7758444c4f
|
Backout changeset 05fe748d2031 (bug 468736) on the suspicion of 400% Tshutdown regression, landed on a CLOSED TREE
|
2011-04-27 12:56:56 -04:00 |
timeless@mozdev.org, Ehsan Akhgari
|
70e905dd2d
|
Bug 468736 - PSM nsPSMBackgroundThread::requestExit is racy and not threadsafe; r=honzab
|
2009-04-07 04:51:32 +03:00 |
Ehsan Akhgari
|
1ca9e3a48e
|
Bug 517579 - TEST-UNEXPECTED-FAIL | test_bug413909.html | Secure page did not load, adding exception failed?; r=ted
|
2011-04-25 15:02:54 -04:00 |
Ehsan Akhgari
|
3d34874abd
|
Bug 650410 - Test for bug 383369 uses a timeout because it doesn't know how to use the download manager API!; r=sdwilsh
--HG--
extra : rebase_source : 36445f348b0909f9c9cecdc3a12f3a8ef187f6b7
|
2011-04-18 18:49:12 -04:00 |
Ehsan Akhgari
|
90ceab8629
|
Bug 649012 - Fix some flaky mochitests which rely on non-zero timeout values; rs=ted
|
2011-04-15 18:26:50 -04:00 |
Ehsan Akhgari
|
eef6bac0eb
|
Merge cedar into mozilla-central
|
2011-04-08 02:27:03 -07:00 |
timeless@mozdev.org
|
599ddc33bb
|
Bug 646534 cleanup: use return instead of goto
r=kaie
|
2011-03-31 13:50:47 +03:00 |