gnome-shell/js/ui/components
Jonas Dreßler d5eafbad87 polkitAgent: Use a timeout for resetting the dialog
Since polkit takes a few milliseconds from initiating the session to
emitting the "request" signal, don't introduce visual distraction by
hiding the password entry and showing it again a few ms later.

So start a timeout of 200 ms when we destroy a session and if no session
request (i.e. a request for a password-authentication) happened during
this timeout, hide the password entry.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/788
2019-11-05 18:52:33 +01:00
..
__init__.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
automountManager.js cleanup: Remove trailing spaces 2019-09-15 16:02:45 +02:00
autorunManager.js js: Use generic actor properties to align StBin children 2019-11-04 21:27:56 +01:00
keyring.js js: Replace child properties 2019-11-01 19:42:01 +00:00
networkAgent.js js: Replace child properties 2019-11-01 19:42:01 +00:00
polkitAgent.js polkitAgent: Use a timeout for resetting the dialog 2019-11-05 18:52:33 +01:00
telepathyClient.js cleanup: Use inheritance for Actor classes instead of composition 2019-10-16 15:26:13 +00:00