Initial release: patched Electron builds fixing WebSocket starvation

Fixes a Chromium regression where continuous mouse input (e.g., shooting
in FPS games) starves WebSocket/Worker message dispatch when
--disable-frame-rate-limit is active.

Includes:
- Patch diff for main_thread_scheduler_impl.cc
- Automated CDP stress test for verification
- Full build-from-source guide

Pre-built binaries available in Releases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
bigjakk
2026-03-02 06:29:38 -08:00
commit e5b411cee5
8 changed files with 1293 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
node_modules/
.DS_Store
Thumbs.db
*.log
*.zip