Mounir Lamouri
dae4efaef8
Bug 566128 (3/3) - Fix password manager. r=gavin.sharp a2.0=blocking
2010-08-19 23:56:03 +02:00
Justin Dolske
8f6ee78630
Bug 499233 - multiple master password prompts triggered by filling form logins in multiple tabs. r=zpao, a=sdwilsh
2010-08-02 16:02:20 -07:00
timeless@mozdev.org
02c4010057
Bug 577363 assignment to undeclared variable stmt in _dbMigrateToVersion4
...
r=zpao
2010-07-08 18:23:17 +03:00
Benjamin Smedberg
5cab25b52b
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
...
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Justin Dolske
cc2d31e94b
Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs
...
--HG--
rename : toolkit/content/commonDialog.css => toolkit/components/prompts/content/commonDialog.css
rename : toolkit/content/commonDialog.js => toolkit/components/prompts/content/commonDialog.js
rename : toolkit/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/content/selectDialog.js => toolkit/components/prompts/content/selectDialog.js
rename : toolkit/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xul
2010-06-16 17:06:17 -07:00
Frank Yan
f2e96eb3b7
Bug 566710 - remove extra whitespace from password manager. r=dolske
2010-05-18 14:29:09 -07:00
Mark Banner
14c0ac6dc0
Bug 530079 Catch and handle nicely 'malformed URI sequence when migrating passwords from the legacy storage to the new. r=dolske
2010-05-14 09:07:36 +01:00
Ben Bucksch
a0a208a008
Bug 521467 - Automatically log in to proxy. r=dolske, r=zpao
2010-04-06 15:28:00 -07:00
Justin Dolske
63cffdd401
Bug 465636 - Login Manager should record creation/usage timestamps. r=zpao, sr=vlad
...
--HG--
rename : toolkit/components/passwordmgr/test/unit/head_storage_legacy_1.js => toolkit/components/passwordmgr/test/unit/head_common.js
2009-12-28 20:39:00 -08:00
Justin Dolske
b624180ee3
Bug 551851 - Add Services.jsm goodness to login manager. r=zpao, r=vlad
2010-03-11 18:25:00 -08:00
Paul O’Shannessy
acb67d3f39
Bug 535689 - Avoid clobbering and replacing password value when moving focus outside of username field [r=dolske]
2010-02-24 12:02:24 -08:00
Justin Dolske
b316af67c7
Bug 537862 - Move doAsyncPrompt() code into the prompt factory. r=mayhemer, r=gavin
2010-02-18 13:43:20 -08:00
Metal Sonic
4c1b34d634
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
2009-12-21 21:50:30 +00:00
Paul O’Shannessy
e26a79423f
Bug 511474 - input type password loses value when gaining focus by tabbing from previous field [r=dolske]
...
--HG--
extra : rebase_source : 2ea380a08b053740d63f424392dd057c0f0fd9e9
2009-12-16 14:10:27 -08:00
Justin Dolske
175727d33a
Bug 499417 - Refactor login manager's crypto code. r=vladimir, r=zpao
2009-12-13 17:04:43 -08:00
Dão Gottwald
de19aaab92
Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske
2009-11-08 10:22:11 +01:00
Jae-Seong Lee
75a0e10b99
Bug 521148 - xpcshell-test: test_storage_mozStorage_4.js fails with 'strict' & 'werror' on, part 2. r=dolske
2009-10-09 12:50:53 +02:00
Paul O’Shannessy
661a554179
Bug 492197 - password manager is extremely slow at reencrypting base64-encoded signons. r=dolske
2009-09-28 11:52:18 -07:00
Paul O’Shannessy
d749e0bdad
Bug 518418 - storage-mozStorage should use executeStep() instead of step(). r=dolske+sdwilsh
...
--HG--
extra : rebase_source : 71540d949a7c8a7a8ff8fa44d77d0048a4bca92f
2009-09-25 15:34:54 -07:00
Justin Dolske
34a657bd23
Bug 511639 - Login manager should ignore untrusted events. r=gavin, sr=mconnor
2009-09-22 23:23:58 -07:00
Justin Dolske
0e44752cb1
Bug 508471 - Password Manager should use setProperty instead of setPropertyAsInterface for non-interface objects. r=gavin
2009-08-05 13:46:30 -07:00
Honza Bambas
66ab2c6182
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 20:29:41 +02:00
Honza Bambas
0ca2f9d3e2
backing out 0a13ddc99c95, bug 475053
2009-07-20 20:00:49 +02:00
Honza Bambas
8236bd055e
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 17:25:05 +02:00
Paul O’Shannessy
1ebc0fdd83
Bug 501798 - Not actually finalizing statements in _dbCleanup
2009-07-13 13:35:55 -07:00
Paul O’Shannessy
d01df6a686
Bug 500822 - Importing passwords to mozstorage can fail when signons3.txt is corrupted, r=dolske
2009-07-13 13:35:55 -07:00
MattN
b8b0aff729
Bug 497541 - Autocomplete dropdown should update when text inserted before end. r=gavin
2009-07-11 09:25:57 +02:00
Paul O'Shannessy
472b1194d3
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us
...
r=dolske
r=sdwilsh
2009-06-30 16:00:11 -07:00
Myk Melez
5112be2f93
Bug 492153 - login manager doesn't always notify observers when it handles form. r=dolske, a192=beltzner
2009-05-20 20:22:35 -07:00
Justin Dolske
1e8cbd2563
Bug 471906 - Login manager's onblur handler shouldn't do anything when the username is blank. r=gavin
2009-05-12 12:09:18 -07:00
Simon Bünzli
1658b25674
Bug 489026 - Strict Warning: assignment to undeclared variable logins. r=dolske
2009-04-20 01:03:09 +02:00
Paul O'Shannessy
8a981765e0
Bug 479894 - Add a property-bag based searchLogins API to login manager. r=dolske, sr=vlad
2009-04-17 16:12:46 -07:00
Justin Dolske
f8614872f0
Bug 474846 - Data loss by migration from wallet to login manager. r=gavin
2009-04-16 18:27:21 -07:00
Paul O'Shannessy
cca402cdbe
Bug 316084 - Migrated base64 suite passwords not encrypted when master PW added in Firefox; r=(dolske + gavin.sharp)
2009-03-28 03:00:17 +01:00
Justin Dolske
e6ec16865a
Bug 483693 - import from legacy storage should use a transaction for better performance. r=sdwilsh
2009-03-23 16:40:36 -07:00
Serge Gautherie
412a9d373c
Backed out changeset: 10e8371749f9
...
As dolske says this patch doesn't apply to tip (anymore) !
That's only the 3rd time I checkin-needed and back this very patch out after all :-(
2009-03-21 01:32:55 +01:00
Paul O'Shannessy
33dea14c0e
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh)
2009-03-21 00:38:43 +01:00
Justin Dolske
0f4c34fa28
Bug 481087 - add getAllEncryptedLogins stub to storage-mozStorage.js. r=gavin
2009-03-10 14:15:47 -07:00
Justin Dolske
8cf9612577
Bug 475634 - Login manager should send observer notifications on various events. r=mconnor
2009-02-25 23:40:38 -08:00
Justin Dolske
bd8dd853c5
Bug 477917 - expose login GUIDs through login manager API. r=gavin
2009-02-25 23:40:38 -08:00
Mark Banner
489f8ec766
Bug 472824 promptPassword should unescape user names before use. r=dolkse,sr=mconnor
2009-01-15 13:16:34 +00:00
Justin Dolske
81648a0b95
Bug 467463 - Login Manager should store a GUID for logins. r=gavin, r=sdwilsh.
...
--HG--
rename : toolkit/components/passwordmgr/test/unit/key3.db => toolkit/components/passwordmgr/test/unit/data/key3.db
2009-01-12 16:26:48 -08:00
Paul O'Shannessy
1a6cbdbb3e
Bug 451267 - Master password dialog is shown on each website with at least one text field due to sqlite import. r=dolske
2009-01-03 21:20:01 -08:00
Mark Banner
518fcf4c64
Bug 470439 Migration from signons.txt looses newsgroup username/password information. r=dolske
2008-12-28 13:37:16 +00:00
Justin Dolske
974b132b0c
Bug 468916 - make modifyLogin() smarter than just remove+add. r=zpao, r=gavin
2008-12-15 16:29:45 -08:00
Justin Dolske
baa47b45a5
Bug 444968 - password-only forms should prefer a password-only login when present. r=gavin
2008-12-07 23:38:48 -08:00
Serge Gautherie
08935d60ff
Backed out changeset: c8eb8a8f42d9
...
for
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; (retry, after bug 457743 was fixed); r=(dolske + sdwilsh)
which
is causing Leaks (again).
2008-12-04 19:30:21 +01:00
Paul O'Shannessy
04ab22fdd5
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; (retry, after bug 457743 was fixed); r=(dolske + sdwilsh)
2008-12-04 18:41:44 +01:00
Justin Dolske
48f41d8587
Bug 462525 - username truncation code is unnecessarily duplicated in nsLoginManagerPrompter. r=gavin
2008-11-03 19:24:14 -08:00
Justin Dolske
59147bea1a
Bug 403420 - notification bar should show the host for the login it's asking to save. r=gavin, ui-r=beltzner
2008-10-30 23:28:39 -07:00