auchenberg / auchenberg/chrome-devtools-app
SupportedCSSProperties.js not generated properly
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the existing SupportedCSSProperties.js and compare it with Chromium's generate_supported_css.py and CSSProperties.in, which are linked in the issue. Determine how the external Chromium input can be used for this repository, then verify that SupportedCSSProperties.js is generated correctly from that source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100