fune/devtools
Masayuki Nakano 4b28083b44 Bug 1868283 - part 2: Make browser_tooltip.js synthesize mouse events via the parent process r=daisuke,devtools-reviewers,nchevobbe
The popup manager is in the parent process and the parent process may store
the last mouse cursor position which is set by a preceding test, but the
test synthesizes mouse events only in the content process.  Therefore, the
parent may have unexpected state.

For solving these issues, this patch makes the test synthesize the events via
the parent process with enabling the async event dispatcher.

Then, new issue appeared. When I run this test in the verify mode, it
high-frequently failed with no mouse event logs.  Therefore, this patch makes
the content process waits first `mousemove` outside the target before starting
the test.

Differential Revision: https://phabricator.services.mozilla.com/D195637
2023-12-13 07:13:03 +00:00
..
client Bug 1868283 - part 2: Make browser_tooltip.js synthesize mouse events via the parent process r=daisuke,devtools-reviewers,nchevobbe 2023-12-13 07:13:03 +00:00
docs Bug 1866720 - Clean up more imports to import ES modules directly. r=arai,extension-reviewers,devtools-reviewers,sync-reviewers,sessionstore-reviewers,dao,robwu 2023-11-29 10:00:27 +00:00
perfdocs
platform Bug 1859873 - batch 13 xpcshell.ini -> .toml. r=aryx,devtools-reviewers,profiler-reviewers 2023-11-21 12:32:50 +00:00
server Bug 1868263 - [devtools] Don't include circle/ellipse position when we don't have it in shape highlighter. r=devtools-reviewers,ochameau. 2023-12-12 12:37:12 +00:00
shared Bug 1767781 - Disable browser_target_command_service_workers_navigation.js on linux and windows for frequent failures. r=jmaher 2023-12-12 23:01:04 +00:00
startup Bug 1865005 - Use 1-based column number in tracer and DevToolsStartup command line handling. r=ochameau,devtools-reviewers 2023-11-22 12:31:35 +00:00
.eslintrc.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
rename.py
templates.mozbuild Bug 1677775 - reformat .mozbuild files with Black r=linter-reviewers,geckoview-reviewers,firefox-build-system-reviewers,ahal,glandium,owlish,sylvestre 2023-12-08 04:26:45 +00:00
tsconfig.json