Summary: | [WebIDL] Add support for conditionally read-write attributes | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, commit-queue | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Sam Weinig
2017-06-29 16:39:47 PDT
Created attachment 314184 [details]
Patch
Comment on attachment 314184 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=314184&action=review > Source/WebCore/bindings/scripts/test/TestObj.idl:455 > + [Conditional=CONDITION2, ConditionallyReadWrite=CONDITION] attribute Node conditionalAndConditionallyReadWriteAttribute; This test could be more clear if CONDITION were CONDITION3 (In reply to Alex Christensen from comment #2) > Comment on attachment 314184 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=314184&action=review > > > Source/WebCore/bindings/scripts/test/TestObj.idl:455 > > + [Conditional=CONDITION2, ConditionallyReadWrite=CONDITION] attribute Node conditionalAndConditionallyReadWriteAttribute; > > This test could be more clear if CONDITION were CONDITION3 I'll update it to be even more clear. Something like GENERAL_CONDITION and READ_WRITE_CONDITION. Comment on attachment 314184 [details] Patch Clearing flags on attachment: 314184 Committed r219007: <http://trac.webkit.org/changeset/219007> All reviewed patches have been landed. Closing bug. |