Set Chromium/Safari real values for -webkit- selectors #4402
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to assist in the efforts of #3710, or more specifically, #4302. I've browsed through WebKit and Blink to identify the exact versions where features were added/removed (if supported at all). Based on the following data, this sets versions within Chrome, Chrome Android, Safari, Safari iOS, Opera, Opera Android, Samsung Internet, and WebView:
css.selectors.-webkit-meter-bar, css.selectors.-webkit-meter-even-less-good-value, css.selectors.-webkit-meter-optimum-value, css.selectors.-webkit-meter-suboptimum-value
css.selectors.-webkit-meter-inner-element
css.selectors.-webkit-progress-bar, css.selectors.-webkit-progress-value
css.selectors.-webkit-progress-inner-element
css.selectors.-webkit-resizer
css.selectors.-webkit-scrollbar-button, css.selectors.-webkit-scrollbar-corner, css.selectors.-webkit-scrollbar-thumb, css.selectors.-webkit-scrollbar-track, css.selectors.-webkit-scrollbar
css.selectors.-webkit-scrollbar-track-piece
css.selectors.-webkit-search-cancel-button, css.selectors.-webkit-search-results-button
Note: all commit hashes are for the WebKit Git mirror.
I have requested @ddbeck's review as they have taken a strong initiative on this project, but any and all reviews are welcome!