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

Side by Side Diff: branches/chromium/1537/Source/core/page/RuntimeEnabledFeatures.in

Issue 18859005: Revert 153686 "Merge 153364 "Call didProgrammaticallyScroll only..." (Closed) Base URL: svn://svn.chromium.org/blink/
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 | « branches/chromium/1537/Source/core/page/FrameView.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 LazyLayout 51 LazyLayout
52 LegacyEncryptedMedia status=stable 52 LegacyEncryptedMedia status=stable
53 LocalStorage status=stable 53 LocalStorage status=stable
54 Media status=stable 54 Media status=stable
55 MediaSource status=experimental 55 MediaSource status=experimental
56 MediaStream status=stable 56 MediaStream status=stable
57 Notifications status=stable 57 Notifications status=stable
58 PagePopup status=stable 58 PagePopup status=stable
59 ParseSVGAsHTML 59 ParseSVGAsHTML
60 PeerConnection depends_on=MediaStream, status=stable 60 PeerConnection depends_on=MediaStream, status=stable
61 ProgrammaticScrollNotifications status=test
62 Quota status=stable 61 Quota status=stable
63 RequestAutocomplete status=test 62 RequestAutocomplete status=test
64 ScriptedSpeech status=stable 63 ScriptedSpeech status=stable
65 SeamlessIFrames status=experimental 64 SeamlessIFrames status=experimental
66 SessionStorage status=stable 65 SessionStorage status=stable
67 SharedWorker custom 66 SharedWorker custom
68 SpeechInput status=stable 67 SpeechInput status=stable
69 SpeechSynthesis status=experimental 68 SpeechSynthesis status=experimental
70 StyleScoped status=experimental 69 StyleScoped status=experimental
71 Touch status=stable 70 Touch status=stable
72 VideoTrack status=stable 71 VideoTrack status=stable
73 WebAnimations 72 WebAnimations
74 WebAudio condition=WEB_AUDIO, status=stable 73 WebAudio condition=WEB_AUDIO, status=stable
75 WebGLDraftExtensions status=experimental 74 WebGLDraftExtensions status=experimental
76 WebMIDI status=test 75 WebMIDI status=test
77 WebKitMediaSource status=stable 76 WebKitMediaSource status=stable
78 WebPInAcceptHeader 77 WebPInAcceptHeader
OLDNEW
« no previous file with comments | « branches/chromium/1537/Source/core/page/FrameView.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698