Onionsoup: content/renderer/fetcher |
|||
Issue description
mojofication was finished, but still code exists in content/renderer.
files in content/renderer/fetcher/:
- associated_resource_fetcher_impl.{cc,h}
- manifest_fetcher.{cc,h}
- multi_resolution_image_resource_fetcher.{cc, h}
- resource_fetcher_browsertest.cc
- resource_fetcher_impl.{cc, h}
Onionsoup wants moving these files to Blink
Notes:
- ResourceFetcher is content public API and used from chrome/ now. This can be replaced with CORSURLLoader or SimpleURLLoader.
- AssociatedResourceFetcher may be replaced with CORSURLLoader.
- ManifestFetcher uses AssociatedResourceFetcher now, but once it's changed to use CORSURLLoader, remaining works will be a part of content/renderer/manifest/ Onionsoup efforts.
- Ditto on MultiResourceImageResourceFetcher, and it can be a part of content/renderer/image_downloader/ efforts.
As a loading team, we will focus on CORSURLLoader impl first, and that would make this task easier.
,
Oct 17 2017
,
Oct 17 2017
Thank you for correcting. I slightly modified the bug description to say all should be moved to blink.
,
Jul 5
|
|||
►
Sign in to add a comment |
|||
Comment 1 by slangley@chromium.org
, Oct 17 2017