- Nov 10, 2012
-
-
Justin Lebar authored
Bug 802366 - Prelude, part 4: Use and simplify nsScriptSecurityManager::GetDocShellCodebasePrincipal. r=bz
-
Justin Lebar authored
Bug 802366 - Prelude, part 3: Make some methods on nsIPrincipal infallible, and improve documentation on other methods. r=bz
-
Ryan VanderMeulen authored
--HG-- rename : dom/indexedDB/test/webapp_clearBrowserData.js => dom/indexedDB/test/test_webapp_clearBrowserData.html
-
Justin Lebar authored
Bug 802366 - Prelude, part 4: Use and simplify nsScriptSecurityManager::GetDocShellCodebasePrincipal. r=bz
-
Justin Lebar authored
Bug 802366 - Prelude, part 3: Make some methods on nsIPrincipal infallible, and improve documentation on other methods. r=bz
-
- Oct 24, 2012
-
-
Mounir Lamouri authored
Bug 777467 - Update the same-origin policy for principals to include appid/isinbrowserelement. r=bholley
-
- Oct 31, 2012
-
-
Justin Lebar authored
-
Justin Lebar authored
-
- Oct 30, 2012
-
-
Jonas Sicking authored
-
Justin Lebar authored
Bug 802366 - Prelude, part 4: Use and simplify nsScriptSecurityManager::GetDocShellCodebasePrincipal. r=bz --HG-- extra : rebase_source : 9987bd127ffbfdc6b34302dd05bfac1d6e481a33
-
Justin Lebar authored
Bug 802366 - Prelude, part 3: Make some methods on nsIPrincipal infallible, and improve documentation on other methods. r=bz --HG-- extra : rebase_source : fecd856eee53b99a2a306b4005f2bb3b84c1cfb3
-
- Oct 18, 2012
-
-
Joel Maher authored
-
- Oct 23, 2012
-
-
Ben Turner authored
-
- Oct 22, 2012
-
-
Matt Brubeck authored
-
Mounir Lamouri authored
Bug 777467 - Update the same-origin policy for principals to include appid/isinbrowserelement. r=bholley
-
Bobby Holley authored
This stuff is super ugly and confusing. I think we're better off without it.
-
Bobby Holley authored
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
-
Bobby Holley authored
-
Bobby Holley authored
-
- Sep 28, 2012
-
-
Isaac Aggrey authored
-
- Sep 27, 2012
-
-
Bobby Holley authored
Bug 791526 - Temporarily add the |netscape.security| object back in to fix broken browser detection. r=bz
-
- Sep 26, 2012
-
-
Patrick Wang authored
--HG-- extra : rebase_source : 777580f0a22bfb3d9d447097b0f4a379f2b7416b
-
- Sep 25, 2012
-
-
Sid Stamm authored
Bug 768029 - Apply CSP Policy to trusted and certified apps. Temporarily using a overly permissive policy for certified apps until Gaia is updated to handle the desired policy. r=sicking Parts by sicking, r=mounir
-
- Sep 24, 2012
-
-
Bobby Holley authored
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components | xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
-
- Nov 09, 2012
-
-
Boris Zbarsky authored
Bug 779048 part 1. Implement a parent class for C++ reflections of callback functions in WebIDL. r=bholley,smaug
-
- Sep 11, 2012
-
-
Bobby Holley authored
-
- Sep 13, 2012
-
-
Tim Taubert authored
Bug 790911 - part 1 - add a flag to suppress error reporting when using checkLoadURIWithPrincipal(); r=bz
-
- Sep 17, 2012
-
-
Nathan Froyd authored
-
- Sep 04, 2012
-
-
Terrence Cole authored
--HG-- rename : layout/reftests/text-decoration/underline-select-2-ref.html => layout/reftests/text-decoration/underline-button-1-ref.html rename : layout/reftests/text-decoration/underline-select-2.html => layout/reftests/text-decoration/underline-button-1.html extra : rebase_source : 008f2bab76a005947a4c0bd10b6d9ea8531ea6d0
-
- Sep 03, 2012
-
-
Bill McCloskey authored
-
- Sep 02, 2012
-
-
Randell Jesup authored
-
- Oct 09, 2012
-
-
Mounir Lamouri authored
Bug 799152 - nsExpandedPrincipal should use default extendedOrigin/appId/appStatus/isInBrowserElement. r=bholley
-
- Oct 10, 2012
-
-
Bobby Holley authored
\o/
-
- Aug 29, 2012
-
-
Fabrice Desré authored
Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 3 : updating tests. [r=mounir]
-
- Aug 28, 2012
-
-
Fabrice Desré authored
Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 1 : nsPrincipal changes [r=mounir]
-
Phil Ringnalda authored
Back out a08d28e8a86b (bug 768868), 9b96029a9cf0 and 010b5cb3576d (bug 781620) for test failures and leaks
-
Fabrice Desré authored
Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 1 : nsPrincipal changes [r=mounir]
-
- Aug 24, 2012
-
-
Chris Jones authored
-
- Aug 23, 2012
-
-
Mounir Lamouri authored
Bug 777072 - 3/7 - Update nsHostTable and nsHostEntry to make them aware of new security model. r=sicking,jlebar
-