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

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

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. 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 | « Source/core/dom/Document.cpp ('k') | Source/core/inspector/InspectorAnimationAgent.h » ('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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 PrefixedDocumentIsFullscreen = 318, 294 PrefixedDocumentIsFullscreen = 318,
295 PrefixedDocumentCurrentFullScreenElement = 320, 295 PrefixedDocumentCurrentFullScreenElement = 320,
296 PrefixedDocumentCancelFullScreen = 321, 296 PrefixedDocumentCancelFullScreen = 321,
297 PrefixedDocumentFullscreenEnabled = 322, 297 PrefixedDocumentFullscreenEnabled = 322,
298 PrefixedDocumentFullscreenElement = 323, 298 PrefixedDocumentFullscreenElement = 323,
299 PrefixedDocumentExitFullscreen = 324, 299 PrefixedDocumentExitFullscreen = 324,
300 // The above items are available in M35 branch. 300 // The above items are available in M35 branch.
301 301
302 SVGForeignObjectElement = 325, 302 SVGForeignObjectElement = 325,
303 SelectionSetPosition = 327, 303 SelectionSetPosition = 327,
304 AnimationPlayerFinishEvent = 328, 304 AnimationFinishEvent = 328,
305 SVGSVGElementInXMLDocument = 329, 305 SVGSVGElementInXMLDocument = 329,
306 PrefixedPerformanceClearResourceTimings = 341, 306 PrefixedPerformanceClearResourceTimings = 341,
307 PrefixedPerformanceSetResourceTimingBufferSize = 342, 307 PrefixedPerformanceSetResourceTimingBufferSize = 342,
308 EventSrcElement = 343, 308 EventSrcElement = 343,
309 EventCancelBubble = 344, 309 EventCancelBubble = 344,
310 EventPath = 345, 310 EventPath = 345,
311 NodeIteratorDetach = 347, 311 NodeIteratorDetach = 347,
312 AttrNodeValue = 348, 312 AttrNodeValue = 348,
313 AttrTextContent = 349, 313 AttrTextContent = 349,
314 EventGetReturnValueTrue = 350, 314 EventGetReturnValueTrue = 350,
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 NotificationCreated = 533, 468 NotificationCreated = 533,
469 NotificationClosed = 534, 469 NotificationClosed = 534,
470 NotificationPermissionRequested = 535, 470 NotificationPermissionRequested = 535,
471 MediaStreamLabel = 536, 471 MediaStreamLabel = 536,
472 MediaStreamStop = 537, 472 MediaStreamStop = 537,
473 ConsoleTimeline = 538, 473 ConsoleTimeline = 538,
474 ConsoleTimelineEnd = 539, 474 ConsoleTimelineEnd = 539,
475 SRIElementWithMatchingIntegrityAttribute = 540, 475 SRIElementWithMatchingIntegrityAttribute = 540,
476 SRIElementWithNonMatchingIntegrityAttribute = 541, 476 SRIElementWithNonMatchingIntegrityAttribute = 541,
477 SRIElementWithUnparsableIntegrityAttribute = 542, 477 SRIElementWithUnparsableIntegrityAttribute = 542,
478 V8AnimationPlayer_StartTime_AttributeGetter = 545, 478 V8Animation_StartTime_AttributeGetter = 545,
479 V8AnimationPlayer_StartTime_AttributeSetter = 546, 479 V8Animation_StartTime_AttributeSetter = 546,
480 V8AnimationPlayer_CurrentTime_AttributeGetter = 547, 480 V8Animation_CurrentTime_AttributeGetter = 547,
481 V8AnimationPlayer_CurrentTime_AttributeSetter = 548, 481 V8Animation_CurrentTime_AttributeSetter = 548,
482 V8AnimationPlayer_PlaybackRate_AttributeGetter = 549, 482 V8Animation_PlaybackRate_AttributeGetter = 549,
483 V8AnimationPlayer_PlaybackRate_AttributeSetter = 550, 483 V8Animation_PlaybackRate_AttributeSetter = 550,
484 V8AnimationPlayer_PlayState_AttributeGetter = 551, 484 V8Animation_PlayState_AttributeGetter = 551,
485 V8AnimationPlayer_Finish_Method = 552, 485 V8Animation_Finish_Method = 552,
486 V8AnimationPlayer_Play_Method = 553, 486 V8Animation_Play_Method = 553,
487 V8AnimationPlayer_Pause_Method = 554, 487 V8Animation_Pause_Method = 554,
488 V8AnimationPlayer_Reverse_Method = 555, 488 V8Animation_Reverse_Method = 555,
489 // The above items are available in M39 branch. 489 // The above items are available in M39 branch.
490 490
491 BreakIterator = 556, 491 BreakIterator = 556,
492 ScreenOrientationAngle = 557, 492 ScreenOrientationAngle = 557,
493 ScreenOrientationType = 558, 493 ScreenOrientationType = 558,
494 ScreenOrientationLock = 559, 494 ScreenOrientationLock = 559,
495 ScreenOrientationUnlock = 560, 495 ScreenOrientationUnlock = 560,
496 GeolocationSecureOrigin = 561, 496 GeolocationSecureOrigin = 561,
497 GeolocationInsecureOrigin = 562, 497 GeolocationInsecureOrigin = 562,
498 NotificationSecureOrigin = 563, 498 NotificationSecureOrigin = 563,
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 CSSZoomNotEqualToOne = 691, 621 CSSZoomNotEqualToOne = 691,
622 SVGGraphicsElementGetTransformToElement = 692, 622 SVGGraphicsElementGetTransformToElement = 692,
623 ServiceWorkerClientsGetAll = 693, 623 ServiceWorkerClientsGetAll = 693,
624 // The above items are available in M42 branch. 624 // The above items are available in M42 branch.
625 625
626 ClientRectListItem = 694, 626 ClientRectListItem = 694,
627 WindowClientInformation = 695, 627 WindowClientInformation = 695,
628 WindowFind = 696, 628 WindowFind = 696,
629 WindowScreenLeft = 697, 629 WindowScreenLeft = 697,
630 WindowScreenTop = 698, 630 WindowScreenTop = 698,
631 V8AnimationPlayer_Cancel_Method = 699, 631 V8Animation_Cancel_Method = 699,
632 V8AnimationPlayer_Onfinish_AttributeGetter = 700, 632 V8Animation_Onfinish_AttributeGetter = 700,
633 V8AnimationPlayer_Onfinish_AttributeSetter = 701, 633 V8Animation_Onfinish_AttributeSetter = 701,
634 ElementOffsetParent = 702, 634 ElementOffsetParent = 702,
635 ElementOffsetTop = 703, 635 ElementOffsetTop = 703,
636 ElementOffsetLeft = 704, 636 ElementOffsetLeft = 704,
637 ElementOffsetWidth = 705, 637 ElementOffsetWidth = 705,
638 ElementOffsetHeight = 706, 638 ElementOffsetHeight = 706,
639 V8Window_WebKitAnimationEvent_ConstructorGetter = 707, 639 V8Window_WebKitAnimationEvent_ConstructorGetter = 707,
640 V8Window_WebKitAnimationEvent_AttributeSetter = 708, 640 V8Window_WebKitAnimationEvent_AttributeSetter = 708,
641 ResourceLoadedAfterRedirectWithCSP = 709, 641 ResourceLoadedAfterRedirectWithCSP = 709,
642 CryptoGetRandomValues = 710, 642 CryptoGetRandomValues = 710,
643 SubtleCryptoEncrypt = 711, 643 SubtleCryptoEncrypt = 711,
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 797
798 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 798 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
799 799
800 CountBits m_countBits; 800 CountBits m_countBits;
801 BitVector m_CSSFeatureBits; 801 BitVector m_CSSFeatureBits;
802 }; 802 };
803 803
804 } // namespace blink 804 } // namespace blink
805 805
806 #endif // UseCounter_h 806 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/inspector/InspectorAnimationAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698