| 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. |
This is my first CL; feedback welcome.
// Scroll entries are delivered through PerformanceObserver once scrollNoam HelfmanPlease use instead
// TODO(crbug.com/504094429): Scroll entries are delivered through PerformanceObserver once scroll instrumentation is added.
will fix
auto* window = LocalDOMWindow::From(scope.GetScriptState());Noam HelfmanPlease use const where appropriate.
fixed while also adding coverage
| 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. |
Do I understand correctly that this just adds the entry type, and adds it to the supported entry type, but never actually emits it, and listening on it will never fire?
// TaskAttribution and script entries are only associated with longtaskThis seems like an unrelated change. Can you revert?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |