aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-06-14 13:32:26 +0800
committerXan Lopez <xan@igalia.com>2012-06-14 13:40:16 +0800
commit4873a591b6e90a6df99e7d0965c93b74bf4fec85 (patch)
treeb22a3b94369bdd343eae2e44e2b5303c96a3560d /embed
parent600192397f1a70f56f8c592353e40fe213aa3157 (diff)
downloadgsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.tar
gsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.tar.gz
gsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.tar.bz2
gsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.tar.lz
gsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.tar.xz
gsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.tar.zst
gsoc2013-epiphany-4873a591b6e90a6df99e7d0965c93b74bf4fec85.zip
Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TEST
For now the only difference is that no top-level window will be shown in this mode, but in the future it can be extended to behave in a manner appropriate for testing.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-shell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index 97ec38a06..8f4717bde 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -51,7 +51,8 @@ typedef enum
{
EPHY_EMBED_SHELL_MODE_BROWSER,
EPHY_EMBED_SHELL_MODE_PRIVATE,
- EPHY_EMBED_SHELL_MODE_APPLICATION
+ EPHY_EMBED_SHELL_MODE_APPLICATION,
+ EPHY_EMBED_SHELL_MODE_TEST
} EphyEmbedShellMode;
struct _EphyEmbedShell