chrome-devtools-app icon indicating copy to clipboard operation
chrome-devtools-app copied to clipboard

SupportedCSSProperties.js not generated properly

Open auchenberg opened this issue 10 years ago • 1 comments

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.

auchenberg avatar Jan 04 '15 21:01 auchenberg

Added a dummy version as a temp workaround in https://github.com/auchenberg/chrome-devtools-app/commit/64dec737ffdcef0e115dd084c125e6232ea2085c

auchenberg avatar Jan 04 '15 21:01 auchenberg