mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-13 08:55:12 +02:00
release: pin the wrapper to firefox-10
firefox-10 is published: the in-binary headless window cloak (Windows DWMWA_CLOAK, macOS NSWindow alpha-0, Linux keeps Xvfb) and the WebGL readPixels gamma remap that clears pixelscan's masking flag. Validated against the built binary — validate_release (linux+win), full e2e (128 passed), fppro ALL CRITICAL CLEAN, consistency PASS, and the cloak gate green on all 5 targets (macOS via CGWindowAlpha).
This commit is contained in:
parent
c9cc0f1743
commit
b3608771ed
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ bugfixes don't force a multi-hour Firefox rebuild.
|
|||
from __future__ import annotations
|
||||
|
||||
# Bump this when a new patched Firefox build is released on GitHub.
|
||||
BINARY_VERSION: str = "firefox-9"
|
||||
BINARY_VERSION: str = "firefox-10"
|
||||
|
||||
# Releases known to be broken — ensure_binary() refuses them with a clear error
|
||||
# instead of handing the user an unusable binary. firefox-8 was packaged without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue