Skip to content

Also enable fatal criticals in the web process

Michael Catanzaro requested to merge mcatanzaro/more-fatal-criticals into master

I proposed this for WebKit in https://github.com/WebKit/WebKit/pull/28651 but Carlos is reluctant, so let's do it only for Epiphany.

Unfortunately there's no way to block criticals in the network process (or the future GPU process) without using the G_DEBUG environment variable. Too bad.

Merge request reports