Skip to content

WIP: Expose about:gpu

Michael Catanzaro requested to merge mcatanzaro/gpu into master

This doesn't work properly yet:

  • Entering webkit://gpu into the address bar performs a search, even though I have added it to the non-search regex
  • It displays an insecure lock icon, which I believe is a WebKit bug. WebKitSecurityManager does not know that the webkit:// protocol is local.

Merge request reports