Open Issues Need Help
View All on GitHubAI Summary: The task requires testing a Firefox WebExtension (Cookie AutoDelete) to ensure its functionality and stability. The extension automatically deletes cookies when tabs close, domains change, or the browser restarts. The tester needs to install the extension from the Github releases, follow the provided instructions, and report any bugs or unexpected behavior.
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
AI Summary: The task is to replace the deprecated Flash data cleaning functionality in the Cookie AutoDelete browser extension with a new feature that cleans CacheStorage data. This involves updating the code to utilize the Chrome `browsingData` API and potentially refactoring related parts of the extension's architecture. The change should be compatible with both Firefox and Chrome.
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
AI Summary: Debug and fix a Jest warning, "A worker process has failed to exit gracefully", that occurs after running unit tests in the Cookie AutoDelete browser extension project. The issue appears consistently across different operating systems and browsers, and requires investigating the Jest configuration and potentially the test suite itself to identify the root cause of the worker process failing to exit properly.
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.