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

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

Issue 190663013: Drop UseCounters for certain properties on CSSStyleDeclaration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 PrefixedElementRequestFullScreen = 177, 205 PrefixedElementRequestFullScreen = 177,
206 BarPropLocationbar = 178, 206 BarPropLocationbar = 178,
207 BarPropMenubar = 179, 207 BarPropMenubar = 179,
208 BarPropPersonalbar = 180, 208 BarPropPersonalbar = 180,
209 BarPropScrollbars = 181, 209 BarPropScrollbars = 181,
210 BarPropStatusbar = 182, 210 BarPropStatusbar = 182,
211 BarPropToolbar = 183, 211 BarPropToolbar = 183,
212 InputTypeEmailMultiple = 184, 212 InputTypeEmailMultiple = 184,
213 InputTypeEmailMaxLength = 185, 213 InputTypeEmailMaxLength = 185,
214 InputTypeEmailMultipleMaxLength = 186, 214 InputTypeEmailMultipleMaxLength = 186,
215 CSSStyleDeclarationPropertyName = 188, // Removed in CSSOM.
216 CSSStyleDeclarationFloatPropertyName = 189, // Pending removal in CSSOM.
217 InputTypeText = 190, 215 InputTypeText = 190,
218 InputTypeTextMaxLength = 191, 216 InputTypeTextMaxLength = 191,
219 InputTypePassword = 192, 217 InputTypePassword = 192,
220 InputTypePasswordMaxLength = 193, 218 InputTypePasswordMaxLength = 193,
221 SVGInstanceRoot = 194, 219 SVGInstanceRoot = 194,
222 ShowModalDialog = 195, 220 ShowModalDialog = 195,
223 PrefixedPageVisibility = 196, 221 PrefixedPageVisibility = 196,
224 HTMLFrameElementLocation = 197, 222 HTMLFrameElementLocation = 197,
225 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers. 223 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers.
226 DocumentBeforeUnloadRegistered = 200, 224 DocumentBeforeUnloadRegistered = 200,
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 351
354 void updateMeasurements(); 352 void updateMeasurements();
355 353
356 OwnPtr<BitVector> m_countBits; 354 OwnPtr<BitVector> m_countBits;
357 BitVector m_CSSFeatureBits; 355 BitVector m_CSSFeatureBits;
358 }; 356 };
359 357
360 } // namespace WebCore 358 } // namespace WebCore
361 359
362 #endif // UseCounter_h 360 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698