[Webkit-unassigned] [Bug 102290] New: IndexedDB: Ensure structured clone test exercises serialization/deserialization
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 14 14:56:03 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=102290
Summary: IndexedDB: Ensure structured clone test exercises
serialization/deserialization
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jsbell at chromium.org
CC: dgrogan at chromium.org, alecflett at chromium.org
LayoutTests/storage/indexeddb/structured-clone.html has:
evalAndLog("store = db.createObjectStore('storeName')");
debug("This index is not used, but evaluating key path on each put() call will exercise (de)serialization:");
evalAndLog("store.createIndex('indexName', 'dummyKeyPath')");
... but now that we compute index keys in the front end using ScriptValue we do not necessarily serialize/deserialize.
We should update the test to ensure values can be stored and fetched back out again.
--
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