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

Side by Side Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2725543002: Add unprefixed -webkit-line-break as an alias to import csswg-test (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 // http://dev.chromium.org/blink/runtime-enabled-features 2 // http://dev.chromium.org/blink/runtime-enabled-features
3 // 3 //
4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
5 // a class that stores static enablers for all experimental features. 5 // a class that stores static enablers for all experimental features.
6 6
7 parameters: { 7 parameters: {
8 // Each feature can be assigned a "status": 8 // Each feature can be assigned a "status":
9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely. 9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely.
10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable. 10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable.
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 }, 210 },
211 { 211 {
212 name: "CSSInBodyDoesNotBlockPaint", 212 name: "CSSInBodyDoesNotBlockPaint",
213 status: "experimental", 213 status: "experimental",
214 }, 214 },
215 { 215 {
216 name: "CSSIndependentTransformProperties", 216 name: "CSSIndependentTransformProperties",
217 status: "experimental", 217 status: "experimental",
218 }, 218 },
219 { 219 {
220 name: "CSSLineBreak",
221 status: "test",
222 },
223 {
220 name: "CSSMaskSourceType", 224 name: "CSSMaskSourceType",
221 status: "experimental", 225 status: "experimental",
222 }, 226 },
223 { 227 {
224 name: "CSSOMSmoothScroll", 228 name: "CSSOMSmoothScroll",
225 status: "experimental", 229 status: "experimental",
226 }, 230 },
227 { 231 {
228 name: "CSSOffsetPositionAnchor", 232 name: "CSSOffsetPositionAnchor",
229 status: "experimental", 233 status: "experimental",
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 { 1022 {
1019 name: "RestrictCompleteURLCharacterSet", 1023 name: "RestrictCompleteURLCharacterSet",
1020 status: "experimental", 1024 status: "experimental",
1021 }, 1025 },
1022 { 1026 {
1023 name: "BlockLegacySubresources", 1027 name: "BlockLegacySubresources",
1024 status: "experimental", 1028 status: "experimental",
1025 } 1029 }
1026 ], 1030 ],
1027 } 1031 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698