https://github.com/samccone/webkit-remote-debugger-translator
https://github.com/samccone/webkit-remote-debugger-translator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/webkit-remote-debugger-translator
- Owner: samccone
- Created: 2015-10-30T21:21:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T23:42:03.000Z (over 10 years ago)
- Last Synced: 2025-03-23T04:27:21.536Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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