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

68 Коммитов

Автор SHA1 Сообщение Дата
cst%andrew.cmu.edu 854a7e6f6a Bug 263532 "Remember logon" dialog box should have "No" as default
(Firefox version of bug 121443)
Patch by ajschult, r=bryner, a=asa
2005-07-08 01:22:05 +00:00
bryner%brianryner.com e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
bzbarsky%mit.edu c61f3f6d37 Fix assert on password dialog coming up. Bug 295290, r=mconnor, a=asa 2005-05-24 04:13:54 +00:00
bryner%brianryner.com c230c4be03 Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan. 2005-05-07 00:16:17 +00:00
bryner%brianryner.com aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
bsmedberg%covad.net f90fe3acc6 Bug 290180 - coverity errors in toolkit/* r=darin a=asa 2005-04-15 14:55:56 +00:00
bsmedberg%covad.net 914a5612a1 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
bsmedberg%covad.net 361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
shaver%mozilla.org 04bdeeeaa6 bug 278019: prevent crash after secure->insecure transition, r=jst,sr=bryner 2005-02-04 23:47:18 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net 93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
ben%bengoodger.com a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00
bryner%brianryner.com 6050cfa2e3 Fix problem where backspacing to an exact match would not show the autocomplete popup (bug 257154). r=jst. 2004-11-05 22:09:02 +00:00
bryner%brianryner.com 4ad2ba4b20 Don't remove exact matches from the list of possible autocompletions for password manager (bug 257154). r=ben. 2004-10-01 00:24:06 +00:00
bryner%brianryner.com a5c2b3fcf0 If a page prefills a username field with a username that we have a saved login for, go ahead and prefill the saved password. Bug 229652. 2004-07-29 08:22:05 +00:00
bryner%brianryner.com 61898ea375 Make password manager signons actually be removed from the database when you press shift+delete (bug 242250). r=blake. 2004-07-29 05:55:30 +00:00
bryner%brianryner.com a9a01ddbe3 Cancelling master password dialog should not cancel form submission (bug 252909). r=mconnor. 2004-07-25 06:14:15 +00:00
bryner%brianryner.com 4d757f3885 Fix hang when a form control name saved in password manager is not present in the form. Bug 251064, r=mconnor 2004-07-21 23:44:40 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
ben%bengoodger.com 1ec995b8a1 227640 - password is saved even when the password field has autocomplete="off", patch by Unknown W. Brackets <unknown@simplemachines.org> r=bryner 2004-06-03 20:42:01 +00:00
bryner%brianryner.com 5796c6734f Bug 242956, only prefill usernames into text inputs and passwords into password inputs. 2004-05-27 05:00:11 +00:00
mconnor%myrealbox.com b15404b710 firefox part of bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(), patch by Charles Fenwick (clf03f@garnet.acns.fsu.edu), r=mconnor 2004-05-23 19:45:17 +00:00
bryner%brianryner.com f5ed581b08 One too many nsnulls... 2004-05-02 19:46:08 +00:00
mconnor%myrealbox.com 4a7e0322ab Bug 235815 - Improve button labels for Confirm Password Change dialog, patch by Logan Ingalls <log@plutor.org>, r=bryner 2004-05-02 17:32:10 +00:00
bienvenu%nventure.com 4d40ab419f make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538 2004-04-22 15:32:54 +00:00
bryner%brianryner.com 67a283b0db Reapply fix for handling non-ASCII characters in signon file that was lost when migration branch landed. Bug 218405, fix originally r=darin sr=bz 2004-03-17 09:15:55 +00:00
ben%bengoodger.com 136c4d71dd 215094 - add new profile migrator interface, adapt password manager to support api for adding signons with details (235360) 2004-03-03 07:51:09 +00:00
bryner%brianryner.com 7a5ac49949 Guard against empty signon entry confusion by refusing to add new entries with empty user and empty password, fixing removal of these entries, and attempting to discard these entries as they are read in. Bug 231042. 2004-02-18 00:56:29 +00:00
bryner%brianryner.com 47971bbf13 Null-check the document to protect against blur events generated during document teardown. Bug 225889. 2004-02-16 22:58:20 +00:00
ben%bengoodger.com 1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
jst%mozilla.jstenback.com 6e112289a9 Fixing FireFox bustage. 2004-02-11 08:43:32 +00:00
bryner%brianryner.com 72513b28ec Bug 228270 - Fix problem where UTF8 sequences in the password file were being re-encoded as UTF8 (as if from UTF16) when the password file is read in. r=darin, sr=bzbarsky 2004-01-18 23:51:27 +00:00
bryner%brianryner.com 2c5ae83046 If encrypting the password fails (such as the user cancelling the master password prompt), then don't store the password entry. 2004-01-17 07:10:07 +00:00
jst%mozilla.jstenback.com 8bb891ef85 Fixing build bustage. 2004-01-10 03:21:35 +00:00
bryner%brianryner.com 826b31f6d0 Don't bother offering to remember a login with an empty username and password. Bug 217439. 2003-12-15 03:44:31 +00:00
bryner%brianryner.com c2afeca7a7 Create password file with mode 0600 per bug 227100. 2003-12-12 10:04:08 +00:00
bryner%brianryner.com 257e3d3116 Fix bug 218927 - check the 'remember' check box initially if the password was already stored, and prevent duplicate entries from being created when using auth dialogs. 2003-12-11 05:47:28 +00:00
bryner%brianryner.com 605cc06382 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
bryner%brianryner.com f4d1fe081e Check return results from DecryptData so that we don't bring up the master password dialog again if the user cancelled it the first time. Bug 220214. 2003-09-25 04:54:22 +00:00
bryner%brianryner.com 2fffc1c22f Use the default value supplied to prompt() if no stored value was found. (bug 216324) 2003-09-08 03:17:42 +00:00
bryner%brianryner.com 45271d5ae3 Remove inadvertent DOS lineendings (bug 218248) 2003-09-04 03:02:33 +00:00
bryner%brianryner.com 383d2f0c9e bug 217954/216395 - we need to assign to |userField| regardless of whether there is a value, so we don't crash later when trying to attach autocomplete to the field. 2003-09-01 21:11:30 +00:00
bryner%brianryner.com 2c85983586 If the username or password field is pre-populated using the value attribute, then don't prefill either one. Also, remove ^M characters that should not be here. 2003-08-31 03:34:31 +00:00
bryner%brianryner.com 133f609223 Protect again recursing into DecryptData during autocompletion (due to opening the master password dialog and blurring the username input field). 2003-08-30 05:06:30 +00:00
bryner%brianryner.com 9cc5cf04ce If the user has not set a master password and wants to use password manager, initialize the master password to an empty string. (bug 217409) 2003-08-28 05:22:23 +00:00
bryner%brianryner.com 5ce2c1139f Actually add the site to the reject list if the user said "Never for this site." Bug 216542. 2003-08-27 00:34:09 +00:00
bryner%brianryner.com 4c18ba46d4 Make the password manager hold onto the pref branch so that the observers we register with it don't go away. Bug 216219. 2003-08-18 06:09:52 +00:00
ben%bengoodger.com 874ae9e2b1 Fix for bug 216474 - Browser crashes in password manager. Ensure that we don't crash or overwrite variables used to hold valid password data fields with null. r=bryner 2003-08-17 21:06:36 +00:00
bryner%brianryner.com bbd2c3d4cf Don't prompt to save passwords, or prefill passwords, if saving passwords is disabled (bug 216219). 2003-08-17 05:52:17 +00:00
bryner%brianryner.com 72a4b34dcc Address a couple of potential security problems by ensuring that usernames and passwords that are part of a URL are not included in the realm; don't do any signon storing or prefilling if the URI does not support hostnames. 2003-08-12 03:43:46 +00:00