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

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

Issue 2334003004: Show the fetch handler existence in chrome://serviceworker-internals (Closed)
Patch Set: Created 4 years, 3 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/service_worker/service_worker_info.h » ('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 fcc23b43d1ee7cc33d041a9d078f6c3e4c59408b..9bff30e8a7161474295da46e43a0004ba93ef327 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.html
+++ b/content/browser/resources/service_worker/serviceworker_internals.html
@@ -19,6 +19,10 @@
<span>Running Status:</span>
<span jscontent="$this.running_status"></span>
</div>
+ <div class="serviceworker-fetch-handler-existence">
+ <span>Fetch handler existence:</span>
+ <span jscontent="$this.fetch_handler_existence"></span>
+ </div>
<div class="serviceworker-script_url">
<span>Script:</span>
<span jscontent="$this.script_url"></span>
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698