Commit Graph

600 Commits

Author SHA1 Message Date
dbaron%dbaron.org
a58216a8cb Fix leaks of mork rows. b=257218 r+sr=bryner 2004-09-02 00:41:36 +00:00
dbaron%dbaron.org
2f9c6891b1 Fix leak of nsPasswordManager singleton. b=257211 r+sr=bryner 2004-09-02 00:40:23 +00:00
bryner%brianryner.com
180b0b7373 Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc. 2004-08-20 20:34:37 +00:00
bryner%brianryner.com
b729abf62b Attempt graceful recovery when mork corruption is detected for form autocomplete data. Bug 253935, patch by bienvenu, r=bryner, sr=mscott 2004-08-19 00:38:52 +00:00
ben%bengoodger.com
99c06ea471 253709 form autocomplete popup placed at top left of screen on mousedown on wrong page... patch suggested by dean tessman, r+a=ben@mozilla.org 2004-08-10 22:39:00 +00:00
bryner%brianryner.com
5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
bryner%brianryner.com
b5ff05df21 Clicking in a focused input should open autocomplete results popup (bug 173569). Patch by dean_tessman@hotmail.com, r=me. 2004-07-29 08:42:54 +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
varga%nixcorp.com
8a2c2866cd Fix for bug 217640. autocomplete removes exactly matching entries from list
r=ben
2004-07-15 18:04:37 +00:00
jst%mozilla.jstenback.com
3725a4cd14 Fixing bug 248442. Fix incorrect item size argument that was passed to NS_QuickSort() which lead to a crash on platforms where sizeof(void *) != sizeof(PRUint32). r=ben@bengoodger.com, sr=dbaron@dbaron.org 2004-06-25 00:16:11 +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
bsmedberg%covad.net
4be9481d5d Build-bustage fix from bug 205425. 2004-05-29 18:12:32 +00:00
roc+%cs.cmu.edu
0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bryner%brianryner.com
7d80b4f5cf deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst. 2004-05-03 21:48:36 +00:00
jst%mozilla.jstenback.com
af28dd355c Fixing bug 171605. Implementing deletion of individual autocomplete results by pressing Shift+Delete on a selected autocomplete item. r=ben@bengoodger.com 2004-03-18 01:52:51 +00:00
ben%bengoodger.com
1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
bryner%brianryner.com
92499cbd13 Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron. 2004-02-11 04:57:07 +00:00
roc+%cs.cmu.edu
bd71158ac5 Fixing build bustage. 2004-01-30 04:25:46 +00:00
ben%bengoodger.com
74bf4ec9a0 Ensure Password Manager isn't disabled when form fill is disabled 2003-12-31 22:02:03 +00:00
ben%bengoodger.com
02273f0ea0 Fix 199819 - setting browser.formfill.enable to false doesn't prevent form fill from saving data entered in web forms, it only disables the autocomplete popup. 2003-12-02 02:37:59 +00:00
chanial%noos.fr
1ed0199b39 Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2003-10-24 06:55:04 +00:00
chanial%noos.fr
584cac56a4 complete rewrite of search.xml: more functionalities with less code :-)
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +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
d9b60f34cd fixing firebird build bustage 2003-09-27 19:35:14 +00:00
bryner%brianryner.com
0464b919e6 fixing bustage 2003-09-24 01:55:52 +00:00
bryner%brianryner.com
377bfd51dd Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:18:24 +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
bryner%brianryner.com
4ba8e872a0 Enable new password manager for Firebird. 2003-08-12 05:22:10 +00:00
bryner%brianryner.com
3395dac417 Improve support for autocomplete=off (bug 178597). Check for autocomplete=off on the form element as well as the input, and use case-insensitive string compare. 2003-08-09 10:15:31 +00:00
bryner%brianryner.com
3bd70bbd4e Convert nsIAutoCompleteResultTypes.h to an IDL file, which makes QI'ing to those interfaces work as expected. 2003-08-09 10:08:00 +00:00
bryner%brianryner.com
96c99c1a4a - 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
bzbarsky%mit.edu
fe7644af23 Fix Firebird redness 2003-07-29 05:19:13 +00:00
bryner%brianryner.com
858adb56f1 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
bryner%netscape.com
1981793696 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
6b0086b610 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
varga%netscape.com
1119884297 Fixing build bustage. 2003-06-25 15:13:46 +00:00
dbaron%dbaron.org
2e0e4a7f3f Fix bustage. b=209087 2003-06-14 04:40:52 +00:00
ben%netscape.com
60ae6f3c79 Fix for bug 201850, autocomplete fun - null check to avoid random autocomplete crashing, and support autocomplete="off" on web page text fields so as to avoid autocompleting sensitive fields such as credit card numbers 2003-04-22 10:27:30 +00:00
ben%netscape.com
c92fda09d7 Part of 191524 -
Implement |nsFormHistory::RemoveAllEntries| - allows UI to clear Satchel database.
r=hewitt
2003-02-01 09:10:26 +00:00
bryner%netscape.com
597f6914d2 remove NS_INIT_ISUPPORTS (bug 178643, checking in for dbaron) 2003-01-21 22:58:26 +00:00
hyatt%netscape.com
9d2080da40 Fix autocomplete. 2002-10-11 20:55:59 +00:00
hyatt%netscape.com
045be6fc69 Fix autocomplete not closing up on tabbing. 2002-10-11 08:18:50 +00:00
hyatt%netscape.com
42e766b81a Make form fill work again. 2002-10-11 07:50:53 +00:00
hewitt%netscape.com
8d61b84fe4 null check to prevent crash reported by a few 0.2 talkbacks 2002-10-02 19:59:08 +00:00
hewitt%netscape.com
46ee69e5f0 165955 - tweaking autocomplete logic a bit 2002-09-28 10:27:37 +00:00
hewitt%netscape.com
66260ba24a changing module names 2002-09-28 09:17:10 +00:00
hewitt%netscape.com
ecf5b015d3 165955 - turning on satchel in phoenix 2002-09-28 06:25:03 +00:00
hewitt%netscape.com
5ae376f69b 165955 - landing satchel 2002-09-28 01:20:16 +00:00
hewitt%netscape.com
d0bf2af216 165955 - landing satchel 2002-09-28 01:15:11 +00:00
hewitt%netscape.com
25c5e7fa5e 165955 - landing new autocomplete api and satchel for phoenix. not built yet. 2002-09-28 00:38:20 +00:00