Issue 1484043 in chromium: Tests are failing: ninja://:blink_wpt_tests/virtual/fetch-later/external/wpt/fetch/fetch-later/send-on-deactivate.tentative.https.window.html
1,416 views
Skip to first unread message
kebalaji via monorail
unread,
Sep 19, 2023, 8:23:27 AM9/19/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Extract common fetch logic out of FetchManager::Loader
This CL does 2 things:
1. extract common fetch logic, i.e. the ones not related to ThreadableLoader/ThreadableLoaderClient, out into an abstract base class, so that it can be shared between Fetch/FetchLater. 2. Move FetchLater related logic out into FetchLaterManager.
- No functional change to Fetch request handling. - FetchLater request sending & relevant tests are disabled in this CL. Will be re-enabled once the child CL that uses the new mojo is submitted.