GNOME Bugzilla – Bug 727983
Name all the timeouts and idles
Last modified: 2014-04-10 19:12:27 UTC
.
Created attachment 274019 [details] [review] js: Name all the timeouts and idles With very uninventive names. Names now, good names later.
Created attachment 274020 [details] [review] src: Name all the timeouts and idles
Review of attachment 274019 [details] [review]: GLib.source_set_name_by_id() is the deprecated name, the new way to call it is GLib.Source.set_name_by_id(). It's the same signature, so a simple sed should be enough. Thanks for the patch, btw.
Review of attachment 274020 [details] [review]: Sure.
Created attachment 274022 [details] [review] js: Name all the timeouts and idles With very uninventive names. Names now, good names later.
Review of attachment 274022 [details] [review]: Yep.
I've also split out a fix that ended up in the js patch into a separate commit. Attachment 274020 [details] pushed as 85f811f - src: Name all the timeouts and idles Attachment 274022 [details] pushed as cd2bd76 - js: Name all the timeouts and idles