Lots of chromium resources use deprecated -webkit-box and -webkit-inline features |
|
Issue description[chromium/src/]$ git grep -e -webkit-box -e -webkit-inline chrome/ content/ ui/ | wc -l 467 [chromium/src/]$ git grep -l -e -webkit-box -e -webkit-inline chrome/ content/ ui/ | wc -l 99 (That's 467 matches in 99 files). Support for this deprecated feature is eroding, we should at least eliminate our use of it inside the chromium repository. |
|
►
Sign in to add a comment |
|
Comment 1 by robliao@chromium.org
, Aug 14