Brian Smith
03dc3ced83
Bug 839310: Expand TLS intolerance logic to work for versions beyond TLS 1.0, r=keeler, r=wtc
...
--HG--
extra : rebase_source : b83a610d08abb428f0f6894fa935712f820ddfe8
2013-10-11 00:17:19 -07:00
Ms2ger
20dd9dd4e3
Bug 922288 - Remove some unnecessary boilerplate from Makefile.ins; r=mshal
2013-10-03 09:10:00 +02:00
Jan Jongboom
ae3f4e9201
Bug 906096 - Move InputMethod API behind a pref instead of build option. r=kanru, r=sicking
...
--HG--
rename : b2g/components/Keyboard.jsm => dom/inputmethod/Keyboard.jsm
rename : b2g/components/MozKeyboard.js => dom/inputmethod/MozKeyboard.js
2013-09-26 03:38:41 +08:00
Gregory Szorc
ed68c2482b
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Brian Smith
27eb705059
Bug 909152: Factor out generic logic from OCSP stapling tests to make it reusable, r=keeler, r=cviecco, r=gps
...
--HG--
extra : rebase_source : 147591c1f12494cdda17e96a4993223297f6dc1a
2013-09-04 23:55:28 -07:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Kai Engert
196a57e422
Bug 633001, SSL cannot set exceptions on IPv6 addresses, also fixes bug 828873. Based on work by Erik Lax, r=dkeeler
2013-08-27 23:54:34 +02:00
Geoff Brown
220e4a5f85
Bug 865006 - (4) Add more xpcshell tests for android; r=jmaher
2013-08-25 10:58:31 -06:00
Ms2ger
93933b0de8
Bug 897909 - Cleanup some SIMPLE_PROGRAMS; r=gps
...
* * *
FOLD
2013-08-14 09:00:13 +02:00
David Keeler
f9040f2187
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
2013-08-02 16:23:18 -07:00
David Keeler
9cbdeb8d74
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
...
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
2013-08-02 15:48:37 -07:00
Ryan VanderMeulen
f5e9dc8c73
Backed out changesets 5f8a88c6d0c8 and 97fcb5a154d8 (bug 887052) for OSX mochitest-other orange.
...
--HG--
rename : netwerk/base/public/nsISiteSecurityService.idl => netwerk/base/public/nsIStrictTransportSecurityService.idl
rename : security/manager/boot/src/nsSiteSecurityService.cpp => security/manager/boot/src/nsStrictTransportSecurityService.cpp
rename : security/manager/boot/src/nsSiteSecurityService.h => security/manager/boot/src/nsStrictTransportSecurityService.h
2013-08-05 16:18:06 -04:00
David Keeler
aa164754ac
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
2013-07-01 10:49:40 -07:00
David Keeler
2333ac300d
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
...
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
2013-07-01 09:30:11 -07:00
David Keeler
2e45a9aaf4
bug 846825 - refactor, make HSTS header parser more spec-conformant r=cviecco r=grobinson
2013-07-25 16:13:50 -07:00
David Keeler
49010bf129
bug 892017 - fix incorrect usage of PLArenaPool in OCSPStaplingServer r=bsmith
2013-07-19 11:54:10 -07:00
David Keeler
dd6c34c30d
bug 700693 - fix ocsp stapling test timeouts r=bsmith
2013-06-21 15:15:27 -07:00
David Keeler
ad7bcb2bf7
bug 700693 - OCSP stapling testing r=bsmith
2013-06-20 11:41:41 -07:00
Ryan VanderMeulen
5e00b193a7
Merge m-c to inbound.
2013-06-20 20:12:31 -04:00
Ryan VanderMeulen
211dccca9c
Backed out changesets 448ba56d9ba4 and 8cea4b4646ef (bug 700693) for intermittent failures.
2013-06-20 19:50:13 -04:00
David Keeler
bd2a95a26c
bug 700693 - OCSP stapling testing r=bsmith
2013-06-20 11:41:41 -07:00
David Keeler
7127cf3498
bug 883582 - use only domains likely to stay on the HSTS preload list in the test r=bsmith
2013-06-20 13:12:23 -07:00
Antonio M. Amaya
9344a1f60d
Bug 841415 - Fix nss_ctypes.py so it works on Darwin. r=bsmith
2013-02-14 18:13:34 +01:00
Camilo Viecco
1cbdee58d5
Bug 877441: Add head.js in psm xpcshell tests to avoid copy-paste. r=bsmith
2013-05-31 13:12:15 -07:00
David Keeler
a1020e00bd
bug 846862 - re-enable HSTS preload list tests r=mayhemer
2013-05-01 09:57:07 -07:00
Antonio M. Amaya
4eb50d122c
Bug 814136 - Part 1: Change the signing test scripts to include a version number and a generated or provided package identifier. r=bsmith
2013-01-25 10:57:14 +01:00
Camilo Viecco
aee4ef87b8
Bug 672811 - Fix cert viewer usage display when using libpkix. r=bsmith
2013-04-08 09:13:59 -07:00
Brian Smith
a754f08de2
Bug 841135: Remove the marketplace test root cert, r=honzab
...
--HG--
extra : source : cad6855a3b4a862989873ef30675a115c4341ce1
2013-03-18 19:50:18 -07:00
Ryan VanderMeulen
f7fa461f09
Bug 846862 - Disable test_sts_preloadlist_perwindowpb.js and test_sts_preloadlist_selfdestruct.js on a CLOSED TREE.
2013-03-01 15:21:43 -05:00
Guillaume Destuynder
6ecdc1e1de
Bug 822944: Add production marketplace cert, r=bsmith, modifed by bsmith before checkin
...
--HG--
rename : security/build/b2g-app-root-cert.der => security/build/test-b2g-app-root-cert.der
rename : security/manager/ssl/tests/unit/test_signed_apps/privileged-app-test-1.0.zip => security/manager/ssl/tests/unit/test_signed_apps/test-privileged-app-test-1.0.zip
extra : source : d23c1cb4e6ab66195de2bea8e818e8f88f120fc5
2013-02-27 17:43:35 -08:00
Brian Smith
5ca47bb4ab
Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js on a CLOSED TREE, a=bustage, a=testonly
...
--HG--
extra : source : ff193fc3dc7d37db4081dd95f1f1aa8e3551d527
extra : histedit_source : 5b6de6aae72860b31173a4a7540f123ecae8892e
2013-02-16 11:21:13 -08:00
Ehsan Akhgari
84c4ac3c75
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Antonio Manuel Amaya Calvo
a3cc2f5de3
Bug 828730: Fix crash in test_signed_apps/generate.sh, r=bsmith, a=NPOTB
...
--HG--
extra : rebase_source : 7edc7a07b2447c902074735039a17e5f2726096f
2013-01-10 13:55:54 +01:00
Brian Smith
585e898528
Bug 824199: Replace the marketplace-dev cert with the marketplace-prod test cert, r=rtilder
...
--HG--
extra : rebase_source : f2b9a1102e32c58a7d55ec4481b895af531d5e14
2013-01-08 11:55:04 +01:00
Ed Morley
2070770784
Merge mozilla-inbound to mozilla-central on a CLOSED TREE
2012-12-14 15:28:22 +00:00
Brian Smith
c90d9b85f2
Bug 772365, Part 3: Add B2G-specific customizations to NSS certificate trust database with tests, r=rrelyea r=honzab
...
--HG--
rename : dom/tests/browser/browser_ConsoleStoragePBTest_perwindowpb.js => dom/tests/browser/browser_ConsoleStoragePBTest.js
rename : dom/tests/mochitest/localstorage/test_localStorageBasePrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageBasePrivateBrowsing.html
rename : security/manager/ssl/tests/mochitest/browser/browser_bug627234_perwindowpb.js => security/manager/ssl/tests/unit/test_bug627234.js
extra : rebase_source : 2792b75d7ccccf80e9a23feed70c134dfcdfe00f
2012-12-10 07:17:29 -08:00
Ed Morley
9f0c8971bc
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-06 10:02:57 +00:00
Ehsan Akhgari
72ffc2012c
Bug 806733 - Part 0: Don't run test_sts_preloadlist.js in per-window PB builds
2012-12-06 00:39:44 -05:00
Ehsan Akhgari
5ebfc14028
Bug 806732 - Part 0: Don't run test_bug627234.js in per-window PB builds
2012-12-06 00:39:06 -05:00
Brian Smith
8b3350f6d2
Bug 772365, Part 1: Implement JARSignatureVerification, r=honzab, parts r=ehsan
...
* * *
Bug 772365, Part 2.1: Generate test cases for signed app signature verification
* * *
Bug 772365, Part 2.2: Test JAR signature verification
--HG--
extra : rebase_source : 198be789e8b1565dad418e15760fa6dc90da843f
2012-11-14 15:31:39 -08:00
Andres Hernandez
157805f7c8
Bug 806733 - Port test_sts_preloadlist.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : security/manager/ssl/tests/unit/test_sts_preloadlist.js => security/manager/ssl/tests/unit/test_sts_preloadlist_perwindowpb.js
2012-12-13 12:15:10 -06:00
Ehsan Akhgari
4970895402
Merge mozilla-central into mozilla-inbound
2012-12-06 01:08:07 -05:00
Josh Matthews
3c1cd97486
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
2012-06-30 07:34:17 -07:00
Ed Morley
f2ccb0abbe
Backout e123e0173185, 326ed6f1dc9e & 7c2c9c988869 (bug 722979) for mochitest-a11y failures
2012-11-16 15:06:13 +00:00
Josh Matthews
e4660ea794
Bug 722979 - Update test in accordance with STS API changes.
2012-11-16 14:48:08 +00:00
Josh Matthews
6d9f8239fe
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
2012-06-30 07:34:17 -07:00
David Keeler
48d041d98a
bug 800444 - disable HSTS preload list if firefox has not updated in 18 weeks r=bsmith, mayhemer
2012-10-26 09:50:23 -07:00
Mike Conley
ce88c1ca2d
Bug 804690 - Skip test for bug 627234 if the Private Browsing service is not available. r=dkeeler.
2012-10-24 15:00:36 -04:00
David Keeler
a3ef93cf41
bug 627234 - test that hsts data isn't deleted in private browsing when includeSubdomains is false r=bsmith
2012-10-22 10:38:50 -07:00
David Keeler
2148728e6b
bug 786417 - filter the hsts preload list to sites that actually send the header r=bsmith, mayhemer
2012-10-15 14:43:57 -07:00