1
0
Fork 0
hudctrl/svc
Dustin fa1c9cb42a svc: hud: Protect window switches with a lock
Any time we need to switch Firefox windows, we need to use a lock to
prevent multiple simultaneous requests.  If we do not, interleaved
Marionette commands may result in performing operations on the wrong
window.  For example, making two simultaneous requests for screenshots
is liable to return the wrong window for one of them.
2022-04-30 15:53:57 -05:00
..
.vscode Initial commit 2022-04-30 13:32:42 -05:00
src/hudctrl svc: hud: Protect window switches with a lock 2022-04-30 15:53:57 -05:00
.flake8 Initial commit 2022-04-30 13:32:42 -05:00
.gitattributes Initial commit 2022-04-30 13:32:42 -05:00
.gitignore Initial commit 2022-04-30 13:32:42 -05:00
.pylintrc Initial commit 2022-04-30 13:32:42 -05:00
poetry.lock api: Add get screenshot operation 2022-04-30 15:51:03 -05:00
pyproject.toml api: Add get screenshot operation 2022-04-30 15:51:03 -05:00