mirror of
https://github.com/daijro/camoufox.git
synced 2026-09-11 08:00:51 +00:00
None is referenced by anything that builds or tests the tree:
* additions/juggler/TargetRegistry.js.bak -- copy-additions.sh does
`cp -r ../additions/* .`, so this 48K copy was landing in every source tree.
It does not reach omni.ja, so it never shipped to users, but it has no reason
to be in the build either.
* patches/ghostery/Disable-Onboarding-Messages.patch.bak
* patches/librewolf/urlbarprovider-interventions.patch.bak -- neither is picked
up by list_patches(), which globs "*.patch", so both have been inert since
they landed.
scripts/check-input-dispatch.py skips `path.name.endswith(".bak")`, but that
condition is already unreachable: it filters the output of rglob("*.js"), which
cannot yield a name ending in .bak. Left in place rather than widen this commit
into someone else's guard. Verified: the script still reports the same 16 files
scanned, and patch discovery still finds 56 patches.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W2RfR387Mh1JhZ9LZvkptP