File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,19 @@ Fortunately both Chrome and Edge are based off Chromium releases and those
10
10
are OSS. In order to get the versions of the protocol spoken by particular
11
11
releases of Chrome:
12
12
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 ` ).
15
15
* Navigate to the [ Chromium source] ( https://github.com/chromium/chromium/ )
16
16
* Open the tag matching the release number.
17
17
* 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
19
* Now figure out the version of v8 used by the version of Chromium. In
19
20
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)
20
22
* 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 ` )
23
24
* Grab ` //include:js_protocol.pdl `
25
+ (Quick link: https://github.com/v8/v8/raw/ <V8_REVISION_NUMBER>/include/js_protocol.pdl)
24
26
25
27
You may also find the same information at the [ OmahaProxy CSV
26
28
Viewer] ( https://omahaproxy.appspot.com )
You can’t perform that action at this time.
0 commit comments