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

362 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 037a6fd000 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

content/nsWidgetStateManager.js
- reindent the indentation mess in the file
- support saving data of panels that are sub-dialogs of iframe dialogs that are
  using WSM.

r=torgo sr=manos
2003-08-04 22:32:07 +00:00
bryner%brianryner.com fd0532b65a Fix missing newline at end of file 2003-08-04 07:20:06 +00:00
bryner%brianryner.com 458d395c2b - Add DOMAutoComplete event, fired on a form input element when the user
selects a completion from the popup.
- Listen for DOMAutoComplete and Blur events instead of Change events to
trigger prefilling the password field.
- Fix an off-by-one error in the multi-user password change confirmation
(the stored password was being changed for the wrong entry).
- Fix skipping multiple logins when reading the signon file.
- Add missing license for Makefile.in.
2003-08-04 00:57:26 +00:00
bryner%brianryner.com 22f92edcfa 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.
2003-08-03 04:50:09 +00:00
bryner%brianryner.com 968fde617c Lazily decrypt username/password in nsIPassword objects so that requesting an enumerator doesn't immediately prompt for the master password. 2003-08-02 07:13:39 +00:00
bryner%brianryner.com cdd29878ec Don't use the username as the password when creating a stored login. 2003-08-02 05:24:34 +00:00
bryner%brianryner.com 1356c3554f Add some missing localized strings 2003-08-01 20:43:24 +00:00
bryner%brianryner.com ddb145e9fe Fix stdcall bustage on windows 2003-08-01 20:41:41 +00:00
noririty%jcom.home.ne.jp 78dc0e377d Fix 214571 - add image to copyright information, patch by bugzilla@babylonsounds.com 2003-08-01 14:43:16 +00:00
bryner%brianryner.com 3cdfa3b8d3 - Keep the user and password values encrypted in memory so that we can defer decryption (and prompting for the master password) until we need to prefill or the user brings up the manager.
- Add a comment about the randomness in secret decoder ring encryption.
2003-07-31 00:17:26 +00:00
bryner%brianryner.com eda905929b If the user has already stored a login and enters the same username but a different password, don't prompt again, just update the stored password. (also fixes a bug where this caused two copies of the login to be stored) 2003-07-30 06:50:28 +00:00
bryner%brianryner.com b21443a8b2 - Rename 'satchel' variables since this isn't part of satchel
- Make ~SignonDataEntry() delete the next entry in the list
- Fix some bustage from nsIFormSubmitObserver API changes
- Handle password change situations (2 or 3 password fields in a form)
- Make the signon file be written out when a reject list entry is added
- Fix the situation where RemoveUser() is called for the first of multiple stored logons for a host
2003-07-30 03:38:53 +00:00
bzbarsky%mit.edu 923a2ba175 More GetDocument bustage 2003-07-29 05:48:30 +00:00
bzbarsky%mit.edu 2b924cb4fd Fix Firebird redness 2003-07-29 05:19:13 +00:00
noririty%jcom.home.ne.jp f1988ac27b Fix 205998 - Find in 'T'his Page, patch by abecevello@sympatico.ca 2003-07-28 13:06:53 +00:00
bryner%brianryner.com a14d056cf9 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. 2003-07-28 06:06:10 +00:00
bryner%brianryner.com 7fec9b284e Fixing windows build - need to use a constructor for initializing reference-type members. 2003-07-27 21:21:45 +00:00
noririty%jcom.home.ne.jp dc5b3c250e Fix 209503 - about:config search, patch by gelsoft@mx4.tiki.ne.jp 2003-07-27 14:08:39 +00:00
bryner%brianryner.com 0841a0369f passwordmgr.properties, not satchel.properties 2003-07-27 07:06:49 +00:00
bryner%brianryner.com aeffad8571 Initial add of new (work-in-progress) password manager implementation. Not part of the build. 2003-07-27 07:05:27 +00:00
bryner%brianryner.com 4e010e87ed bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (checking in for jshin@mailaps.org, r=bryner, sr=bz) 2003-07-26 06:42:50 +00:00
bryner%brianryner.com 2964584363 Prevent normal handling of oninput events if the event is caused by autocomplete updating the text field value. Bug 212686. 2003-07-26 02:55:24 +00:00
bzbarsky%mit.edu ec0e304f16 Bump skinVersion up to 1.5, since older skins are likely to get broken by the
change to no longer support single-':' pseudo-elements.  Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
noririty%jcom.home.ne.jp 5c7f57e38a back out AiO 2003-07-25 04:13:46 +00:00
noririty%jcom.home.ne.jp 2ff4a38fde Fix 207166 - tweak caret browsing button, patch by mconnor@rogers.com. 2003-07-24 16:02:07 +00:00
noririty%jcom.home.ne.jp 62d401b64c another oops 2003-07-24 11:21:07 +00:00
noririty%jcom.home.ne.jp 7ed63a2cc5 fix sidebar mid-click regression 2003-07-24 11:01:40 +00:00
noririty%jcom.home.ne.jp 96bc2cd27d Implement AiO ports' autoscroll - patch by boullet@col.bsf.alcatel.fr b=212273,212002 2003-07-24 10:34:54 +00:00
noririty%jcom.home.ne.jp a0e8a19dfb Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org 2003-07-23 14:24:05 +00:00
noririty%jcom.home.ne.jp f0e7a5eda4 Fix 212399 - remove duplicated line, patch by bugzilla@babylonsounds.com 2003-07-22 14:26:37 +00:00
noririty%jcom.home.ne.jp 39b5f09a24 fix sidebar double click bustage 2003-07-21 09:06:49 +00:00
blakeross%telocity.com ebfeadd715 fix sidebar middle click 2003-07-20 04:19:52 +00:00
dbaron%dbaron.org d23eafdfe2 Fix firebird and thunderbird bustage by unforking contents of nsIGlobalHistory (which was frozen) and by tweaking the root Makefile.in. b=212509 r=mscott 2003-07-19 21:19:12 +00:00
blakeross%telocity.com 9ded9d0705 Tweaking autoscroll. 2003-07-17 22:04:11 +00:00
bryner%netscape.com 2c98432a2a Use the oninput event, instead of keypress, to notify the autocomplete controller that the input text has changed. This fixes form autocomplete being one character behind due to the keypress handler firing before editor's handler. Bug 212487, r=hewitt. 2003-07-13 02:31:08 +00:00
bryner%netscape.com a928bf88c3 Fix non-functioning form autocomplete (bug 212220). Instead of using an attribute on the nsIAutoCompleteInput (since it's not always a content node), add an attribute to the IDL interface. Also, make use of JS's (a || b) semantics to avoid some temporary variables. r=hewitt. 2003-07-13 02:27:25 +00:00
kerz%mozillazine.org e6189c8a23 removing unused css, bug 212387 2003-07-11 18:15:58 +00:00
kerz%mozillazine.org e5cab96412 fixing images, bug 212387 2003-07-11 18:14:48 +00:00
kerz%mozillazine.org f6f08e8eb7 New theme update from Arvid, hoo dog. 2003-07-10 06:50:18 +00:00
bryner%netscape.com 8b366f7e11 preprocess browser.xml, for autoscroll ifdefs. 2003-07-08 00:52:37 +00:00
bzbarsky%mit.edu 5e8ee4974c Move to the double-'::' notation for -moz-tree-* pseudo-elements in toolkit.
Bug 211657, r+sr=dbaron
2003-07-07 22:16:57 +00:00
blakeross%telocity.com 5206de555e Only enable autoscroll on Windows. 2003-07-06 05:23:05 +00:00
blakeross%telocity.com 550664f038 Fix 205161 - remove "www" from history entries. 2003-07-06 02:18:27 +00:00
blakeross%telocity.com d541c8f519 Move autoscroll images to content so it's not theme-dependent. 2003-07-06 01:08:18 +00:00
blakeross%telocity.com 4401371a77 Minor autoscroll fixes. 2003-07-06 01:02:48 +00:00
blakeross%telocity.com e444aa84a8 Tweaking autoscroll a bit. 2003-07-05 06:53:47 +00:00
blakeross%telocity.com e5572c2369 Fixing bug 179666 - double the depth of the drop down location bar 2003-07-05 06:26:58 +00:00
blakeross%telocity.com 319327f096 Fixing arrow flashing on middle click of link. 2003-07-04 08:23:45 +00:00
blakeross%telocity.com 7809620bc2 Fixing autoscroll so that you can mousedown on a link and drag, but also ensuring that we don't break middle mouse click on a link. Subject to bugs :) 2003-07-04 06:36:28 +00:00
blakeross%telocity.com ecddd53c23 Converting the autoscroll code to attach to the browser binding and folding it directly into Firebird. Thanks to the folks at autoscroll.mozdev.org for providing this great functionality! 2003-07-04 05:02:35 +00:00