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

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

Issue 269053005: Remove CSS media features -webkit-transform-2d, -webkit-animation and -webkit-view-mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 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/css/MediaQueryExp.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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 PrefixedInitMessageEvent = 223, 239 PrefixedInitMessageEvent = 223,
240 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. 240 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4.
241 CSSStyleDeclarationGetPropertyCSSValue = 225, 241 CSSStyleDeclarationGetPropertyCSSValue = 225,
242 PrefixedMediaCancelKeyRequest = 229, 242 PrefixedMediaCancelKeyRequest = 229,
243 DOMImplementationHasFeature = 230, 243 DOMImplementationHasFeature = 230,
244 DOMImplementationHasFeatureReturnFalse = 231, 244 DOMImplementationHasFeatureReturnFalse = 231,
245 CanPlayTypeKeySystem = 232, 245 CanPlayTypeKeySystem = 232,
246 PrefixedDevicePixelRatioMediaFeature = 233, 246 PrefixedDevicePixelRatioMediaFeature = 233,
247 PrefixedMaxDevicePixelRatioMediaFeature = 234, 247 PrefixedMaxDevicePixelRatioMediaFeature = 234,
248 PrefixedMinDevicePixelRatioMediaFeature = 235, 248 PrefixedMinDevicePixelRatioMediaFeature = 235,
249 PrefixedTransform2dMediaFeature = 236,
250 PrefixedTransform3dMediaFeature = 237, 249 PrefixedTransform3dMediaFeature = 237,
251 PrefixedAnimationMediaFeature = 238,
252 PrefixedViewModeMediaFeature = 239,
253 PrefixedStorageQuota = 240, 250 PrefixedStorageQuota = 240,
254 ContentSecurityPolicyReportOnlyInMeta = 241, 251 ContentSecurityPolicyReportOnlyInMeta = 241,
255 ResetReferrerPolicy = 243, 252 ResetReferrerPolicy = 243,
256 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 253 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
257 CaptureAttributeAsBoolean = 245, 254 CaptureAttributeAsBoolean = 245,
258 FormNameAccessForImageElement = 246, 255 FormNameAccessForImageElement = 246,
259 FormNameAccessForPastNamesMap = 247, 256 FormNameAccessForPastNamesMap = 247,
260 FormAssociationByParser = 248, 257 FormAssociationByParser = 248,
261 SVGSVGElementInDocument = 250, 258 SVGSVGElementInDocument = 250,
262 SVGDocumentRootElement = 251, 259 SVGDocumentRootElement = 251,
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 474
478 void updateMeasurements(); 475 void updateMeasurements();
479 476
480 OwnPtr<BitVector> m_countBits; 477 OwnPtr<BitVector> m_countBits;
481 BitVector m_CSSFeatureBits; 478 BitVector m_CSSFeatureBits;
482 }; 479 };
483 480
484 } // namespace WebCore 481 } // namespace WebCore
485 482
486 #endif // UseCounter_h 483 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/css/MediaQueryExp.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698