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

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

Issue 2364383002: Preformat UseCounter.h to avoid clang-format confusing the UMA scripts. (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
« no previous file with comments | « no previous file | 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 BarPropStatusbar = 182, 186 BarPropStatusbar = 182,
187 BarPropToolbar = 183, 187 BarPropToolbar = 183,
188 InputTypeEmailMultiple = 184, 188 InputTypeEmailMultiple = 184,
189 InputTypeEmailMaxLength = 185, 189 InputTypeEmailMaxLength = 185,
190 InputTypeEmailMultipleMaxLength = 186, 190 InputTypeEmailMultipleMaxLength = 186,
191 InputTypeText = 190, 191 InputTypeText = 190,
192 InputTypeTextMaxLength = 191, 192 InputTypeTextMaxLength = 191,
193 InputTypePassword = 192, 193 InputTypePassword = 192,
194 InputTypePasswordMaxLength = 193, 194 InputTypePasswordMaxLength = 193,
195 PrefixedPageVisibility = 196, 195 PrefixedPageVisibility = 196,
196 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers. 196 // Inconsistent with the specification and other browsers.
197 CSSStyleSheetInsertRuleOptionalArg = 198,
197 DocumentBeforeUnloadRegistered = 200, 198 DocumentBeforeUnloadRegistered = 200,
198 DocumentBeforeUnloadFired = 201, 199 DocumentBeforeUnloadFired = 201,
199 DocumentUnloadRegistered = 202, 200 DocumentUnloadRegistered = 202,
200 DocumentUnloadFired = 203, 201 DocumentUnloadFired = 203,
201 SVGLocatableNearestViewportElement = 204, 202 SVGLocatableNearestViewportElement = 204,
202 SVGLocatableFarthestViewportElement = 205, 203 SVGLocatableFarthestViewportElement = 205,
203 SVGPointMatrixTransform = 209, 204 SVGPointMatrixTransform = 209,
204 DOMFocusInOutEvent = 211, 205 DOMFocusInOutEvent = 211,
205 FileGetLastModifiedDate = 212, 206 FileGetLastModifiedDate = 212,
206 HTMLElementInnerText = 213, 207 HTMLElementInnerText = 213,
207 HTMLElementOuterText = 214, 208 HTMLElementOuterText = 214,
208 ReplaceDocumentViaJavaScriptURL = 215, 209 ReplaceDocumentViaJavaScriptURL = 215,
209 ElementPrefixedMatchesSelector = 217, 210 ElementPrefixedMatchesSelector = 217,
210 CSSStyleSheetRules = 219, 211 CSSStyleSheetRules = 219,
211 CSSStyleSheetAddRule = 220, 212 CSSStyleSheetAddRule = 220,
212 CSSStyleSheetRemoveRule = 221, 213 CSSStyleSheetRemoveRule = 221,
213 // The above items are available in M33 branch. 214 // The above items are available in M33 branch.
214 215
215 InitMessageEvent = 222, 216 InitMessageEvent = 222,
216 PrefixedDevicePixelRatioMediaFeature = 233, 217 PrefixedDevicePixelRatioMediaFeature = 233,
217 PrefixedMaxDevicePixelRatioMediaFeature = 234, 218 PrefixedMaxDevicePixelRatioMediaFeature = 234,
218 PrefixedMinDevicePixelRatioMediaFeature = 235, 219 PrefixedMinDevicePixelRatioMediaFeature = 235,
219 PrefixedTransform3dMediaFeature = 237, 220 PrefixedTransform3dMediaFeature = 237,
220 PrefixedStorageQuota = 240, 221 PrefixedStorageQuota = 240,
221 ResetReferrerPolicy = 243, 222 ResetReferrerPolicy = 243,
222 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 223 // Case-insensitivity dropped from specification.
224 CaseInsensitiveAttrSelectorMatch = 244,
223 FormNameAccessForImageElement = 246, 225 FormNameAccessForImageElement = 246,
224 FormNameAccessForPastNamesMap = 247, 226 FormNameAccessForPastNamesMap = 247,
225 FormAssociationByParser = 248, 227 FormAssociationByParser = 248,
226 SVGSVGElementInDocument = 250, 228 SVGSVGElementInDocument = 250,
227 SVGDocumentRootElement = 251, 229 SVGDocumentRootElement = 251,
228 WorkerSubjectToCSP = 257, 230 WorkerSubjectToCSP = 257,
229 WorkerAllowedByChildBlockedByScript = 258, 231 WorkerAllowedByChildBlockedByScript = 258,
230 DeprecatedWebKitGradient = 260, 232 DeprecatedWebKitGradient = 260,
231 DeprecatedWebKitLinearGradient = 261, 233 DeprecatedWebKitLinearGradient = 261,
232 DeprecatedWebKitRepeatingLinearGradient = 262, 234 DeprecatedWebKitRepeatingLinearGradient = 262,
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 private: 1395 private:
1394 // Tracks what features/properties need to be reported to the legacy his tograms. 1396 // Tracks what features/properties need to be reported to the legacy his tograms.
1395 BitVector m_featureBits; 1397 BitVector m_featureBits;
1396 BitVector m_CSSBits; 1398 BitVector m_CSSBits;
1397 } m_legacyCounter; 1399 } m_legacyCounter;
1398 }; 1400 };
1399 1401
1400 } // namespace blink 1402 } // namespace blink
1401 1403
1402 #endif // UseCounter_h 1404 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698