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

Unified Diff: chrome/browser/resources/inspect/inspect.html

Issue 298993003: Show ServiceWorkers in chrome://inspect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated kinuko's comment 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 | « chrome/browser/resources/inspect/inspect.css ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/inspect/inspect.html
diff --git a/chrome/browser/resources/inspect/inspect.html b/chrome/browser/resources/inspect/inspect.html
index f95343091e681fad311a28fc9f62596b306f6389..83dc375d9d2308ff07c1b2c037cb2b277806709e 100644
--- a/chrome/browser/resources/inspect/inspect.html
+++ b/chrome/browser/resources/inspect/inspect.html
@@ -56,6 +56,11 @@ found in the LICENSE file.
<div class="content-header">Shared workers</div>
<div id="workers-list" class="list"></div>
</div>
+ <div id="service-workers">
+ <div class="content-header">Service workers</div>
+ <div id="service-workers-list" class="list"></div>
+ <iframe src="chrome://serviceworker-internals/#iframe" name="serviceworker-internals" id="serviceworker-internals"></iframe>
+ </div>
<div id="other">
<div class="content-header">Other</div>
<div id="others-list" class="list"></div>
« no previous file with comments | « chrome/browser/resources/inspect/inspect.css ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698