An open API service indexing awesome lists of open source software.

https://github.com/samccone/webkit-remote-debugger-translator


https://github.com/samccone/webkit-remote-debugger-translator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

The webkit remote debugger protocol is relatively close in format to chrome's remote debugging protocol, however they do not exactly line up.

Sniffing the messages and working on the transforms is a somewhat painful process. This "translation" project aims to make it easy for anyone to help write the transformations so that we can use chrome's inspector to profile and debug websites running in safari on iOS devices.

The goal of this project is to write adapters to make the tests pass, which inturn can be applied as a proxy layer to https://github.com/google/ios-webkit-debug-proxy.

---

Running

* `npm test`

---

Resources

* iOS debugging protocol http://trac.webkit.org/browser/trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.0.json
* chrome => firefox translation work https://github.com/mozilla/valence/tree/master/lib/chromium
* a few existing CSS transformers https://github.com/artygus/devtools-compat-proxy/tree/master/lib