Chromium Code Reviews
DescriptionDevTools: Override browser commit hash with process.env.CHROMIUM_COMMIT
This is a simple solution for hosted mode users who want to override which
version of the proxied files (SupportedCSSProperties.js and InspectorBackendCommands.js)
they want to use, instead of relying on the default which gets the commit hash
of the browser/back-end.
Example:
CHROMIUM_COMMIT=813208daf9e9821657e55ef7c40a14815efdcf49 npm run server
Will update docs after this lands.
Added a comment to the bug issue for more context on why we used this approach.
BUG=635136
Committed: https://crrev.com/846251ff8e503e1a90ce93a5119d32010e8c872f
Cr-Commit-Position: refs/heads/master@{#411721}
Patch Set 1 #
Total comments: 1
Patch Set 2 : added helpful info #Messages
Total messages: 13 (6 generated)
|