Hi,

Just a heads up that default storage has landed on m-c, bug 1083927.
I'm posting to this list because there are some changes in the way how quota manager clients store data (mostly IndexedDB).

Old structure:
<profile>
  storage
    persistent
    temporary

New structure:
<profile>
  storage
    permanent
    temporary
    default

Some scripts (especially for B2G) put stuff into profiles directly, so they have to be adjusted a bit.
I expect that in most cases it should be enough to change:

<profile>/storage/persistent
to:
<profile>/storage/permanent

or

<profile>/storage/persistent/chrome
to:
<profile>/storage/permanent/chrome

For more details see the bug and sorry for any inconvenience.

Jan

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to