Skip to content

Commit 1f78fb8

Browse files
committed
[devtools] add some quick links to the readme for locating the necessary files when adding new devtools versions
1 parent 0ff878d commit 1f78fb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

common/devtools/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ Fortunately both Chrome and Edge are based off Chromium releases and those
1010
are OSS. In order to get the versions of the protocol spoken by particular
1111
releases of Chrome:
1212

13-
* Find out the latest release version of stable Chrome (as I write this
14-
it's `84.0.4147.125`).
13+
* Find out the latest version of [Stable Channel Update for Desktop](https://chromereleases.googleblog.com/search/label/Stable%20updates)
14+
(e.g., `84.0.4147.125`).
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)
1819
* Now figure out the version of v8 used by the version of Chromium. In
1920
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)
2022
* Head over to the [v8 source](https://github.com/v8/v8) and switch to
21-
the indicated revision (as I write this it's
22-
`451d38b60be0a0f692b11815289cf8cbc9b1dc98`)
23+
the indicated revision (e.g., `451d38b60be0a0f692b11815289cf8cbc9b1dc98`)
2324
* Grab `//include:js_protocol.pdl`
25+
(Quick link: https://github.com/v8/v8/raw/<V8_REVISION_NUMBER>/include/js_protocol.pdl)
2426

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

0 commit comments

Comments
 (0)