Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29348062: Issue 4023 - The logic for splitting up storage.local into 1MB chunks does not work (Closed)

Created:
July 20, 2016, 11:31 a.m. by Oleksandr
Modified:
Oct. 22, 2016, 4:05 p.m.
Reviewers:
Sebastian Noack, kzar
Visibility:
Public.

Description

This would be the solution when Edge would support unlimitedStorage permission. As it is now, there is a limit of 5Mb for storage in total. Combined with the fact that objects get serialized in json and written using UTF-16 (2 bytes per character) this doesn't look like a really a viable solution.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -60 lines) Patch
M lib/io.js View 4 chunks +32 lines, -60 lines 0 comments Download
M metadata.common View 1 chunk +2 lines, -0 lines 0 comments Download
A qunit/tests/io.js View 1 chunk +80 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Oleksandr
July 20, 2016, 10:22 p.m. (2016-07-20 22:22:09 UTC) #1
Sebastian Noack
Did you try out whether the same limitations apply when using localStorage?
July 20, 2016, 11:06 p.m. (2016-07-20 23:06:09 UTC) #2
Oleksandr
On 2016/07/20 23:06:09, Sebastian Noack wrote: > Did you try out whether the same limitations ...
July 21, 2016, 7:53 a.m. (2016-07-21 07:53:18 UTC) #3
Sebastian Noack
On 2016/07/21 07:53:18, Oleksandr wrote: > On 2016/07/20 23:06:09, Sebastian Noack wrote: > > Did ...
July 22, 2016, 4:12 a.m. (2016-07-22 04:12:38 UTC) #4
kzar
Sept. 14, 2016, 11:12 a.m. (2016-09-14 11:12:26 UTC) #5
Since we're now using localStorage this review can be closed right?

Powered by Google App Engine
This is Rietveld