0
Files
src/net
elabadysayed 0117ca0b16 Add support for StaleHostResolver in Android
This CL adds the required steps needed to add support for
StaleHostResolver in WebView, It pipes the data though the
network_context to the UrlRequestContext.

It's not disabled by default and a followup
CL will add the required steps for the AndroidX API.

The CL changes the default StaleOptions based on the experiment we did
and it doesn't give the ability from outside //net to change them at the
moment.

Bug: 345757312
Change-Id: Ib042cb6863aacd73e2a4f1ba983f369f05b304b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6286686
Reviewed-by: Camille Lamy <clamy@chromium.org>
Commit-Queue: Sayed Elabady <elabadysayed@chromium.org>
Reviewed-by: Stefano Duo <stefanoduo@google.com>
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Reviewed-by: Eric Orth <ericorth@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1430933}
2025-03-11 09:40:45 -07:00
..
2025-02-25 05:02:13 -08:00
2025-03-05 23:00:19 -08:00
2025-02-09 19:32:00 -08:00
2025-02-27 10:02:31 -08:00
2025-02-13 16:18:55 -08:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.