gecko-dev/caps/idl
Igor Bukanov 524dbd7e47 bug 728250 - remove JSPrincipals::codebase. r=:luke,:bz
In just 2 cases where JSPrincipals::codebase is used it can be reconstructed from the values stored in the associated nsJSPrincipal. In addition the patch makes nsJSprincipals to inherit both from nsIPrincipal and JSPrincipals allowing to use static_cast to convert between nsIPrincipal and JSPrincipals pointers and to drop many cases of manual JSPrincipal reference counting.
2012-03-09 10:48:50 +01:00
..
Makefile.in Bug 351876 Move nsICryptoHash into necko 2006-09-15 22:06:31 +00:00
nsIPrincipal.idl bug 728250 - remove JSPrincipals::codebase. r=:luke,:bz 2012-03-09 10:48:50 +01:00
nsIScriptSecurityManager.idl Bug 584977 mark deprecated caps interfaces and methods with [deprecated] 2011-03-27 23:59:17 -04:00
nsISecurityCheckedComponent.idl Bug 304240 Make noAccess/allAccess/sameOrigin consistently intercaps in the source tree 2005-08-12 23:11:32 +00:00
nsISignatureVerifier.idl Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver 2005-06-01 16:06:53 +00:00