gecko/caps
Bobby Holley dc33cae831 Bug 789224 - Separate certificate principals out from CAPS. r=dveditz
There's no longer any reason why "certificate principals" need to be principals at all.
I tried to rip them out entirely, but it looks like they're still used vestigially at XPI
install time to display author information. But there's no reason that they have to be
porkbarreled into the security-critical objects that we pass around all over the place.
So let's make them their own deal.

I was tempted to call them "certificate holders", but that would involve renaming methods and
cause more compat fuss than necessary.

--HG--
rename : caps/idl/nsISignatureVerifier.idl => security/manager/ssl/public/nsISignatureVerifier.idl
2012-10-22 08:29:56 +02:00
..
idl Bug 789224 - Separate certificate principals out from CAPS. r=dveditz 2012-10-22 08:29:56 +02:00
include Bug 789224 - Separate certificate principals out from CAPS. r=dveditz 2012-10-22 08:29:56 +02:00
src Bug 789224 - Separate certificate principals out from CAPS. r=dveditz 2012-10-22 08:29:56 +02:00
tests/mochitest Bug 777384 - Test case r=jlebar 2012-09-27 01:47:57 +08:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00