Accessing WebKit Devtools JavaScript library

Posted by VLostBoy on Stack Overflow See other posts from Stack Overflow or by VLostBoy
Published on 2010-04-03T15:36:06Z Indexed on 2010/04/03 15:43 UTC
Read the original article Hit count: 423

Filed under:
|
|

I noticed something in Chrome the other day- I had opened Developer Tools, and then hit view source and was initially surprised to notice that apparently the developer tools window is coded in HTML and JavaScript- you can see that by putting the following into the Chrome address bar:

view-source:chrome://devtools/devtools.html

Two things struck me- first, the codes copyright belongs to Apple (considering their backing of WebKit, thats not too surprising), and secondly, it appears that you cannot access the JavaScript, CSS or Image files directly through Chrome by clicking on links in the source code.

So two questions:

Where are the DevTools assets stored on my computer or how can I otherwise access them? Or even better, can someone identify the library that is used and let me know how its licensed? I'm always on the look out for a well implemented UI toolkit- and Devtools looks great.

© Stack Overflow or respective owner

Related posts about webkit

Related posts about devtools