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

Side by Side Diff: third_party/WebKit/public/platform/UseCounterFeature.def

Issue 2917053003: Add use counters for the experimental Budget API methods (Closed)
Patch Set: rebase Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 // ============ Definition for WebFeature used for UseCounter =============== 1 // ============ Definition for WebFeature used for UseCounter ===============
2 // A WebFeature conceptually represents some particular web-exposed API 2 // A WebFeature conceptually represents some particular web-exposed API
3 // or code path which can be used/triggered by a web page. 3 // or code path which can be used/triggered by a web page.
4 // TODO(lunalu): Replace occurance of UseCounter::Feature by WebFeature in 4 // TODO(lunalu): Replace occurance of UseCounter::Feature by WebFeature in
5 // Blink. 5 // Blink.
6 // TODO(rbyers): Add CSS and animated CSS feature types by making this a 6 // TODO(rbyers): Add CSS and animated CSS feature types by making this a
7 // more sophisticated class. 7 // more sophisticated class.
8 // 8 //
9 // Do not change assigned numbers of existing items: add new features 9 // Do not change assigned numbers of existing items: add new features
10 // to the end of the list. 10 // to the end of the list.
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 kNetInfoEffectiveType = 2013, 1545 kNetInfoEffectiveType = 2013,
1546 kV8SpeechRecognition_Start_Method = 2014, 1546 kV8SpeechRecognition_Start_Method = 2014,
1547 kTableRowDirectionDifferentFromTable = 2015, 1547 kTableRowDirectionDifferentFromTable = 2015,
1548 kTableSectionDirectionDifferentFromTable = 2016, 1548 kTableSectionDirectionDifferentFromTable = 2016,
1549 // The above items are available in M60 branch. 1549 // The above items are available in M60 branch.
1550 1550
1551 kClientHintsDeviceRAM = 2017, 1551 kClientHintsDeviceRAM = 2017,
1552 kCSSRegisterProperty = 2018, 1552 kCSSRegisterProperty = 2018,
1553 kRelativeOrientationSensorConstructor = 2019, 1553 kRelativeOrientationSensorConstructor = 2019,
1554 kSmoothScrollJSInterventionActivated = 2020, 1554 kSmoothScrollJSInterventionActivated = 2020,
1555 1555 kBudgetAPIGetCost = 2021,
1556 kBudgetAPIGetBudget = 2022,
1556 // Add new features immediately above this line. Don't change assigned 1557 // Add new features immediately above this line. Don't change assigned
1557 // numbers of any item, and don't reuse removed slots. 1558 // numbers of any item, and don't reuse removed slots.
1558 // Also, run update_use_counter_feature_enum.py in 1559 // Also, run update_use_counter_feature_enum.py in
1559 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. 1560 // chromium/src/tools/metrics/histograms/ to update the UMA mapping.
1560 kNumberOfFeatures, // This enum value must be last. 1561 kNumberOfFeatures, // This enum value must be last.
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/budget/BudgetService.idl ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698