Drop the -webkit prefix from user-select CSS rule in ui/.
It's been implemented as just "user-select" since Chrome 54. This was accomplished with: for type in none text auto; do git gs "\-webkit-user-select: $type;" -l | \ xargs perl -p -i -e "s/-webkit-user-select: $type;/user-select: $type;/g" done And a bunch of manual alpha sorting of rules :(. R=fukino@chromium.org BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2621993006 Cr-Commit-Position: refs/heads/master@{#443151}
Showing
Please register or sign in to comment