Skip to content

Commit 1b236f2

Browse files
committed
[cdp] add cdp v93 to and remove v90 from the project
1 parent 6849486 commit 1b236f2

File tree

4 files changed

+663
-63
lines changed

4 files changed

+663
-63
lines changed

common/devtools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ releases of Chrome:
1515
* Navigate to the [Chromium source](https://github.com/chromium/chromium/)
1616
* Open the tag matching the release number.
1717
* Grab `//third_party/blink/public/devtools_protocol/browser_protocol.pdl`
18-
(Quick link: https://raw.githubusercontent.com/chromium/chromium/<LATEST_VERSION_NUMBER>/third_party/blink/public/devtools_protocol/browser_protocol.pdl)
18+
(Quick link: `https://raw.githubusercontent.com/chromium/chromium/<LATEST_VERSION_NUMBER>/third_party/blink/public/devtools_protocol/browser_protocol.pdl`)
1919
* Now figure out the version of v8 used by the version of Chromium. In
2020
Chromium's source, navigate to `//:DEPS` and search for `v8_revision`
21-
(Quick link: https://github.com/chromium/chromium/blob/<LATEST_VERSION_NUMBER>/DEPS#:~:text=the%20commit%20queue%20can%20handle%20cls%20rolling%20v8)
21+
(Quick link: `https://github.com/chromium/chromium/blob/<LATEST_VERSION_NUMBER>/DEPS#:~:text=the%20commit%20queue%20can%20handle%20cls%20rolling%20v8`)
2222
* Head over to the [v8 source](https://github.com/v8/v8) and switch to
2323
the indicated revision (e.g., `451d38b60be0a0f692b11815289cf8cbc9b1dc98`)
2424
* Grab `//include:js_protocol.pdl`
25-
(Quick link: https://github.com/v8/v8/raw/<V8_REVISION_NUMBER>/include/js_protocol.pdl)
25+
(Quick link: `https://github.com/v8/v8/raw/<V8_REVISION_NUMBER>/include/js_protocol.pdl`)
2626

2727
You may also find the same information at the [OmahaProxy CSV
2828
Viewer](https://omahaproxy.appspot.com)

0 commit comments

Comments
 (0)