[IndexedDB] Renamings and cleanups in Blob integration
This change does some renamings to match the terminology outlined here: https://chromium.googlesource.com/chromium/src/+/master/content/browser/indexed_db/docs/README.md It also adds more comments to the IndexedDBActiveBlobRegistry, and splits up the method MarkDeletedCheckIfUsed into: * MarkDatabaseDeletedAndCheckIfReferenced * MarkBlobInfoDeletedAndCheckIfReferenced and changes the following methods to be more accurate: * AddBlobRef -> MarkBlobActive * RemoveBlobRef -> MarkBlobInactive Future CLs will continue renaming parts of the system to match the new README. Work planning doc: https://docs.google.com/document/d/18suNOOzuEJbqgRJF0MB2VqdTyYqS4cvI2PGaCpyPXSw/edit?pli=1#heading=h.wwk24xdiduw5 R=enne@chromium.org Bug: 1027737, 1024966 Change-Id: I3f569bad802e64eee2ccf55cacafbb170f099d14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912828 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by:enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#718876}
Showing
This diff is collapsed.
Please register or sign in to comment