The WebKit Open Source JavaScript Project
This is the project page for WebKit's JavaScript implementation. JavaScript is the primary programming language used on web pages. Originally named
Live Script and now also known as ECMAScript, it's a safe, dynamic language that's arguably one of the most well-known programming languages in the world. There's a JavaScript standard, created by ECMA. WebKit's JavaScript engine, JavaScriptCore, based on KJS, is a framework separate from WebCore and WebKit, and is used on Mac OS X for applications other than web page JavaScript.
WebKit Open Source Tools Add JavaScript Debugger
The WebKit application framework for the Mac now includes a JavaScript
debugger, named Drosera. Drosera, named after the largest genera of bug
eating plants, lets you attach and debug JavaScript for any WebKit
application-not just the Safari browser, which is based on WebKit, as per
the company. One of the unique things about Drosera is that over 90% of it
is written in HTML and JavaScript. Similar approach was used in the WebKit's
existing development application, named Web Inspector. The development team
stated this technique is a testament of what you can do with web
technologies today and the rapid development that WebKit allows.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Open Source JavaScript
Post your Comment