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: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isRenewalMessage() in browser tests. Created 4 years, 10 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 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 XFrameOptions = 58, 112 XFrameOptions = 58,
113 XFrameOptionsSameOrigin = 59, 113 XFrameOptionsSameOrigin = 59,
114 XFrameOptionsSameOriginWithBadAncestorChain = 60, 114 XFrameOptionsSameOriginWithBadAncestorChain = 60,
115 DeprecatedFlexboxWebContent = 61, 115 DeprecatedFlexboxWebContent = 61,
116 DeprecatedFlexboxChrome = 62, 116 DeprecatedFlexboxChrome = 62,
117 DeprecatedFlexboxChromeExtension = 63, 117 DeprecatedFlexboxChromeExtension = 63,
118 UnprefixedPerformanceTimeline = 65, 118 UnprefixedPerformanceTimeline = 65,
119 UnprefixedUserTiming = 67, 119 UnprefixedUserTiming = 67,
120 WindowEvent = 69, 120 WindowEvent = 69,
121 ContentSecurityPolicyWithBaseElement = 70, 121 ContentSecurityPolicyWithBaseElement = 70,
122 PrefixedMediaAddKey = 71,
123 PrefixedMediaGenerateKeyRequest = 72,
124 DocumentClear = 74, 122 DocumentClear = 74,
125 XMLDocument = 77, 123 XMLDocument = 77,
126 XSLProcessingInstruction = 78, 124 XSLProcessingInstruction = 78,
127 XSLTProcessor = 79, 125 XSLTProcessor = 79,
128 SVGSwitchElement = 80, 126 SVGSwitchElement = 80,
129 DocumentAll = 83, 127 DocumentAll = 83,
130 FormElement = 84, 128 FormElement = 84,
131 DemotedFormElement = 85, 129 DemotedFormElement = 85,
132 SVGAnimationElement = 90, 130 SVGAnimationElement = 90,
133 LineClamp = 96, 131 LineClamp = 96,
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 HTMLElementOuterText = 214, 213 HTMLElementOuterText = 214,
216 ReplaceDocumentViaJavaScriptURL = 215, 214 ReplaceDocumentViaJavaScriptURL = 215,
217 ElementSetAttributeNodeNS = 216, 215 ElementSetAttributeNodeNS = 216,
218 ElementPrefixedMatchesSelector = 217, 216 ElementPrefixedMatchesSelector = 217,
219 CSSStyleSheetRules = 219, 217 CSSStyleSheetRules = 219,
220 CSSStyleSheetAddRule = 220, 218 CSSStyleSheetAddRule = 220,
221 CSSStyleSheetRemoveRule = 221, 219 CSSStyleSheetRemoveRule = 221,
222 // The above items are available in M33 branch. 220 // The above items are available in M33 branch.
223 221
224 InitMessageEvent = 222, 222 InitMessageEvent = 222,
225 PrefixedMediaCancelKeyRequest = 229,
226 CanPlayTypeKeySystem = 232,
227 PrefixedDevicePixelRatioMediaFeature = 233, 223 PrefixedDevicePixelRatioMediaFeature = 233,
228 PrefixedMaxDevicePixelRatioMediaFeature = 234, 224 PrefixedMaxDevicePixelRatioMediaFeature = 234,
229 PrefixedMinDevicePixelRatioMediaFeature = 235, 225 PrefixedMinDevicePixelRatioMediaFeature = 235,
230 PrefixedTransform3dMediaFeature = 237, 226 PrefixedTransform3dMediaFeature = 237,
231 PrefixedStorageQuota = 240, 227 PrefixedStorageQuota = 240,
232 ResetReferrerPolicy = 243, 228 ResetReferrerPolicy = 243,
233 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 229 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
234 FormNameAccessForImageElement = 246, 230 FormNameAccessForImageElement = 246,
235 FormNameAccessForPastNamesMap = 247, 231 FormNameAccessForPastNamesMap = 247,
236 FormAssociationByParser = 248, 232 FormAssociationByParser = 248,
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 friend class UseCounterTest; 1168 friend class UseCounterTest;
1173 static int m_muteCount; 1169 static int m_muteCount;
1174 1170
1175 CountBits m_countBits; 1171 CountBits m_countBits;
1176 BitVector m_CSSFeatureBits; 1172 BitVector m_CSSFeatureBits;
1177 }; 1173 };
1178 1174
1179 } // namespace blink 1175 } // namespace blink
1180 1176
1181 #endif // UseCounter_h 1177 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698