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

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

Issue 2672983003: Implements PrintBrowser mode. (Closed)
Patch Set: Rebase 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 status: "experimental", 694 status: "experimental",
695 }, 695 },
696 { 696 {
697 name: "PointerEvent", 697 name: "PointerEvent",
698 status: "stable", 698 status: "stable",
699 }, 699 },
700 { 700 {
701 name: "PreciseMemoryInfo", 701 name: "PreciseMemoryInfo",
702 }, 702 },
703 { 703 {
704 name: "PrintBrowser",
705 },
706 {
704 name: "PreferredImageRasterBounds", 707 name: "PreferredImageRasterBounds",
705 settable_from_internals: true, 708 settable_from_internals: true,
706 }, 709 },
707 // This feature is deprecated and we are evangelizing affected sites. 710 // This feature is deprecated and we are evangelizing affected sites.
708 // See https://crbug.com/346236 for current status. 711 // See https://crbug.com/346236 for current status.
709 { 712 {
710 name: "PrefixedVideoFullscreen", 713 name: "PrefixedVideoFullscreen",
711 status: "stable", 714 status: "stable",
712 }, 715 },
713 { 716 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 name: "SharedWorker", 801 name: "SharedWorker",
799 status: "stable", 802 status: "stable",
800 }, 803 },
801 { 804 {
802 name: "SlimmingPaintInvalidation", 805 name: "SlimmingPaintInvalidation",
803 implied_by: ["SlimmingPaintV2"], 806 implied_by: ["SlimmingPaintV2"],
804 status: "stable", 807 status: "stable",
805 }, 808 },
806 { 809 {
807 name: "SlimmingPaintV2", 810 name: "SlimmingPaintV2",
811 implied_by: ["PrintBrowser"],
808 }, 812 },
809 { 813 {
810 name: "SlimmingPaintStrictCullRectClipping", 814 name: "SlimmingPaintStrictCullRectClipping",
811 }, 815 },
812 // Used as argument in attribute of stable-release functions/interfaces wher e 816 // Used as argument in attribute of stable-release functions/interfaces wher e
813 // a runtime-enabled feature name is required for correct IDL syntax. 817 // a runtime-enabled feature name is required for correct IDL syntax.
814 // This is a global flag; do not change its status. 818 // This is a global flag; do not change its status.
815 { 819 {
816 name: "StableBlinkFeatures", 820 name: "StableBlinkFeatures",
817 status: "stable", 821 status: "stable",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 { 1005 {
1002 name: "UnclosedFormControlIsInvalid", 1006 name: "UnclosedFormControlIsInvalid",
1003 status: "experimental", 1007 status: "experimental",
1004 }, 1008 },
1005 { 1009 {
1006 name: "RestrictCompleteURLCharacterSet", 1010 name: "RestrictCompleteURLCharacterSet",
1007 status: "experimental", 1011 status: "experimental",
1008 }, 1012 },
1009 ], 1013 ],
1010 } 1014 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintInvalidator.cpp ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698