Bug 56232 - Add a shared memory cache to the web process
Summary: Add a shared memory cache to the web process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on: 56236
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-11 15:57 PST by Anders Carlsson
Modified: 2011-03-11 18:25 PST (History)
5 users (show)

See Also:


Attachments
Patch (22.34 KB, patch)
2011-03-11 16:04 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.