Skip to content

Commit

Permalink
[cdp] add cdp v93 to and remove v90 from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 1, 2021
1 parent 6849486 commit 1b236f2
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 63 deletions.
6 changes: 3 additions & 3 deletions common/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ releases of Chrome:
* Navigate to the [Chromium source](https://github.com/chromium/chromium/)
* Open the tag matching the release number.
* Grab `//third_party/blink/public/devtools_protocol/browser_protocol.pdl`
(Quick link: https://raw.githubusercontent.com/chromium/chromium/<LATEST_VERSION_NUMBER>/third_party/blink/public/devtools_protocol/browser_protocol.pdl)
(Quick link: `https://raw.githubusercontent.com/chromium/chromium/<LATEST_VERSION_NUMBER>/third_party/blink/public/devtools_protocol/browser_protocol.pdl`)
* Now figure out the version of v8 used by the version of Chromium. In
Chromium's source, navigate to `//:DEPS` and search for `v8_revision`
(Quick link: https://github.com/chromium/chromium/blob/<LATEST_VERSION_NUMBER>/DEPS#:~:text=the%20commit%20queue%20can%20handle%20cls%20rolling%20v8)
(Quick link: `https://github.com/chromium/chromium/blob/<LATEST_VERSION_NUMBER>/DEPS#:~:text=the%20commit%20queue%20can%20handle%20cls%20rolling%20v8`)
* Head over to the [v8 source](https://github.com/v8/v8) and switch to
the indicated revision (e.g., `451d38b60be0a0f692b11815289cf8cbc9b1dc98`)
* Grab `//include:js_protocol.pdl`
(Quick link: https://github.com/v8/v8/raw/<V8_REVISION_NUMBER>/include/js_protocol.pdl)
(Quick link: `https://github.com/v8/v8/raw/<V8_REVISION_NUMBER>/include/js_protocol.pdl`)

You may also find the same information at the [OmahaProxy CSV
Viewer](https://omahaproxy.appspot.com)
Expand Down
File renamed without changes.
Loading

0 comments on commit 1b236f2

Please sign in to comment.