Don't expose CSSStyleValue sub class methods/attributes to Custom Paint |
||
Issue descriptionCurrently some of the CSSStyleValue subclasses are exposing their sub class methods and attributes to Custom Paint because the IDL states: [ Exposed(Window TypedOM, PaintWorklet TypedOM) ] This should instead read: [ RuntimeEnabled=TypedOM, Exposed=(Window,PaintWorklet) ]
,
Feb 16 2018
,
Feb 17 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/789341f7946e22a3f2c6c0f2ae27312706f1e495 commit 789341f7946e22a3f2c6c0f2ae27312706f1e495 Author: Ian Kilpatrick <ikilpatrick@chromium.org> Date: Sat Feb 17 02:00:10 2018 [typedom] Still expose CSSStyleValue and StylePropertyMapReadOnly to PaintWorklet Reverts part of https://chromium-review.googlesource.com/c/chromium/src/+/920326 If TypedOM doesn't ship in 66 this means that we won't break paint worklet. (We still need to expose these two classes). Bug: 812432 Change-Id: I358d49fecdf2169911c72dac758a745067dd5c96 Reviewed-on: https://chromium-review.googlesource.com/924604 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#537503} [modify] https://crrev.com/789341f7946e22a3f2c6c0f2ae27312706f1e495/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl [modify] https://crrev.com/789341f7946e22a3f2c6c0f2ae27312706f1e495/third_party/WebKit/Source/core/css/cssom/StylePropertyMapReadOnly.idl |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Feb 16 2018