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

Unified Diff: Source/devtools/front_end/resources/ServiceWorkersView.js

Issue 1307833003: Make the skipWaiting checkbox in Service Workers view unchecked by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/resources/ServiceWorkersView.js
diff --git a/Source/devtools/front_end/resources/ServiceWorkersView.js b/Source/devtools/front_end/resources/ServiceWorkersView.js
index 8ee266840d8c6564ec27e2249f987b60b269d257..fb79cba4a45b30b00794b462f65e39992d04b290 100644
--- a/Source/devtools/front_end/resources/ServiceWorkersView.js
+++ b/Source/devtools/front_end/resources/ServiceWorkersView.js
@@ -296,7 +296,6 @@ WebInspector.SWRegistrationElement = function(manager, originElement, registrati
this._skipWaitingCheckboxLabel.title = WebInspector.UIString("Simulate skipWaiting()");
this._skipWaitingCheckboxLabel.classList.add("service-workers-skip-waiting-checkbox-label");
this._skipWaitingCheckbox = this._skipWaitingCheckboxLabel.checkboxElement;
- this._skipWaitingCheckbox.checked = true;
this._skipWaitingCheckbox.classList.add("service-workers-skip-waiting-checkbox");
this._skipWaitingCheckbox.addEventListener("change", this._skipWaitingCheckboxChanged.bind(this), false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698