Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Chris Beard d8dd14adc2 * major revision to the login dialog to be more robust, adding error handling, styling and a help link
* some minor hacking of the login progress to improve performance
* expanded the application exit sync dialog to be a general modal sync dialog that will display whenever appropriate (e.g. during initial setup, on manual "sync now" requests, and on application exit)
* added a progress meter and status messages to the modal sync dialog to provide users with a better understanding of what's going on, and to assist in debugging
* added ability to cancel a modal sync request, including on application exit. when cancel is clicked on by the user, it will attempt to cancel the sync at the next opportunity (i.e. before the next sync engine is processed)
2008-07-09 17:17:24 -07:00
Anant Narayanan 6829f5a63b Fix syntax errors that were causing unit tests to fail 2008-06-30 12:26:41 -07:00
Anant Narayanan 91ca7c32fa Fix small bug with PasswordTracker returning scores > 100 2008-06-30 11:33:25 -07:00
Anant Narayanan 35b5fc1915 Primitive password tracking support (bug 435320, r=thunder) 2008-06-30 11:19:07 -07:00
Dan Mills 918899ff1d import async module 2008-06-29 17:37:11 -07:00
Dan Mills 7c62863c93 merge upstream changes 2008-06-29 07:07:11 -07:00
Dan Mills 367f6c44ac make resetguids async 2008-06-29 07:00:53 -07:00
Anant Narayanan d66a183b16 Make PasswordStore process removeCommands correctly (bug 442090, r=thunder) 2008-06-28 01:13:14 -07:00
Anant Narayanan df5a216eb1 General restructure for performance improvements (bug 441907, r=thunder) 2008-06-27 20:16:43 -07:00
Anant Narayanan 981d2f0a46 Add license headers to all files which didn't have them. 2008-06-26 14:49:01 -07:00
Atul Varma 4267f258ce Removed an unused constructor parameter from PasswordEngine. 2008-06-18 12:04:49 -07:00
Atul Varma b48aab609f Moved XPCOM-specific stuff from engines/passwords.js to util.js so they could be easily stubbed-out by unit tests. 2008-06-18 11:54:24 -07:00
Atul Varma f4000cc8bc In passwords.js, turned _hashLoginInfo() into a module-level function. 2008-06-03 16:56:58 -07:00
Atul Varma 8ea237d262 Moved all password-syncing code into modules/engines/passwords.js. 2008-06-03 14:08:53 -07:00