Oonishi Atsushi
|
8f0353652d
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
Ed Morley
|
7ea8e12caa
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
Rail Aliiev
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
Marco Bonardo
|
bfad475089
|
Merge mozilla-central to mozilla-inbound
|
2011-11-04 21:56:10 +01:00 |
Olli Pettay
|
4820dd889d
|
Bug 698929 - Implement event.stopImmediatePropagation, r=jst
--HG--
extra : rebase_source : 76d19175a58a4ac8113b144a19f9d7679ad54dd0
|
2011-11-04 19:17:19 +02:00 |
Brian Smith
|
d17c29f4ac
|
Bug 675221: Remove XPCOM proxy header #includes from PSM, r=kaie
|
2011-11-02 21:17:54 -07:00 |
Brian Smith
|
13cafc7241
|
Bug 675221: Notify observers of PSM's background threads on the main thread, r=kaie
|
2011-11-02 21:14:33 -07:00 |
Benjamin Smedberg
|
dee00f8b91
|
Bug 675702: Call nsICertVerificationListener on the main thread, rev. 1, r=bsmith, r=mayhemer
|
2011-11-02 21:06:51 -07:00 |
Brian Smith
|
a42b4e1ae9
|
Bug 675221: Remove XPCOM Proxies from PSM UI prompts, r=kaie
|
2011-11-02 21:02:48 -07:00 |
Brian Smith
|
6cb841c12d
|
Bug 675221: Remove XPCOM Proxies from nsNSSSocketInfo::GetPreviousCert, r=mayhemer
|
2011-11-02 21:01:47 -07:00 |
Brian Smith
|
604037ca77
|
Bug 698983: Fix extended validation indicator, r=mayhemer
|
2011-11-02 20:59:56 -07:00 |
Brian Smith
|
aa92cd402b
|
Bug 669061: Upgrade Mozilla to NSS 3.13.1, r=wtc
--HG--
extra : rebase_source : d43ffd0eae375aae83017b855859ef2bc78d30d6
|
2011-11-02 20:54:18 -07:00 |
Brian Smith
|
8d30b97900
|
Bug 675702 - Remove XPCOM Proxies: Do PSM client certificate processing on the main thread, r=kaie
--HG--
extra : rebase_source : 810f54d98fdad7e70ed2d8db8b13292d1d1bfa61
|
2011-10-30 17:35:14 -07:00 |
Brian Smith
|
c70f428cda
|
Bug 686248: Add isExtendedValidation to nsISSLStatus so it can be used by mobile, r=meyhemer
--HG--
extra : rebase_source : 6d21f2fdc3cb587874662cc23f84503e63b95ed1
|
2011-10-30 11:43:06 -07:00 |
Kai Engert
|
736487a0af
|
Bug 698753, Distrust two Malaysian Sub-CAs. r=rrelyea
|
2011-11-04 20:01:14 +01:00 |
Wan-Teh Chang
|
147c8b47c3
|
Bug 695833: Update NSS to NSS_3_13_1_BETA2. Includes fixes for
bug 647706 and bug 691997. See individual bugs for code reviews.
|
2011-10-22 17:46:33 -07:00 |
Wan-Teh Chang
|
7bcec0e1f5
|
Bug 695833: Update NSS to NSS_3_13_1_BETA1, which includes fixes for
bug 693228 and bug 694148. See individual bugs for code reviews.
|
2011-10-19 14:31:23 -07:00 |
Brian Smith
|
8e7e0f5426
|
Bug 686150: Do not verify client certificates when they are being used for SSL client auth, r=honzab.moz
|
2011-10-17 17:04:09 -07:00 |
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Ms2ger
|
ca6f7807e0
|
Bug 540433 - Remove nsIDocumentViewer; r=smaug
|
2011-10-15 09:33:26 +02:00 |
Matheus Kerschbaum
|
98e39d9eec
|
Bug 477358 - Kill NS_USE_NATIVE r=khuey
|
2011-10-12 20:32:07 +02:00 |
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
Matheus Kerschbaum
|
5bb600d809
|
Bug 477358 - Kill NS_USE_NATIVE r=khuey
|
2011-10-12 20:32:07 +02:00 |
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
Brian Smith
|
cb4d576dc4
|
Bug 669061: Upgrade to NSS 3.13 RC0, r=wtc
|
2011-10-07 13:37:26 -07:00 |
Brian Smith
|
a6fca8651e
|
Bug 679140: Do all SSL error processing on the main thread, r=honzab.moz
|
2011-10-06 17:46:52 -07:00 |
Brian Smith
|
851d57eb51
|
Bug 675221: Remove XPCOM Proxies: Implement Runnable that can be waited on synchronously, r=bsmedberg
|
2011-10-06 17:46:41 -07:00 |
Brian Smith
|
631c3e67de
|
Bug 682329: Remove default SSL error UI, r=honzab.moz
|
2011-10-06 17:41:43 -07:00 |
Matt Brubeck
|
644a223e89
|
Back out 2780356be1a1 (bug 675574) and 9928fb9a32b1 (bug 690220) on suspicion of causing browser-chrome shutdown hangs
|
2011-09-29 14:44:36 -07:00 |
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Mounir Lamouri
|
aac1c5db8b
|
Bug 675574 - Do not allow more than one call to window.open() when we allow popups. r=jst
|
2011-09-28 23:23:36 +02:00 |
Kyle Huey
|
dbdc064e79
|
Merge m-c to b-s.
|
2011-09-15 16:44:46 -07:00 |
Margaret Leibovic
|
346534afd1
|
Bug 685302 - Use "website" instead of "web site" consistently across all strings in the UI. r=dao
|
2011-09-13 16:42:37 -07:00 |
Kyle Huey
|
a0800c6141
|
Merge m-c to b-s.
|
2011-09-07 10:47:50 -04:00 |
Mike Hommey
|
95d53226f7
|
Bug 683441 - Always sign NSS libraries from packager.mk. r=ted
|
2011-09-06 08:19:37 +02:00 |
Kai Engert
|
5532b6853e
|
Additional patch for bug 683261 - Better coverage for DigiNotarGate in NSS
|
2011-09-02 15:00:59 -04:00 |
Ehsan Akhgari
|
833457c592
|
Bug 683449 - Really remove the exemptions; r=kaie over irc
|
2011-09-02 14:58:49 -04:00 |
Kai Engert
|
73b0a0b561
|
Bug 683261 - Better coverage for DigiNotarGate in NSS; r=rrelyea
|
2011-09-02 14:03:05 -04:00 |
Kai Engert
|
ec396aa4b1
|
Bug 683883 - Improve DigitNotarGate handling in PSM; r=rrelyea
|
2011-09-02 13:58:32 -04:00 |
Ehsan Akhgari
|
c3a9a6f51f
|
Bug 683449 - Remove the exemptions for the Staat der Nederlanden root; rs=LegNeato
|
2011-09-02 13:53:47 -04:00 |
Ms2ger
|
ccea776176
|
Bug 684807 - Annotate crashtest assertions on Android; r=philor
|
2011-09-06 18:35:43 +02:00 |
Kyle Huey
|
216740764e
|
Merge b-s to m-c.
|
2011-08-31 10:59:12 -04:00 |
Ehsan Akhgari
|
f224153f00
|
Bug 683449 - DigiNotar patch erroneously blocks one of the two Staat der Nederlanden roots; r=kaie
|
2011-08-31 10:11:17 -04:00 |
Kyle Huey
|
134b8fad07
|
Merge m-c to b-s.
|
2011-08-31 07:52:43 -04:00 |
Marco Bonardo
|
8cf3ae6985
|
Merge mozilla-central and mozilla-inbound
|
2011-08-31 10:43:43 +02:00 |
Jim Chen
|
626d8d3053
|
Bug 674806 - e. Override ARCHFLAG instead of DSO_CFLAGS to retain -fPIC on Android; r=
|
2011-08-30 17:11:37 -07:00 |
Brian Smith
|
2789fe6ab4
|
Bug 682927 - Dis-trust DigiNotar root certificate, part 3; r=kaie,dveditz
|
2011-08-30 10:33:04 -04:00 |
Kai Engert
|
2552ad09db
|
Bug 682927 - Dis-trust DigiNotar root certificate, part 2; r=bsmith
|
2011-08-30 10:32:25 -04:00 |
Kai Engert
|
27d1bd32c4
|
Bug 682927 - Dis-trust DigiNotar root certificate, part 1; r=bsmith
|
2011-08-30 10:31:46 -04:00 |
Kyle Huey
|
4a1055ab6c
|
Merge m-c to b-s.
|
2011-08-24 08:34:27 -04:00 |
Mike Hommey
|
cef69a140b
|
Bug 678214 - Properly link NSS with new style jemalloc. r=khuey
|
2011-08-23 15:30:44 +02:00 |
Boris Zbarsky
|
7631a02e88
|
Bug 666516. Stop casting things gotten by contract to concrete classes. r=kaie
|
2011-08-23 17:03:02 -04:00 |
Geoff Brown
|
fcf5c93a68
|
Bug 668349 - Changes to xpcshell.ini; r=jmaher
|
2011-08-22 09:00:50 +01:00 |
Kai Engert
|
0fee531cc8
|
Bug 669061, Upgrade to NSS 3.13, starting with NSS_3_13_BETA1, r=wtc
--HG--
rename : security/nss/cmd/lib/SSLerrs.h => security/nss/lib/ssl/SSLerrs.h
rename : security/nss/cmd/lib/SECerrs.h => security/nss/lib/util/SECerrs.h
|
2011-08-19 17:27:10 +02:00 |
flod
|
8af0aed670
|
Bug 649266 - Certificate window is broken with long text labels. r=kaie
|
2011-08-18 11:56:34 +02:00 |
Brian Smith
|
46f0df3701
|
Bug 677418: Remove unused nsNSSComponent::GetNSSCipherIDFromPrefString, r=kaie
|
2011-08-17 20:21:06 -07:00 |
Brian Smith
|
752d0bfb1d
|
Bug 677409: Remove unused nsICipherInfo API, r=kaie
|
2011-08-17 20:20:50 -07:00 |
Luke Wagner
|
3450b1f27f
|
Backed out changeset 0cf822d12c64 (and dependent be91fb29d950 and 53dd7a930bae) due to intermittent crashes
--HG--
extra : rebase_source : 9c96a4ac164ef8929591ef3d83ad6c974642557a
|
2011-08-15 17:21:23 -07:00 |
Brian Smith
|
57b7230f5d
|
Bug 593077: Remove SSL 2.0 Support and Fortezza Cipher Suites, r=kaie
|
2011-08-15 22:38:56 -07:00 |
Malini Das
|
c20b68638f
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
Malini Das
|
91a27b5ddc
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
|
2011-08-12 12:21:37 -04:00 |
Malini Das
|
ea71db787e
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
Brad Lassey
|
d8758cf4ec
|
backing out changesets 1baddb020156, d9456378c12d, 187ac0d7b154, 40e392d958e0 and f2e8ee893fe4
|
2011-08-10 18:18:09 -04:00 |
Geoff Brown
|
51853bb780
|
Bug 668349 - changes to xpcshell.ini; r=jmaher
|
2011-08-10 16:56:49 -04:00 |
Luke Wagner
|
011885278d
|
Bug 674571 - Remove xpcom/proxy use in security/manager/ssl (since this can lead to off-thread scripted QI) (r=kaie)
|
2011-07-01 17:33:52 -07:00 |
Kai Engert
|
24a64dcec3
|
Bug 673382, Upgrade Mozilla to NSS 3.12.11 and NSPR 4.8.9, final releases. Only version number changes, no code changes. r=wtc
|
2011-08-10 14:09:17 +02:00 |
Mike Hommey
|
6f6bbae734
|
Bug 676455 - Don't fail to build NSS's modutil on Android. r=ted
|
2011-08-09 09:05:23 +02:00 |
Michael Wu
|
fbcd07dca0
|
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
|
2011-08-06 22:03:32 -07:00 |
Kai Engert
|
899431faac
|
Bug 673382, Upgrade to NSS 3.12.11, landing beta 3, r=wtc
|
2011-08-05 17:50:59 +02:00 |
Kai Engert
|
f6e4447349
|
Bug 673382, upgrading to NSS 3.12.11 beta 2, r=wtc
|
2011-08-05 02:13:14 +02:00 |
Ehsan Akhgari
|
3f0737e881
|
Merge the last green changeset on mozilla-inbound to mozilla-central
|
2011-07-28 10:37:23 -04:00 |
Kai Engert
|
9f41868df7
|
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
|
884ace2b1e
|
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
|
867e92ff19
|
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
|
6890ce530e
|
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
|
2f2f94e0c9
|
Bug 442150 - "Backup all" button not enabled after cert import, r=johnath/gavin
|
2011-07-20 17:04:49 +02:00 |
Yu-Hsun Lin
|
32325c5b26
|
Bug 486081. Remove nsTime. r=roc
Use TimeStamp/TimeDuration instead.
|
2011-07-19 11:20:50 -04:00 |
Ms2ger
|
8c78d3f478
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
Gavin Sharp
|
27d2020203
|
Bug 662996. Don't send cookies with OCSP requests. r=bsmith, sr=kaie
|
2011-07-12 12:06:34 -04:00 |
Mike Hommey
|
ad6774938a
|
Bug 681588 - Cleanup wrap malloc and its use on Android. r=ted
|
2011-08-29 19:21:22 +02:00 |
Neil Rashbrook
|
f6c4f47b40
|
Bug 660529 Remove useless use of PromiseFlatString r=kaie
|
2011-07-04 22:06:24 +01:00 |
Kai Engert
|
d7ca4b6cc6
|
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
|
d14f4eaad2
|
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
|
2e528773b9
|
Bug 468736 - PSM nsPSMBackgroundThread::requestExit is racy and not threadsafe, r=mayhemer
|
2009-04-07 04:51:32 +03:00 |
Mounir Lamouri
|
8692cfd266
|
Bug 658037 (1/2) - r=bz
|
2011-06-21 18:52:22 +02:00 |
Dão Gottwald
|
dea1dade04
|
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
|
2011-06-14 00:02:28 +02:00 |
Ed Morley
|
8aaddd0334
|
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
|
1a8c41e26f
|
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
|
22c5117a8a
|
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
|
e6410e5f11
|
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
|
5fc1479298
|
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
|
b42fd271bd
|
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
|
53548ccfdd
|
b=659748 r=kaie Avoid jumping over variable definition.
|
2011-05-28 14:32:38 +02:00 |
Ms2ger
|
c911ae13be
|
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
|
2011-05-23 18:46:36 +02:00 |
Kai Engert
|
97f03f2fb3
|
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
|
193c66083d
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
Ed Morley
|
91238e76b1
|
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
|
2011-05-17 16:01:36 +02:00 |
Olli Pettay
|
eccbe478ef
|
Bug 656954 - Add defaultPrevented to nsIDOMEvent, r=sicking
--HG--
extra : rebase_source : f491aa3d1b40980ca0f6b8cc38a5e9e60d80b9e7
|
2011-05-13 23:44:35 +03:00 |
Ed Morley
|
d214a8ee01
|
Bug 654600 - Remove WinCE code from security/manager/Makefile.in; r=kaie
|
2011-05-05 09:40:21 -07:00 |