RESOLVED FIXED 134968
Move ExceptionCodeDescription.h into the files that actually need it
https://bugs.webkit.org/show_bug.cgi?id=134968
Summary Move ExceptionCodeDescription.h into the files that actually need it
Ryuan Choi
Reported 2014-07-16 02:50:18 PDT
SSIA
Attachments
Patch (7.24 KB, patch)
2014-07-16 02:54 PDT, Ryuan Choi
no flags
more includes (8.44 KB, patch)
2014-07-16 17:01 PDT, Ryuan Choi
no flags
more includes2 (9.25 KB, patch)
2014-07-16 17:48 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2014-07-16 02:54:55 PDT
Alexey Proskuryakov
Comment 2 2014-07-16 09:51:10 PDT
Comment on attachment 234988 [details] Patch r- since this patch breaks the build.
Ryuan Choi
Comment 3 2014-07-16 17:01:12 PDT
Created attachment 235035 [details] more includes
Ryuan Choi
Comment 4 2014-07-16 17:48:46 PDT
Created attachment 235038 [details] more includes2
Darin Adler
Comment 5 2014-07-19 22:59:51 PDT
Comment on attachment 235038 [details] more includes2 View in context: https://bugs.webkit.org/attachment.cgi?id=235038&action=review > Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1555 > + $implIncludes{"ExceptionCodeDescription.h"} = 1; What port is this file for? I believe the WebKit1 GTK port is gone from the tree now, so I think that means this entire file is now obsolete, along with the WebCore/bindings/gobject and WebCore/bindings/scripts/test/GObject directories. Another way to put this is: How did you test this change? I don’t see any changes to the expected results for gobject in WebCore/bindings/scripts/test/GObject, so I think the bindings tests will start failing.
Ryuan Choi
Comment 6 2014-07-20 17:48:48 PDT
(In reply to comment #5) > (From update of attachment 235038 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=235038&action=review > > > Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1555 > > + $implIncludes{"ExceptionCodeDescription.h"} = 1; > > What port is this file for? I believe the WebKit1 GTK port is gone from the tree now, so I think that means this entire file is now obsolete, along with the WebCore/bindings/gobject and WebCore/bindings/scripts/test/GObject directories. I am not sure but if I am right, WebKit2/Gtk still support DOM binding using injected bundle. > > Another way to put this is: How did you test this change? I don’t see any changes to the expected results for gobject in WebCore/bindings/scripts/test/GObject, so I think the bindings tests will start failing. I just touched for the green bot. I believe that it is just to include header file so the compilation of gtk-wk2 bot is enough.
WebKit Commit Bot
Comment 7 2014-07-20 19:20:11 PDT
Comment on attachment 235038 [details] more includes2 Clearing flags on attachment: 235038 Committed r171285: <http://trac.webkit.org/changeset/171285>
WebKit Commit Bot
Comment 8 2014-07-20 19:20:18 PDT
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.