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

Side by Side Diff: third_party/WebKit/public/platform/WebFeature.h

Issue 2927123005: Deprecate step timing with position 'middle' (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 #ifndef WebFeature_h 1 #ifndef WebFeature_h
2 #define WebFeature_h 2 #define WebFeature_h
3 3
4 namespace blink { 4 namespace blink {
5 // ============ Definition for WebFeature used for UseCounter =============== 5 // ============ Definition for WebFeature used for UseCounter ===============
6 // 6 //
7 // Do not change assigned numbers of existing items: add new features 7 // Do not change assigned numbers of existing items: add new features
8 // to the end of the list. 8 // to the end of the list.
9 // 9 //
10 // A WebFeature conceptually represents some particular web-exposed API 10 // A WebFeature conceptually represents some particular web-exposed API
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 kTableSectionDirectionDifferentFromTable = 2016, 1551 kTableSectionDirectionDifferentFromTable = 2016,
1552 // The above items are available in M60 branch. 1552 // The above items are available in M60 branch.
1553 1553
1554 kClientHintsDeviceRAM = 2017, 1554 kClientHintsDeviceRAM = 2017,
1555 kCSSRegisterProperty = 2018, 1555 kCSSRegisterProperty = 2018,
1556 kRelativeOrientationSensorConstructor = 2019, 1556 kRelativeOrientationSensorConstructor = 2019,
1557 kSmoothScrollJSInterventionActivated = 2020, 1557 kSmoothScrollJSInterventionActivated = 2020,
1558 kBudgetAPIGetCost = 2021, 1558 kBudgetAPIGetCost = 2021,
1559 kBudgetAPIGetBudget = 2022, 1559 kBudgetAPIGetBudget = 2022,
1560 kCrossOriginMainFrameNulledNonEmptyNameAccessed = 2023, 1560 kCrossOriginMainFrameNulledNonEmptyNameAccessed = 2023,
1561 kDeprecatedTimingFunctionStepMiddle = 2024,
1561 1562
1562 // Add new features immediately above this line. Don't change assigned 1563 // Add new features immediately above this line. Don't change assigned
1563 // numbers of any item, and don't reuse removed slots. 1564 // numbers of any item, and don't reuse removed slots.
1564 // Also, run update_use_counter_feature_enum.py in 1565 // Also, run update_use_counter_feature_enum.py in
1565 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. 1566 // chromium/src/tools/metrics/histograms/ to update the UMA mapping.
1566 kNumberOfFeatures, // This enum value must be last. 1567 kNumberOfFeatures, // This enum value must be last.
1567 }; 1568 };
1568 1569
1569 } // namespace blink 1570 } // namespace blink
1570 1571
1571 #endif // WebFeature_h 1572 #endif // WebFeature_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698