gnome-shell/js/ui/components
Florian Müllner 26235bbe54 js: Use (dis)connectObject()
Start using the new methods to simplify signal cleanup. For now,
focus on replacing existing cleanups; in most cases this means
signals connected in the constructor and disconnected on destroy,
but also other cases with a similarly defined lifetime (say: from
show to hide).

This doesn't change signal connections that only exist for a short
time (say: once), handlers that are connected on-demand (say: the
first time a particular method is called), or connections that
aren't tracked (read: disconnected) at all.

We will eventually replace the latter with connectObject() as
well - especially from actor subclasses - but the changeset is
already big enough as-is :-)

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1953>
2022-03-04 14:14:37 +00:00
..
__init__.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
automountManager.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
autorunManager.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
keyring.js keyring: Fix incorrect reference to the label instead of string 2021-11-17 10:19:08 +00:00
networkAgent.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
polkitAgent.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
telepathyClient.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00