RESOLVED FIXED 101077
[GTK] Clean up includes in GObject DOM bindings code
https://bugs.webkit.org/show_bug.cgi?id=101077
Summary [GTK] Clean up includes in GObject DOM bindings code
Carlos Garcia Campos
Reported 2012-11-02 11:35:38 PDT
There are some headers included multiple times and some inconsistencies in the includes.
Attachments
Patch (19.25 KB, patch)
2012-11-02 11:38 PDT, Carlos Garcia Campos
haraken: review+
Updated patch to include test results (55.98 KB, patch)
2012-11-02 12:18 PDT, Carlos Garcia Campos
haraken: review+
Carlos Garcia Campos
Comment 1 2012-11-02 11:38:05 PDT
Kentaro Hara
Comment 2 2012-11-02 11:58:00 PDT
Comment on attachment 172095 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=172095&action=review Looks OK. Let's land it after making EWS bots green. > Source/WebCore/ChangeLog:24 > + * bindings/scripts/CodeGeneratorGObject.pm: No need to update run-bindings-tests?
Carlos Garcia Campos
Comment 3 2012-11-02 12:03:54 PDT
(In reply to comment #2) > (From update of attachment 172095 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=172095&action=review > > Looks OK. Let's land it after making EWS bots green. > > > Source/WebCore/ChangeLog:24 > > + * bindings/scripts/CodeGeneratorGObject.pm: > > No need to update run-bindings-tests? Yes, I dind't know there were tests for the bindings :-P I'm updating the results for all the patches now. Thanks!
Kentaro Hara
Comment 4 2012-11-02 12:07:29 PDT
(In reply to comment #3) > Yes, I dind't know there were tests for the bindings :-P I'm updating the results for all the patches now. Thanks! See here: https://trac.webkit.org/wiki/WebKitIDL#RunBindingsTests
Carlos Garcia Campos
Comment 5 2012-11-02 12:18:20 PDT
Created attachment 172106 [details] Updated patch to include test results
Martin Robinson
Comment 6 2012-11-02 13:15:23 PDT
Comment on attachment 172106 [details] Updated patch to include test results View in context: https://bugs.webkit.org/attachment.cgi?id=172106&action=review > Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1437 > # Remove the implementation header from the list of included files. It looks like this comment can be removed now? > Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1438 > %includesCopy = %implIncludes; Maybe we don't have to make a copy if we don't do the deletion?
Carlos Garcia Campos
Comment 7 2012-11-08 06:35:23 PST
Note You need to log in before you can comment on or make changes to this bug.