Implement more logic in StorageAreaMap
Created attachment 197638 [details] Patch
Comment on attachment 197638 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=197638&action=review > Source/WebKit2/UIProcess/Storage/StorageManager.cpp:101 > + // FIXME: If this is sent to another process, the source storage area won't make sense. I don't understand this comment. What another process? Is this for the case when a process is restarted after a crash? Please elaborate, unless you plan to address this very soon. > Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp:133 > + // FIXME: This should use a special sendSync flag to indicate that we don't want to process incoming messages while waiting for a reply. > + // (This flag does not yet exist). It's not very obvious why.
Committed r148215: <http://trac.webkit.org/changeset/148215>