Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: Source/devtools/front_end/resources/resourcesPanel.css

Issue 813173002: [ServiceWorker] Cache inspector out from flag, style & icon changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed Experiment, added icon css Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/resources/resourcesPanel.css
diff --git a/Source/devtools/front_end/resources/resourcesPanel.css b/Source/devtools/front_end/resources/resourcesPanel.css
index 0fa7f59f5a386413fac5ee6fb77f97c10f6569f7..f7bcb3806b3a3b193df2fd44ee56a8dabcc8cdde 100644
--- a/Source/devtools/front_end/resources/resourcesPanel.css
+++ b/Source/devtools/front_end/resources/resourcesPanel.css
@@ -324,6 +324,14 @@ li.selected .base-storage-tree-element-subtitle {
content: url(Images/indexedDBIndex.png);
}
+.service-worker-cache-tree-item .icon {
+ content: url(Images/indexedDBObjectStore.png);
+}
+
+.service-worker-cache-storage-tree-item .icon {
+ content: url(Images/indexedDB.png);
+}
+
.domstorage-storage-tree-item.local-storage .icon {
content: url(Images/localStorage.png);
}

Powered by Google App Engine
This is Rietveld 408576698