Bug 177777 - Move SharedStringHashStore to WebCore and add testing for it
Summary: Move SharedStringHashStore to WebCore and add testing for it
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 177770
  Show dependency treegraph
 
Reported: 2017-10-02 13:55 PDT by Chris Dumez
Modified: 2017-10-02 14:20 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 Chris Dumez 2017-10-02 13:55:13 PDT
Move SharedStringHashStore to WebCore and add testing for it.
Comment 1 Chris Dumez 2017-10-02 14:20:48 PDT
Actually, it is using SharedMemory which is in WebKit/Platform so I cannot move it to WebCore.