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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2652373002: EME: Fail requestMediaKeySystemAccess if no capabilities specified (Closed)
Patch Set: more changes Created 3 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 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 V8HTMLMediaElement_SrcObject_AttributeSetter = 1603, 1255 V8HTMLMediaElement_SrcObject_AttributeSetter = 1603,
1256 CreateObjectURLBlob = 1604, 1256 CreateObjectURLBlob = 1604,
1257 CreateObjectURLMediaSource = 1605, 1257 CreateObjectURLMediaSource = 1605,
1258 CreateObjectURLMediaStream = 1606, 1258 CreateObjectURLMediaStream = 1606,
1259 DocumentCreateTouchWindowNull = 1607, 1259 DocumentCreateTouchWindowNull = 1607,
1260 DocumentCreateTouchWindowWrongType = 1608, 1260 DocumentCreateTouchWindowWrongType = 1608,
1261 DocumentCreateTouchTargetNull = 1609, 1261 DocumentCreateTouchTargetNull = 1609,
1262 DocumentCreateTouchTargetWrongType = 1610, 1262 DocumentCreateTouchTargetWrongType = 1610,
1263 DocumentCreateTouchLessThanSevenArguments = 1611, 1263 DocumentCreateTouchLessThanSevenArguments = 1611,
1264 DocumentCreateTouchMoreThanSevenArguments = 1612, 1264 DocumentCreateTouchMoreThanSevenArguments = 1612,
1265 EncryptedMediaCapabilityProvided = 1613,
1266 EncryptedMediaCapabilityNotProvided = 1614,
1267 LongTaskObserver = 1615, 1265 LongTaskObserver = 1615,
1268 CSSMotionInEffect = 1616, 1266 CSSMotionInEffect = 1616,
1269 CSSOffsetInEffect = 1617, 1267 CSSOffsetInEffect = 1617,
1270 // The above items are available in M55 branch 1268 // The above items are available in M55 branch
1271 1269
1272 VRGetDisplaysInsecureOrigin = 1618, 1270 VRGetDisplaysInsecureOrigin = 1618,
1273 VRRequestPresent = 1619, 1271 VRRequestPresent = 1619,
1274 VRRequestPresentInsecureOrigin = 1620, 1272 VRRequestPresentInsecureOrigin = 1620,
1275 VRDeprecatedFieldOfView = 1621, 1273 VRDeprecatedFieldOfView = 1621,
1276 VideoInCanvas = 1622, 1274 VideoInCanvas = 1622,
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 // Tracks what features/properties need to be reported to the legacy 1526 // Tracks what features/properties need to be reported to the legacy
1529 // histograms. 1527 // histograms.
1530 BitVector m_featureBits; 1528 BitVector m_featureBits;
1531 BitVector m_CSSBits; 1529 BitVector m_CSSBits;
1532 } m_legacyCounter; 1530 } m_legacyCounter;
1533 }; 1531 };
1534 1532
1535 } // namespace blink 1533 } // namespace blink
1536 1534
1537 #endif // UseCounter_h 1535 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698