fune/browser/components/search
Marco Bonardo 021fc63b95 Bug 1388123 - Make autocomplete handle Enter on keydown. r=MattN
Some pages, like the Google login form, submit information on keydown, that
causes us to not autocomplete, because we handle keypress instead.
The patch changes autocomplete to happen on keydown.
Unfortunately formautofill also uses keydown and tries to access popup data too
late, thus it needs some hacks to work properly.
In general the formautofill code has too many indirections due to e10s, and that
makes the fix more fragile than we'd want. Ideally content autocomplete should
have its own codebase, rather than sharing the same controller as chrome code.

MozReview-Commit-ID: oAyASmDFm1

--HG--
extra : rebase_source : 64c1e7c85b203904b59e3a1e019e7f52f290cfea
2018-06-22 12:37:09 +02:00
..
content Bug 1388123 - Make autocomplete handle Enter on keydown. r=MattN 2018-06-22 12:37:09 +02:00
searchplugins Bug 1466631 - Move MercadoLibre to UTF-8, https and fix icon. r=flod 2018-06-29 17:33:07 -05:00
test Bug 1453667 - Remove BrowserUITelemetry from search. r=adw 2018-06-06 19:40:27 +01:00
jar.mn Bug 1437942 - Remove search engines from langpacks. r=adw 2018-06-04 16:45:50 -05:00
moz.build Bug 1454088 - Remove use of google-nocodes. r=adw 2018-05-04 10:55:13 -05:00