DescriptionIDL: Add [LegacyInterfaceTypeChecking] extended attribute
This attribute is the opposite of [TypeChecking=Interface], and is
intended to replace it in all IDL files. By doing that, we'll explicitly
flag attributes and methods with incorrect behavior, instead of having
incorrect behavior by default.
We should be able to later switch individual attribute and methods over
to the correct behavior on a case-by-case basis by dropping the
[LegacyInterfaceTypeChecking] attribute from them, and eventually drop
support for the attribute altogether.
BUG=462561
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191185
Patch Set 1 #
Messages
Total messages: 10 (2 generated)
|