Comment 1 for bug 1375272

Revision history for this message
Olivier Tilloy (osomon) wrote :

We can use observe NOTIFICATION_RENDERER_PROCESS_CLOSED to get notified when a renderer process is closed (either because it was killed or because it crashed).

If the process was killed (most likely by the OOM killer), the embedder probably wants to try and reload the view automatically, whereas if it crashed some sort of visual feedback should be displayed to inform the user.