New issue
Advanced search Search tips

Issue 657872 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Refactor [Exploded]PageState::referenced_files

Project Member Reported by lukasza@chromium.org, Oct 20 2016

Issue description

Let me open a new bug to gather notes related to ExplodedPageState::referenced_files, PageState::GetReferencedFiles(), etc.

Hopefully the notes from this bug will help us decide what to do with this piece of code.
 
Serialization:

- Version < 14 - ExplodedPageState::referenced_files is populated by scraping files from 1) http body (i.e. ResourceRequestBodyImpl) and 2) opaque document state (see AppendReferencedFilesFromDocumentState in page_state_serialization.cc)

- Version >= 14 - list of referenced files is explicitly read and written from disk.  Deduping happens on read.


Verification of IPC from renderer:

- Check (via RenderFrameHostImpl::CanAccessFilesOfPageState) + potential renderer kill in RenderFrameHostImpl::OnUpdateState and RenderFrameHostImpl::OnDidCommitProvisionalLoad
Project Member

Comment 2 by sheriffbot@chromium.org, Oct 23 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment