gecko-dev/browser
Emilio Cobos Álvarez d547edb535 Bug 1627520 - Use keydown instead of keypress for autocomplete event listeners. r=mak,Gijs
This is so that we can avoid needing mozSystemGroup (to get keypress for
non-printable keys), which in turn prevents racing with the native key event
listeners, see the second patch in bug 1624657.

This turned out to be a bit tricky, because we need to guarantee the ordering of
the search one-offs handling in the searchbar with the usual autocomplete-input
handling. We could try to move this to the popup subclass but this is already a
bigger patch than what I'd like.

We can also revert the customElements.js change I did in bug 1624657, as the bug
is no longer relevant.

Differential Revision: https://phabricator.services.mozilla.com/D69743

--HG--
extra : moz-landing-system : lando
2020-04-14 12:42:16 +00:00
..
actors Backed out 5 changesets (bug 1615588) for browser-chrome failures e.g. browser_beforeunload_duplicate_dialogs.js. CLOSED TREE 2020-04-10 21:19:15 +03:00
app Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
base Bug 1622742 - Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_popup_blocker.js r=prathiksha 2020-04-14 09:26:56 +00:00
branding Bug 1627477 - Convert all relevant uses of left/right to logical properties in the remaining files in browser/ r=Gijs 2020-04-07 16:29:47 +00:00
components Bug 1627520 - Use keydown instead of keypress for autocomplete event listeners. r=mak,Gijs 2020-04-14 12:42:16 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-04-06 14:28:50 +00:00
docs Bug 1602463 Part 3 - Windows default browser agent. r=agashlin,bytesized,nalexander 2020-03-16 20:16:25 +00:00
extensions Bug 1629150 - Update pdf.js to version 2.5.80. r=bdahl 2020-04-13 16:01:39 +00:00
fonts Bug 1618411 - Fix installed file conditions on non-Linux platforms using GTK r=dao 2020-03-02 19:54:43 +00:00
fxr Bug 1608844 - WebExtensions do not run in FxRPC content processes r=zombie 2020-01-15 15:14:15 +00:00
installer Bug 1628924 - Wait for the default browser agent to finish unregistering before deleting it. r=agashlin 2020-04-10 22:18:50 +00:00
locales Bug 1609557 - Migrate placesContextMenu.inc.xhtml to Fluent. r=fluent-reviewers,flod,Gijs 2020-04-14 09:13:52 +00:00
modules Bug 1578710 Bug - 1578710 Don't show persistent storage permission on moz-extension pages. r=johannh 2020-04-14 07:35:09 +00:00
themes Bug 1601463 Added icon with tooltip to indicate criticality of extensions. r=johannh,fluent-reviewers,flod 2020-04-14 07:46:05 +00:00
tools/mozscreenshots Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
app.mozbuild
build.mk Bug 1607193 - Remove l10n-check; r=firefox-build-system-reviewers,rstewart 2020-03-13 18:34:28 +00:00
confvars.sh Bug 1606274 - Remove always-true MOZ_PHOENIX macro. r=firefox-build-system-reviewers,rstewart 2019-12-30 15:00:20 +00:00
defs.mk
l10n-registry.manifest
LICENSE
Makefile.in
moz.build Bug 1618188 - remove XML backend for plugin and add-on blocklisting, r=mconley,perftest-reviewers,whimboo 2020-03-09 12:02:17 +00:00
moz.configure