<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ChromeDevToolsSdk</title><link>https://sourceforge.net/p/chromedevtools/wiki/ChromeDevToolsSdk/</link><description>Recent changes to ChromeDevToolsSdk</description><atom:link href="https://sourceforge.net/p/chromedevtools/wiki/ChromeDevToolsSdk/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Apr 2015 13:43:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chromedevtools/wiki/ChromeDevToolsSdk/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for ChromeDevToolsSdk page</title><link>https://sourceforge.net/p/chromedevtools/wiki/ChromeDevToolsSdk/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: fath...@gmail.com&lt;/p&gt;
&lt;p&gt;alert("") &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 25 Apr 2015 13:43:50 -0000</pubDate><guid>https://sourceforge.netbceda41393c53c571ab0a562b6a1d14c134cc443</guid></item><item><title>Discussion for ChromeDevToolsSdk page</title><link>https://sourceforge.net/p/chromedevtools/wiki/ChromeDevToolsSdk/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/117971710389242904661" rel="nofollow"&gt;shailesh...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;asdf &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 25 Apr 2015 13:43:50 -0000</pubDate><guid>https://sourceforge.net6500c725deda40d6b5d9365ea187d6fcc9b8725f</guid></item><item><title>ChromeDevToolsSdk modified by Anonymous</title><link>https://sourceforge.net/p/chromedevtools/wiki/ChromeDevToolsSdk/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="overview"&gt;Overview&lt;/h1&gt;
&lt;p&gt;ChromeDevTools SDK is a library that enables developers to create &lt;a class="" href="/p/chromedevtools/wiki/ChromeDevToolsProtocol"&gt;ChromeDevToolsProtocol&lt;/a&gt;-aware applications (&lt;a class="" href="/p/chromedevtools/wiki/EclipseDebugger"&gt;EclipseDebugger&lt;/a&gt; is an example of such an application.) The library exposes an API and its default implementation for interaction with the Google Chrome (Chromium) browser. &lt;/p&gt;
&lt;p&gt;In addition SDK supports following protocols: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/v8/wiki/DebuggerProtocol" rel="nofollow"&gt;V8 debugger protocol&lt;/a&gt; to attach to any V8-based applications, &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/p/chromedevtools/wiki/WIP"&gt;WebKit Remote Debugging Protocol&lt;/a&gt; (starting from &lt;a class="" href="/p/chromedevtools/wiki/Release_0_3_0"&gt;0.3.0 release&lt;/a&gt;), subproject called 'WIP'. &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="documentation"&gt;Documentation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://chromedevtools.googlecode.com/svn/trunk/plugins/org.chromium.sdk/javadocs/index.html" rel="nofollow"&gt;Javadocs&lt;/a&gt; for the latest release. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../SdkTutorial"&gt;SdkTutorial&lt;/a&gt;. &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="wip-backends"&gt;WIP Backends&lt;/h2&gt;
&lt;p&gt;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 &lt;a class="" href="/p/chromedevtools/wiki/Release_0_3_0"&gt;release notes&lt;/a&gt;). 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. &lt;/p&gt;
&lt;h1 id="binary"&gt;Binary&lt;/h1&gt;
&lt;h2 id="standalone-library"&gt;Standalone library&lt;/h2&gt;
&lt;p&gt;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. &lt;/p&gt;
&lt;h2 id="in-eclipse"&gt;In Eclipse&lt;/h2&gt;
&lt;p&gt;From UI you can install "ChromeDevTools SDK" feature plus "ChromeDevTools SDK WIP Backends" feature. You also can manually get the following plugins: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;org.chromium.sdk &lt;/li&gt;
&lt;li&gt;org.chromium.sdk.wip.eclipse &lt;/li&gt;
&lt;li&gt;org.chromium.sdk.wipbackend.&lt;code&gt;*&lt;/code&gt; -- backend plugins &lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="sources"&gt;Sources&lt;/h1&gt;
&lt;p&gt;Sources could be found in project SVN under the path: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;  trunk  /  plugins/org.chromium.sdk/src*
  trunk  /  plugins/org.chromium.sdk.wip.eclipse/src
  trunk  /  plugins/org.chromium.sdk.wipbackend.*/src*
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;(&lt;code&gt;trunk&lt;/code&gt; can be replaced with &lt;code&gt;tags/...&lt;/code&gt; for more stable code state. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 25 Apr 2015 13:43:50 -0000</pubDate><guid>https://sourceforge.net402b258589b8fc232cd4d0131a4d66592a99cd2e</guid></item></channel></rss>