In many cases the domain name is not sufficiently useful.
Created attachment 222052 [details] Fix
Comment on attachment 222052 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=222052&action=review > Source/WebKit2/WebProcess/mac/WebProcessMac.mm:240 > + NSURL *originAsNSURL = [NSURL URLWithString:mainFrame->url()]; Elsewhere in WebKit2 we use +_web_URLWithWTFString: to convert from a String representation of a URL to NSURL. Should we do the same here?