Confirmed users, Bureaucrats and Sysops emeriti
419
edits
No edit summary |
|||
Line 25: | Line 25: | ||
** this means a wrapper-sharing policy declaration in the chrome manifest | ** this means a wrapper-sharing policy declaration in the chrome manifest | ||
* Open issues | * Open issues | ||
** should "system" mean has system principals, or | ** should "system" applied to a script mean has system principals, or wants system XPCNativeWrapper? | ||
** if so, we have enough bits | ** if so, we have enough bits, and IsSystemPrincipal checks can be optimized | ||
** if not, we need another bit, for wrapper sharing policy, per script filename (but not object) | ** if not, we need another bit, for wrapper sharing policy, per script filename (but not object) as opposed to a fast has-system-principals test |