gerv%gerv.net
|
93180ced26
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-02-01 17:07:35 +00:00 |
jshin%mailaps.org
|
aa8e0ad37a
|
bug 193544 textbox crash (autocomplete + IME) patch by masayuki@d-toybox.com, r/sr=bryner
|
2005-01-30 09:31:36 +00:00 |
bryner%brianryner.com
|
ea37a6b770
|
Call CutRow _before_ we release our reference to the nsIMdbRow. Fixes crash on shift+delete. Bug 258767, patch by jwalden@mit.edu, r=bryner.
|
2004-10-02 18:59:50 +00:00 |
cbiesinger%web.de
|
1d4dec5435
|
toolkit should treat uris as utf-8
261269 r=bsmedberg
|
2004-09-25 21:45:12 +00:00 |
dbaron%dbaron.org
|
7f72975a03
|
Fix leak of global history service. b=257209 r+sr=bryner
|
2004-09-02 00:39:38 +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
|
1a8b51b957
|
Fix some problems related to dynamic enabling/disabling of form autocomplete: make autocomplete ignore all key navigation if the input is disabled, also, instead of trying to keep autocomplete state in sync on every browser instance, just set the disabled state on the global form fill controller. Bug 249610, r=blake.
|
2004-07-29 08:08:11 +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 |
mconnor%myrealbox.com
|
15c005dd0b
|
bug 233481 - change nsAutoCompleteMdbResult to use nsCOMArray<nsIMdbRow> instead of nsVoidArray, patch by Patrick McCormick (patrick@meer.net), r=bryner, sr=blake
|
2004-05-30 15:40:10 +00:00 |
roc+%cs.cmu.edu
|
bca4ff3ba4
|
Fix Firefox bustage.
|
2004-05-22 22:54:51 +00:00 |
roc+%cs.cmu.edu
|
0e3ff503fb
|
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
|
2004-05-22 22:15:22 +00:00 |
ben%bengoodger.com
|
d9d6d9964f
|
193544 - autocomplete crash - simple bandaid to prevent crash from Kenji Irie <gelsoft@mx4.tiki.ne.jp> r=ben@mozilla.org
|
2004-05-21 09:38:07 +00:00 |
mconnor%myrealbox.com
|
dc02de2fd9
|
Bug 204706 - the cursor should remain at the end of the text field when arrowing down through completions, patch by eric lindvall (eric@5stops.com), r=ben
|
2004-04-25 19:53:15 +00:00 |
varga%nixcorp.com
|
2cd056deb1
|
Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
|
2004-04-17 05:53:38 +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 |
bryner%brianryner.com
|
165590c1f5
|
Fix crash in autocomplete if you're really fast. Bug 236659, patch by lorenzo@colitti.com, r=bryner
|
2004-03-07 21:01:12 +00:00 |
bryner%brianryner.com
|
ef40198dcf
|
Notify the treeBoxObject when the row count changes -- should fix assertions when typing in autocomplete. Also, throw in some NS_NOTREACHED statements for functions that should not be getting called on this tree view.
|
2003-09-04 07:26:30 +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 |
dean_tessman%hotmail.com
|
3f1715c186
|
203754 - Bug in select code in Auto-Complete component
patch eric@5stops.com
|
2003-08-08 02:38:24 +00:00 |
bryner%brianryner.com
|
a75519712c
|
Fix missing newline at end of file
|
2003-08-04 07:20:06 +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 |
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 |
bryner%netscape.com
|
597f6914d2
|
remove NS_INIT_ISUPPORTS (bug 178643, checking in for dbaron)
|
2003-01-21 22:58:26 +00:00 |
bryner%netscape.com
|
54c33e8733
|
Fixing some compiler warnings (extra stuff after #endif, no newline at end of file, member initializer ordering, and signed/unsigned comparisons)
|
2002-10-28 11:28:43 +00:00 |
hyatt%netscape.com
|
4aec38e9f7
|
Fix autocomplete bug. Total hack. No idea what I'm doing, but it works.
|
2002-10-27 22:57:59 +00:00 |
hyatt%netscape.com
|
9d2080da40
|
Fix autocomplete.
|
2002-10-11 20:55:59 +00:00 |
hyatt%netscape.com
|
42e766b81a
|
Make form fill work again.
|
2002-10-11 07:50:53 +00:00 |
hyatt%netscape.com
|
424961c55a
|
Make autocomplete work using selection without the extra hacky property.
|
2002-10-11 00:28:28 +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 |