Sync StorageActivityService data on disk
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Tracking
()
People
(Reporter: baku, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [storage-v2])
Attachments
(4 files, 5 obsolete files)
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Reporter | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Reporter | ||
Comment 5•7 years ago
|
||
Reporter | ||
Comment 6•7 years ago
|
||
Reporter | ||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Reporter | ||
Comment 12•7 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 13•5 years ago
|
||
We're using storage activity service for cookie purging now, so we want to finish this.
Reporter | ||
Comment 14•5 years ago
|
||
Are you going to review the remaining bit? Let me know if I can help here.
Updated•5 years ago
|
Comment 15•5 years ago
|
||
This patch implements the sync mechanism which syncs the storage
activities to the file 'activities.txt' in the profile folder. Any
update to the stoarge acgtivites will be synced to the file. And both
the file and the activites are protected by a mutex.
Comment 16•5 years ago
|
||
This patch implements the reading of the activites file. The reading
will happen after the profile has been fully loaded.
Depends on D84148
Comment 17•5 years ago
|
||
We have to convert the nsIStorageActivityService.getActiveOrigins into
async since it might be called while the activity hasn't been loaded
yet.
Depends on D84149
Comment 18•5 years ago
|
||
Depends on D84150
Comment 19•5 years ago
|
||
Does this mean we can obsolete :baku's original 4 patches?
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
Tim, are you still working on this? Do you want me to take it up instead if you're busy (thanks for rebasing those patches)?
Comment 22•5 years ago
|
||
I am not working on this. It would be good if you can take it. Thanks.
Comment 23•4 years ago
|
||
Time to accept that I won't get to this in the near future :|
Updated•3 years ago
|
Updated•2 years ago
|
Comment 24•2 years ago
|
||
(Resetting the assignee that I believe was changed by the phabricator automation because :jstutte updated the review group from dom-workers-and-storage to dom-storage. I believe comment 22 accurately and then comment 23 reflect this.)
Description
•