[Webkit-unassigned] [Bug 58762] localStorage string values truncated at \x00 characters on browser restart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 01:32:52 PDT 2011


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





--- Comment #17 from Jeremy Orlow <jorlow at webkit.org>  2011-07-13 01:32:52 PST ---
(In reply to comment #13)
> Created an attachment (id=100315)
 --> (https://bugs.webkit.org/attachment.cgi?id=100315&action=review) [details]
> patch
> 
> Thank you for your help Jeremy, you are so kind and patient, and your suggestions are very useful to me.
> I've modified all the problems you've mentioned, please help me to review it.
> 
> BTW, I'm interested in creating an enum for the SQLiteTransactions, could you tell me how can we start?

Simply create it in that class, change the bool param in the method to use your enum, search for all places that call the method, and change them to use the enum instead of the boolean.

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