| Summary: | Expose creation and modification times for LocalStorage | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||||||
| Component: | WebKit2 | Assignee: | Alexey Proskuryakov <ap> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | commit-queue | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Alexey Proskuryakov
2014-01-31 14:26:41 PST
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. |