GNOME Bugzilla – Bug 652597
Drop _blockMethod and some JSAPI usage
Last modified: 2011-06-20 21:58:44 UTC
See patches
Created attachment 189940 [details] [review] environment: Remove usage of _blockMethod; we've fixed both Clutter and GDK See bug 597292.
Created attachment 189941 [details] [review] shell_global_set_property_mutable: Remove All introspection properties are now writable; See https://bugzilla.gnome.org/show_bug.cgi?id=646633
Comment on attachment 189940 [details] [review] environment: Remove usage of _blockMethod; we've fixed both Clutter and GDK Not sure it makes sense to remove _blockMethod entirely... there may be other issues in the future. (Or the present. I recently reviewed a patch that used Clutter.get_current_event_time() instead of global.get_current_time().) I suppose it could be simplified vastly now that we don't need set_property_mutable() though, so maybe it does make sense to kill it for now.
Comment on attachment 189941 [details] [review] shell_global_set_property_mutable: Remove ok
Attachment 189941 [details] pushed as 26aa433 - shell_global_set_property_mutable: Remove