Bug 56232

Summary: Add a shared memory cache to the web process
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, bweinstein, eric, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on: 56236    
Bug Blocks:    
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2011-03-11 15:57:54 PST
Add a shared memory cache to the web process
Comment 1 Anders Carlsson 2011-03-11 16:04:55 PST
Created attachment 85550 [details]
Patch
Comment 2 Anders Carlsson 2011-03-11 16:12:31 PST
Committed r80899: <http://trac.webkit.org/changeset/80899>
Comment 3 WebKit Review Bot 2011-03-11 16:24:02 PST
http://trac.webkit.org/changeset/80899 might have broken Windows Release (Build) and Windows Debug (Build)
Comment 5 Ryosuke Niwa 2011-03-11 17:36:45 PST
This also seems to have caused Windows build failure.
http://build.webkit.org/builders/Windows%20Release%20%28Build%29/builds/13154/steps/compile-webkit/logs/stdio
Comment 6 Ryosuke Niwa 2011-03-11 17:56:55 PST
(In reply to comment #4)
> It seems like every single test is crashing on SL WebKit2:
> http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r80902%20(9553)/results.html
> http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20%28WebKit2%20Tests%29/builds/9553

Let me correct myself.  A lot of them but not every single one because it starts at animation tests.  Windows build failure was fixed in http://trac.webkit.org/changeset/80912.
Comment 7 Ryosuke Niwa 2011-03-11 18:25:43 PST
I rolled it out in http://trac.webkit.org/changeset/80917 for now.