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

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

Issue 260313002: Add use counters for a number of non-standard APIs on Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 8 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 | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 081fb259cdcbc57c5f98703670b73b68e7d0df8e..bf0acdf8dda15740b29cbfdc099d450e81111b4a 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -364,6 +364,21 @@ public:
EventSetReturnValueFalse = 353,
NodeIteratorExpandEntityReferences = 354,
TreeWalkerExpandEntityReferences = 355,
+ WindowOffscreenBuffering = 356,
+ WindowDefaultStatus = 357,
+ WindowDefaultstatus = 358,
+ PrefixedConvertPointFromPageToNode = 359,
+ PrefixedConvertPointFromNodeToPage = 360,
+ PrefixedTransitionEventConstructor = 361,
+ PrefixedMutationObserverConstructor = 362,
+ PrefixedIDBCursorConstructor = 363,
+ PrefixedIDBDatabaseConstructor = 364,
+ PrefixedIDBFactoryConstructor = 365,
+ PrefixedIDBIndexConstructor = 366,
+ PrefixedIDBKeyRangeConstructor = 367,
+ PrefixedIDBObjectStoreConstructor = 368,
+ PrefixedIDBRequestConstructor = 369,
+ PrefixedIDBTransactionConstructor = 370,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
NumberOfFeatures, // This enum value must be last.
« no previous file with comments | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698