Skip to content

Commit

Permalink
Bug 1550590 - nsIScriptChannel isn't used by script. r=bzbarsky
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D30606

--HG--
extra : moz-landing-system : lando
  • Loading branch information
amccreight committed May 10, 2019
1 parent 4e2463d commit 06de509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dom/base/nsIScriptChannel.idl
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
* - If the channel does not have an owner principal, the program will not be
* executed at all, no matter what. This is necessary because in this
* circumstance we have no way to tell whether script execution is allowed at
* all for the originating security context of this channel.
* all for the originating security context of this channel.
* - If the channel has an owner principal, how it is executed is controlled by
* this interface. However if the owner principal does not subsume the
* principal of the environment in which the program is to be executed the
* execution will be forced to happen in a sandbox.
*/
[scriptable, uuid(33234b99-9588-4c7d-9da6-86b8b7cba565)]
[uuid(33234b99-9588-4c7d-9da6-86b8b7cba565)]
interface nsIScriptChannel : nsISupports
{
/**
Expand Down

0 comments on commit 06de509

Please sign in to comment.