From 4b9dcfe60460ed45c5ad2b5020cdf678b1629850 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 30 Jun 2011 17:06:20 +0200 Subject: Add an --application-mode flag and global mode For now it's pretty much like a private instance, but: - A profile directory *must* be passed - Global passwords and cookies are accessed. In the future we'll likely restrict cookies to the ones for the web application domain, which we'll copy from the main cookies file. --- embed/ephy-embed-shell.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index d89aafe94..fab9dd449 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -50,7 +50,8 @@ extern EphyEmbedShell *embed_shell; typedef enum { EPHY_EMBED_SHELL_MODE_BROWSER, - EPHY_EMBED_SHELL_MODE_PRIVATE + EPHY_EMBED_SHELL_MODE_PRIVATE, + EPHY_EMBED_SHELL_MODE_APPLICATION } EphyEmbedShellMode; struct _EphyEmbedShell -- cgit v1.2.3