<rdar://problem/15642344>
Created attachment 222851 [details] proposed patch
Created attachment 222854 [details] with new file added
Comment on attachment 222854 [details] with new file added View in context: https://bugs.webkit.org/attachment.cgi?id=222854&action=review > Source/WebKit2/UIProcess/Storage/StorageManager.cpp:429 > +void StorageManager::getStoragesByOrigin(FunctionDispatcher* callbackDispatcher, void* context, void (*callback)(const Vector<LocalStorageDetails>& storageDetails, void* context)) I don't think "storages" is a word. How about "storageDetails" or "storageInformation" > Source/WebKit2/UIProcess/Storage/StorageManager.cpp:644 > +void StorageManager::getStoragesByOriginInternal(FunctionDispatcher* dispatcher, void* context, void (*callbackFunction)(const Vector<LocalStorageDetails>& storageDetails, void* context)) Same comment here.
Created attachment 222856 [details] patch for landing
Comment on attachment 222856 [details] patch for landing Clearing flags on attachment: 222856 Committed r163212: <http://trac.webkit.org/changeset/163212>
All reviewed patches have been landed. Closing bug.