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

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

Issue 1141733002: Remove unused UseCounter features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 ReplaceDocumentViaJavaScriptURL = 215, 221 ReplaceDocumentViaJavaScriptURL = 215,
222 ElementSetAttributeNodeNS = 216, 222 ElementSetAttributeNodeNS = 216,
223 ElementPrefixedMatchesSelector = 217, 223 ElementPrefixedMatchesSelector = 217,
224 CSSStyleSheetRules = 219, 224 CSSStyleSheetRules = 219,
225 CSSStyleSheetAddRule = 220, 225 CSSStyleSheetAddRule = 220,
226 CSSStyleSheetRemoveRule = 221, 226 CSSStyleSheetRemoveRule = 221,
227 // The above items are available in M33 branch. 227 // The above items are available in M33 branch.
228 228
229 InitMessageEvent = 222, 229 InitMessageEvent = 222,
230 PrefixedMediaCancelKeyRequest = 229, 230 PrefixedMediaCancelKeyRequest = 229,
231 DOMImplementationHasFeature = 230,
232 DOMImplementationHasFeatureReturnFalse = 231,
233 CanPlayTypeKeySystem = 232, 231 CanPlayTypeKeySystem = 232,
234 PrefixedDevicePixelRatioMediaFeature = 233, 232 PrefixedDevicePixelRatioMediaFeature = 233,
235 PrefixedMaxDevicePixelRatioMediaFeature = 234, 233 PrefixedMaxDevicePixelRatioMediaFeature = 234,
236 PrefixedMinDevicePixelRatioMediaFeature = 235, 234 PrefixedMinDevicePixelRatioMediaFeature = 235,
237 PrefixedTransform3dMediaFeature = 237, 235 PrefixedTransform3dMediaFeature = 237,
238 PrefixedStorageQuota = 240, 236 PrefixedStorageQuota = 240,
239 ResetReferrerPolicy = 243, 237 ResetReferrerPolicy = 243,
240 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 238 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
241 FormNameAccessForImageElement = 246, 239 FormNameAccessForImageElement = 246,
242 FormNameAccessForPastNamesMap = 247, 240 FormNameAccessForPastNamesMap = 247,
(...skipping 18 matching lines...) Expand all
261 HTMLAppletElement = 280, 259 HTMLAppletElement = 280,
262 HTMLMediaElementSeekToFragmentStart = 281, 260 HTMLMediaElementSeekToFragmentStart = 281,
263 HTMLMediaElementPauseAtFragmentEnd = 282, 261 HTMLMediaElementPauseAtFragmentEnd = 282,
264 PrefixedWindowURL = 283, 262 PrefixedWindowURL = 283,
265 WindowOrientation = 285, 263 WindowOrientation = 285,
266 DOMStringListContains = 286, 264 DOMStringListContains = 286,
267 DocumentCaptureEvents = 287, 265 DocumentCaptureEvents = 287,
268 DocumentReleaseEvents = 288, 266 DocumentReleaseEvents = 288,
269 WindowCaptureEvents = 289, 267 WindowCaptureEvents = 289,
270 WindowReleaseEvents = 290, 268 WindowReleaseEvents = 290,
271 ElementAnimateKeyframeListEffectObjectTiming = 292,
272 ElementAnimateKeyframeListEffectDoubleTiming = 293,
273 ElementAnimateKeyframeListEffectNoTiming = 294,
274 DocumentXPathCreateExpression = 295, 269 DocumentXPathCreateExpression = 295,
275 DocumentXPathCreateNSResolver = 296, 270 DocumentXPathCreateNSResolver = 296,
276 DocumentXPathEvaluate = 297, 271 DocumentXPathEvaluate = 297,
277 AttrGetValue = 298, 272 AttrGetValue = 298,
278 AttrSetValue = 299, 273 AttrSetValue = 299,
279 AnimationConstructorKeyframeListEffectObjectTiming = 300, 274 AnimationConstructorKeyframeListEffectObjectTiming = 300,
280 AnimationConstructorKeyframeListEffectDoubleTiming = 301,
281 AnimationConstructorKeyframeListEffectNoTiming = 302, 275 AnimationConstructorKeyframeListEffectNoTiming = 302,
282 AttrSetValueWithElement = 303, 276 AttrSetValueWithElement = 303,
283 PrefixedCancelAnimationFrame = 304, 277 PrefixedCancelAnimationFrame = 304,
284 PrefixedCancelRequestAnimationFrame = 305, 278 PrefixedCancelRequestAnimationFrame = 305,
285 NamedNodeMapGetNamedItem = 306, 279 NamedNodeMapGetNamedItem = 306,
286 NamedNodeMapSetNamedItem = 307, 280 NamedNodeMapSetNamedItem = 307,
287 NamedNodeMapRemoveNamedItem = 308, 281 NamedNodeMapRemoveNamedItem = 308,
288 NamedNodeMapItem = 309, 282 NamedNodeMapItem = 309,
289 NamedNodeMapGetNamedItemNS = 310, 283 NamedNodeMapGetNamedItemNS = 310,
290 NamedNodeMapSetNamedItemNS = 311, 284 NamedNodeMapSetNamedItemNS = 311,
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 WebkitEditableContentChangedOnNotNode = 454, 392 WebkitEditableContentChangedOnNotNode = 454,
399 HTMLImports = 455, 393 HTMLImports = 455,
400 ElementCreateShadowRoot = 456, 394 ElementCreateShadowRoot = 456,
401 DocumentRegisterElement = 457, 395 DocumentRegisterElement = 457,
402 EditingAppleInterchangeNewline = 458, 396 EditingAppleInterchangeNewline = 458,
403 EditingAppleConvertedSpace = 459, 397 EditingAppleConvertedSpace = 459,
404 EditingApplePasteAsQuotation = 460, 398 EditingApplePasteAsQuotation = 460,
405 EditingAppleStyleSpanClass = 461, 399 EditingAppleStyleSpanClass = 461,
406 EditingAppleTabSpanClass = 462, 400 EditingAppleTabSpanClass = 462,
407 HTMLImportsAsyncAttribute = 463, 401 HTMLImportsAsyncAttribute = 463,
408 FontFaceSetReady = 464,
409 XMLHttpRequestSynchronous = 465, 402 XMLHttpRequestSynchronous = 465,
410 CSSSelectorPseudoUnresolved = 466, 403 CSSSelectorPseudoUnresolved = 466,
411 CSSSelectorPseudoShadow = 467, 404 CSSSelectorPseudoShadow = 467,
412 CSSSelectorPseudoContent = 468, 405 CSSSelectorPseudoContent = 468,
413 CSSSelectorPseudoHost = 469, 406 CSSSelectorPseudoHost = 469,
414 CSSSelectorPseudoHostContext = 470, 407 CSSSelectorPseudoHostContext = 470,
415 CSSDeepCombinator = 471, 408 CSSDeepCombinator = 471,
416 SyncXHRWithCredentials = 472, 409 SyncXHRWithCredentials = 472,
417 // The above items are available in M37 branch. 410 // The above items are available in M37 branch.
418 411
(...skipping 21 matching lines...) Expand all
440 MouseEventY = 505, 433 MouseEventY = 505,
441 MouseEventFromElement = 506, 434 MouseEventFromElement = 506,
442 MouseEventToElement = 507, 435 MouseEventToElement = 507,
443 RequestFileSystem = 508, 436 RequestFileSystem = 508,
444 RequestFileSystemWorker = 509, 437 RequestFileSystemWorker = 509,
445 RequestFileSystemSyncWorker = 510, 438 RequestFileSystemSyncWorker = 510,
446 UIEventLayerX = 511, 439 UIEventLayerX = 511,
447 UIEventLayerY = 512, 440 UIEventLayerY = 512,
448 UIEventPageX = 513, 441 UIEventPageX = 513,
449 UIEventPageY = 514, 442 UIEventPageY = 514,
450 DevToolsConsoleTimeline = 517,
451 DevToolsConsoleProfile = 518, 443 DevToolsConsoleProfile = 518,
452 SVGStyleElementTitle = 519, 444 SVGStyleElementTitle = 519,
453 PictureSourceSrc = 520, 445 PictureSourceSrc = 520,
454 // The above items are available in M38 branch. 446 // The above items are available in M38 branch.
455 447
456 Picture = 521, 448 Picture = 521,
457 Sizes = 522, 449 Sizes = 522,
458 SrcsetXDescriptor = 523, 450 SrcsetXDescriptor = 523,
459 SrcsetWDescriptor = 524, 451 SrcsetWDescriptor = 524,
460 SelectionContainsNode = 525, 452 SelectionContainsNode = 525,
461 MediaStreamEnded = 526, 453 MediaStreamEnded = 526,
462 MixedContentPrivateIPInPublicWebsitePassive = 527,
463 MixedContentPrivateIPInPublicWebsiteActive = 528,
464 XMLExternalResourceLoad = 529, 454 XMLExternalResourceLoad = 529,
465 MixedContentPrivateHostnameInPublicHostname = 530, 455 MixedContentPrivateHostnameInPublicHostname = 530,
466 LegacyProtocolEmbeddedAsSubresource = 531, 456 LegacyProtocolEmbeddedAsSubresource = 531,
467 RequestedSubresourceWithEmbeddedCredentials = 532, 457 RequestedSubresourceWithEmbeddedCredentials = 532,
468 NotificationCreated = 533, 458 NotificationCreated = 533,
469 NotificationClosed = 534, 459 NotificationClosed = 534,
470 NotificationPermissionRequested = 535, 460 NotificationPermissionRequested = 535,
471 MediaStreamLabel = 536, 461 MediaStreamLabel = 536,
472 MediaStreamStop = 537, 462 MediaStreamStop = 537,
473 ConsoleTimeline = 538, 463 ConsoleTimeline = 538,
(...skipping 30 matching lines...) Expand all
504 SVGTransformListConsolidate = 569, 494 SVGTransformListConsolidate = 569,
505 SVGAnimatedTransformListBaseVal = 570, 495 SVGAnimatedTransformListBaseVal = 570,
506 QuotedAnimationName = 571, 496 QuotedAnimationName = 571,
507 QuotedKeyframesRule = 572, 497 QuotedKeyframesRule = 572,
508 SrcsetDroppedCandidate = 573, 498 SrcsetDroppedCandidate = 573,
509 WindowPostMessage = 574, 499 WindowPostMessage = 574,
510 WindowPostMessageWithLegacyTargetOriginArgument = 575, 500 WindowPostMessageWithLegacyTargetOriginArgument = 575,
511 RenderRuby = 576, 501 RenderRuby = 576,
512 CanvasRenderingContext2DCompositeOperationDarker = 577, 502 CanvasRenderingContext2DCompositeOperationDarker = 577,
513 ScriptElementWithInvalidTypeHasSrc = 578, 503 ScriptElementWithInvalidTypeHasSrc = 578,
514 TimelineStart = 579,
515 ElementBaseURIFromXMLBase = 580, 504 ElementBaseURIFromXMLBase = 580,
516 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, 505 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581,
517 CSSSelectorPseudoScrollbar = 582, 506 CSSSelectorPseudoScrollbar = 582,
518 CSSSelectorPseudoScrollbarButton = 583, 507 CSSSelectorPseudoScrollbarButton = 583,
519 CSSSelectorPseudoScrollbarThumb = 584, 508 CSSSelectorPseudoScrollbarThumb = 584,
520 CSSSelectorPseudoScrollbarTrack = 585, 509 CSSSelectorPseudoScrollbarTrack = 585,
521 CSSSelectorPseudoScrollbarTrackPiece = 586, 510 CSSSelectorPseudoScrollbarTrackPiece = 586,
522 LangAttribute = 587, 511 LangAttribute = 587,
523 LangAttributeOnHTML = 588, 512 LangAttributeOnHTML = 588,
524 LangAttributeOnBody = 589, 513 LangAttributeOnBody = 589,
525 LangAttributeDoesNotMatchToUILocale = 590, 514 LangAttributeDoesNotMatchToUILocale = 590,
526 InputTypeSubmit = 591, 515 InputTypeSubmit = 591,
527 InputTypeSubmitWithValue = 592, 516 InputTypeSubmitWithValue = 592,
528 // The above items are available in M40 branch. 517 // The above items are available in M40 branch.
529 518
530 SetReferrerPolicy = 593, 519 SetReferrerPolicy = 593,
531 DOMImplementationHasFeatureReturnFalseInternal = 594,
532 MouseEventWhich = 595, 520 MouseEventWhich = 595,
533 UIEventCharCode = 596, 521 UIEventCharCode = 596,
534 UIEventKeyCode = 597, 522 UIEventKeyCode = 597,
535 UIEventWhich = 598, 523 UIEventWhich = 598,
536 TextWholeText = 599, 524 TextWholeText = 599,
537 AttrChildAccess = 600, 525 AttrChildAccess = 600,
538 AttrChildChange = 601, 526 AttrChildChange = 601,
539 NotificationCloseEvent = 603, 527 NotificationCloseEvent = 603,
540 CSSKeyframesRuleAppendRule = 604, 528 CSSKeyframesRuleAppendRule = 604,
541 CSSKeyframesRuleInsertRule = 605, 529 CSSKeyframesRuleInsertRule = 605,
(...skipping 26 matching lines...) Expand all
568 AudioContextCreateDelay = 637, 556 AudioContextCreateDelay = 637,
569 AudioContextCreateDynamicsCompressor = 638, 557 AudioContextCreateDynamicsCompressor = 638,
570 AudioContextCreateGain = 639, 558 AudioContextCreateGain = 639,
571 AudioContextCreateMediaElementSource = 640, 559 AudioContextCreateMediaElementSource = 640,
572 AudioContextCreateMediaStreamDestination = 641, 560 AudioContextCreateMediaStreamDestination = 641,
573 AudioContextCreateMediaStreamSource = 642, 561 AudioContextCreateMediaStreamSource = 642,
574 AudioContextCreateOscillator = 643, 562 AudioContextCreateOscillator = 643,
575 AudioContextCreatePanner = 644, 563 AudioContextCreatePanner = 644,
576 AudioContextCreatePeriodicWave = 645, 564 AudioContextCreatePeriodicWave = 645,
577 AudioContextCreateScriptProcessor = 646, 565 AudioContextCreateScriptProcessor = 646,
578 AudioContextCreateStereoPanner = 647,
579 AudioContextCreateWaveShaper = 648, 566 AudioContextCreateWaveShaper = 648,
580 AudioContextDecodeAudioData = 649, 567 AudioContextDecodeAudioData = 649,
581 AudioContextResume = 650, 568 AudioContextResume = 650,
582 AudioContextSuspend = 651, 569 AudioContextSuspend = 651,
583 AudioContext = 652, 570 AudioContext = 652,
584 OfflineAudioContext = 653, 571 OfflineAudioContext = 653,
585 PrefixedAudioContext = 654, 572 PrefixedAudioContext = 654,
586 PrefixedOfflineAudioContext = 655, 573 PrefixedOfflineAudioContext = 655,
587 AddEventListenerNoArguments = 656, 574 AddEventListenerNoArguments = 656,
588 RemoveEventListenerNoArguments = 658, 575 RemoveEventListenerNoArguments = 658,
(...skipping 20 matching lines...) Expand all
609 WhiteSpaceNowrapFromXMLSpace = 680, 596 WhiteSpaceNowrapFromXMLSpace = 680,
610 WindowMoveResizeMissingArguments = 684, 597 WindowMoveResizeMissingArguments = 684,
611 SVGSVGElementForceRedraw = 685, 598 SVGSVGElementForceRedraw = 685,
612 SVGSVGElementSuspendRedraw = 686, 599 SVGSVGElementSuspendRedraw = 686,
613 SVGSVGElementUnsuspendRedraw = 687, 600 SVGSVGElementUnsuspendRedraw = 687,
614 SVGSVGElementUnsuspendRedrawAll = 688, 601 SVGSVGElementUnsuspendRedrawAll = 688,
615 AudioContextClose = 689, 602 AudioContextClose = 689,
616 ServiceWorkerClientPostMessage = 690, 603 ServiceWorkerClientPostMessage = 690,
617 CSSZoomNotEqualToOne = 691, 604 CSSZoomNotEqualToOne = 691,
618 SVGGraphicsElementGetTransformToElement = 692, 605 SVGGraphicsElementGetTransformToElement = 692,
619 ServiceWorkerClientsGetAll = 693,
620 // The above items are available in M42 branch. 606 // The above items are available in M42 branch.
621 607
622 ClientRectListItem = 694, 608 ClientRectListItem = 694,
623 WindowClientInformation = 695, 609 WindowClientInformation = 695,
624 WindowFind = 696, 610 WindowFind = 696,
625 WindowScreenLeft = 697, 611 WindowScreenLeft = 697,
626 WindowScreenTop = 698, 612 WindowScreenTop = 698,
627 V8Animation_Cancel_Method = 699, 613 V8Animation_Cancel_Method = 699,
628 V8Animation_Onfinish_AttributeGetter = 700, 614 V8Animation_Onfinish_AttributeGetter = 700,
629 V8Animation_Onfinish_AttributeSetter = 701, 615 V8Animation_Onfinish_AttributeSetter = 701,
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 781
796 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 782 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
797 783
798 CountBits m_countBits; 784 CountBits m_countBits;
799 BitVector m_CSSFeatureBits; 785 BitVector m_CSSFeatureBits;
800 }; 786 };
801 787
802 } // namespace blink 788 } // namespace blink
803 789
804 #endif // UseCounter_h 790 #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