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

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

Issue 2619823003: Remove prefixed Resource Timing buffer management API (Closed)
Patch Set: Created 3 years, 11 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
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 PrefixedDocumentCancelFullScreen = 321, 263 PrefixedDocumentCancelFullScreen = 321,
264 PrefixedDocumentFullscreenEnabled = 322, 264 PrefixedDocumentFullscreenEnabled = 322,
265 PrefixedDocumentFullscreenElement = 323, 265 PrefixedDocumentFullscreenElement = 323,
266 PrefixedDocumentExitFullscreen = 324, 266 PrefixedDocumentExitFullscreen = 324,
267 // The above items are available in M35 branch. 267 // The above items are available in M35 branch.
268 268
269 SVGForeignObjectElement = 325, 269 SVGForeignObjectElement = 325,
270 SelectionSetPosition = 327, 270 SelectionSetPosition = 327,
271 AnimationFinishEvent = 328, 271 AnimationFinishEvent = 328,
272 SVGSVGElementInXMLDocument = 329, 272 SVGSVGElementInXMLDocument = 329,
273 PrefixedPerformanceClearResourceTimings = 341,
274 PrefixedPerformanceSetResourceTimingBufferSize = 342,
275 EventSrcElement = 343, 273 EventSrcElement = 343,
276 EventCancelBubble = 344, 274 EventCancelBubble = 344,
277 EventPath = 345, 275 EventPath = 345,
278 NodeIteratorDetach = 347, 276 NodeIteratorDetach = 347,
279 EventGetReturnValueTrue = 350, 277 EventGetReturnValueTrue = 350,
280 EventGetReturnValueFalse = 351, 278 EventGetReturnValueFalse = 351,
281 EventSetReturnValueTrue = 352, 279 EventSetReturnValueTrue = 352,
282 EventSetReturnValueFalse = 353, 280 EventSetReturnValueFalse = 353,
283 WindowOffscreenBuffering = 356, 281 WindowOffscreenBuffering = 356,
284 WindowDefaultStatus = 357, 282 WindowDefaultStatus = 357,
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 AudioParamSetValueAtTime = 909, 673 AudioParamSetValueAtTime = 909,
676 AudioParamLinearRampToValueAtTime = 910, 674 AudioParamLinearRampToValueAtTime = 910,
677 AudioParamExponentialRampToValueAtTime = 911, 675 AudioParamExponentialRampToValueAtTime = 911,
678 AudioParamSetTargetAtTime = 912, 676 AudioParamSetTargetAtTime = 912,
679 AudioParamSetValueCurveAtTime = 913, 677 AudioParamSetValueCurveAtTime = 913,
680 AudioParamCancelScheduledValues = 914, 678 AudioParamCancelScheduledValues = 914,
681 V8Permissions_Request_Method = 915, 679 V8Permissions_Request_Method = 915,
682 LinkRelPrefetch = 917, 680 LinkRelPrefetch = 917,
683 LinkRelPrerender = 918, 681 LinkRelPrerender = 918,
684 LinkRelNext = 919, 682 LinkRelNext = 919,
685 PrefixedPerformanceResourceTimingBufferFull = 920,
686 CSSValuePrefixedMinContent = 921, 683 CSSValuePrefixedMinContent = 921,
687 CSSValuePrefixedMaxContent = 922, 684 CSSValuePrefixedMaxContent = 922,
688 CSSValuePrefixedFitContent = 923, 685 CSSValuePrefixedFitContent = 923,
689 CSSValuePrefixedFillAvailable = 924, 686 CSSValuePrefixedFillAvailable = 924,
690 PresentationDefaultRequest = 926, 687 PresentationDefaultRequest = 926,
691 PresentationAvailabilityChangeEventListener = 927, 688 PresentationAvailabilityChangeEventListener = 927,
692 PresentationRequestConstructor = 928, 689 PresentationRequestConstructor = 928,
693 PresentationRequestStart = 929, 690 PresentationRequestStart = 929,
694 PresentationRequestReconnect = 930, 691 PresentationRequestReconnect = 930,
695 PresentationRequestGetAvailability = 931, 692 PresentationRequestGetAvailability = 931,
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 // Tracks what features/properties need to be reported to the legacy 1502 // Tracks what features/properties need to be reported to the legacy
1506 // histograms. 1503 // histograms.
1507 BitVector m_featureBits; 1504 BitVector m_featureBits;
1508 BitVector m_CSSBits; 1505 BitVector m_CSSBits;
1509 } m_legacyCounter; 1506 } m_legacyCounter;
1510 }; 1507 };
1511 1508
1512 } // namespace blink 1509 } // namespace blink
1513 1510
1514 #endif // UseCounter_h 1511 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/timing/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698