Commit Graph

470 Commits

Author SHA1 Message Date
47f8cb71f7 Bug 374723: also update installer manifests so that builds aren't broken, and change module name to avoid conflicts, r=me 2007-05-16 06:36:31 -07:00
de366610df Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
a1a7671433 Bug 380650 - Move passwordmgr/resources/content/* to passwordmgr/content/*. Patch by Justin Dolske <dolske@mozilla.com>, r=gavin. 2007-05-15 14:20:30 -07:00
2e4ab89667 bug 358285 - Fixes copy/paste error so that only one Password Manager window can be open at a time. r=gavin 2007-05-14 22:55:24 -07:00
4155cd042a Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano 2007-05-14 22:55:24 -07:00
ecf64427ae Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest 2007-05-14 22:55:24 -07:00
1627822757 Bug 349438 (bug 266945 enhanced / followup) add title and set default button to no for the remove all password manager confirm prompt. p=Serge Gautherie <gautheri@noos.fr>,r=mconnor 2007-05-14 22:55:23 -07:00
8e38fb05d7 Bug 358120 - add id attributes to passwordManager.xul, r=gavin.sharp 2007-05-14 22:55:23 -07:00
170ade1305 Bug 343278, Hitting delete in the password manager doesn't delete the password, patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2007-05-14 22:55:22 -07:00
0d51fd5614 Bug 266945 - Add confirm prompt for 'Remove All' operation in Password Manager. r+a181=mconnor. 2007-05-14 22:55:21 -07:00
eaffaaf59c Bug 324063: "passwords never saved" is too hard to find, so move it into it's own window, r=mconnor, ui-r=beltzner 2007-05-14 22:55:20 -07:00
2e94ab9371 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2007-05-14 22:55:23 -07:00
7a2c51d774 Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente 2007-05-14 22:55:21 -07:00
4887f9c6df Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor 2007-05-14 22:55:20 -07:00
d9de45093d Bug 284096 - Useless Cancel button in View Saved Passwords dialog. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor 2007-05-14 22:55:19 -07:00
45fe2ef065 bug 296662: Javascript strict warnings in preferences dialogpatch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa 2007-05-14 22:55:19 -07:00
65495a3d37 Bug 233461 Add button icons on the new preferences dialogr=mconnor 2007-05-14 22:55:18 -07:00
7f3b394bba 283871 - password manager does not resize vertically... add flex to content box. Patch by Mook <mook.moz@gmail.com> r=me 2007-05-14 22:55:17 -07:00
effc65c510 274712 - new options dialog 2007-05-14 22:55:16 -07:00
544fa9c092 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-05-14 22:55:15 -07:00
90bbcc68e3 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2007-05-14 22:55:17 -07:00
d18c773800 skip signon entries that don't decrypt properly 2007-05-14 22:55:16 -07:00
e956147859 Bug 239241 - (seamonkey port) option to show/display saved passwords. r=bryner 2007-05-14 22:55:14 -07:00
cff372c995 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2007-05-14 22:55:14 -07:00
469f39fee8 Persist size/position and column widths for password manager dialog. Bug 217147, patch by steffen.wilberg@web.de, r=me 2007-05-14 22:55:13 -07:00
5343ab1ad6 port fix to sort strings case-insensitively, bug 220067 2007-05-14 22:55:12 -07:00
e6f45da608 Make removal of stored logins play nicer with the tree widget. Do a (batched) notification of the treeBoxObject that the row count is changing when deleting one or more stored logins. Also do a rowCountChanged notification when removing all stored logins. 2007-05-14 22:55:11 -07:00
b4d1efb4c9 Lots of changes and bugfixes: - Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form. - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry. This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.- Clean up prefill logic so that multiple forms on a page could be prefilled.- Fix bug where the last input was used as the username field, instead of the input just before the password.- Make sure we write out all entries for each realm.- Make sure we include all entries in each realm when returning an enumerator.- Remove some form manager cruft I missed in passwordManager.js. 2007-05-14 22:55:10 -07:00
ced3b3d50b Adapt wallet's password manager UI (removing the form manager bits). Split into content and locale directories and add contents.rdf files for passwordmgr chrome package. 2007-05-14 22:55:09 -07:00
c3bbf89784 passwordmgr.properties, not satchel.properties 2007-05-14 22:55:20 -07:00
e2b5f8e1a1 Initial add of new (work-in-progress) password manager implementation. Not part of the build. 2007-05-14 22:55:19 -07:00
e711e9fa0a Bug 378136 - changed passwords not saved for existing entry, r=mconnor 2007-05-14 04:01:57 -07:00
88f943feef bug 373253. comment out test for bug 221634, because we can't get the event order right on all platforms. 2007-04-22 20:27:28 -07:00
a04aa553c1 bug 373253. fix Windows test bustage. 2007-04-22 19:41:29 -07:00
d8c7428e4c bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-22 16:56:06 -07:00
41e27a9be5 backout patch from bug 373253 because changes to nsIPasswordManagerInternal, yes Internal, break multiple projects. 2007-04-20 19:14:40 -07:00
93bde5555c Bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-20 18:46:51 -07:00
f52bff3986 Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-16 21:06:12 -07:00
fd9d6b885b Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano 2007-04-02 19:39:41 -07:00
hg@mozilla.com
2ca566cd74 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
gavin@gavinsharp.com
586cf5c8d8 Bug 371525: fix password trouble when multiple passwords are stored for a given site, by correctly handling an empty actionURL, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor,mano 2007-03-04 20:53:01 +00:00
gavin@gavinsharp.com
ba246ecd59 Bug 360493: add filters to password manager to also match on actionURL, patch by mconnor@mozilla.com, r=mano, sr=dveditz 2007-03-04 20:44:22 +00:00
gavin@gavinsharp.com
267156abc8 Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest 2007-01-09 20:29:09 +00:00
gavin@gavinsharp.com
d0520cffa5 Bug 365529: Take advantage of new yes/no constant in nsIPrompt, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi for /netwerk, r+sr=neil for mailnews, r=me for the rest 2007-01-04 18:48:53 +00:00
mconnor@steelgryphon.com
660ed5df2a bug 360493 - allow users to disable password autofill without disabling password manager, r=gavin 2006-12-02 06:34:22 +00:00
martijn.martijn@gmail.com
70e88bff66 Bug 358853 - crash opening html sidebar with xul frame while having remember passwords enabled [@ nsPasswordManager::FillDocument], r=enndeakin 2006-11-01 21:10:46 +00:00
mattwillis@gmail.com
e522c26399 bug 358285 - Fixes copy/paste error so that only one Password Manager window can be open at a time. r=gavin 2006-10-31 15:05:07 +00:00
martijn.martijn@gmail.com
1e7386183a Bug 358120 - add id attributes to passwordManager.xul, r=gavin.sharp 2006-10-26 14:56:28 +00:00
cbiesinger@web.de
170d2dabf7 Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
bugzilla@standard8.demon.co.uk
571f7cf961 Bug 349438 (bug 266945 enhanced / followup) add title and set default button to no for the remove all password manager confirm prompt. p=Serge Gautherie <gautheri@noos.fr>,r=mconnor 2006-08-24 17:34:43 +00:00