Currently if we have 20 web processes, each with 3 entries in the page cache, the cache can effectively grow to 60 entries (instead of 3). Stop this.
Created attachment 202175 [details] Fix
Comment on attachment 202175 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=202175&action=review r=me > Source/WebKit2/UIProcess/WebContext.cpp:465 > +void WebContext::processDidSaveToPageCache(WebProcessProxy* process) How about "processDidCachePage"? -- My first reading thought that the process had been saved to some sort of cache.
(and Anders)
Fixed in r150314.