RESOLVED FIXED 163268
Annotate DOM API with CEReactions
https://bugs.webkit.org/show_bug.cgi?id=163268
Summary Annotate DOM API with CEReactions
Ryosuke Niwa
Reported 2016-10-10 21:51:20 PDT
Add CEReactions IDL attribute to APIs defined in https://dom.spec.whatwg.org
Attachments
Adds the IDL attribute (87.49 KB, patch)
2016-10-10 22:06 PDT, Ryosuke Niwa
darin: review+
Ryosuke Niwa
Comment 1 2016-10-10 22:06:32 PDT
Created attachment 291229 [details] Adds the IDL attribute
Radar WebKit Bug Importer
Comment 2 2016-10-10 22:16:44 PDT
Darin Adler
Comment 3 2016-10-10 23:54:24 PDT
Comment on attachment 291229 [details] Adds the IDL attribute View in context: https://bugs.webkit.org/attachment.cgi?id=291229&action=review > Source/WebCore/dom/NamedNodeMap.idl:30 > + [MayThrowLegacyException, CEReactions] Attr removeNamedItem(DOMString name); Should figure out what order we want these extended attributes. I was thinking maybe alphabetical.
Ryosuke Niwa
Comment 4 2016-10-10 23:57:09 PDT
Comment on attachment 291229 [details] Adds the IDL attribute View in context: https://bugs.webkit.org/attachment.cgi?id=291229&action=review >> Source/WebCore/dom/NamedNodeMap.idl:30 >> + [MayThrowLegacyException, CEReactions] Attr removeNamedItem(DOMString name); > > Should figure out what order we want these extended attributes. I was thinking maybe alphabetical. Hopefully MayThrowLegacyException is going away but alphabetical ordering makes sense. We should probably add that to the style checker...
Ryosuke Niwa
Comment 5 2016-10-11 15:10:26 PDT
Note You need to log in before you can comment on or make changes to this bug.