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

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

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: rebaseline. Created 3 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 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 }, 337 },
338 { 338 {
339 name: "DeviceLight", 339 name: "DeviceLight",
340 status: "experimental", 340 status: "experimental",
341 }, 341 },
342 { 342 {
343 name: "DisplayList2dCanvas", 343 name: "DisplayList2dCanvas",
344 status: "stable", 344 status: "stable",
345 }, 345 },
346 { 346 {
347 name: "DisplayNoneIFrameCreatesNoLayoutObject",
348 status: "experimental",
349 },
350 {
347 name: "DocumentCookie", 351 name: "DocumentCookie",
348 }, 352 },
349 { 353 {
350 name: "DocumentDomain", 354 name: "DocumentDomain",
351 }, 355 },
352 { 356 {
353 name: "DocumentWrite", 357 name: "DocumentWrite",
354 }, 358 },
355 { 359 {
356 name: "DocumentWriteEvaluator", 360 name: "DocumentWriteEvaluator",
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 { 1026 {
1023 name: "Worklet", 1027 name: "Worklet",
1024 status: "experimental", 1028 status: "experimental",
1025 }, 1029 },
1026 { 1030 {
1027 name: "XSLT", 1031 name: "XSLT",
1028 status: "stable", 1032 status: "stable",
1029 }, 1033 },
1030 ], 1034 ],
1031 } 1035 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698