diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-24 02:55:56 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-11 20:40:21 +0800 |
commit | 4369ae9aa3cd7abeb03e156abb994616b4c11441 (patch) | |
tree | 296a87f9ca2739aa5156a38a0e18ccc15595bd89 /embed/ephy-web-view.h | |
parent | 6da63a35ffe4254084c80d5abb568f9e9906be5a (diff) | |
download | gsoc2013-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.h | 3 |
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 |