Bug 107962 - [chromium] Enable reuse of cached main resource
Summary: [chromium] Enable reuse of cached main resource
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nate Chapin
URL:
Keywords:
Depends on: 105667
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-25 10:49 PST by Nate Chapin
Modified: 2013-04-08 17:09 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Chapin 2013-01-25 10:49:39 PST
WebCore's MemoryCache will reuse main resources when bugs.webkit.org/show_bug.cgi?id=105667 lands. However, there are some concerns with turning this on for chromium. Because of how chromium selects which process to use to load a given page and which callbacks trigger those decisions, it's not 100% clear whether crucial checks will be skipped when a resource is loaded from MemoryCache.

Bug 105667 will probably land with main resource caching disabled for chromium, so this bug will track the chromium-specific stuff.