Summary: | [chromium] Add quota parameter to WebStorageNamespace::createSessionStorageNamespace | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Hans Wennborg <hans> | ||||||
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Enhancement | CC: | commit-queue, jorlow | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Hans Wennborg
2010-05-05 08:54:45 PDT
Created attachment 55133 [details]
Patch
Comment on attachment 55133 [details] Patch Please fix and upload another patch. I'll commit queue + that one (so it'll get committed to WebKit). > diff --git a/WebKit/chromium/ChangeL > // If path is empty, data will not persist. You should call delete on the returned > // object when you're finished. > WEBKIT_API static WebStorageNamespace* createLocalStorageNamespace(const WebString& backingDirectoryPath, unsigned quota); > - WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace(); > + Don't need this newline. > + WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace(unsigned quota); > + Don't need this new lines. Created attachment 55134 [details]
Patch
Comment on attachment 55134 [details]
Patch
r=me
Comment on attachment 55134 [details] Patch Clearing flags on attachment: 55134 Committed r58828: <http://trac.webkit.org/changeset/58828> All reviewed patches have been landed. Closing bug. |