Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SupportedCSSProperties.js not generated properly #21

Open
auchenberg opened this issue Jan 4, 2015 · 1 comment
Open

SupportedCSSProperties.js not generated properly #21

auchenberg opened this issue Jan 4, 2015 · 1 comment
Labels

Comments

@auchenberg
Copy link
Owner

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
Copy link
Owner Author

Added a dummy version as a temp workaround in 64dec73

@auchenberg auchenberg added the bug label Jan 4, 2015
@auchenberg auchenberg changed the title SupportedCSSProperties.js not generated SupportedCSSProperties.js not generated properly Jan 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant