gnome-shell/js/gdm
verdre 522a5fe480 loginDialog: Ensure old timed login timeout is removed before starting a new one
Normally, we give the user a 5 second grace period of inactivity before
starting a timed login operation. Unfortunately, that grace period
timeout isn't properly removed if the timed login operation is restarted
during the grace period. That means the timeout handler can
inadvertently get called multiple times leading to the grace period
duration getting subtracted from the total animation time more than
once.

This commit ensures we only ever have one grace period timeout scheduled
at a time.
2018-04-19 09:08:45 +02:00
..
authPrompt.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
batch.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
fingerprint.js gdm: Handle absence of Fprint.Manager service 2017-03-20 19:02:07 +01:00
loginDialog.js loginDialog: Ensure old timed login timeout is removed before starting a new one 2018-04-19 09:08:45 +02:00
oVirt.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
realmd.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
util.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00