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:
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
2727You may also find the same information at the [ OmahaProxy CSV
2828Viewer] ( https://omahaproxy.appspot.com )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments