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

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

Issue 2774903002: Remove UseCounter DocumentCreateTouchLessThanSevenArguments (Closed)
Patch Set: Undid change in histograms.xml 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1228 V8NavigatorUserMediaError_ConstraintName_AttributeGetter = 1601, 1228 V8NavigatorUserMediaError_ConstraintName_AttributeGetter = 1601,
1229 V8HTMLMediaElement_SrcObject_AttributeGetter = 1602, 1229 V8HTMLMediaElement_SrcObject_AttributeGetter = 1602,
1230 V8HTMLMediaElement_SrcObject_AttributeSetter = 1603, 1230 V8HTMLMediaElement_SrcObject_AttributeSetter = 1603,
1231 CreateObjectURLBlob = 1604, 1231 CreateObjectURLBlob = 1604,
1232 CreateObjectURLMediaSource = 1605, 1232 CreateObjectURLMediaSource = 1605,
1233 CreateObjectURLMediaStream = 1606, 1233 CreateObjectURLMediaStream = 1606,
1234 DocumentCreateTouchWindowNull = 1607, 1234 DocumentCreateTouchWindowNull = 1607,
1235 DocumentCreateTouchWindowWrongType = 1608, 1235 DocumentCreateTouchWindowWrongType = 1608,
1236 DocumentCreateTouchTargetNull = 1609, 1236 DocumentCreateTouchTargetNull = 1609,
1237 DocumentCreateTouchTargetWrongType = 1610, 1237 DocumentCreateTouchTargetWrongType = 1610,
1238 DocumentCreateTouchLessThanSevenArguments = 1611,
1239 DocumentCreateTouchMoreThanSevenArguments = 1612, 1238 DocumentCreateTouchMoreThanSevenArguments = 1612,
1240 LongTaskObserver = 1615, 1239 LongTaskObserver = 1615,
1241 CSSMotionInEffect = 1616, 1240 CSSMotionInEffect = 1616,
1242 CSSOffsetInEffect = 1617, 1241 CSSOffsetInEffect = 1617,
1243 // The above items are available in M55 branch 1242 // The above items are available in M55 branch
1244 1243
1245 VRGetDisplaysInsecureOrigin = 1618, 1244 VRGetDisplaysInsecureOrigin = 1618,
1246 VRRequestPresent = 1619, 1245 VRRequestPresent = 1619,
1247 VRRequestPresentInsecureOrigin = 1620, 1246 VRRequestPresentInsecureOrigin = 1620,
1248 VRDeprecatedFieldOfView = 1621, 1247 VRDeprecatedFieldOfView = 1621,
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 // Tracks what features/properties need to be reported to the legacy 1601 // Tracks what features/properties need to be reported to the legacy
1603 // histograms. 1602 // histograms.
1604 BitVector m_featureBits; 1603 BitVector m_featureBits;
1605 BitVector m_CSSBits; 1604 BitVector m_CSSBits;
1606 } m_legacyCounter; 1605 } m_legacyCounter;
1607 }; 1606 };
1608 1607
1609 } // namespace blink 1608 } // namespace blink
1610 1609
1611 #endif // UseCounter_h 1610 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698