gecko-dev/toolkit/content/widgets
Masayuki Nakano 4e13e7028b Bug 1434837 - Make autocomplete and satchel listen to keypress event at the system event group r=mak
The autocomplete module listens to keypress event for both printable keys and
non-printable keys a lot.  However, we'll stop dispatching keypress event for
non-printable keys in the default event group of web content.  So, autocomplete
should listen to keypress events at the system event group.

Note that it's difficult to change keypress event listeners to keydown event
listeners because if we stop keypress events at preceding keydown event in
autocomplete or satchel module, some other modules fail to handle keydown or
keypress event before autocomplete and it's not easy to investigate which
module's which keypress event listener should be changed to keydown event
listener.  Therefore, this patch doesn't do it at least for now.

MozReview-Commit-ID: 7e3aklmKrXu

--HG--
extra : rebase_source : 1a1e71972e4f56f088c0372e12961ffb683c7b26
2018-02-08 22:42:29 +09:00
..
autocomplete.xml Bug 1434837 - Make autocomplete and satchel listen to keypress event at the system event group r=mak 2018-02-08 22:42:29 +09:00
browser.xml Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
button.xml
calendar.js
checkbox.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
colorpicker.xml Bug 1436575 - Add exceptions for cases that cannot be simplified by negation or !! coercion. r=standard8 2018-02-09 10:10:08 -05:00
datekeeper.js
datepicker.js
datetimebox.css
datetimebox.xml
datetimepopup.xml
dialog.xml Bug 1434401 - Remove the "root-element" binding from :root and create the LightweightThemeConsumer directly from browser.js;r=dao,Gijs 2018-02-13 09:16:10 -08:00
editor.xml Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
filefield.xml
findbar.xml Bug 1422386 - Remove toolbardecoration, toolbar, and toolbar-base binding, r=Paolo 2018-02-13 22:12:18 +08:00
general.xml Bug 1434401 - Remove the "root-element" binding from :root and create the LightweightThemeConsumer directly from browser.js;r=dao,Gijs 2018-02-13 09:16:10 -08:00
groupbox.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
listbox.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
menu.xml Merge inbound to mozilla-central. a=merge 2018-02-08 21:02:00 +02:00
menulist.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
notification.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
numberbox.xml Bug 1429573 - Use input[type=number] in textbox[type=number] implementation. r=Paolo,surkov 2018-02-09 21:54:36 +00:00
popup.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
progressmeter.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
radio.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
remote-browser.xml Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
resizer.xml
richlistbox.xml
scale.xml
scrollbar.xml Bug 1432950 - Remove the scrollbar-base binding to prevent XBL JS from running on scrollbars in content;r=dao,smaug 2018-02-14 09:12:56 -08:00
scrollbox.xml Bug 1438504 - Ignore bogus overflow events. r=bgrins 2018-02-15 20:03:51 +01:00
spinner.js
splitter.xml
stringbundle.xml Bug 1422374 - Remove pointless stringbudleset binding. r=enndeakin+6102 2017-12-12 15:57:45 +00:00
tabbox.xml Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov 2018-02-07 13:23:53 +00:00
text.xml
textbox.xml Bug 1429573 - Use input[type=number] in textbox[type=number] implementation. r=Paolo,surkov 2018-02-09 21:54:36 +00:00
timekeeper.js
timepicker.js
toolbar.xml Bug 1422386 - Remove toolbardecoration, toolbar, and toolbar-base binding, r=Paolo 2018-02-13 22:12:18 +08:00
toolbarbutton.xml Bug 1419932 - Remove unused menu-vertical binding in toolbarbutton. r=bgrins 2018-01-23 10:24:12 +11:00
tree.xml Bug 1432950 - Remove the scrollbar-base binding to prevent XBL JS from running on scrollbars in content;r=dao,smaug 2018-02-14 09:12:56 -08:00
videocontrols.css
videocontrols.xml
wizard.xml Bug 1434401 - Remove the "root-element" binding from :root and create the LightweightThemeConsumer directly from browser.js;r=dao,Gijs 2018-02-13 09:16:10 -08:00