gecko-dev/toolkit/modules
pbz 13ef0eb48a Bug 1669990 - SubDialog: Use system event listener for escape key. r=Gijs
If a <select> in a SubDialog closes its popup when the user hits the esc key, it calls `preventDefault()` on the event. The SubDialog code didn't see this preventDefault, because it was using a normal event listener, while the select code uses a system event listener.

https://searchfox.org/mozilla-central/rev/c2e3ac11be4837718c2604e58085fbc8252b69dd/layout/forms/nsListControlFrame.cpp#925,2058,2068-2069,2075-2076

Differential Revision: https://phabricator.services.mozilla.com/D93253
2020-11-19 18:20:36 +00:00
..
docs Bug 1649881 - Test and fix region lookups against MLS algorithm r=mikedeboer,jwhitlock 2020-07-19 17:13:19 +00:00
secondscreen Bug 1528649 - Remove the context parameter from nsInputStreamPump::AsyncRead. r=valentin,necko-reviewers 2020-08-05 11:21:51 +00:00
sessionstore Bug 1668847 - Don't use SessionHistory.collect from content child r=peterv 2020-10-02 15:42:50 +00:00
subprocess Bug 1675332 - Pre: Make `VALUE: null` remove env vars in Subprocess.jsm. r=kmag 2020-11-06 05:01:57 +00:00
tests Bug 1671983 - Part 4: Stop awaiting BrowserTestUtils.loadURI, r=annyG,remote-protocol-reviewers,extension-reviewers,preferences-reviewers,whimboo,zombie 2020-11-12 18:01:03 +00:00
third_party
AboutPagesUtils.jsm
ActorManagerParent.jsm Bug 1649843, remove now unused legacy actor code, r=kmag 2020-11-06 15:46:11 +00:00
AppConstants.jsm Bug 1673346 - Don't init FOG if not MOZ_GLEAN r=janerik 2020-10-26 15:27:04 +00:00
AppMenuNotifications.jsm
AsyncPrefs.jsm Bug 1668965 - Remove mention of Lockwise mobile apps from about:logins. r=sfoster,fluent-reviewers 2020-11-02 17:09:56 +00:00
BinarySearch.jsm
BrowserUtils.jsm Bug 1672864 - Don't show the "print selection" context menu items when the focused selection is in a textarea / input. r=emalysz 2020-10-24 11:46:43 +00:00
CanonicalJSON.jsm
CertUtils.jsm
CharsetMenu.jsm
Color.jsm
Console.jsm
ContentDOMReference.jsm
CreditCard.jsm Bug 1664086: Use Fluent to set aria-label for credit card list options in preferences. r=zbraniecki,fluent-reviewers 2020-09-11 06:13:36 +00:00
DateTimePickerPanel.jsm Bug 1673054 - Convert callers to use isAppLocaleRTL; r=Gijs,zbraniecki 2020-11-10 16:30:57 +00:00
DeferredTask.jsm
Deprecated.jsm
E10SUtils.jsm Bug 1671983 - Part 2: Remove SessionStore.navigateAndRestore, r=annyG,kashav 2020-11-12 18:00:55 +00:00
EventEmitter.jsm
FileUtils.jsm Bug 921157 - Deprecate FileUtils.getDir(..., ..., true) during startup/shutdown 2020-06-15 09:03:46 +00:00
FindBarContent.jsm
Finder.jsm Bug 1020254 - PDFParent should set the find clipboard. r=mikedeboer 2020-08-21 07:37:19 +00:00
FinderHighlighter.jsm Bug 1656432 - part 3: Get rid of `nsIEditActionListener::WillDeleteSelection()` r=m_kato 2020-08-04 15:01:18 +00:00
FinderIterator.jsm
FinderParent.jsm
FirstStartup.jsm
FormLikeFactory.jsm Bug 1659217 - Ensure formLike.rootElement correctly points to the nearest HTMLFormElement ancestor, if any, when a password field is inside a ShadowRoot. r=MattN 2020-09-02 01:09:08 +00:00
GMPExtractorWorker.js Bug 1668372 - Escape URI GMP zips are extracted from. r=Gijs 2020-10-01 22:17:06 +00:00
GMPInstallManager.jsm Bug 1668372 - Escape URI GMP zips are extracted from. r=Gijs 2020-10-01 22:17:06 +00:00
GMPUtils.jsm
Geometry.jsm
HiddenFrame.jsm Bug 1647894 - Fixed TypeError on HiddenFrame Set. r=robwu 2020-08-02 19:31:30 +00:00
Http.jsm
IgnoreLists.jsm
IndexedDB.jsm
InlineSpellChecker.jsm
InlineSpellCheckerContent.jsm
Integration.jsm
JSONFile.jsm Bug 1654984 - don't output needless error reports about non-existing logins-backup.json. r=MattN 2020-07-29 23:56:24 +00:00
LightweightThemeConsumer.jsm Bug 1676897 - Remove obsolete resolutionchange handling from LightweightThemeConsumer.jsm. r=ntim 2020-11-12 17:38:00 +00:00
Log.jsm
NLP.jsm
NewTabUtils.jsm Bug 1664502 - Disable canonical URL conversion for search shortcuts when using default top sites from remote settings. r=mikedeboer 2020-09-15 08:38:42 +00:00
OSKeyStore.jsm
ObjectUtils.jsm
OsEnvironment.jsm Bug 1659157 - Collect allowed app install source data and submit to telemetry r=Gijs,chutten,mhowell 2020-09-10 20:16:04 +00:00
PageMenu.jsm
PermissionsUtils.jsm
PopupNotifications.jsm Bug 1650795 - Update PopupNotifications to check suppressed state on tab switch. r=Gijs 2020-08-17 10:25:59 +00:00
Preferences.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
PrivateBrowsingUtils.jsm
ProfileAge.jsm
Promise-backend.js
Promise.jsm
PromiseUtils.jsm
PropertyListUtils.jsm
Region.jsm Backed out changeset b66d6544ad5a (bug 1663501) for payment-reporting.https.html failures CLOSED TREE 2020-11-13 01:04:38 +02:00
RemotePageAccessManager.jsm Bug 1668965 - Remove mention of Lockwise mobile apps from about:logins. r=sfoster,fluent-reviewers 2020-11-02 17:09:56 +00:00
ResetProfile.jsm
ResponsivenessMonitor.jsm
ServiceRequest.jsm
Services.jsm Bug 1464542: Part 3c - Change Services.jsm to use the C++-implemented services cache. r=mccr8 2020-07-09 21:42:53 +00:00
ShortcutUtils.jsm
Sqlite.jsm Bug 1674418 - Properly handle conn.close() exception to not block async shutdown. r=Gijs 2020-11-01 20:37:26 +00:00
SubDialog.jsm Bug 1669990 - SubDialog: Use system event listener for escape key. r=Gijs 2020-11-19 18:20:36 +00:00
Timer.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
Troubleshoot.jsm Backed out changeset 189c8d74af36 (bug 1664916) for bc failure on browser_Troubleshoot.js. CLOSED TREE 2020-11-20 00:12:10 +02:00
UpdateUtils.jsm
WebChannel.jsm
WindowsRegistry.jsm
jar.mn
moz.build Backed out changeset b66d6544ad5a (bug 1663501) for payment-reporting.https.html failures CLOSED TREE 2020-11-13 01:04:38 +02:00
nsIBrowserWindowTracker.idl Bug 1653219 - Add nsIBrowserWindowTracker and getAllVisibleTabs function; r=nika,Gijs 2020-08-10 15:57:46 +00:00
nsIE10SUtils.idl Bug 1568597 - Make RemoteWorkerManager::GetRemoteType/MatchRemoteType fission-aware. r=asuth,nika 2020-08-28 17:58:58 +00:00
nsIRegion.idl Bug 1627540 - Add an IDL for Region.jsm so it can be accessed via C++ r=mossop 2020-06-25 18:08:37 +00:00
offlineAppCache.jsm
win.xhtml