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

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

Issue 732013003: Remove unused UseCounter features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 DeprecatedFlexboxWebContent = 61, 113 DeprecatedFlexboxWebContent = 61,
114 DeprecatedFlexboxChrome = 62, 114 DeprecatedFlexboxChrome = 62,
115 DeprecatedFlexboxChromeExtension = 63, 115 DeprecatedFlexboxChromeExtension = 63,
116 UnprefixedPerformanceTimeline = 65, 116 UnprefixedPerformanceTimeline = 65,
117 UnprefixedUserTiming = 67, 117 UnprefixedUserTiming = 67,
118 WindowEvent = 69, 118 WindowEvent = 69,
119 ContentSecurityPolicyWithBaseElement = 70, 119 ContentSecurityPolicyWithBaseElement = 70,
120 PrefixedMediaAddKey = 71, 120 PrefixedMediaAddKey = 71,
121 PrefixedMediaGenerateKeyRequest = 72, 121 PrefixedMediaGenerateKeyRequest = 72,
122 DocumentClear = 74, 122 DocumentClear = 74,
123 SVGFontElement = 76,
124 XMLDocument = 77, 123 XMLDocument = 77,
125 XSLProcessingInstruction = 78, 124 XSLProcessingInstruction = 78,
126 XSLTProcessor = 79, 125 XSLTProcessor = 79,
127 SVGSwitchElement = 80, 126 SVGSwitchElement = 80,
128 DocumentAll = 83, 127 DocumentAll = 83,
129 FormElement = 84, 128 FormElement = 84,
130 DemotedFormElement = 85, 129 DemotedFormElement = 85,
131 SVGAnimationElement = 90, 130 SVGAnimationElement = 90,
132 KeyboardEventKeyLocation = 91, 131 KeyboardEventKeyLocation = 91,
133 LineClamp = 96, 132 LineClamp = 96,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 InsertAdjacentText = 140, 167 InsertAdjacentText = 140,
169 InsertAdjacentElement = 141, 168 InsertAdjacentElement = 141,
170 HasAttributes = 142, // Removed from DOM4. 169 HasAttributes = 142, // Removed from DOM4.
171 DOMSubtreeModifiedEvent = 143, 170 DOMSubtreeModifiedEvent = 143,
172 DOMNodeInsertedEvent = 144, 171 DOMNodeInsertedEvent = 144,
173 DOMNodeRemovedEvent = 145, 172 DOMNodeRemovedEvent = 145,
174 DOMNodeRemovedFromDocumentEvent = 146, 173 DOMNodeRemovedFromDocumentEvent = 146,
175 DOMNodeInsertedIntoDocumentEvent = 147, 174 DOMNodeInsertedIntoDocumentEvent = 147,
176 DOMCharacterDataModifiedEvent = 148, 175 DOMCharacterDataModifiedEvent = 148,
177 DocumentAllLegacyCall = 150, 176 DocumentAllLegacyCall = 150,
178 HTMLAppletElementLegacyCall = 151, // Removed
179 HTMLEmbedElementLegacyCall = 152, 177 HTMLEmbedElementLegacyCall = 152,
180 HTMLObjectElementLegacyCall = 153, 178 HTMLObjectElementLegacyCall = 153,
181 GetMatchedCSSRules = 155, 179 GetMatchedCSSRules = 155,
182 SVGFontInCSS = 156,
183 AttributeOwnerElement = 160, // Removed in DOM4. 180 AttributeOwnerElement = 160, // Removed in DOM4.
184 AttributeSpecified = 162, // Removed in DOM4. 181 AttributeSpecified = 162, // Removed in DOM4.
185 PrefixedAudioDecodedByteCount = 164, 182 PrefixedAudioDecodedByteCount = 164,
186 PrefixedVideoDecodedByteCount = 165, 183 PrefixedVideoDecodedByteCount = 165,
187 PrefixedVideoSupportsFullscreen = 166, 184 PrefixedVideoSupportsFullscreen = 166,
188 PrefixedVideoDisplayingFullscreen = 167, 185 PrefixedVideoDisplayingFullscreen = 167,
189 PrefixedVideoEnterFullscreen = 168, 186 PrefixedVideoEnterFullscreen = 168,
190 PrefixedVideoExitFullscreen = 169, 187 PrefixedVideoExitFullscreen = 169,
191 PrefixedVideoEnterFullScreen = 170, 188 PrefixedVideoEnterFullScreen = 170,
192 PrefixedVideoExitFullScreen = 171, 189 PrefixedVideoExitFullScreen = 171,
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 HTMLElementOuterText = 214, 221 HTMLElementOuterText = 214,
225 ReplaceDocumentViaJavaScriptURL = 215, 222 ReplaceDocumentViaJavaScriptURL = 215,
226 ElementSetAttributeNodeNS = 216, // Removed from DOM4. 223 ElementSetAttributeNodeNS = 216, // Removed from DOM4.
227 ElementPrefixedMatchesSelector = 217, 224 ElementPrefixedMatchesSelector = 217,
228 CSSStyleSheetRules = 219, 225 CSSStyleSheetRules = 219,
229 CSSStyleSheetAddRule = 220, 226 CSSStyleSheetAddRule = 220,
230 CSSStyleSheetRemoveRule = 221, 227 CSSStyleSheetRemoveRule = 221,
231 // The above items are available in M33 branch. 228 // The above items are available in M33 branch.
232 229
233 InitMessageEvent = 222, 230 InitMessageEvent = 222,
234 CSSStyleDeclarationGetPropertyCSSValue = 225,
235 PrefixedMediaCancelKeyRequest = 229, 231 PrefixedMediaCancelKeyRequest = 229,
236 DOMImplementationHasFeature = 230, 232 DOMImplementationHasFeature = 230,
237 DOMImplementationHasFeatureReturnFalse = 231, 233 DOMImplementationHasFeatureReturnFalse = 231,
238 CanPlayTypeKeySystem = 232, 234 CanPlayTypeKeySystem = 232,
239 PrefixedDevicePixelRatioMediaFeature = 233, 235 PrefixedDevicePixelRatioMediaFeature = 233,
240 PrefixedMaxDevicePixelRatioMediaFeature = 234, 236 PrefixedMaxDevicePixelRatioMediaFeature = 234,
241 PrefixedMinDevicePixelRatioMediaFeature = 235, 237 PrefixedMinDevicePixelRatioMediaFeature = 235,
242 PrefixedTransform3dMediaFeature = 237, 238 PrefixedTransform3dMediaFeature = 237,
243 PrefixedStorageQuota = 240, 239 PrefixedStorageQuota = 240,
244 ContentSecurityPolicyReportOnlyInMeta = 241,
245 ResetReferrerPolicy = 243, 240 ResetReferrerPolicy = 243,
246 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 241 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
247 FormNameAccessForImageElement = 246, 242 FormNameAccessForImageElement = 246,
248 FormNameAccessForPastNamesMap = 247, 243 FormNameAccessForPastNamesMap = 247,
249 FormAssociationByParser = 248, 244 FormAssociationByParser = 248,
250 SVGSVGElementInDocument = 250, 245 SVGSVGElementInDocument = 250,
251 SVGDocumentRootElement = 251, 246 SVGDocumentRootElement = 251,
252 MediaErrorEncrypted = 253, 247 MediaErrorEncrypted = 253,
253 EventSourceURL = 254, 248 EventSourceURL = 254,
254 WebSocketURL = 255, 249 WebSocketURL = 255,
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 CSSCharsetRuleEncoding = 426, 395 CSSCharsetRuleEncoding = 426,
401 DocumentSetCharset = 427, 396 DocumentSetCharset = 427,
402 DocumentDefaultCharset = 428, 397 DocumentDefaultCharset = 428,
403 TextEncoderConstructor = 429, 398 TextEncoderConstructor = 429,
404 TextEncoderEncode = 430, 399 TextEncoderEncode = 430,
405 TextDecoderConstructor = 431, 400 TextDecoderConstructor = 431,
406 TextDecoderDecode = 432, 401 TextDecoderDecode = 432,
407 FocusInOutEvent = 433, 402 FocusInOutEvent = 433,
408 MouseEventMovementX = 434, 403 MouseEventMovementX = 434,
409 MouseEventMovementY = 435, 404 MouseEventMovementY = 435,
410 MixedContentRaw = 437,
411 MixedContentImage = 438,
412 MixedContentMedia = 439,
413 DocumentFonts = 440, 405 DocumentFonts = 440,
414 MixedContentFormsSubmitted = 441, 406 MixedContentFormsSubmitted = 441,
415 FormsSubmitted = 442, 407 FormsSubmitted = 442,
416 TextInputEventOnInput = 443, 408 TextInputEventOnInput = 443,
417 TextInputEventOnTextArea = 444, 409 TextInputEventOnTextArea = 444,
418 TextInputEventOnContentEditable = 445, 410 TextInputEventOnContentEditable = 445,
419 TextInputEventOnNotNode = 446, 411 TextInputEventOnNotNode = 446,
420 WebkitBeforeTextInsertedOnInput = 447, 412 WebkitBeforeTextInsertedOnInput = 447,
421 WebkitBeforeTextInsertedOnTextArea = 448, 413 WebkitBeforeTextInsertedOnTextArea = 448,
422 WebkitBeforeTextInsertedOnContentEditable = 449, 414 WebkitBeforeTextInsertedOnContentEditable = 449,
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 633
642 void updateMeasurements(); 634 void updateMeasurements();
643 635
644 OwnPtr<BitVector> m_countBits; 636 OwnPtr<BitVector> m_countBits;
645 BitVector m_CSSFeatureBits; 637 BitVector m_CSSFeatureBits;
646 }; 638 };
647 639
648 } // namespace blink 640 } // namespace blink
649 641
650 #endif // UseCounter_h 642 #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