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

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

Issue 303473004: Remove the UseCounters for the capture attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 PrefixedMediaGenerateKeyRequest = 72, 120 PrefixedMediaGenerateKeyRequest = 72,
121 DocumentClear = 74, 121 DocumentClear = 74,
122 SVGFontElement = 76, 122 SVGFontElement = 76,
123 XMLDocument = 77, 123 XMLDocument = 77,
124 XSLProcessingInstruction = 78, 124 XSLProcessingInstruction = 78,
125 XSLTProcessor = 79, 125 XSLTProcessor = 79,
126 SVGSwitchElement = 80, 126 SVGSwitchElement = 80,
127 DocumentAll = 83, 127 DocumentAll = 83,
128 FormElement = 84, 128 FormElement = 84,
129 DemotedFormElement = 85, 129 DemotedFormElement = 85,
130 CaptureAttributeAsEnum = 86,
131 SVGAnimationElement = 90, 130 SVGAnimationElement = 90,
132 KeyboardEventKeyLocation = 91, 131 KeyboardEventKeyLocation = 91,
133 LineClamp = 96, 132 LineClamp = 96,
134 SubFrameBeforeUnloadRegistered = 97, 133 SubFrameBeforeUnloadRegistered = 97,
135 SubFrameBeforeUnloadFired = 98, 134 SubFrameBeforeUnloadFired = 98,
136 TextReplaceWholeText = 100, 135 TextReplaceWholeText = 100,
137 ConsoleMarkTimeline = 102, 136 ConsoleMarkTimeline = 102,
138 CSSPseudoElementUserAgentCustomPseudo = 103, 137 CSSPseudoElementUserAgentCustomPseudo = 103,
139 ElementGetAttributeNode = 107, // Removed from DOM4. 138 ElementGetAttributeNode = 107, // Removed from DOM4.
140 ElementSetAttributeNode = 108, // Removed from DOM4. 139 ElementSetAttributeNode = 108, // Removed from DOM4.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 DOMImplementationHasFeatureReturnFalse = 231, 241 DOMImplementationHasFeatureReturnFalse = 231,
243 CanPlayTypeKeySystem = 232, 242 CanPlayTypeKeySystem = 232,
244 PrefixedDevicePixelRatioMediaFeature = 233, 243 PrefixedDevicePixelRatioMediaFeature = 233,
245 PrefixedMaxDevicePixelRatioMediaFeature = 234, 244 PrefixedMaxDevicePixelRatioMediaFeature = 234,
246 PrefixedMinDevicePixelRatioMediaFeature = 235, 245 PrefixedMinDevicePixelRatioMediaFeature = 235,
247 PrefixedTransform3dMediaFeature = 237, 246 PrefixedTransform3dMediaFeature = 237,
248 PrefixedStorageQuota = 240, 247 PrefixedStorageQuota = 240,
249 ContentSecurityPolicyReportOnlyInMeta = 241, 248 ContentSecurityPolicyReportOnlyInMeta = 241,
250 ResetReferrerPolicy = 243, 249 ResetReferrerPolicy = 243,
251 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 250 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
252 CaptureAttributeAsBoolean = 245,
253 FormNameAccessForImageElement = 246, 251 FormNameAccessForImageElement = 246,
254 FormNameAccessForPastNamesMap = 247, 252 FormNameAccessForPastNamesMap = 247,
255 FormAssociationByParser = 248, 253 FormAssociationByParser = 248,
256 SVGSVGElementInDocument = 250, 254 SVGSVGElementInDocument = 250,
257 SVGDocumentRootElement = 251, 255 SVGDocumentRootElement = 251,
258 MediaErrorEncrypted = 253, 256 MediaErrorEncrypted = 253,
259 EventSourceURL = 254, 257 EventSourceURL = 254,
260 WebSocketURL = 255, 258 WebSocketURL = 255,
261 WorkerSubjectToCSP = 257, 259 WorkerSubjectToCSP = 257,
262 WorkerAllowedByChildBlockedByScript = 258, 260 WorkerAllowedByChildBlockedByScript = 258,
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 487
490 void updateMeasurements(); 488 void updateMeasurements();
491 489
492 OwnPtr<BitVector> m_countBits; 490 OwnPtr<BitVector> m_countBits;
493 BitVector m_CSSFeatureBits; 491 BitVector m_CSSFeatureBits;
494 }; 492 };
495 493
496 } // namespace WebCore 494 } // namespace WebCore
497 495
498 #endif // UseCounter_h 496 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698