Commit Graph

59 Commits

Author SHA1 Message Date
Olli.Pettay%helsinki.fi
8e9d14cdee Bug 331629, @nsAutoCompleteController::ClosePopup, r=bryner, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208979 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-01 08:14:49 +00:00
bryner%brianryner.com
c0203d6cd4 Add ObserverService notifications for entering and reverting autocomplete input (bug 347687). r=brettw a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206899 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-08 18:13:11 +00:00
Olli.Pettay%helsinki.fi
51bc0788fc Bug 331561, nsAutoComplete crash on entering URL [@ nsAutoCompleteController::HandleEnter], r+sr=bryner, a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201263 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 20:05:47 +00:00
pamg.bugs%gmail.com
d3a6f15c11 Bug 246237: Expunging tabs from previous patch
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200055 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 22:08:29 +00:00
pamg.bugs%gmail.com
b3154a77d3 Bug 246237: Fix various navigation key + autoFill issues. Patch by pkasting@google.com, r=mconnor, sr+a181=benjamin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200054 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 22:02:47 +00:00
jminta%gmail.com
fea5981a54 Bug 236791 JavaScript focus() throws 'Permission denied to get property XULElement.selectedIndex' r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199430 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-07 18:02:45 +00:00
masayuki%d-toybox.com
cd9ad19a32 Bug 339661 Location bar dropdown does not disappear on second click r+branch181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198780 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-31 23:29:19 +00:00
bryner%brianryner.com
3edbcc0742 Make nsAutoCompleteMdbResult::RemoveValueAt do a CompressCommit after removing the mork row, to avoid corruption at shutdown. Also CutAllColumns like the corresponding history method does. Bug 242207, r=brettw sr/a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198574 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-29 16:59:35 +00:00
brettw%gmail.com
2830e6111a Bug 202992 (for pkasting@google.com) r=brettw sr+a=bryner h or http cut off in address bar autocomplete (adds :// to domain names starting with p or t
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196572 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-15 20:17:20 +00:00
gavin%gavinsharp.com
f15d8a1471 Bug 281862: AutoComplete MDBResult's GetCommentAt method returns NS_ERROR_NOT_IMPLEMENTED but it is!, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor+bryner, a181=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195836 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-02 20:15:43 +00:00
masayuki%d-toybox.com
5eddebce0c Bug 187772 mouse wheel scrolling does not dismiss form auto complete history, results in floating autocomplete dropdown r+branch181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193642 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-05 23:16:51 +00:00
mark%moxienet.com
f457d55941 328981 History DB page titles are displayed corrupt in url bar autocomplete. Byte-swap in nsAutoCompleteMdbResult. Not part of the build when Places is in use (1.8.1). r=bryner a/1.8.1=bryner a/1.8.0.2=timr
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191858 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-06 23:28:41 +00:00
bryner%brianryner.com
0aac2b4cdc Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188263 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-26 20:54:22 +00:00
bryner%brianryner.com
054f28280c [Places merge, bug 324274]
bug 315570
p=brettw
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188041 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-23 06:04:04 +00:00
ajschult%verizon.net
1003e1dc3e Replace URL string with selected autocomplete result to handle 't' or 'p' in hostname (bug 202992) without causing bug 323549. r=mconnor, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187870 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-20 04:02:35 +00:00
gavin%gavinsharp.com
4afe580900 Bug 202992: h or htt cut off in address bar autocomplete (adds :// to domain names starting with p or t), patch by Tom S. <toms@internode.on.net>, r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187586 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-13 20:39:43 +00:00
bryner%brianryner.com
537446c57a Band-aid fix for crash at nsAutoCompleteController::HandleKeyNavigation (bug 306067). Get the completeSelectedIndex property _before_ calling selectBy, in case doing the latter nulls out mInput. r+sr=dbaron, a=dveditz.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@186938 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 20:25:22 +00:00
bsmedberg%covad.net
5ad22062c8 Bug 296526 - Crash if autocomplete list is open while a window navigation r=bryner a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181462 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-03 12:49:31 +00:00
gavin%gavinsharp.com
594eaadf17 Bug 255116: Pressing Home or Shift+Home should close the autocomplete dropdown, patch by Jesse Ruderman <jruderman@gmail.com>, r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@177634 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-12 03:41:14 +00:00
mconnor%steelgryphon.com
aef2de68bb bug 290172 - pressing left or right arrow key in location bar causes refresh, patch by Mark Mentovai (mark@moxienet.com), r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@172314 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 21:23:08 +00:00
dveditz%cruzio.com
4dcc50a1d2 bug 283777 fix right-arrow selection regression in autocomplete r=mconnor, a=chase
git-svn-id: svn://10.0.0.236/trunk@172042 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 19:39:25 +00:00
bsmedberg%covad.net
e1d9da278a libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin
git-svn-id: svn://10.0.0.236/trunk@170905 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 21:24:05 +00:00
jshin%mailaps.org
f37ed49ee5 bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano
git-svn-id: svn://10.0.0.236/trunk@170203 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 08:19:05 +00:00
brendan%mozilla.org
f0c81a5a08 Inductive (wish it were deductive, but I don't understand all this code) fix for uninitialized rowCount bug in RowIndexToSearch (r=bryner, sr=dveditz).
git-svn-id: svn://10.0.0.236/trunk@170079 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:40:47 +00:00
dveditz%cruzio.com
cffc99e352 bug 270697 make autocomplete behave more like IE r=caillon,r=mconnor
git-svn-id: svn://10.0.0.236/trunk@169376 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-18 12:40:00 +00:00
gerv%gerv.net
f58b146997 Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@168638 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-01 17:07:35 +00:00
jshin%mailaps.org
ac4916b239 bug 193544 textbox crash (autocomplete + IME) patch by masayuki@d-toybox.com, r/sr=bryner
git-svn-id: svn://10.0.0.236/trunk@168524 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-30 09:31:36 +00:00
bryner%brianryner.com
2657789a29 Call CutRow _before_ we release our reference to the nsIMdbRow. Fixes crash on shift+delete. Bug 258767, patch by jwalden@mit.edu, r=bryner.
git-svn-id: svn://10.0.0.236/trunk@163142 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 18:59:50 +00:00
cbiesinger%web.de
3c48ee73f7 toolkit should treat uris as utf-8
261269 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@162811 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 21:45:12 +00:00
dbaron%dbaron.org
81da86af26 Fix leak of global history service. b=257209 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@161630 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-02 00:39:38 +00:00
bryner%brianryner.com
5d100a899f Clicking in a focused input should open autocomplete results popup (bug 173569). Patch by dean_tessman@hotmail.com, r=me.
git-svn-id: svn://10.0.0.236/trunk@160037 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 08:42:54 +00:00
bryner%brianryner.com
47ff21d4cf 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.
git-svn-id: svn://10.0.0.236/trunk@160031 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 08:08:11 +00:00
bryner%brianryner.com
3b739372b0 Make password manager signons actually be removed from the database when you press shift+delete (bug 242250). r=blake.
git-svn-id: svn://10.0.0.236/trunk@160027 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 05:57:16 +00:00
mconnor%myrealbox.com
7297f133b2 bug 233481 - change nsAutoCompleteMdbResult to use nsCOMArray<nsIMdbRow> instead of nsVoidArray, patch by Patrick McCormick (patrick@meer.net), r=bryner, sr=blake
git-svn-id: svn://10.0.0.236/trunk@157122 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-30 15:42:15 +00:00
roc+%cs.cmu.edu
7646bcc475 Fix Firefox bustage.
git-svn-id: svn://10.0.0.236/trunk@156786 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 22:54:51 +00:00
roc+%cs.cmu.edu
bdc7e5f59b Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
git-svn-id: svn://10.0.0.236/trunk@156785 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 22:15:22 +00:00
ben%bengoodger.com
73032f9d4b 193544 - autocomplete crash - simple bandaid to prevent crash from Kenji Irie <gelsoft@mx4.tiki.ne.jp> r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@156693 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 09:38:17 +00:00
mconnor%myrealbox.com
e1c87b6216 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
git-svn-id: svn://10.0.0.236/trunk@155496 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-25 19:54:36 +00:00
varga%nixcorp.com
ce53bd6ec2 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
git-svn-id: svn://10.0.0.236/trunk@155017 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-17 05:53:38 +00:00
jst%mozilla.jstenback.com
0aa789e3b3 Fixing bug 171605. Implementing deletion of individual autocomplete results by pressing Shift+Delete on a selected autocomplete item. r=ben@bengoodger.com
git-svn-id: svn://10.0.0.236/trunk@154076 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-18 01:52:51 +00:00
bryner%brianryner.com
a7c4b6a17b Fix crash in autocomplete if you're really fast. Bug 236659, patch by lorenzo@colitti.com, r=bryner
git-svn-id: svn://10.0.0.236/trunk@153657 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-07 21:01:12 +00:00
bryner%brianryner.com
1508ed3f85 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.
git-svn-id: svn://10.0.0.236/trunk@146556 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-04 07:26:30 +00:00
bryner%brianryner.com
e95c2d418e Convert nsIAutoCompleteResultTypes.h to an IDL file, which makes QI'ing to those interfaces work as expected.
git-svn-id: svn://10.0.0.236/trunk@145807 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 10:08:00 +00:00
dean_tessman%hotmail.com
8bcb312ca7 203754 - Bug in select code in Auto-Complete component
patch eric@5stops.com


git-svn-id: svn://10.0.0.236/trunk@145722 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 02:38:24 +00:00
bryner%brianryner.com
b1a9e02d34 Fix missing newline at end of file
git-svn-id: svn://10.0.0.236/trunk@145532 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-04 07:20:06 +00:00
bryner%netscape.com
4d8c1e8e5e 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.
git-svn-id: svn://10.0.0.236/trunk@144787 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-13 02:27:25 +00:00
ben%netscape.com
0cc16a6bee 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
git-svn-id: svn://10.0.0.236/trunk@141585 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-22 10:27:30 +00:00
bryner%netscape.com
fb7214b240 remove NS_INIT_ISUPPORTS (bug 178643, checking in for dbaron)
git-svn-id: svn://10.0.0.236/trunk@136758 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-21 22:58:26 +00:00
bryner%netscape.com
c33807ac70 Fixing some compiler warnings (extra stuff after #endif, no newline at end of file, member initializer ordering, and signed/unsigned comparisons)
git-svn-id: svn://10.0.0.236/trunk@132584 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-28 11:28:43 +00:00
hyatt%netscape.com
47c141b617 Fix autocomplete bug. Total hack. No idea what I'm doing, but it works.
git-svn-id: svn://10.0.0.236/trunk@132572 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-27 22:57:59 +00:00