Bobby Holley
|
e61971d74b
|
Bug 1164292 - Switch nsIPrincipal::origin to ACString. r=gabor
|
2015-05-15 11:51:51 -07:00 |
|
Bobby Holley
|
93d7d50247
|
Bug 1164292 - Make all nsIPrincipal implementations inherit BasePrincipal and hoist some repeated code. r=gabor
Losing the NS_DECL_NSIPRINCIPAL isn't great, but I think it's worth it to share
more code.
|
2015-05-15 11:51:50 -07:00 |
|
Bobby Holley
|
6882fa756b
|
Bug 1164292 - Re-implement dumpImpl in terms of GetScriptLocation. r=gabor
The existing setup adds a lot of complication and not a lot of value.
|
2015-05-15 11:51:48 -07:00 |
|
Bobby Holley
|
46b43e4f8b
|
Bug 1164292 - Hoist refcounting into nsJSPrincipals. r=gabor
This is a special-snowflake reference counting system that's tied to
JSPrincipals, so it makes sense to consolidate this on nsJSPrincipals.
|
2015-05-15 11:51:47 -07:00 |
|
Boris Zbarsky
|
ab624ae20e
|
Bug 1149280 part 1. Make nullprincipal creation faster. r=smaug
|
2015-03-31 13:11:00 -04:00 |
|
Daniel Holbert
|
908a699328
|
Bug 1132743: Only allow CSS Unprefixing Service to be activated for hosts on a small, hardcoded whitelist. r=dbaron f=bz
--HG--
rename : layout/style/test/test_unprefixing_service.html => layout/style/test/unprefixing_service_iframe.html
|
2015-03-13 13:15:09 -07:00 |
|
Wes Kocher
|
bbd726bf8c
|
Backed out 2 changesets (bug 1132743) for asan mochitest-e10s-1 bustage CLOSED TREE
Backed out changeset 4e00f10f5a2d (bug 1132743)
Backed out changeset 720842726906 (bug 1132743)
|
2015-03-13 15:16:33 -07:00 |
|
Daniel Holbert
|
aff7407e30
|
Bug 1132743: Only allow CSS Unprefixing Service to be activated for hosts on a small, hardcoded whitelist. r=dbaron f=bz
--HG--
rename : layout/style/test/test_unprefixing_service.html => layout/style/test/unprefixing_service_iframe.html
|
2015-03-13 13:15:09 -07:00 |
|
Blake Kaplan
|
c6890412ec
|
Bug 1087646 - Properly serialize nullprincipal URIs across IPC. r=bzbarsky
|
2015-02-24 12:54:40 -08:00 |
|
Andrew McCreight
|
c9d51e1ad0
|
Bug 1123854 - Remove some out of memory checks in caps/. r=jst
|
2015-01-30 10:59:49 -08:00 |
|
Bob Owen
|
3140b4a353
|
Bug 1054646 - Part 1: Change nsNullPrincipal::CheckMayLoad to always allow loads when the principal of the URI in the principal doing the load. r=bz
|
2014-09-30 09:09:36 +01:00 |
|
Bobby Holley
|
f6516d5622
|
Bug 1022229 - Borrow App ID and mozBrowser-ness when creating sandbox null principals. r=bz
|
2014-07-29 08:47:52 -07:00 |
|
Bobby Holley
|
4adfe5c438
|
Bug 1022229 - Let Null Principals have App IDs and mozBrowser status. r=bz
|
2014-07-29 08:47:52 -07:00 |
|
Ryan VanderMeulen
|
9a8cfb647e
|
Backed out 5 changesets (bug 1022229) for non-unified bustage.
Backed out changeset d79b991a8d96 (bug 1022229)
Backed out changeset 34f9a0e7dbde (bug 1022229)
Backed out changeset 37fbaf69c6e0 (bug 1022229)
Backed out changeset d6111b0603f5 (bug 1022229)
Backed out changeset 154922edf5fe (bug 1022229)
|
2014-07-28 15:08:51 -04:00 |
|
Bobby Holley
|
b755961e1d
|
Bug 1022229 - Followup bustage fix. r=me CLOSED TREE
|
2014-07-28 11:26:41 -07:00 |
|
Bobby Holley
|
0f8a49569d
|
Bug 1022229 - Borrow App ID and mozBrowser-ness when creating sandbox null principals. r=bz
|
2014-07-28 10:37:54 -07:00 |
|
Bobby Holley
|
f5a7274a4e
|
Bug 1022229 - Let Null Principals have App IDs and mozBrowser status. r=bz
|
2014-07-28 10:37:54 -07:00 |
|
Birunthan Mohanathas
|
a4ac396211
|
Bug 1038535 - Flatten caps/{idl,include,src}/ directories. r=bholley,gps
--HG--
rename : caps/src/DomainPolicy.cpp => caps/DomainPolicy.cpp
rename : caps/include/DomainPolicy.h => caps/DomainPolicy.h
rename : caps/idl/nsIDomainPolicy.idl => caps/nsIDomainPolicy.idl
rename : caps/idl/nsIPrincipal.idl => caps/nsIPrincipal.idl
rename : caps/idl/nsIScriptSecurityManager.idl => caps/nsIScriptSecurityManager.idl
rename : caps/src/nsJSPrincipals.cpp => caps/nsJSPrincipals.cpp
rename : caps/include/nsJSPrincipals.h => caps/nsJSPrincipals.h
rename : caps/src/nsNullPrincipal.cpp => caps/nsNullPrincipal.cpp
rename : caps/include/nsNullPrincipal.h => caps/nsNullPrincipal.h
rename : caps/src/nsNullPrincipalURI.cpp => caps/nsNullPrincipalURI.cpp
rename : caps/src/nsNullPrincipalURI.h => caps/nsNullPrincipalURI.h
rename : caps/src/nsPrincipal.cpp => caps/nsPrincipal.cpp
rename : caps/include/nsPrincipal.h => caps/nsPrincipal.h
rename : caps/src/nsScriptSecurityManager.cpp => caps/nsScriptSecurityManager.cpp
rename : caps/include/nsScriptSecurityManager.h => caps/nsScriptSecurityManager.h
rename : caps/src/nsSystemPrincipal.cpp => caps/nsSystemPrincipal.cpp
rename : caps/include/nsSystemPrincipal.h => caps/nsSystemPrincipal.h
|
2014-07-15 11:12:59 -07:00 |
|