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

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

Issue 2813883004: Remove RTCIceTransportPolicy "none". (Closed)
Patch Set: Updated failing tests in RTCPeerConnection.html Created 3 years, 8 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 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 kV8RTCPeerConnection_GetRemoteStreams_Method = 1644, 1265 kV8RTCPeerConnection_GetRemoteStreams_Method = 1644,
1266 kV8RTCPeerConnection_GetStreamById_Method = 1645, 1266 kV8RTCPeerConnection_GetStreamById_Method = 1645,
1267 kV8RTCPeerConnection_RemoveStream_Method = 1646, 1267 kV8RTCPeerConnection_RemoveStream_Method = 1646,
1268 kRTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648, 1268 kRTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648,
1269 kRTCPeerConnectionCreateDataChannelMaxRetransmits = 1649, 1269 kRTCPeerConnectionCreateDataChannelMaxRetransmits = 1649,
1270 kAudioContextCreateConstantSource = 1650, 1270 kAudioContextCreateConstantSource = 1650,
1271 kWebAudioConstantSourceNode = 1651, 1271 kWebAudioConstantSourceNode = 1651,
1272 kLoopbackEmbeddedInSecureContext = 1652, 1272 kLoopbackEmbeddedInSecureContext = 1652,
1273 kLoopbackEmbeddedInNonSecureContext = 1653, 1273 kLoopbackEmbeddedInNonSecureContext = 1653,
1274 kBlinkMacSystemFont = 1654, 1274 kBlinkMacSystemFont = 1654,
1275 kRTCConfigurationIceTransportsNone = 1655,
1276 kRTCIceServerURL = 1656, 1275 kRTCIceServerURL = 1656,
1277 kRTCIceServerURLs = 1657, 1276 kRTCIceServerURLs = 1657,
1278 kOffscreenCanvasTransferToImageBitmap2D = 1658, 1277 kOffscreenCanvasTransferToImageBitmap2D = 1658,
1279 kOffscreenCanvasTransferToImageBitmapWebGL = 1659, 1278 kOffscreenCanvasTransferToImageBitmapWebGL = 1659,
1280 kOffscreenCanvasCommit2D = 1660, 1279 kOffscreenCanvasCommit2D = 1660,
1281 kOffscreenCanvasCommitWebGL = 1661, 1280 kOffscreenCanvasCommitWebGL = 1661,
1282 kRTCConfigurationIceTransportPolicy = 1662, 1281 kRTCConfigurationIceTransportPolicy = 1662,
1283 kRTCConfigurationIceTransportPolicyNone = 1663,
1284 kRTCConfigurationIceTransports = 1664, 1282 kRTCConfigurationIceTransports = 1664,
1285 kDocumentFullscreenElementInV0Shadow = 1665, 1283 kDocumentFullscreenElementInV0Shadow = 1665,
1286 kScriptWithCSPBypassingSchemeParserInserted = 1666, 1284 kScriptWithCSPBypassingSchemeParserInserted = 1666,
1287 kScriptWithCSPBypassingSchemeNotParserInserted = 1667, 1285 kScriptWithCSPBypassingSchemeNotParserInserted = 1667,
1288 kDocumentCreateElement2ndArgStringHandling = 1668, 1286 kDocumentCreateElement2ndArgStringHandling = 1668,
1289 kV8MediaRecorder_Start_Method = 1669, 1287 kV8MediaRecorder_Start_Method = 1669,
1290 kWebBluetoothRequestDevice = 1670, 1288 kWebBluetoothRequestDevice = 1670,
1291 kUnitlessPerspectiveInPerspectiveProperty = 1671, 1289 kUnitlessPerspectiveInPerspectiveProperty = 1671,
1292 kUnitlessPerspectiveInTransformProperty = 1672, 1290 kUnitlessPerspectiveInTransformProperty = 1672,
1293 kV8RTCSessionDescription_Type_AttributeGetter = 1673, 1291 kV8RTCSessionDescription_Type_AttributeGetter = 1673,
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 // Tracks what features/properties need to be reported to the legacy 1688 // Tracks what features/properties need to be reported to the legacy
1691 // histograms. 1689 // histograms.
1692 BitVector feature_bits_; 1690 BitVector feature_bits_;
1693 BitVector css_bits_; 1691 BitVector css_bits_;
1694 } legacy_counter_; 1692 } legacy_counter_;
1695 }; 1693 };
1696 1694
1697 } // namespace blink 1695 } // namespace blink
1698 1696
1699 #endif // UseCounter_h 1697 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698