Chromium Code Reviews
DescriptionIDL compiler: [CheckSecurity=Frame] interface + [DoNotCheckSecurity] members
This finishes [CheckSecurity=Frame] interface support.
This also refactors tests, moving [DoNotCheckSecurity] members into the
separate [CheckSecurity] test, as [DoNotCheckSecurity] on a member is
meaningless w/o [CheckSecurity] on the interface.
It also adds other tests for various combinations of extended attributes
that do appear in actual IDL files (Location.idl and Window.idl).
Also removes a gratuitous comment that lists all the extended attributes.
I've kept this simple; there are various special cases that are not necessary
in general, but may need support in Location.idl and Window.idl, which I'll
need to check individually anyway.
Followup to:
IDL compiler: [CheckSecurity=Frame] interfaces (initial)
https://codereview.chromium.org/61523003/
BUG=239771
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162510
Patch Set 1 #Patch Set 2 : Other extended attribute combinations #
Total comments: 18
Patch Set 3 : Add FIXME #Patch Set 4 : More FIXMEs #Patch Set 5 : Synced to fixes #
Total comments: 17
Patch Set 6 : Revised #Messages
Total messages: 16 (0 generated)
|