gecko/caps
Yoshi Huang 65b7e323ba Bug 1211636 - use ToInteger64 in PopulateFromSuffix. r=bholley
From 76c9c3f887d6bce8b15abd37d5921887a187e18d Mon Sep 17 00:00:00 2001
---
 caps/BasePrincipal.cpp                    | 16 ++++++-------
 caps/moz.build                            |  3 +++
 caps/tests/gtest/TestOriginAttributes.cpp | 37 +++++++++++++++++++++++++++++++
 caps/tests/gtest/moz.build                | 13 +++++++++++
 4 files changed, 61 insertions(+), 8 deletions(-)
 create mode 100644 caps/tests/gtest/TestOriginAttributes.cpp
 create mode 100644 caps/tests/gtest/moz.build
2015-10-06 15:36:10 +08:00
..
tests Bug 1211636 - use ToInteger64 in PopulateFromSuffix. r=bholley 2015-10-06 15:36:10 +08:00
BasePrincipal.cpp Bug 1211636 - use ToInteger64 in PopulateFromSuffix. r=bholley 2015-10-06 15:36:10 +08:00
BasePrincipal.h Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00
DomainPolicy.cpp Bug 1182966 - Part 2: Stop referring to the nsI class for no apparent reason in DomainPolicy. r=mrbkap 2015-07-14 07:59:00 -04:00
DomainPolicy.h Bug 1182966 - Part 3: Add some final annotations to DomainSet. r=mrbkap 2015-07-14 07:59:00 -04:00
moz.build Bug 1211636 - use ToInteger64 in PopulateFromSuffix. r=bholley 2015-10-06 15:36:10 +08:00
nsIAddonPolicyService.idl Bug 1161831 - Associate extension URIs with the appropriate addon ID. r=billm,sr=bz 2015-07-21 12:57:23 -07:00
nsIDomainPolicy.idl Bug 1126014 - DomainPolicy support for e10s. r=mrbkap 2015-03-24 15:29:16 +01:00
nsIPrincipal.idl Bug 1179557 - Add getters for userContextId. r=bholley, r=tanvi 2015-07-30 14:15:00 -04:00
nsIScriptSecurityManager.idl Bug 1178533 - Add nsIInstallPackagedWebapp for registering permissions when navigating to signed packages r=bholley,fabrice,valentin 2015-08-26 13:12:13 +02:00
nsJSPrincipals.cpp Bug 1209263 - Allow embedders to tell SpiderMonkey how to structured clone principals; r=bz 2015-10-02 16:44:00 +02:00
nsJSPrincipals.h Bug 1209263 - Allow embedders to tell SpiderMonkey how to structured clone principals; r=bz 2015-10-02 16:44:00 +02:00
nsNullPrincipal.cpp Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00
nsNullPrincipal.h Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00
nsNullPrincipalURI.cpp Bug 1204610 - Use a smart pointer in nsNullPrincipalURI. r=mrbkap 2015-09-14 12:43:00 +02:00
nsNullPrincipalURI.h Bug 1149280 part 2. Drop the useless mScheme member of nsNullPrincipalURI. r=smaug 2015-03-31 13:11:04 -04:00
nsPrincipal.cpp Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00
nsPrincipal.h Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00
nsScriptSecurityManager.cpp Bug 1165466 - Fix up docshell and loadcontext inheriting code in nsIScriptSecurityManager. r=bholley 2015-09-23 16:10:21 +08:00
nsScriptSecurityManager.h Bug 1161831 - Associate extension URIs with the appropriate addon ID. r=billm,sr=bz 2015-07-21 12:57:23 -07:00
nsSystemPrincipal.cpp Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00
nsSystemPrincipal.h Bug 1208756 - Hoist shared CheckMayLoad logic into BasePrincipal. r=bz 2015-10-02 14:59:45 -07:00