Commit Graph

1469 Commits

Author SHA1 Message Date
mattwillis@gmail.com
dffa7864e5 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
philringnalda@gmail.com
53da1e466c 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
gavin@gavinsharp.com
1896254aad 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
bugzilla@standard8.demon.co.uk
36dcc9758c 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
martijn.martijn@gmail.com
73d06f9f9b Bug 358120 - add id attributes to passwordManager.xul, r=gavin.sharp 2007-05-14 22:55:23 -07:00
gavin@gavinsharp.com
5cb9f06d15 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
mozilla.mano@sent.com
c7be7cf0e8 Bug 266945 - Add confirm prompt for 'Remove All' operation in Password Manager. r+a181=mconnor. 2007-05-14 22:55:21 -07:00
gavin@gavinsharp.com
aafcdc7f38 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
bsmedberg@covad.net
f78e9fc2c3 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
aaronleventhal@moonset.net
3b16089250 Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente 2007-05-14 22:55:21 -07:00
gavin@gavinsharp.com
8450112d35 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
mozilla.mano@sent.com
14a09b4db6 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
db48x@yahoo.com
e7049bbc2b 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
marco@gnome.org
95b3ba9306 Bug 233461 Add button icons on the new preferences dialogr=mconnor 2007-05-14 22:55:18 -07:00
ben@bengoodger.com
959667d824 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
ben@bengoodger.com
db05f79cf9 274712 - new options dialog 2007-05-14 22:55:16 -07:00
gerv@gerv.net
c476b99438 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-05-14 22:55:15 -07:00
ben@bengoodger.com
7d3d73039c Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2007-05-14 22:55:17 -07:00
bryner@brianryner.com
4457beee38 skip signon entries that don't decrypt properly 2007-05-14 22:55:16 -07:00
steffen.wilberg@web.de
addf55de54 Bug 239241 - (seamonkey port) option to show/display saved passwords. r=bryner 2007-05-14 22:55:14 -07:00
varga@nixcorp.com
b89e10853d Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2007-05-14 22:55:14 -07:00
bryner@brianryner.com
1a99f62a64 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
bryner@brianryner.com
0346bee9cd port fix to sort strings case-insensitively, bug 220067 2007-05-14 22:55:12 -07:00
bryner@brianryner.com
5c9482a97e 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
bryner@brianryner.com
9d1a632ea1 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
bryner@brianryner.com
3f53c9bc9b 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
bryner@brianryner.com
cd5e840ee9 passwordmgr.properties, not satchel.properties 2007-05-14 22:55:20 -07:00
bryner@brianryner.com
b063396826 Initial add of new (work-in-progress) password manager implementation. Not part of the build. 2007-05-14 22:55:19 -07:00
roc+@cs.cmu.edu
42a453e958 NPOTB, new-text-frame. Fix mouse events targeting after the end of a textframe. 2007-05-14 22:23:19 -07:00
dbaron@dbaron.org
b065ff84ea Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad 2007-05-14 22:15:45 -07:00
dbaron@dbaron.org
0b1ce291e2 Handle -moz-initial for 'font' shorthand (and fix bugs in some of its subproperties). b=377521 r+sr=bzbarsky 2007-05-14 22:13:49 -07:00
surkov.alexander@gmail.com
386c331ac3 Bug 380412 - loading ajax pages reliable craches, r=aaronlev 2007-05-14 22:12:50 -07:00
mozilla.mano@sent.com
f5f32a1a38 Bug 380693 - unable to create a bookmark folder. r=sspitzer. 2007-05-14 21:22:14 -07:00
mozilla.mano@sent.com
7d3423612f Bug 380689 - Import & Export separators titles. r=sspitzer. 2007-05-14 21:18:25 -07:00
mozilla.mano@sent.com
9cf5508862 Bug 329842 - Add support for POST keywords. r=sspitzer. 2007-05-14 20:59:38 -07:00
roc+@cs.cmu.edu
c04ab10b10 Back out enabling of new text frame... its time has not yet come 2007-05-14 20:58:10 -07:00
roc+@cs.cmu.edu
69246cf0ee Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad 2007-05-14 20:56:47 -07:00
roc+@cs.cmu.edu
54fb98b302 Not (Really) Part Of The Build (Yet). Make gfxSkipCharsIterator::IsOriginalCharSkipped operate correctly when the iterator is currently pointed at a zero-length run. 2007-05-14 20:09:16 -07:00
roc+@cs.cmu.edu
ec3b45488e Bug 380484. Work around ATSUI's 32k pixel limitation; when creating textruns, split the textrun up into smaller pieces if necessary before we pass it to ATSUI. r=vlad 2007-05-14 20:06:52 -07:00
roc+@cs.cmu.edu
77ac654c2d Bug 380484. Work around ATSUI's 32k pixel limitation; when creating textruns, split the textrun up into smaller pieces if necessary before we pass it to ATSUI. r=vlad 2007-05-14 19:54:19 -07:00
mozilla.mano@sent.com
3031ce0327 Bug 372508 part 2 - remove folderId getter. r=sspitzer. 2007-05-14 14:56:38 -07:00
mozilla.mano@sent.com
c0bac3b3b7 Bug 376852 - Add description and keyword columns to places orgaznier. r=sspitzer. 2007-05-14 14:53:33 -07:00
mozilla.mano@sent.com
4c735f8832 Bug 376650 - Sort by keyword support. r=sspitzer. 2007-05-14 14:47:59 -07:00
mozilla.mano@sent.com
301af5c506 Bug 380505 - Simplify and optimize mDBGetChildren. r=sspitzer. 2007-05-14 14:42:57 -07:00
bzbarsky@mit.edu
323c363bc3 Make PSM make sure to shut down NSS before trying to start it up with theinitial profile on app startup. Fix leak of one of the user modules that waspreventing a clean shutdown. Bug 379582, r=rrelyea, kaie, sr=biesi. 2007-05-14 14:09:58 -07:00
cbiesinger@web.de
9b8503bb13 Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest) 2007-05-14 13:09:20 -07:00
gavin@gavinsharp.com
e709c38502 Bug 379997: don't delete logins if authentication fails, patch by Justin Dolske <dolske@mozilla.com>, r+sr=biesi 2007-05-14 11:39:34 -07:00
sayrer@gmail.com
f321a1c767 leave profile dir until the next run. r=rcampbell on irc 2007-05-14 09:56:39 -07:00
ted.mielczarek@gmail.com
bf6f3e35d3 mistake from bug 378926. r=bsmedberg 2007-05-14 07:21:44 -07:00
Olli.Pettay@helsinki.fi
eb21eeb174 Seamonkey/Win bustage 2007-05-14 05:16:56 -07:00