File tree Expand file tree Collapse file tree 4 files changed +663
-63
lines changed Expand file tree Collapse file tree 4 files changed +663
-63
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ releases of Chrome:
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
+ (Quick link: ` https://raw.githubusercontent.com/chromium/chromium/<LATEST_VERSION_NUMBER>/third_party/blink/public/devtools_protocol/browser_protocol.pdl ` )
19
19
* Now figure out the version of v8 used by the version of Chromium. In
20
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)
21
+ (Quick link: ` https://github.com/chromium/chromium/blob/<LATEST_VERSION_NUMBER>/DEPS#:~:text=the%20commit%20queue%20can%20handle%20cls%20rolling%20v8 ` )
22
22
* Head over to the [ v8 source] ( https://github.com/v8/v8 ) and switch to
23
23
the indicated revision (e.g., ` 451d38b60be0a0f692b11815289cf8cbc9b1dc98 ` )
24
24
* 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 ` )
26
26
27
27
You may also find the same information at the [ OmahaProxy CSV
28
28
Viewer] ( https://omahaproxy.appspot.com )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments