diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-07-14 06:47:33 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-08-29 03:23:26 +0800 |
commit | ebac66a05be1e71bd978f070fb842fd8b457e7e8 (patch) | |
tree | 549cd1797c49a39cf20be47b5567441f208a5fa5 /data | |
parent | bebb9f4299f4a86439ed04b335b6852234af0622 (diff) | |
download | gsoc2013-epiphany-ebac66a05be1e71bd978f070fb842fd8b457e7e8.tar.gz gsoc2013-epiphany-ebac66a05be1e71bd978f070fb842fd8b457e7e8.tar.zst gsoc2013-epiphany-ebac66a05be1e71bd978f070fb842fd8b457e7e8.zip |
Add basic support for Web Applications
Allow to save any page as a "Web Application". A new .desktop file
will be created, and added to the Shell as a new application. It will
launch epiphany in application mode, with its own private profile
(inheriting some data from the main profile, like the relevant domain
cookies) and in a new process.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-ui.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 1c2fff369..2091defc8 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -6,6 +6,7 @@ <menuitem name="FileOpenMenu" action="FileOpen"/> <separator name="FileSep1"/> <menuitem name="FileSaveAsMenu" action="FileSaveAs"/> + <menuitem name="FileSaveAsApplicationMenu" action="FileSaveAsApplication"/> <separator name="FileSep2"/> <menuitem name="FilePrintSetupMenu" action="FilePrintSetup"/> <menuitem name="FilePrintPreviewMenu" action="FilePrintPreview"/> |