| Commit-Queue | +1 |
Could you take a look when you have time?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks!
rates and performance across different experimental settings.I wonder if it's worth adding the UMAs for number of duplicate navs ignored per navigation as well (so using a count instead of just a bool)?
DidIgnoreDuplicateNavs();nit: I know this is following the flag, but since this is triggered for one ignored navigation, let's drop the "s" and maybe also use "Navigation" instead of "Navs" (same in the other names on the interface / functions).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks so much for the review! PTAL again?
rates and performance across different experimental settings.I wonder if it's worth adding the UMAs for number of duplicate navs ignored per navigation as well (so using a count instead of just a bool)?
Added the "Navigation.DuplicateNavigationsIgnoredCountPerNavigation" histogram, recorded during `NavigationRequest::DidCommitNavigation()`.
Anna SatoCan you add a bug number?
Added
nit: I know this is following the flag, but since this is triggered for one ignored navigation, let's drop the "s" and maybe also use "Navigation" instead of "Navs" (same in the other names on the interface / functions).
Changed them to `NavigationRendererIgnoreDuplicateNavigationListener`/`DidIgnoreDuplicateNavigation`.
| 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. |
LGTM % some changes, thanks!
GetUIThreadTaskRunner({BrowserTaskType::kNavigationNetworkResponse}));I think this one can be kDefault instead, since it's not as critical as cancellation
blink::TaskType::kInternalNavigationCancellation));| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
GetUIThreadTaskRunner({BrowserTaskType::kNavigationNetworkResponse}));I think this one can be kDefault instead, since it's not as critical as cancellation
Understand. Done.
blink::TaskType::kInternalNavigationCancellation));Maybe `kInternalNavigationAssociated` is more appropriate here
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |