diff --git a/README.txt b/README.txt index e290afc..13c3d7f 100644 --- a/README.txt +++ b/README.txt @@ -1,23 +1,11 @@ atopwi - atop Web Inspector (a-top-wee) -01AUG11 johnjbarton -atopwi forks the Chrome Developer Tools version of WebKit Inspector. - /WebKit tracks http://svn.webkit.org/repository/webkit/branches/chromium//Source/WebCore/inspector/front-end - /chromium tracks http://svn.webkit.org/repository/webkit/branches/chromium//Source/WebKit/chromium/src/js -where is the third stanza in the Chrome version number, eg 782 in 13.0.782.107 +This is the Web Inspector aka Chrome DevTools front end running on crx2app +(https://github.com/johnjbarton/crx2app) -As much as possible the goal will be to track the latest source. In cases where the devtools_frontend.zip -will not connect with the back end, atopwi will lag. See http://www.chromium.org/devtools +The primary purpose of the atopwi project is to test crx2app. -Actual commands in /atopwi -svn checkout http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/front-end/ WebKit -svn checkout http://svn.webkit.org/repository/webkit/trunk/Source/WebKit/chromium/src/js/ chromium +crx2app is a Chrome extension that uses postMessage RPC to communicate the remote debug protocol back to chrome.debugger* +http://code.google.com/chrome/extensions/dev/debugger.html -http://svn.webkit.org/repository/webkit/trunk/Source/WebKit/chromium/src/js/ chromium -http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/front-end/ WebKit - ------------------------------ -Notes - -InspectorBackendStub.js is pulled from $(obj)/gen/webcore during devtools.js concatentation in concatenated_devtools_js.target.mk -InspectorBackendStub.js is a dependent of a rule in inspector_protocol_sources.target.mk. \ No newline at end of file +Some things won't work because the Chrome remote debug protocol is not yet completely exposing the capabilities of the socket protocol.