DescriptionSchedule GC of document resources when loading data URLs
If a page loads a large number of data URLs, without any intervening loads
of other resources, ResourceFetcher::m_documentResources will hold
references to the data URL Resources, without attempting to remove ("GC")
them.
Scheduling a GC of Resources after having created a data URI Resource to
prevent accumulation.
BUG=309543
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164879
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|