[webkit-dev] WKWebView Inspector in my own app

2014-08-11 Thread Koen Bok
I am looking how to show the inspector in my own mac desktop app with WKWebViews. I think I need to initialize an XPC or http connection to a WKWebView and pass it to a new inspector instance, and then show it. Can anyone maybe point me in the right direction? PS. I also made a Stack Overflow

Re: [webkit-dev] WKWebView Inspector in my own app

2014-08-11 Thread Koen Bok
This is great! Thank you very very much. On Monday, August 11, 2014, Joseph Pecoraro pecor...@apple.com wrote: On Aug 11, 2014, at 12:10 PM, Joseph Pecoraro pecor...@apple.com javascript:_e(%7B%7D,'cvml','pecor...@apple.com'); wrote: On Aug 11, 2014, at 3:23 AM, Koen Bok k

[webkit-dev] Showing the Web Inspector from Obj-C [WKWebView/OSX]

2014-10-01 Thread Koen Bok
I've been looking how to open the web inspector for a WKWebView from code, so I can display it after clicking on a specific button in my app. Since this commit(1) I can launch the inspector from the right click developer menu, so I'm sure it is possible. I just can't figure out how. My app is

Re: [webkit-dev] webkit-dev Digest, Vol 113, Issue 19

2014-10-29 Thread Koen Bok
Unsubscribe On Tuesday, October 28, 2014, webkit-dev-requ...@lists.webkit.org wrote: Send webkit-dev mailing list submissions to webkit-dev@lists.webkit.org javascript:; To subscribe or unsubscribe via the World Wide Web, visit

[webkit-dev] Disable WebKit2 Security

2014-11-24 Thread Koen Bok
I'm trying to disable some web security for my Mac desktop app. Currently, if I try to load a local json file I get the error: [Error] XMLHttpRequest cannot load file:///Users/koen/Desktop/test.json. Cross origin requests are only supported for HTTP. I tried setting the following two