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

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

Issue 2526233002: Web Animations: Retire warning for hyphenated property names (Closed)
Patch Set: retire deprecation warning Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | 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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 HTMLMediaElementInDocument = 1230, 956 HTMLMediaElementInDocument = 1230,
957 HTMLMediaElementControlsAttribute = 1231, 957 HTMLMediaElementControlsAttribute = 1231,
958 V8Animation_Oncancel_AttributeGetter = 1233, 958 V8Animation_Oncancel_AttributeGetter = 1233,
959 V8Animation_Oncancel_AttributeSetter = 1234, 959 V8Animation_Oncancel_AttributeSetter = 1234,
960 V8HTMLCommentInExternalScript = 1235, 960 V8HTMLCommentInExternalScript = 1235,
961 V8HTMLComment = 1236, 961 V8HTMLComment = 1236,
962 V8SloppyModeBlockScopedFunctionRedefinition = 1237, 962 V8SloppyModeBlockScopedFunctionRedefinition = 1237,
963 V8ForInInitializer = 1238, 963 V8ForInInitializer = 1238,
964 V8Animation_Id_AttributeGetter = 1239, 964 V8Animation_Id_AttributeGetter = 1239,
965 V8Animation_Id_AttributeSetter = 1240, 965 V8Animation_Id_AttributeSetter = 1240,
966 WebAnimationHyphenatedProperty = 1243,
967 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244, 966 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244,
968 ApplicationCacheManifestSelectInsecureOrigin = 1245, 967 ApplicationCacheManifestSelectInsecureOrigin = 1245,
969 ApplicationCacheManifestSelectSecureOrigin = 1246, 968 ApplicationCacheManifestSelectSecureOrigin = 1246,
970 ApplicationCacheAPIInsecureOrigin = 1247, 969 ApplicationCacheAPIInsecureOrigin = 1247,
971 ApplicationCacheAPISecureOrigin = 1248, 970 ApplicationCacheAPISecureOrigin = 1248,
972 // The above items are available in M50 branch 971 // The above items are available in M50 branch
973 972
974 CSSAtRuleApply = 1249, 973 CSSAtRuleApply = 1249,
975 CSSSelectorPseudoAny = 1250, 974 CSSSelectorPseudoAny = 1250,
976 DocumentAllItemNoArguments = 1252, 975 DocumentAllItemNoArguments = 1252,
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 // Tracks what features/properties need to be reported to the legacy 1471 // Tracks what features/properties need to be reported to the legacy
1473 // histograms. 1472 // histograms.
1474 BitVector m_featureBits; 1473 BitVector m_featureBits;
1475 BitVector m_CSSBits; 1474 BitVector m_CSSBits;
1476 } m_legacyCounter; 1475 } m_legacyCounter;
1477 }; 1476 };
1478 1477
1479 } // namespace blink 1478 } // namespace blink
1480 1479
1481 #endif // UseCounter_h 1480 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698