2
edits
Line 63: | Line 63: | ||
* Configuration option to sandbox a webapp so it doesn't share cookies with other webapps in the same Prism. This could allow multiple Google apps to be open with different accounts (a@gmail.com Gmail; b@msn.com for Reader; c@hostedgmail.com for Hosted Gmail). | * Configuration option to sandbox a webapp so it doesn't share cookies with other webapps in the same Prism. This could allow multiple Google apps to be open with different accounts (a@gmail.com Gmail; b@msn.com for Reader; c@hostedgmail.com for Hosted Gmail). | ||
* Detection of window close ( user clicks the X button ) with JavaScript. Existing ways to detect browser closure are not reliable and in the context of an app it is essential. Detection of window minimize/restore might be useful as well ( like in a real desktop app... ) | * Detection of window close ( user clicks the X button ) with JavaScript. Existing ways to detect browser closure are not reliable and in the context of an app it is essential. Detection of window minimize/restore might be useful as well ( like in a real desktop app... ) | ||
* Better shell integration: Most options should be accessible via command line and --help should print out something usable. | * Better shell integration: Most options should be accessible via command line and --help should print out something usable. | ||
* Add ability to configure/clear private data (cookies, history, passwords, etc.) | * Add ability to configure/clear private data (cookies, history, passwords, etc.) | ||
* NTLM Authentification like "network.automatic-ntlm-auth.trusted-uris" in Firefox | * NTLM Authentification like "network.automatic-ntlm-auth.trusted-uris" in Firefox | ||
* Minimize to system tray with baloon notifications | |||
== Web Application Bundles == | == Web Application Bundles == |
edits