| OLD | NEW |
| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 PrefixedDevicePixelRatioMediaFeature = 233, | 198 PrefixedDevicePixelRatioMediaFeature = 233, |
| 199 PrefixedMaxDevicePixelRatioMediaFeature = 234, | 199 PrefixedMaxDevicePixelRatioMediaFeature = 234, |
| 200 PrefixedMinDevicePixelRatioMediaFeature = 235, | 200 PrefixedMinDevicePixelRatioMediaFeature = 235, |
| 201 PrefixedTransform3dMediaFeature = 237, | 201 PrefixedTransform3dMediaFeature = 237, |
| 202 PrefixedStorageQuota = 240, | 202 PrefixedStorageQuota = 240, |
| 203 ResetReferrerPolicy = 243, | 203 ResetReferrerPolicy = 243, |
| 204 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. | 204 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. |
| 205 FormNameAccessForImageElement = 246, | 205 FormNameAccessForImageElement = 246, |
| 206 FormNameAccessForPastNamesMap = 247, | 206 FormNameAccessForPastNamesMap = 247, |
| 207 FormAssociationByParser = 248, | 207 FormAssociationByParser = 248, |
| 208 MediaErrorEncrypted = 253, | |
| 209 WebSocketURL = 255, | 208 WebSocketURL = 255, |
| 210 WorkerAllowedByChildBlockedByScript = 258, | 209 WorkerAllowedByChildBlockedByScript = 258, |
| 211 DeprecatedWebKitGradient = 260, | 210 DeprecatedWebKitGradient = 260, |
| 212 DeprecatedWebKitLinearGradient = 261, | 211 DeprecatedWebKitLinearGradient = 261, |
| 213 DeprecatedWebKitRepeatingLinearGradient = 262, | 212 DeprecatedWebKitRepeatingLinearGradient = 262, |
| 214 DeprecatedWebKitRadialGradient = 263, | 213 DeprecatedWebKitRadialGradient = 263, |
| 215 DeprecatedWebKitRepeatingRadialGradient = 264, | 214 DeprecatedWebKitRepeatingRadialGradient = 264, |
| 216 PrefixedImageSmoothingEnabled = 267, | 215 PrefixedImageSmoothingEnabled = 267, |
| 217 UnprefixedImageSmoothingEnabled = 268, | 216 UnprefixedImageSmoothingEnabled = 268, |
| 218 // The above items are available in M34 branch. | 217 // The above items are available in M34 branch. |
| 219 | 218 |
| 220 TextAutosizing = 274, | 219 TextAutosizing = 274, |
| 221 HTMLAnchorElementPingAttribute = 276, | 220 HTMLAnchorElementPingAttribute = 276, |
| 222 SVGClassName = 279, | 221 SVGClassName = 279, |
| 223 HTMLMediaElementSeekToFragmentStart = 281, | |
| 224 HTMLMediaElementPauseAtFragmentEnd = 282, | |
| 225 PrefixedWindowURL = 283, | 222 PrefixedWindowURL = 283, |
| 226 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039
. Available since M37. | 223 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039
. Available since M37. |
| 227 WindowOrientation = 285, | 224 WindowOrientation = 285, |
| 228 DOMStringListContains = 286, | 225 DOMStringListContains = 286, |
| 229 DocumentCaptureEvents = 287, | 226 DocumentCaptureEvents = 287, |
| 230 DocumentReleaseEvents = 288, | 227 DocumentReleaseEvents = 288, |
| 231 WindowCaptureEvents = 289, | 228 WindowCaptureEvents = 289, |
| 232 WindowReleaseEvents = 290, | 229 WindowReleaseEvents = 290, |
| 233 PrefixedGamepad = 291, | 230 PrefixedGamepad = 291, |
| 234 ElementAnimateKeyframeListEffectObjectTiming = 292, | 231 ElementAnimateKeyframeListEffectObjectTiming = 292, |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 | 471 |
| 475 void updateMeasurements(); | 472 void updateMeasurements(); |
| 476 | 473 |
| 477 OwnPtr<BitVector> m_countBits; | 474 OwnPtr<BitVector> m_countBits; |
| 478 BitVector m_CSSFeatureBits; | 475 BitVector m_CSSFeatureBits; |
| 479 }; | 476 }; |
| 480 | 477 |
| 481 } // namespace blink | 478 } // namespace blink |
| 482 | 479 |
| 483 #endif // UseCounter_h | 480 #endif // UseCounter_h |
| OLD | NEW |