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

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

Issue 1964773002: Render Unicode control characters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: w/Test changes Created 4 years, 5 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 // http://dev.chromium.org/blink/runtime-enabled-features 1 // http://dev.chromium.org/blink/runtime-enabled-features
2 // 2 //
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
4 // a class that stores static enablers for all experimental features. 4 // a class that stores static enablers for all experimental features.
5 // 5 //
6 // Each feature can be assigned a "status": 6 // Each feature can be assigned a "status":
7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
9 // status=test -> Enabled in ContentShell for testing, otherwise off. 9 // status=test -> Enabled in ContentShell for testing, otherwise off.
10 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 // See https://crbug.com/346236 for current status. 166 // See https://crbug.com/346236 for current status.
167 PrefixedVideoFullscreen status=stable 167 PrefixedVideoFullscreen status=stable
168 Presentation status=stable 168 Presentation status=stable
169 PresentationReceiver status=test 169 PresentationReceiver status=test
170 PushMessaging status=stable 170 PushMessaging status=stable
171 QuotaPromise status=experimental 171 QuotaPromise status=experimental
172 ReducedReferrerGranularity 172 ReducedReferrerGranularity
173 ReferrerPolicyHeader status=experimental 173 ReferrerPolicyHeader status=experimental
174 RemotePlayback status=experimental 174 RemotePlayback status=experimental
175 RenderingPipelineThrottling status=stable 175 RenderingPipelineThrottling status=stable
176 RenderUnicodeControlCharacters status=experimental
176 RequestIdleCallback status=stable 177 RequestIdleCallback status=stable
177 ResponseConstructedWithReadableStream status=stable 178 ResponseConstructedWithReadableStream status=stable
178 ResponseBodyWithV8ExtraStream status=stable 179 ResponseBodyWithV8ExtraStream status=stable
179 SandboxBlocksModals status=stable 180 SandboxBlocksModals status=stable
180 ScreenOrientation status=stable 181 ScreenOrientation status=stable
181 ScriptedSpeech status=stable 182 ScriptedSpeech status=stable
182 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). 183 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
183 ScrollAnchoring settable_from_internals=True 184 ScrollAnchoring settable_from_internals=True
184 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 185 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
185 // as per the spec, matching other Web engines. 186 // as per the spec, matching other Web engines.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 AutoplayMutedVideos settable_from_internals=True 237 AutoplayMutedVideos settable_from_internals=True
237 VisualViewportAPI status=experimental 238 VisualViewportAPI status=experimental
238 WakeLock status=experimental 239 WakeLock status=experimental
239 WebFontsInterventionV2With2G 240 WebFontsInterventionV2With2G
240 WebFontsInterventionV2WithSlow2G 241 WebFontsInterventionV2WithSlow2G
241 WebFontsInterventionTrigger 242 WebFontsInterventionTrigger
242 Worklet status=experimental 243 Worklet status=experimental
243 WeakMemoryCache 244 WeakMemoryCache
244 DoNotUnlockSharedBuffer 245 DoNotUnlockSharedBuffer
245 ParseHTMLOnMainThread status=test 246 ParseHTMLOnMainThread status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698