UWNetworksLab / freedom

Embracing a distributed web
13 stars 5 forks source link

Support external Privileged Services #2

Closed willscott closed 11 years ago

willscott commented 11 years ago

Currently, non-sandboxed APIs (in the core.* namespace) are only able to be registered at freedom startup, and need to be in the same compilation unit as the library.

In the case of an application that has additional privileges, those additional APIs need a mechanism to be made visible to freedom. (e.g. chrome.socket)

willscott commented 11 years ago

Strategy for fixing this limitation dealt with a while ago in a9c906d6