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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 1057893002: Revert of ServiceWorker: Remove Clients.getAll() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 88a4e64ba5b12fceed16286b81fd18ad341413d1..12344a890db569fda11cd491fb9fa3dcd441df16 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -859,6 +859,9 @@
case ServiceWorkerClientPostMessage:
return "'Client.postMessage()' is an experimental API and may change. See https://github.com/slightlyoff/ServiceWorker/issues/609.";
+ case ServiceWorkerClientsGetAll:
+ return "'Clients.getAll()' is deprecated and will be removed soon. Please use 'Clients.matchAll()' instead.";
+
case AttrChildAccess:
case AttrChildChange:
return "Attr child nodes are deprecated and will be removed in M45, around August 2015. Please use 'Attr.value' instead.";

Powered by Google App Engine
This is Rietveld 408576698