v8binding: Support [CSSProperty]
Supports [CSSProperty] IDL extended attribute in order to support CSS properties. There are 1,215 CSS properties, so it's worth optimizing the property installation of CSS properties to reduce the APK size. CSS properties are currently implemented as named properties, but they will soon be implemented as IDL attributes conforming to the spec. Then, the APK size increase will be ~9KB with this patch (~300KB without this patch). Bug: 1075980, 1075981 Change-Id: Id0410d57737ae106ead95d01a89661a6942fc0b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391180 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#804746}
Showing
Please register or sign in to comment