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

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

Issue 15178007: Add runtime flag for PagePopup. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Alphabetized Created 7 years, 7 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/WebKit/chromium/src/WebRuntimeFeatures.cpp ('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 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
2 // a class that stores static enablers for all experimental features. 2 // a class that stores static enablers for all experimental features.
3 // 3 //
4 // Each feature can be assigned a "status": 4 // Each feature can be assigned a "status":
5 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 5 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
6 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 6 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
7 // status=test -> Enabled in ContentShell for testing, otherwise off. 7 // status=test -> Enabled in ContentShell for testing, otherwise off.
8 // Features without a status are not enabled anywhere by default. 8 // Features without a status are not enabled anywhere by default.
9 // 9 //
10 // "stable" features listed here should be rare, as anything which we've shipped stable 10 // "stable" features listed here should be rare, as anything which we've shipped stable
(...skipping 26 matching lines...) Expand all
37 IMEAPI status=test 37 IMEAPI status=test
38 IndexedDB status=stable 38 IndexedDB status=stable
39 InputTypeWeek status=stable 39 InputTypeWeek status=stable
40 JavaScriptI18NAPI status=stable 40 JavaScriptI18NAPI status=stable
41 LangAttributeAwareFormControlUI 41 LangAttributeAwareFormControlUI
42 LazyLayout 42 LazyLayout
43 LocalStorage status=stable 43 LocalStorage status=stable
44 Media custom 44 Media custom
45 MediaStream status=stable 45 MediaStream status=stable
46 Notifications status=stable 46 Notifications status=stable
47 PagePopup status=stable
47 PeerConnection depends_on=MediaStream, status=stable 48 PeerConnection depends_on=MediaStream, status=stable
48 Quota status=stable 49 Quota status=stable
49 RequestAutocomplete status=test 50 RequestAutocomplete status=test
50 ScriptedSpeech status=stable 51 ScriptedSpeech status=stable
51 SeamlessIFrames status=experimental 52 SeamlessIFrames status=experimental
52 SessionStorage status=stable 53 SessionStorage status=stable
53 SharedWorker custom 54 SharedWorker custom
54 SpeechInput status=stable 55 SpeechInput status=stable
55 SpeechSynthesis status=experimental 56 SpeechSynthesis status=experimental
56 StyleScoped status=experimental 57 StyleScoped status=experimental
57 Touch status=stable 58 Touch status=stable
58 VideoTrack status=stable 59 VideoTrack status=stable
59 WebAnimation 60 WebAnimation
60 WebAudio condition=WEB_AUDIO, status=stable 61 WebAudio condition=WEB_AUDIO, status=stable
61 WebMIDI status=test 62 WebMIDI status=test
62 WebPInAcceptHeader 63 WebPInAcceptHeader
63 WebKitMediaSource status=stable 64 WebKitMediaSource status=stable
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698