aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-24 02:55:56 +0800
committerXan Lopez <xan@igalia.com>2013-03-11 20:40:21 +0800
commit4369ae9aa3cd7abeb03e156abb994616b4c11441 (patch)
tree296a87f9ca2739aa5156a38a0e18ccc15595bd89 /embed/ephy-web-view.h
parent6da63a35ffe4254084c80d5abb568f9e9906be5a (diff)
downloadgsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.tar
gsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.tar.gz
gsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.tar.bz2
gsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.tar.lz
gsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.tar.xz
gsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.tar.zst
gsoc2013-epiphany-4369ae9aa3cd7abeb03e156abb994616b4c11441.zip
Show an error page when the WebProcess crashes
https://bugzilla.gnome.org/show_bug.cgi?id=693832
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 515880430..46c84f95b 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -81,7 +81,8 @@ typedef enum
typedef enum {
EPHY_WEB_VIEW_ERROR_PAGE_NETWORK_ERROR,
- EPHY_WEB_VIEW_ERROR_PAGE_CRASH
+ EPHY_WEB_VIEW_ERROR_PAGE_CRASH,
+ EPHY_WEB_VIEW_ERROR_PROCESS_CRASH
} EphyWebViewErrorPage;
struct _EphyWebView