[Webkit-unassigned] [Bug 65306] WebKitInitializeStorageIfNecessary() can take awhile performing i/o, isn't necessary for every WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 00:38:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65306





--- Comment #1 from Brady Eidson <beidson at apple.com>  2011-07-28 00:38:47 PST ---
By moving the "one time initialization" code into StorageTracker::tracker(), this ensures that the initialization will take place:
1 - Before anyone in WebCore needs to use the shared StorageTracker object
2 - Before any API in WebKit/WebKit2 needs to use the shared StorageTracker object

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list