gnome-shell/js/gdm
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
..
authList.js gdm: Add AuthList control 2022-01-13 15:03:02 -05:00
authPrompt.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
batch.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
credentialManager.js credentialManager: Shut up a JS warning 2020-11-26 14:17:26 +01:00
loginDialog.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
oVirt.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
realmd.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
util.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
vmware.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00