gecko-dev/toolkit/components/satchel
Ray Lin 8caef95c24 Bug 1300996 - Part 1: Set selectedIndex of autocomplete popup when mousemove over profile item. r=adw
Currently mouseover autocomplete item would not change the selectedIndex
of popup but show grey highlight. For form autofill, we don't want
two indicators to represent the selection of keyboard and mouse
separately that might confuse user which profile preview is exactly
being shown. I added a new <field> in formautofill profile item binding
that helps autocomplete to determine whether to change selectedIndex
when mouseover.

MozReview-Commit-ID: LmW8g08V9mf

--HG--
extra : rebase_source : e0af703a4a6291c53995fd00319bf8a6b259109c
2017-04-25 16:48:52 +08:00
..
test Bug 1300996 - Part 1: Set selectedIndex of autocomplete popup when mousemove over profile item. r=adw 2017-04-25 16:48:52 +08:00
AutoCompletePopup.jsm Bug 1342708 fix datalist failure in webext popups, r=kmag 2017-06-01 16:20:34 -07:00
FormHistory.jsm Bug 1365068 - import with destructuring, switch to shorthand function declarations and use array.includes. r=MattN 2017-05-16 18:23:56 -07:00
FormHistoryStartup.js Bug 1365068 - import with destructuring, switch to shorthand function declarations and use array.includes. r=MattN 2017-05-16 18:23:56 -07:00
formSubmitListener.js Bug 1365068 - import with destructuring, switch to shorthand function declarations and use array.includes. r=MattN 2017-05-16 18:23:56 -07:00
jar.mn
moz.build Bug 1351067 - add BUG_COMPONENT to toolkit/* files. r=myk,enndeakin,mossop 2017-04-09 05:43:43 -04:00
nsFormAutoComplete.js Bug 1365068 - import with destructuring, switch to shorthand function declarations and use array.includes. r=MattN 2017-05-16 18:23:56 -07:00
nsFormAutoCompleteResult.jsm Bug 1365068 - import with destructuring, switch to shorthand function declarations and use array.includes. r=MattN 2017-05-16 18:23:56 -07:00
nsFormFillController.cpp Bug 1365068 - Added missing brackets & refactored some conditional statements. r=MattN 2017-05-16 15:56:28 -07:00
nsFormFillController.h Bug 1337772 - Part 1 - Use mousedown instead of contextmenu to avoid showing the password autocomplete. r=MattN 2017-04-07 00:01:31 +02:00
nsIFormAutoComplete.idl
nsIFormFillController.idl Bug 1330111 - Expose nsFormFillController's showPopup via nsIFormFillController. r=felipe 2017-02-03 12:44:49 -08:00
nsIInputListAutoComplete.idl
nsInputListAutoComplete.js Bug 1365068 - import with destructuring, switch to shorthand function declarations and use array.includes. r=MattN 2017-05-16 18:23:56 -07:00
satchel.manifest Bug 876002 - Remove nsIFormHistory2 so no synchronous form history code remains, r=markh. 2017-02-08 22:50:00 +01:00
towel