sysapps / runtime

Runtime and Security Model for Hosted Web Applications and Packaged Applications
6 stars 13 forks source link

Need to clarify installed/uninstalled/updated and multiple RuntimeInstallers #82

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

Unclear behavior if the same application is installed/uninstalled/updated by more than on RuntimeInstaller. Since each system application can access its own RuntimeInstaller via window.runtime.installer, if Foo app initiates an operation to uninstall application, while at the moment, another Bar app also initiates another operation to uninstall the same application, then the expected behavior is not defined. Should RuntimeInstaller in Bar app can also receive onUninstall event if Foo app uninstall the app successfully.

mounirlamouri commented 11 years ago

RuntimeInstaller isn't part of the spec.

marcoscaceres commented 11 years ago

(I think I copied this stuff out of an email? ... don't remember now.)