For remote inspection to work, the application hosting a JSContext/WebView must be allowed to access the "com.apple.webinspector" mach port to connect to webinspectord. This is only needed for apps that use the JavaScriptCore framework, so we can have the framework extend the app's sandbox to allow access.
<rdar://problem/16018541>
Created attachment 226070 [details] [PATCH] Proposed Fix Should we avoid including framework.sh for earlier releases of OS X as well? It should be harmless there.
Comment on attachment 226070 [details] [PATCH] Proposed Fix r=me
Comment on attachment 226070 [details] [PATCH] Proposed Fix Clearing flags on attachment: 226070 Committed r165245: <http://trac.webkit.org/changeset/165245>
All reviewed patches have been landed. Closing bug.