ChromeDevTools SDK is a library that enables developers to create ChromeDevToolsProtocol-aware applications (EclipseDebugger is an example of such an application.) The library exposes an API and its default implementation for interaction with the Google Chrome (Chromium) browser.
In addition SDK supports following protocols:
WebKit Remote Debugging Protocol support (WIP) is deployed in form of separate modules called backends. Each backend corresponds to a particular version of the protocol (see a table in release notes). Note that all backends share the same class names, so you can put only one backend in the classpath at the same time. This is not a problem when using Eclipse plugin dynamic loading and you can do the same manipulations with the Java classloaders if needed.
The library is available as a set of .jar files from Downloads section ("ChromeDevTools SDK library as tar archive"). WIP backend jars are put in a separate directory. Note that backend jars cannot put simultaneously in one classpath.
From UI you can install "ChromeDevTools SDK" feature plus "ChromeDevTools SDK WIP Backends" feature. You also can manually get the following plugins:
*
-- backend plugins Sources could be found in project SVN under the path:
trunk / plugins/org.chromium.sdk/src* trunk / plugins/org.chromium.sdk.wip.eclipse/src trunk / plugins/org.chromium.sdk.wipbackend.*/src*
(trunk
can be replaced with tags/...
for more stable code state.
Wiki: ChromeDevToolsProtocol
Wiki: EclipseDebugger
Wiki: Release_0_1_6
Wiki: Release_0_2_0
Wiki: Release_0_3_0
Wiki: SdkTutorial
Wiki: Versioning
Wiki: WIP
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: shailesh...@gmail.com
asdf
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: fath...@gmail.com
alert("")