ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

Support split protocol.json #57

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

In the first commit I've adjusted the update-protocol-json.sh file to merge browser_protocol.json and js_protocol.json together for the tot version and to update v8/protocol.json with js_protocol.json.

Second commit is just a version bump verifying that everything works correctly.

See https://kdzwinel.github.io/debugger-protocol-viewer/ for a live preview.

paulirish commented 8 years ago

I was expecting the hash/date in here to get updated: image

kdzwinel commented 8 years ago

ah crap, I was probably not on the master branch of chromium when I run the script and got outdated version generated. Let me fix that.

paulirish commented 8 years ago

Overall: looks good

paulirish commented 8 years ago

nailed it.