Dão Gottwald
208ebe910e
cookies.js whitespace cleanup
2009-03-14 14:32:36 +01:00
Justin Dolske
0f4c34fa28
Bug 481087 - add getAllEncryptedLogins stub to storage-mozStorage.js. r=gavin
2009-03-10 14:15:47 -07:00
Ehsan Akhgari
b66999c6dc
Bug 478430 - [RTL] URLs in exceptions dialogs are right-to-left; r=gavin
2009-03-01 20:03:52 +04:30
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
Marco Zehe
ae20bb4203
bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov
2009-02-02 10:38:53 +01:00
Justin Dolske
98c240d13a
Backout changeset 8dd2e82503cd (bug 451352), it broke password manager.
2009-01-30 12:01:46 -08:00
Ehsan Akhgari
b670a0d96a
Bug 451352 - Further fixes to pwmgr search filtering UI; r=dolske
2009-01-30 11:43:16 +03:30
Kai Liu
4b0b5e5530
Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc
2009-01-18 13:58:19 +03:30
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
Ehsan Akhgari
a0f8f373a8
Bug 472631 - Private Browsing unit tests for password manager are not executed; r=dolske
2009-01-09 14:54:24 +03:30
Justin Dolske
fdfcd5d372
Bug 451267 followup, bump the interface uuid. Oops. r=me.
2009-01-03 21:28:27 -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
Ehsan Akhgari
4770654ff7
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [unit test API changes]; r,sr=mconnor
2008-11-04 02:52:22 +03:30
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
Ehsan Akhgari
f377a59787
Bug 461714 - Duplicate handleLoad functions in test_privbrowsing.html, r=dolske
2008-10-26 22:34:15 +03:30
Mark Banner
cf03623cfc
Bug 461341 MailNews usernames need decoding on signons file upgrade. r=dolske
2008-10-26 14:27:46 +00:00
Ehsan Akhgari
5ac9cafede
Bug 461629 - Need to remove the "private-browsing-enter" observer at the end of test_privbrowsing.html, r=dolske
2008-10-26 01:16:02 +03:30
Ehsan Akhgari
0d9adfa8b0
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [passwordmgr part]; r=dolske
2008-10-21 01:58:43 +03:30
Justin Dolske
d2a5ba9d51
Bug 394611 - Always prompt the user before changing a stored password. r=gavin
...
(relanding with workaround to avoid leak)
2008-10-12 20:05:11 -07:00
Daniel Holbert
72c410a648
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Justin Dolske
f5dac2e8aa
Bug 457358 - need to reset UTF8 converter after it encounters invalid input (pwmgr problems in FF3.0.3). r=gavin
2008-09-30 22:08:46 -07:00
Justin Dolske
d261d66277
Bug 454708 - storage-Legacy can throw when calling ConvertToUnicode. r=gavin
2008-09-24 09:12:23 -07:00
Serge Gautherie
a0323e6f21
Backed out changeset fa8fbd81159d
...
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh)
to try to fix leak
2008-09-20 19:41:50 +02:00
Paul O'Shannessy
4e838263de
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh)
2008-09-20 17:02:26 +02:00
Mark Banner
cc8c1ff2e3
Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string. r=enndeakin,ui-review=mconnor
2008-09-19 16:30:51 +01:00
Justin Dolske
f2847be93e
Bug 399703 - Password manager offers to store logins with empty passwords. r=gavin
2008-09-07 00:12:34 -07:00
Justin Dolske
b371c503be
Bug 447788 - Login not filled if existing form username differs in case. r=gavin.
2008-09-07 00:01:11 -07:00
Justin Dolske
3047dd6c7e
Bug 446109 - Password manager can overwrite an existing password in an input. r=gavin
2008-09-06 23:52:15 -07:00
Justin Dolske
46a8525595
Bug 400795 - initial form fill and username autocomplete should share common code. r=gavin
2008-09-06 22:19:02 -07:00
Justin Dolske
4f5890e60b
Bug 361517 - Don't fill in passwords / usernames in readonly fields. r=gavin.
2008-09-04 13:08:57 -07:00
Justin Dolske
7bf3216066
Bug 443880. Comment-only change to IDL. r=me, b=443880
2008-09-02 00:35:19 -07:00
Paul O'Shannessy
94d1c67b17
Bug 451479 – storage-mozStorage should use COUNT in countLogins. r=dolske, r=sdwilsh
2008-08-28 13:13:42 -07:00
Justin Dolske
8c122f03b9
Bug 451155 – Password manager does not work correctly on IDN site whose name contains any character over U+0100. r=gavin
2008-08-25 15:32:59 -07:00
Justin Dolske
3ee8efc7fc
Fix tests on Windows and re-enable mozStorage for password manager (bug 288040)
2008-08-17 16:12:57 -07:00
Justin Dolske
062f461cf0
Partially backout bug 288040 while looking into annoying Windows test failures.
2008-08-15 21:14:58 -07:00
Justin Dolske
7ed9fcca50
Test bustage fix.
2008-08-15 17:52:42 -07:00
Paul O'Shannessy
348021ae37
Bug 288040 – convert signons3.txt to mozstorage. r=dolske, r=sdwilsh
...
--HG--
rename : storage/test/unit/corruptDB.sqlite => toolkit/components/passwordmgr/test/unit/data/corruptDB.sqlite
2008-08-15 15:41:22 -07:00
Dão Gottwald
8a071ffca6
Bug 449661 – Use the new search textbox binding in the password manager. r=mconnor
2008-08-15 04:27:54 +02:00
Justin Dolske
1cfde185df
Bug 449701 – legacy storage module shouldn't share login objects across XPCOM. r=gavin
2008-08-11 17:08:49 -07:00
Justin Dolske
4b1d41d7fb
Bug 422974 – Prism uses old "Remember password?" mechanism. r=gavin
2008-08-11 16:31:57 -07:00
Justin Dolske
32db8c1824
Bug 449698 – login manager shouldn't allow nulls in username or password. r=gavin
2008-08-11 15:25:21 -07:00
Paul O'Shannessy
055353d090
Bug 449810 – legacy storage module should throw on canceled master password entry in getAllLogins. r=dolske
2008-08-08 16:04:27 -07:00
Justin Dolske
aec12ad4e0
Bustage fix
2008-08-04 19:27:11 -07:00
Paul OShannessy
8964da5370
Bug 449095 – LoginManagerStorage_legacy shouldn't write file if no data present. r=me
2008-08-04 16:28:44 -07:00
Justin Dolske
42ffda24e6
Bug 327977 – Password manager overwrites page data for password-only forms. r=gavin
2008-07-18 14:18:05 -07:00
Justin Dolske
0407b8e188
Bug 435531 – problem saving login when form or existing login is password-only. r=gavin
2008-07-13 00:04:30 -07:00
Justin Dolske
27d6fa4dd2
Bug 444959 – Need tests for login manager notification bars. r=gavin
2008-07-12 21:42:30 -07:00
Paul O'Shannessy
27a35bb48f
Bug 439365 – need a notification to fire when a form is available to be filled in. r=dolske
2008-06-26 18:04:49 -07:00
Justin Dolske
be174bfaca
Bug 359675 - provide an option to manually fill forms and log in. p=poshannessy@mozilla.com, r=dolske
2008-06-16 12:25:27 -07:00
dolske@mozilla.com
0d7f0e900e
Bug 362576 - autocomplete="off" should prevent filling passwords in addition to remembering passwords. r=gavin, ui-r=mconnor, a1.9=mconnor
2008-05-08 20:34:46 -07:00
dolske@mozilla.com
7d7dd4aa97
Bug 423460 - Saved Passwords are not imported from IE6 to Firefox on XP. r=gavin
2008-05-06 00:45:34 -07:00
dolske@mozilla.com
03a8537201
Bug 407567 - Can't add login with empty formSubmitURL and null httpRealm. r=gavin, a1.9=damons
2008-05-02 00:55:47 -07:00
dolske@mozilla.com
1aa8537420
Bug 407567 - Can't add login with empty formSubmitURL and null httpRealm. r=gavin, a1.9=damons
2008-05-02 00:54:54 -07:00
dolske@mozilla.com
29d698f9a6
Bug 431773 - minor cleanup of login manager logging. r=gavin, a1.9=damons
2008-05-02 00:44:24 -07:00
dolske@mozilla.com
d18af58cac
Bug 427033 - Can't save form logins with action="javascript:..." r=gavin, a1.9=beltzner
2008-04-10 16:38:45 -07:00
timeless@mozdev.org
8c50ae961c
Bug 423461 Warning: assignment to undeclared variable syncNeeded r=dolske a=dsicore
2008-03-19 14:12:15 -07:00
dolske@mozilla.com
5cf18e0692
Revert logging added when debugging bug 399852.
2008-03-18 13:19:15 -07:00
gavin@gavinsharp.com
d5b93cf6b0
Bug 422808: remove forwarding of nsIAuthPrompt for XHR and document.load so that users fall back to the more useful docshell prompts, r=sicking, sr=biesi (r=dolske on tests)
2008-03-18 11:18:29 -07:00
gavin@gavinsharp.com
6baa4304d1
Bug 422135: fix login manager's nsIAuthPrompt implementation to deal with NS_GetAuthKey-generated realms, r=dolske/standard8
2008-03-18 11:08:54 -07:00
dolske@mozilla.com
3393470edf
Move iframe onload handler setup later to avoid initial about:blank onload event.
2008-03-16 22:42:24 -07:00
dolske@mozilla.com
1e79858b1d
Add more tests for HTTP authentication prompting.
2008-03-16 21:54:16 -07:00
dbaron@dbaron.org
ef10a45f05
Remove the 'timer fired for test' ok as well, so this test doesn't report a timing-dependent variable number of tests. r=dolske (verbally) b=423044 a=tests
2008-03-14 18:04:12 -07:00
dbaron@dbaron.org
0e7b318158
Make test poll for dialog being fully loaded rather than assuming it will be after 300 milliseconds. b=423044 r=dolske a=tests
2008-03-14 17:13:39 -07:00
bugzilla@standard8.plus.com
987ed990a6
Bug 403790 Password manager needs to be able to migrate mailnews logins. r=dolske,gavin,a=blocking-ff3+
2008-03-12 11:17:59 -07:00
dolske@mozilla.com
7dd3e6390e
Disable one check that seems to be mysteriously failing.
2008-03-10 19:24:08 -07:00
dolske@mozilla.com
2eef0839db
Bug 419081 - Password prompting code doesn't check new passwords against all possible existing passwords. r=gavin, a=blocking-ff3+
2008-03-10 17:14:10 -07:00
dolske@mozilla.com
84ac9bf24f
Bug 421058 - Firefox won't prompt to change stored passwords. r=gavin, a=blocking-ff3+
2008-03-08 18:25:40 -08:00
dolske@mozilla.com
845ed56483
Bug 382447 - "Show passwords" button in preferences should be renamed. r=gavin, a1.9=beltzner, ui-r=beltzner
2008-03-07 16:27:27 -08:00
bugzilla@standard8.plus.com
21d2c1519e
Fix missed review comment from bug 382437, r=gavin,landing under same approval as main patch
2008-03-02 13:03:37 -08:00
bugzilla@standard8.plus.com
505e7ffa51
Bug 382437 nsLoginManagerPrompter.js needs to implement nsIAuthPrompt. r=dolske,gavin,sr=dveditz,approval1.9b4=beltzner
2008-03-02 04:24:24 -08:00
dolske@mozilla.com
9b93d389a3
(whitespace change to kick tinderbox)
2008-02-27 21:13:49 -08:00
dolske@mozilla.com
2509278a44
Bug 412381 - Clear Private Data should delete old signons.txt file(s). r=gavin, a1.9=beltzner
2008-02-26 20:30:56 -08:00
dolske@mozilla.com
f7a46c76a0
Bug 419417 - Remember password infobar appears everytime with Exchange Server 2003 Web Access. r=gavin, a=blocking-ff3
2008-02-26 12:52:58 -08:00
reed@reedloden.com
0696bc4649
Bug 404014 - "The Password Manager dialog's label changes when clearing the Search box" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin a1.9=damons]
2008-02-26 02:03:36 -08:00
reed@reedloden.com
48094ca70b
Bug 408797 - "Implement Change Password as a notification bar" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin ui-r+a1.9=beltzner]
2008-02-24 22:17:13 -08:00
dolske@mozilla.com
4c7f70262d
Bug 386533 - Mechanism for registering alternative nsILoginManagerStorage implementations. p=sylvain.pasche@gmail.com, r=gavin, a1.9=beltzner
2008-02-21 17:07:10 -08:00
dolske@mozilla.com
6c887e9dad
Bug 418519 - minor formatting nits in Login Manager source code. Not worth r/a.
2008-02-19 16:26:19 -08:00
roc+@cs.cmu.edu
e491c305ca
Bug 399852. Experimental relanding to collect data from centos5.
2008-02-19 01:16:20 -08:00
dolske@mozilla.com
cc205a52b6
Bug 395038 - Add "Not Now" button to save password notification bar. r=gavin, ui-r=beltzner, a1.9=schrep
2008-02-09 22:25:48 -08:00
dolske@mozilla.com
fbcf415301
Relanding Bug 403193 - Don't show Save Password notification bar in parent window when child has history. r=gavin, a1.9=schrep
2008-02-09 22:08:29 -08:00
dolske@mozilla.com
57405383c0
Backing out bug 403193 to track down leaks.
2008-02-07 16:32:36 -08:00
dolske@mozilla.com
15ce37b30c
Bug 403193 - Don't show Save Password notification bar in parent window when child has history. r=gavin, a1.9=schrep
2008-02-07 15:12:01 -08:00
dolske@mozilla.com
2a335fab09
Bug 409146 - Logins for http/proxy Windows domain (NTLM) auth don't save logins in "domain\username" format. r=gavin, a1.9b3=schrep
2008-02-03 14:11:26 -08:00
reed@reedloden.com
9a30976dc7
Bug 395034 - "Password notification bar needs icon" [p=reed r=dolske r=gavin a1.9b3=schrep]
2008-01-31 12:03:36 -08:00
reed@reedloden.com
6b50622df4
Bug 408363 - "Password Manager remember prompt gets dismissed too early" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin ui-r+a1.9=beltzner]
2008-01-29 20:34:19 -08:00
dolske@mozilla.com
3e6a0eafbd
Bug 403380 - mochitests always fail on second pass. r=gavin (test changes only)
2008-01-29 17:34:36 -08:00
neil@parkwaycc.co.uk
c9a6e0cbaf
Bug 413963 Password manager has unsafe dependency on browser r=gavin a=damons
2008-01-29 04:24:59 -08:00
mats.palmgren@bredband.net
aeb469dabf
Make an empty file count as having zero lines. b=412440 r=dolske
2008-01-20 15:02:07 -08:00
reed@reedloden.com
d194eb919f
Bug 404015 - "The Password Manager dialog's list selection changes when pressing Escape" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=Mano a1.9=schrep]
2008-01-17 02:26:14 -08:00
dolske@mozilla.com
ff090cebaa
Bug 409915 - Logins stored by extensions could be converted to site logins by 2E upgrade. r=gavin, a=blocking-ff3+
2008-01-16 17:02:45 -08:00
mats.palmgren@bredband.net
c7c2af3e77
Trying to fix orange due to bug 397850 (will get review later if it sticks).
2008-01-15 04:01:13 -08:00
dolske@mozilla.com
7464ab6e77
Bug 397799 - password manager infobar doesn't disappear after clicking remember in some cases. r=gavin, a=blocking-ff3+
2008-01-14 18:50:46 -08:00