Auto-Submit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
@Mark friendly ping
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[UrlIndex] Make the MemoryPressureListener async
In the future, MemoryPressureListener will be migrated to be
synchronously invoked on the main thread. Migrating the one in UrlIndex
should be technically possible, as it lives on the renderer's main
thread, but --single-process mode breaks that assumption.
This change is a no-op, as all MemoryPressureListeners are currently
async.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |