DescriptionIndexedDB: Consume SSV wire format version from Blink public headers
IndexedDB writes the "wire format version" for serialized
data into the database metadata to detect the case where
a user reverts to an older version of the browser and
data "from the future" will not be understood. Detecting
this early lets us fail the open, rather than later
mysterious inconsistency errors. When the back-end was in
Blink the value could be grabbed directly from the
SerializedScriptValue class. Now it is exposed via headers.
BUG=299125
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226338
Patch Set 1 #Patch Set 2 : Redux #Patch Set 3 : Added the k back in #Patch Set 4 : Rebased #
Messages
Total messages: 10 (0 generated)
|