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

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

Issue 761923004: Keep alive ServiceWorkers when devtools is attached (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comments 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: 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 8c4e6afbd58f27dc999b9b116ee943664e38aee6..6b9e7c498aaa0c5c6e94c655531a549c197f9a84 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.html
+++ b/content/browser/resources/service_worker/serviceworker_internals.html
@@ -130,6 +130,17 @@
</span>
</label>
</div>
+ <div>
+ <label>
+ <span>
+ <input type="checkbox" class="keep_alive"
+ jsvalues=".checked:$this.keep_alive">
+ </span>
+ <span>
+ Keep alive ServiceWorkers for debugging.
+ </span>
+ </label>
+ </div>
</div>
</div>
<h1>ServiceWorker</h1>

Powered by Google App Engine
This is Rietveld 408576698