[Webkit-unassigned] [Bug 18807] New: Support storing JavaScript objects as BLOB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 22:52:20 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18807

           Summary: Support storing JavaScript objects as BLOB
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jayant.b.sai at gmail.com
                CC: jayant.b.sai at gmail.com


According to http://www.sqlite.org/datatype3.html, 'BLOB. The value is a blob
of data, stored exactly as it was input.'. Currently in WebKit & Safari, the
implementation seems to convert the JavaScript object to a string "[object
Object]". It would be great if it were possible to store JavaScript objects and
JSON objects within the database as BLOB and as objects and not as string
representations.

Currently, only a string de/serialization would work, but that can be
expensive, especially when trying to run Safari on iPhone which has very
limited JavaScript execution time.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list