0
Files
src/content/browser
Taiyo Mizuhashi 070baecc5a Prefetch: Avoid setting PreloadingAttempt's outcome for not started prefetch
This is more general approach of crrev.com/c/6395915. The concept of
`PreloadingAttempt`'s `PreloadingTriggeringOutcome` is to record the
outcomes of started trigger's. Therefore,
`PrefetchContainer::SetTriggeringOutcomeAndFailureReasonFromStatus`
should only be called once prefetching has actually started, and not for
ineligible or not started triggers (e.g., holdback triggers, triggers
waiting on a queue).

This attempts to fix the bug reported in crbug.com/404703517 and
reproduced in crrev.com/c/6407453, crrev.com/c/6395795. For more
information, please see this crbug.

Bug: 404703517
Change-Id: I95f5d8d30bef52fdb59ce603e510c9b1124279ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6406754
Commit-Queue: Taiyo Mizuhashi <taiyo@chromium.org>
Reviewed-by: Ken Okada <kenoss@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1439443}
2025-03-28 08:37:00 -07:00
..
2025-03-26 22:53:52 -07:00
2025-03-20 14:57:27 -07:00
2025-03-13 08:36:19 -07:00
2025-03-13 08:36:19 -07:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.