Commit Graph

37 Commits

Author SHA1 Message Date
David Zbarsky
3276e221ce Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking 2010-09-10 07:19:20 +02:00
David Zbarsky
de6582a359 Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst 2010-08-04 22:40:18 -04:00
Benjamin Smedberg
f13550a209 Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Justin Dolske
cacca97c78 Bug 439716 - Form Manager should be a JavaScript-based component. p=zpao+dolske, r=zpao, r=dolske, r=gavin 2010-05-25 21:35:09 -07:00
Mounir Lamouri
cbf74508a5 Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking 2010-05-12 09:17:07 +02:00
Justin Dolske
677a6e2e49 Bug 458812 - Remove support for importing from old mork-based formhistory.dat. r=vladimir 2009-12-13 17:04:41 -08:00
Masayuki Nakano
ab0f2e9ba1 Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil 2009-11-16 22:13:02 +09:00
Justin Dolske
2776d8d6f2 Bug 519478 - UMR in nsAutoCompleteController::ClosePopup. r=gavin.sharp 2009-10-04 23:46:25 -07:00
Justin Dolske
03467114a9 Bug 511615 - Satchel should ignore untrusted events. r=gavin, sr=mconnor 2009-09-22 23:23:08 -07:00
MattN
e103fbb15f Bug 444728 - autocomplete disregards maxlength for input fields. r=dolske, sr=mconnor 2009-08-01 17:30:27 -07:00
MattN
b8b0aff729 Bug 497541 - Autocomplete dropdown should update when text inserted before end. r=gavin 2009-07-11 09:25:57 +02:00
Justin Dolske
da8bd65806 Bug 469443 - Form Manager Storage should be a JavaScript-based component. r=gavin 2009-06-19 13:19:18 -07:00
Martijn Wargers
d238162113 Bug 420089 - Crash [@ nsFormFillController::SetPopupOpen] with changing body style on focus and more. r=smaug 2009-04-13 10:35:18 +02:00
Justin Dolske
6daa0813b1 Bug 466414 - Remove old mork-based form history backend. r=gavin 2009-01-19 14:51:38 -08:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Masayuki Nakano
446176f140 Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc 2008-08-09 11:46:30 +09:00
dolske@mozilla.com
0d7f0e900e Bug 362576 - autocomplete="off" should prevent filling passwords in addition to remembering passwords. r=gavin, ui-r=mconnor, a1.9=mconnor 2008-05-08 20:34:46 -07:00
enndeakin@sympatico.ca
eee6346656 Bug 408723, autocomplete should use the url value not the popup selection, causes problem where moving the mouse and pressing enter goes to unexpected url, r=gavin,a=beltzner 2008-02-29 05:07:02 -08:00
dolske@mozilla.com
b66e346ca1 Bug 397753 - Unload code can be moved inside pagehide code in nsFormFillController.cpp. Based on earlier patch from martijn.martijn@gmail.com. r=gavin, a1.9=beltzner 2008-02-26 21:06:13 -08:00
dolske@mozilla.com
2457fb663e Bug 418712 - nsIAutoCompleteInput should fire an event when a search begins. r=gavin, a1.9=beltzner 2008-02-21 15:17:33 -08:00
neil@parkwaycc.co.uk
f8e41045aa Ctrl+PgDn/PgUp don't work when the focus is in an autocomplete textbox b=290177 r=Enn a=dsicore 2007-12-18 01:16:42 -08:00
sspitzer@mozilla.org
6136270b4a backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details) 2007-11-06 00:43:53 -08:00
sspitzer@mozilla.org
10234c2591 fix for bug #399664: In location bar autocomplete, indicate which part of the result matches the query (and make sure it is visible) r=gavin, parts r=neil deakin a=m9 blocker 2007-11-05 21:31:22 -08:00
dolske@mozilla.com
be8abe107d Bug 399259 - Form manager shouldn't cache Login Manager service at startup. r=gavin a=mconnor 2007-10-11 13:23:52 -07:00
Olli.Pettay@helsinki.fi
a6b454f086 Bug 388558, 'change' event isn't dispatched if user selects input field value from the autocomplete list, r=jst, sr=sicking, a=mconnor 2007-10-02 09:56:07 -07:00
martijn.martijn@gmail.com
bd6cd725c5 Bug 398143 - Dragging scrollbar with mouse while autocomplete input has focus triggers autocomplete, r=mano, a=mconnor 2007-10-02 07:50:51 -07:00
martijn.martijn@gmail.com
380c14058c Bug 216434 - autocomplete dropdown covers textbox when textbox is near bottom of screen, r=neil, a=mconnor 2007-09-30 12:00:10 -07:00
martijn.martijn@gmail.com
abd70f4fc7 Bug 256856 - Focusing field using access key displays autocomplete popup, r=mano, a=mconnor 2007-09-30 10:35:24 -07:00
sspitzer@mozilla.org
a1f34414b7 fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
jwalden@mit.edu
e3c4baccae Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
enndeakin@sympatico.ca
6c8197be5f Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
enndeakin@sympatico.ca
95deb19d78 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
6c59f4a6d3 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
gavin@gavinsharp.com
19ca63911e Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
bzbarsky@mit.edu
32d3d359f4 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
mozilla.mano@sent.com
f33995e77d Back out bug 286933 due to various regressions. 2007-04-04 12:55:04 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00