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

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

Issue 2416623003: M55: Revert r414590 (Closed)
Patch Set: Created 4 years, 2 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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 MediaStreamConstraintsOldAndNew = 1389, 1115 MediaStreamConstraintsOldAndNew = 1389,
1116 V8ArrayProtectorDirtied = 1390, 1116 V8ArrayProtectorDirtied = 1390,
1117 V8ArraySpeciesModified = 1391, 1117 V8ArraySpeciesModified = 1391,
1118 V8ArrayPrototypeConstructorModified = 1392, 1118 V8ArrayPrototypeConstructorModified = 1392,
1119 V8ArrayInstanceProtoModified = 1393, 1119 V8ArrayInstanceProtoModified = 1393,
1120 V8ArrayInstanceConstructorModified = 1394, 1120 V8ArrayInstanceConstructorModified = 1394,
1121 V8LegacyFunctionDeclaration = 1395, 1121 V8LegacyFunctionDeclaration = 1395,
1122 V8RegExpPrototypeSourceGetter = 1396, 1122 V8RegExpPrototypeSourceGetter = 1396,
1123 V8RegExpPrototypeOldFlagGetter = 1397, 1123 V8RegExpPrototypeOldFlagGetter = 1397,
1124 V8DecimalWithLeadingZeroInStrictMode = 1398, 1124 V8DecimalWithLeadingZeroInStrictMode = 1398,
1125 FormSubmissionNotInDocumentTree = 1399,
1125 GetUserMediaPrefixed = 1400, 1126 GetUserMediaPrefixed = 1400,
1126 GetUserMediaLegacy = 1401, 1127 GetUserMediaLegacy = 1401,
1127 GetUserMediaPromise = 1402, 1128 GetUserMediaPromise = 1402,
1128 CSSFilterFunctionNoArguments = 1403, 1129 CSSFilterFunctionNoArguments = 1403,
1129 V8LegacyDateParser = 1404, 1130 V8LegacyDateParser = 1404,
1130 OpenSearchInsecureOriginInsecureTarget = 1405, 1131 OpenSearchInsecureOriginInsecureTarget = 1405,
1131 OpenSearchInsecureOriginSecureTarget = 1406, 1132 OpenSearchInsecureOriginSecureTarget = 1406,
1132 OpenSearchSecureOriginInsecureTarget = 1407, 1133 OpenSearchSecureOriginInsecureTarget = 1407,
1133 OpenSearchSecureOriginSecureTarget = 1408, 1134 OpenSearchSecureOriginSecureTarget = 1408,
1134 RegisterProtocolHandlerSecureOrigin = 1409, 1135 RegisterProtocolHandlerSecureOrigin = 1409,
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 // Tracks what features/properties need to be reported to the legacy 1422 // Tracks what features/properties need to be reported to the legacy
1422 // histograms. 1423 // histograms.
1423 BitVector m_featureBits; 1424 BitVector m_featureBits;
1424 BitVector m_CSSBits; 1425 BitVector m_CSSBits;
1425 } m_legacyCounter; 1426 } m_legacyCounter;
1426 }; 1427 };
1427 1428
1428 } // namespace blink 1429 } // namespace blink
1429 1430
1430 #endif // UseCounter_h 1431 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698