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

Side by Side Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 14429004: Remove the compile and runtime flags for the JavaScript i18n API from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 CSSViewport status=experimental 44 CSSViewport status=experimental
45 Gamepad status=stable 45 Gamepad status=stable
46 Geolocation status=stable 46 Geolocation status=stable
47 HTMLImports status=test 47 HTMLImports status=test
48 HighResolutionTimeInWorkers status=experimental 48 HighResolutionTimeInWorkers status=experimental
49 IMEAPI status=test 49 IMEAPI status=test
50 IndexedDB status=stable 50 IndexedDB status=stable
51 InputModeAttribute status=test 51 InputModeAttribute status=test
52 InputTypeColor status=stable 52 InputTypeColor status=stable
53 InputTypeWeek status=stable 53 InputTypeWeek status=stable
54 JavaScriptI18NAPI status=stable
55 LangAttributeAwareFormControlUI 54 LangAttributeAwareFormControlUI
56 LazyLayout 55 LazyLayout
57 LegacyEncryptedMedia status=stable 56 LegacyEncryptedMedia status=stable
58 LocalStorage status=stable 57 LocalStorage status=stable
59 Media status=stable 58 Media status=stable
60 MediaSource status=experimental 59 MediaSource status=experimental
61 MediaStream status=stable 60 MediaStream status=stable
62 Notifications status=stable 61 Notifications status=stable
63 PagePopup status=stable 62 PagePopup status=stable
64 ParseSVGAsHTML 63 ParseSVGAsHTML
(...skipping 15 matching lines...) Expand all
80 Vibration status=test 79 Vibration status=test
81 VideoTrack status=stable 80 VideoTrack status=stable
82 WebAnimations 81 WebAnimations
83 WebAnimationsCSS depends_on=WebAnimations 82 WebAnimationsCSS depends_on=WebAnimations
84 WebAnimationsSVG depends_on=WebAnimations 83 WebAnimationsSVG depends_on=WebAnimations
85 WebAudio condition=WEB_AUDIO, status=stable 84 WebAudio condition=WEB_AUDIO, status=stable
86 WebGLDraftExtensions status=experimental 85 WebGLDraftExtensions status=experimental
87 WebMIDI status=test 86 WebMIDI status=test
88 WebKitMediaSource status=stable 87 WebKitMediaSource status=stable
89 WOFF2 status=experimental 88 WOFF2 status=experimental
OLDNEW
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698