chrome-devtools-app
chrome-devtools-app copied to clipboard
SupportedCSSProperties.js not generated properly
It looks like SupportedCSSProperties.js
needs to be generated from the Chromium code-base, as the DevTools codebase has a Python script, https://chromium.googlesource.com/chromium/blink.git/+/master/Source/devtools/scripts/generate_supported_css.py, that pulls data from https://chromium.googlesource.com/chromium/blink.git/+/master/Source/core/css/CSSProperties.in, to generate the file.
We need to generate SupportedCSSProperties.js
, but CSSProperties.in
is outside of this codebase.
Added a dummy version as a temp workaround in https://github.com/auchenberg/chrome-devtools-app/commit/64dec737ffdcef0e115dd084c125e6232ea2085c