[Webkit-unassigned] [Bug 31791] localStorage quota exceeded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 22 19:34:22 PST 2009


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





--- Comment #1 from Jeremy Orlow <jorlow at chromium.org>  2009-11-22 19:34:22 PST ---
Strings in WebKit are UTF16 so your string is likely seeing near a 2x blowup
factor due to that.

That said, I just realized that I never actually investigated to see what
encoding SQLite is using.  Can you see what size the LocalStorage database is
when you're hitting that?

(I'm on vacation this week, so I may be less responsive than normal, btw.)

-- 
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