gecko-dev/dom
Masayuki Nakano 2efcda6dc7 Bug 1335347 - Make nsMenuBarListener::KeyUp wait replay event if a content process has focus r=smaug
`keyup` event of `Alt` key should be fired in content process even if it'll
activate the menubar, and it should be cancelable as same as before enabling
e10s.

Unfortunately, the new test is complicated even they test simple things.
The reason is, this test requires the window running it is the active window.
However, the window may become inactive on Linux, therefore, this test
needs to manage window state by itself.

And another reason is, after inactivating the menubar, somebody keeps
consuming keyboard events in chrome.  Although, popups shouldn't be
opened by this test, but waiting all popups hidden makes the remaining
intermittent failure gone.  Therefore, this patch waits all popups become
hidden after inactivating the menubar and before new test.

Differential Revision: https://phabricator.services.mozilla.com/D95984
2020-11-20 03:49:55 +00:00
..
abort
animation Bug 1676062 - Use a dummy URL data in Servo_ParseEasing and drop Document* and URLExtraData* arguments from relevant functions. r=boris 2020-11-12 20:34:01 +00:00
audiochannel
base Bug 1661833 - Fix duplicate OnStateChange events during process switches, r=nika 2020-11-19 23:21:04 +00:00
battery
bindings Bug 1677893 - CONFIG["CXX_TYPE"] is not a thing r=firefox-build-system-reviewers,andi,mhentges 2020-11-18 16:01:23 +00:00
broadcastchannel
browser-element
cache Bug 1619592 - Replace EnsureStorageAndOriginIsInitialized with EnsureTemporaryOriginIsInitialized in dom/cache; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:41:55 +00:00
canvas Bug 1671382 - reset() RaiiShmem if its allocator is invalid. r=nika 2020-11-20 00:17:38 +00:00
chrome-webidl Bug 1677746 - Move NetDashboard.webidl to dom/chrome-webidl/ r=necko-reviewers,valentin,webidl,mccr8 2020-11-17 16:06:39 +00:00
clients
commandhandler
console
credentialmanagement
crypto
debugger
docs
encoding
events Bug 1335347 - Make nsMenuBarListener::KeyUp wait replay event if a content process has focus r=smaug 2020-11-20 03:49:55 +00:00
fetch
file
filehandle
filesystem Bug 1338637 - Updated webkitdirectory test to handle confirm prompts. r=Gijs 2020-11-19 09:45:04 +00:00
flex
gamepad Bug 1657404 - Change how AndroidGamepadManager handles gamepad service IDs r=geckoview-reviewers,agi 2020-11-10 23:02:36 +00:00
geolocation Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers,dragana 2020-11-16 22:09:25 +00:00
grid
html Bug 1674829 - part1 : dispatch 'MozNoControlsBlockedVideo' to video control. r=Gijs 2020-11-19 17:31:13 +00:00
imptests
indexedDB Bug 1619592 - Replace EnsureStorageAndOriginIsInitialized with EnsurePersistentOriginIsInitialized and EnsureTemporaryOriginIsInitialized in dom/indexedDB; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:41:47 +00:00
interfaces Bug 1676932 - Remove VisibilityChange/nsIContentPermissionRequestCallback. r=nika 2020-11-13 20:55:17 +00:00
ipc Bug 1661833 - Fix duplicate OnStateChange events during process switches, r=nika 2020-11-19 23:21:04 +00:00
jsurl
l10n Bug 1676520 - Stop using aboutConfig.ftl in test_set_attributes.html. r=zbraniecki 2020-11-11 08:15:18 +00:00
locales Bug 1338637 - Ask user for confirmation before folder upload. r=Gijs,geckoview-reviewers,baku 2020-11-17 17:15:51 +00:00
localstorage Bug 1619592 - Replace EnsureStorageAndOriginIsInitialized with EnsureTemporaryOriginIsInitialized in dom/localstorage; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:11 +00:00
manifest
mathml
media Bug 1677759: Don't assert when stream is obsolete in trickle_cb. r=mjf 2020-11-19 20:52:23 +00:00
messagechannel
midi
network
notification
offline
payments
performance Backed out 23 changesets (bug 1675409) for build bustages on Preferences.cpp. CLOSED TREE 2020-11-18 20:06:28 +02:00
permission
plugins Bug 1675349: Update tests under dom/plugins/test for the removal of plugins. r=jmathies 2020-11-18 15:58:15 +00:00
power
presentation
prio
promise
prototype
push
quota Bug 1619592 - Remove unused EnsureStorageAndOriginIsInitialized method; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:19 +00:00
reporting
res
script Bug 1666724 - Cancel all off thread compilations at Shutdown r=smaug 2020-11-19 00:00:44 +00:00
security Bug 1675349: Update tests under dom/security/test for the removal of plugins. r=jmathies 2020-11-18 15:58:28 +00:00
serviceworkers Bug 1603340 - Disable browser_force_refresh.js under verify, r=asuth 2020-11-12 18:01:08 +00:00
simpledb Bug 1619592 - Replace EnsureStorageAndOriginIsInitialized with EnsurePersistentOriginIsInitialized and EnsureTemporaryOriginIsInitialized in dom/simpledb; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:03 +00:00
smil Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp 2020-11-18 09:05:59 +00:00
storage Bug 1676411 - Fix usage calculation for file:// (and potentially other) URIs; r=asuth,dom-workers-and-storage-reviewers 2020-11-13 19:51:08 +00:00
svg Bug 1677483 - Reenable some tests that are now succeeding with Fission. r=smaug 2020-11-17 10:25:51 +00:00
system Backed out changeset 18448a7ebf82 (bug 1585070) for causing failures in test_cocoa_window_focus.html CLOSED TREE 2020-11-17 06:09:50 +02:00
tests Bug 1675349: Update tests under dom/tests/mochitest for the removal of plugins. r=jmathies 2020-11-18 15:58:41 +00:00
u2f
url Bug 1648493 - tests r=necko-reviewers,kershaw 2020-11-18 09:29:56 +00:00
vr Bug 1626555 - Add dom/vr to the list of non-unified-build-compatible directories. r=sg 2020-11-10 16:08:48 +00:00
webauthn Bug 1626555 - Add dom/webauthn to the list of non-unified-build-compatible directories. r=sg 2020-11-10 16:32:16 +00:00
webbrowserpersist Bug 1641270 - Part 6: Pass CookieJarSettings to nsIWebBrowserPersist.saveURI() and nsIWebBrowserPersist.savePrivacyAwareURI(). r=smaug 2020-11-11 18:19:27 +00:00
webgpu Bug 1677724 - Fix indentation in webgpu's mochitest manifest r=aryx 2020-11-17 19:25:51 +00:00
webidl Bug 1677746 - Move NetDashboard.webidl to dom/chrome-webidl/ r=necko-reviewers,valentin,webidl,mccr8 2020-11-17 16:06:39 +00:00
webshare
websocket Bug 1673905 - Test if we send a duplicate packet out r=necko-reviewers,dragana 2020-11-11 18:46:23 +00:00
workers Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp 2020-11-18 09:05:59 +00:00
worklet Bug 1626555 - Add dom/worklet to the list of non-unified-build-compatible directories. r=sg 2020-11-16 19:57:25 +00:00
xhr Backed out 23 changesets (bug 1675409) for build bustages on Preferences.cpp. CLOSED TREE 2020-11-18 20:06:28 +02:00
xml Bug 1626555 - Add dom/xml to the list of non-unified-build-compatible directories. r=sg 2020-11-16 19:57:45 +00:00
xslt Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp 2020-11-18 09:05:59 +00:00
xul Bug 1626555 - Add dom/xul to the list of non-unified-build-compatible directories. r=sg 2020-11-17 09:28:10 +00:00
jar.mn
moz.build