mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
This was used to label IndexedDB work and work in storage/mozStorage*. I don't think this deserves its own category; categories are most useful for the main thread, and most of the time-consuming database-related work happens on helper threads. The main thread pieces are mostly for asynchronicity- coordination and don't usually take up time. This patch labels IndexedDB work as DOM instead (which is maybe debatable) and the rest as OTHER. MozReview-Commit-ID: 3UYhFFbi3Ry --HG-- extra : rebase_source : 5c88dfd67274103de01fe44191f49776017738f9 |
||
|---|---|---|
| .. | ||
| LocalStorage.cpp | ||
| LocalStorage.h | ||
| LocalStorageCache.cpp | ||
| LocalStorageCache.h | ||
| LocalStorageManager.cpp | ||
| LocalStorageManager.h | ||
| moz.build | ||
| PBackgroundStorage.ipdl | ||
| SessionStorage.cpp | ||
| SessionStorage.h | ||
| SessionStorageCache.cpp | ||
| SessionStorageCache.h | ||
| SessionStorageManager.cpp | ||
| SessionStorageManager.h | ||
| Storage.cpp | ||
| Storage.h | ||
| StorageActivityService.cpp | ||
| StorageActivityService.h | ||
| StorageDBThread.cpp | ||
| StorageDBThread.h | ||
| StorageDBUpdater.cpp | ||
| StorageDBUpdater.h | ||
| StorageIPC.cpp | ||
| StorageIPC.h | ||
| StorageNotifierService.cpp | ||
| StorageNotifierService.h | ||
| StorageObserver.cpp | ||
| StorageObserver.h | ||
| StorageUtils.cpp | ||
| StorageUtils.h | ||