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

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

Issue 1083193006: Rename hasPermission to permissionState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: re-add hasPermission to the expectations file Created 5 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
« no previous file with comments | « Source/modules/push_messaging/PushManager.idl ('k') | no next file » | 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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 // See http://crbug.com/451117 for current status. 114 // See http://crbug.com/451117 for current status.
115 PrefixedEncryptedMedia status=stable 115 PrefixedEncryptedMedia status=stable
116 // This feature is deprecated and we are evangalizing affected sites. 116 // This feature is deprecated and we are evangalizing affected sites.
117 // See https://crbug.com/346236 for current status. 117 // See https://crbug.com/346236 for current status.
118 PrefixedVideoFullscreen status=stable 118 PrefixedVideoFullscreen status=stable
119 Presentation status=test 119 Presentation status=test
120 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 120 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
121 PushMessaging status=stable 121 PushMessaging status=stable
122 // Push messaging payloads are blocked on the Push API supporting encryption. 122 // Push messaging payloads are blocked on the Push API supporting encryption.
123 PushMessagingData status=test 123 PushMessagingData status=test
124 // PushManager.hasPermission() is currently disabled, expecting Permissions API 124 // PushManager.permissionState() is currently disabled.
125 // to fulfill the same role.
126 PushMessagingHasPermission status=test 125 PushMessagingHasPermission status=test
127 QuotaPromise status=experimental 126 QuotaPromise status=experimental
128 ReducedReferrerGranularity 127 ReducedReferrerGranularity
129 RegionBasedColumns status=experimental 128 RegionBasedColumns status=experimental
130 RequestAutocomplete status=test 129 RequestAutocomplete status=test
131 ScreenOrientation status=stable 130 ScreenOrientation status=stable
132 ScriptedSpeech status=stable 131 ScriptedSpeech status=stable
133 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 132 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
134 // as per the spec, matching other Web engines. 133 // as per the spec, matching other Web engines.
135 ScrollTopLeftInterop 134 ScrollTopLeftInterop
(...skipping 29 matching lines...) Expand all
165 WebAudio condition=WEB_AUDIO, status=stable 164 WebAudio condition=WEB_AUDIO, status=stable
166 WebGLDraftExtensions status=experimental 165 WebGLDraftExtensions status=experimental
167 WebGLImageChromium 166 WebGLImageChromium
168 WebMIDI status=stable 167 WebMIDI status=stable
169 WebVR depends_on=GeometryInterfaces 168 WebVR depends_on=GeometryInterfaces
170 WebVTTRegions depends_on=Media, status=experimental 169 WebVTTRegions depends_on=Media, status=experimental
171 V8IdleTasks 170 V8IdleTasks
172 XSLT status=stable 171 XSLT status=stable
173 SVG1DOM status=stable 172 SVG1DOM status=stable
174 ScrollCustomization 173 ScrollCustomization
OLDNEW
« no previous file with comments | « Source/modules/push_messaging/PushManager.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698