0
Files
src/extensions
Andrea Orru e1dda381f5 [Extensions] Regression test: WebRequestAPI ResetURLLoaderFactories bug
This change adds a regression test for the referenced bug.

It tests both that enabling the `DeferResetURLLoaderFactories` feature
flag resolves the issue, and that disabling it causes the issue.

Design doc: http://go/defer-reset-url-loader-factories

Bug: 394523691
Change-Id: I46671553e4c0631416b76654c476cb6e29dd65ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6424484
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Commit-Queue: Andrea Orru <andreaorru@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1443868}
2025-04-07 17:57:34 -07:00
..
2025-03-03 07:28:32 -08:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: