RESOLVED FIXED 77589
Remove [ImplementationUUID] and [InterfaceUUID] from html/canvas/*.idl
https://bugs.webkit.org/show_bug.cgi?id=77589
Summary Remove [ImplementationUUID] and [InterfaceUUID] from html/canvas/*.idl
Kentaro Hara
Reported 2012-02-01 17:48:57 PST
[ImplementationUUID] and [InterfaceUUID] are used in html/canvas/*.idl, but they are not implemented in code generators and thus have no meaning. We can remove them.
Attachments
Patch (4.34 KB, patch)
2012-02-01 17:51 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-01 17:51:19 PST
Adam Barth
Comment 2 2012-02-01 17:54:26 PST
Comment on attachment 125054 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125054&action=review > Source/WebCore/ChangeLog:10 > + [ImplementationUUID] and [InterfaceUUID] are used in html/canvas/*.idl, > + but they are not implemented in code generators and thus have no meaning. > + This patch removes them. Do we know the history here? Did these attributes mean something at some point? Is the reason for their existence no longer important?
Kentaro Hara
Comment 3 2012-02-01 18:08:04 PST
(In reply to comment #2) > Do we know the history here? Did these attributes mean something at some point? Is the reason for their existence no longer important? Those UUIDs were added in preparation of adding autogeneration of the COM DOM bindings. http://trac.webkit.org/changeset/27276 It appears that those UUIDs had been already removed from almost all IDL files, but they have remained in some IDL files in html/canvas/ unintentionally.
Adam Barth
Comment 4 2012-02-01 18:09:35 PST
Comment on attachment 125054 [details] Patch Makes sense. Thanks.
WebKit Review Bot
Comment 5 2012-02-01 18:48:10 PST
Comment on attachment 125054 [details] Patch Clearing flags on attachment: 125054 Committed r106526: <http://trac.webkit.org/changeset/106526>
WebKit Review Bot
Comment 6 2012-02-01 18:48:15 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.