Bug 47499

Summary: Implement SharedMemory on Windows (needed for visited link coloring, etc.)
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on: 47500, 47505    
Bug Blocks:    
Attachments:
Description Flags
Implement SharedMemory on Windows andersca: review+

Description Adam Roben (:aroben) 2010-10-11 12:14:52 PDT
Currently, SharedMemory only has a Mac implementation but a Windows implementation is needed as well for things like the visited link table.

<rdar://problem/8422725>
Comment 1 Adam Roben (:aroben) 2010-10-11 14:41:50 PDT
Created attachment 70474 [details]
Implement SharedMemory on Windows
Comment 2 Adam Roben (:aroben) 2010-10-11 15:16:42 PDT
Committed r69532: <http://trac.webkit.org/changeset/69532>
Comment 3 Adam Roben (:aroben) 2010-10-11 15:21:16 PDT
*** Bug 47500 has been marked as a duplicate of this bug. ***