| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can you fix the bot failure?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Add feature flag kServiceWorkerRaceNetworkRequestFallbackOnDisconnect and
Mojo pipe disconnect handler in ServiceWorkerGlobalScope to handle
network pipe disconnections gracefully.Please format.
BASE_FEATURE(kServiceWorkerRaceNetworkRequestFallbackOnDisconnect,Please fix this WARNING reported by autoreview issue finding: Consider adding a brief comment here explaining what this feature flag does, similar to the other features in this file.
url_loader_factory_remote_.set_disconnect_handler(base::OnceClosure());Please fix this WARNING reported by autoreview issue finding: Nit: `Unbind()` technically clears any registered disconnect handlers, so this line is likely redundant but doesn't hurt.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Add feature flag kServiceWorkerRaceNetworkRequestFallbackOnDisconnect and
Mojo pipe disconnect handler in ServiceWorkerGlobalScope to handle
network pipe disconnections gracefully.Yoshisato YanagisawaPlease format.
Done
BASE_FEATURE(kServiceWorkerRaceNetworkRequestFallbackOnDisconnect,Please fix this WARNING reported by autoreview issue finding: Consider adding a brief comment here explaining what this feature flag does, similar to the other features in this file.
Done
url_loader_factory_remote_.set_disconnect_handler(base::OnceClosure());Please fix this WARNING reported by autoreview issue finding: Nit: `Unbind()` technically clears any registered disconnect handlers, so this line is likely redundant but doesn't hurt.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |