-
Notifications
You must be signed in to change notification settings - Fork 108
Kill service_worker watchdog to validate if its causing webview2 stability issues #4227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Tue, 09 Dec 2025 15:51:23 GMT legacy27 files identical
2 files changed
--- v4/windows-config.json (and 1 other files)
+++ v4/windows-config.json
@@ -103539,9 +103539,9 @@
]
}
},
"serviceWorkerWatchdog": {
- "state": "enabled"
+ "state": "disabled"
},
"serviceWorkerWatchdogUnregister": {
"state": "disabled"
}
latest13 files identical
v5/windows-config.json--- v5/windows-config.json
+++ v5/windows-config.json
@@ -103539,12 +103539,12 @@
]
}
},
"serviceWorkerWatchdog": {
- "state": "enabled"
+ "state": "disabled"
},
"serviceWorkerWatchdogUnregister": {
- "state": "preview"
+ "state": "disabled"
}
},
"exceptions": []
},
|
JSON approval analysis:Time updated: Tue, 09 Dec 2025 15:51:27 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
Description
Kill service_worker watchdog to validate if its causing webview2 stability issues
Note
Disables
serviceWorkerWatchdogandserviceWorkerWatchdogUnregisterinoverrides/windows-override.jsonunderfeatures.webview.overrides/windows-override.json):features.webview.serviceWorkerWatchdogtodisabled(wasenabled).features.webview.serviceWorkerWatchdogUnregistertodisabled(waspreview).Written by Cursor Bugbot for commit b8075be. This will update automatically on new commits. Configure here.