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

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

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Rebaseline. Created 3 years, 10 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 }, 309 },
310 { 310 {
311 name: "DeviceLight", 311 name: "DeviceLight",
312 status: "experimental", 312 status: "experimental",
313 }, 313 },
314 { 314 {
315 name: "DisplayList2dCanvas", 315 name: "DisplayList2dCanvas",
316 status: "stable", 316 status: "stable",
317 }, 317 },
318 { 318 {
319 name: "DisplayNoneIFrameCreatesNoLayoutObject",
320 status: "experimental",
321 },
322 {
319 name: "DocumentCookie", 323 name: "DocumentCookie",
320 }, 324 },
321 { 325 {
322 name: "DocumentDomain", 326 name: "DocumentDomain",
323 }, 327 },
324 { 328 {
325 name: "DocumentWrite", 329 name: "DocumentWrite",
326 }, 330 },
327 { 331 {
328 name: "DocumentWriteEvaluator", 332 name: "DocumentWriteEvaluator",
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 { 1009 {
1006 name: "UnclosedFormControlIsInvalid", 1010 name: "UnclosedFormControlIsInvalid",
1007 status: "experimental", 1011 status: "experimental",
1008 }, 1012 },
1009 { 1013 {
1010 name: "RestrictCompleteURLCharacterSet", 1014 name: "RestrictCompleteURLCharacterSet",
1011 status: "experimental", 1015 status: "experimental",
1012 }, 1016 },
1013 ], 1017 ],
1014 } 1018 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698