GNOME Bugzilla – Bug 679764
Show information about web and plugin processes in about:memory
Last modified: 2012-08-14 11:15:30 UTC
When using WebKit2
Created attachment 218582 [details] [review] Patch
Review of attachment 218582 [details] [review]: Looks good, just a nitpick about the name of the main process. ::: lib/ephy-smaps.c @@ +71,3 @@ + switch (process) { + case EPHY_PROCESS_EPIPHANY: + return "Epiphany"; I suppose we should say Web here? Maybe that's confusing because there's a Web Process, so perhaps just say something like "UI Process". Dunno.
Also, get_ephy_process_name () should be protected by #ifdef HAVE_WEBKIT2.
Created attachment 221099 [details] [review] Updated patch Protected get_ephy_process_name with #ifdef and changed the process name to Browser instead of Epiphany. I think Epiphany is perfectly fine, fwiw.
Review of attachment 221099 [details] [review]: OK.