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

Unified Diff: content/browser/resources/service_worker/serviceworker_internals.html

Issue 274743003: Add "inspect" button to chrome://serviceworker-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix typo Created 6 years, 7 months 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
« no previous file with comments | « no previous file | content/browser/resources/service_worker/serviceworker_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/service_worker/serviceworker_internals.html
diff --git a/content/browser/resources/service_worker/serviceworker_internals.html b/content/browser/resources/service_worker/serviceworker_internals.html
index ae854680e5af9e96e7ed164dba46b57e19dcf06f..867b89774124d9970ff22130c686e1575a96b714 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.html
+++ b/content/browser/resources/service_worker/serviceworker_internals.html
@@ -71,6 +71,8 @@
jsvalues=".scope:scope;.partition_path:$partition_path">Unregister</button>
<button href="#" class="sync" jsdisplay="$this.active.running_status == 'RUNNING'"
jsvalues=".scope:scope;.partition_path:$partition_path">Sync</button>
+ <button href="#" class="inspect" jsdisplay="$this.active.running_status == 'RUNNING'"
+ jsvalues=".scope:scope;.partition_path:$partition_path">Inspect</button>
<span class="operation-status" style="display: none">Running...</span>
</div>
</div>
« no previous file with comments | « no previous file | content/browser/resources/service_worker/serviceworker_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698