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

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

Issue 2686133002: EME: Require codecs parameter for audio/videoCapabilities (Closed)
Patch Set: changes + additional test fixes 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 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 PluginDocument = 1313, 990 PluginDocument = 1313,
991 PluginDocumentInFrame = 1314, 991 PluginDocumentInFrame = 1314,
992 SinkDocument = 1315, 992 SinkDocument = 1315,
993 SinkDocumentInFrame = 1316, 993 SinkDocumentInFrame = 1316,
994 TextDocument = 1317, 994 TextDocument = 1317,
995 TextDocumentInFrame = 1318, 995 TextDocumentInFrame = 1318,
996 ViewSourceDocument = 1319, 996 ViewSourceDocument = 1319,
997 FileAPINativeLineEndings = 1320, 997 FileAPINativeLineEndings = 1320,
998 PointerEventAttributeCount = 1321, 998 PointerEventAttributeCount = 1321,
999 CompositedReplication = 1322, 999 CompositedReplication = 1322,
1000 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323,
1001 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324,
1002 V8DataTransferItem_WebkitGetAsEntry_Method = 1325, 1000 V8DataTransferItem_WebkitGetAsEntry_Method = 1325,
1003 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326, 1001 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326,
1004 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327, 1002 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327,
1005 Entry_GetMetadata_Method_IsolatedFileSystem = 1328, 1003 Entry_GetMetadata_Method_IsolatedFileSystem = 1328,
1006 Entry_MoveTo_Method_IsolatedFileSystem = 1329, 1004 Entry_MoveTo_Method_IsolatedFileSystem = 1329,
1007 Entry_CopyTo_Method_IsolatedFileSystem = 1330, 1005 Entry_CopyTo_Method_IsolatedFileSystem = 1330,
1008 Entry_Remove_Method_IsolatedFileSystem = 1331, 1006 Entry_Remove_Method_IsolatedFileSystem = 1331,
1009 Entry_GetParent_Method_IsolatedFileSystem = 1332, 1007 Entry_GetParent_Method_IsolatedFileSystem = 1332,
1010 Entry_ToURL_Method_IsolatedFileSystem = 1333, 1008 Entry_ToURL_Method_IsolatedFileSystem = 1333,
1011 During_Microtask_Alert = 1334, 1009 During_Microtask_Alert = 1334,
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 // Tracks what features/properties need to be reported to the legacy 1537 // Tracks what features/properties need to be reported to the legacy
1540 // histograms. 1538 // histograms.
1541 BitVector m_featureBits; 1539 BitVector m_featureBits;
1542 BitVector m_CSSBits; 1540 BitVector m_CSSBits;
1543 } m_legacyCounter; 1541 } m_legacyCounter;
1544 }; 1542 };
1545 1543
1546 } // namespace blink 1544 } // namespace blink
1547 1545
1548 #endif // UseCounter_h 1546 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698