ServiceWorker cleanup: remove wait_for_activated(); just use wait_for_state()
Per https://codereview.chromium.org/776373003/#msg5:
"another cleanup task can be removing "wait_for_activated" or simply
making it a shortcut for "wait_for_state(r.installing, "activated")".
As it is, wait_for_activated tries to sweep race conditions under the
rug that our tests should fail on."
BUG=439365
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186836
Issue 790683002: ServiceWorker cleanup: remove wait_for_activated(); just use wait_for_state()
(Closed)
Created 6 years ago by kinuko
Modified 6 years ago
Reviewers: falken
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0