RESOLVED FIXED Bug 31793
Move GOwnPtr* from wtf to wtf/gtk
https://bugs.webkit.org/show_bug.cgi?id=31793
Summary Move GOwnPtr* from wtf to wtf/gtk
Laszlo Gombos
Reported 2009-11-22 20:16:49 PST
Since there is already a wtf/gtk directory and GOwnPtr* is only used by WebKitGTK+ port, seems like a logical step to move GOwnPtr* from wtf to wtf/gtk.
Attachments
proposed patch (19.78 KB, patch)
2009-11-22 20:24 PST, Laszlo Gombos
no flags
fix indentation in JavaScriptCore/GNUmakefile.am (19.76 KB, patch)
2009-11-22 20:27 PST, Laszlo Gombos
no flags
Sorry, this was a wrong patch (19.53 KB, patch)
2009-11-27 12:21 PST, Shinichiro Hamaji
no flags
chromium build fix (1.23 KB, patch)
2009-11-27 12:23 PST, Shinichiro Hamaji
no flags
Laszlo Gombos
Comment 1 2009-11-22 20:24:27 PST
Created attachment 43692 [details] proposed patch This patch has an impact at least on the following ports: gtk, wx, chromium. I'm happy to break out the patch into individual ports. I have not had a chance to test if this change does not break any of the ports mentioned above - particularly the gtk port. Even though the changes are trivial I think at very least WebKitGTK+ needs to be be built with the patch before review+/landing this change. If someone can help with that that would be great, otherwise I will try to find some time to do so.
Laszlo Gombos
Comment 2 2009-11-22 20:27:41 PST
Created attachment 43693 [details] fix indentation in JavaScriptCore/GNUmakefile.am
Oliver Hunt
Comment 3 2009-11-22 21:35:29 PST
Comment on attachment 43693 [details] fix indentation in JavaScriptCore/GNUmakefile.am r=me
Laszlo Gombos
Comment 4 2009-11-26 20:56:17 PST
Shinichiro Hamaji
Comment 5 2009-11-27 12:21:25 PST
Created attachment 43966 [details] Sorry, this was a wrong patch
Shinichiro Hamaji
Comment 6 2009-11-27 12:23:24 PST
Created attachment 43967 [details] chromium build fix
Shinichiro Hamaji
Comment 7 2009-11-27 12:24:45 PST
This change makes chromium build fail. We need to ignore GOwnPtr. This patch ignores gtk directory.
Laszlo Gombos
Comment 8 2009-11-27 16:20:47 PST
(In reply to comment #7) > This change makes chromium build fail. We need to ignore GOwnPtr. This patch > ignores gtk directory. Thanks. I do not have review+ bit, but as this is a build fix and related to my change I think it is best to commit it (as it looks good to me). Committed as http://trac.webkit.org/changeset/51452.
Shinichiro Hamaji
Comment 9 2009-11-27 22:32:29 PST
Thanks for checking and landing my patch.
Note You need to log in before you can comment on or make changes to this bug.